AP Calculus BC Study Guide

Unit 1: Limits & Continuity

Key Concepts & Definitions

  • Before Calculus Perspective: Traditionally, change was measured using average rates (e.g., average speed). Calculus introduces the concept of instantaneous rate of change, which is fundamentally defined by limits.

  • Limits: The value that a function or sequence "approaches" as the input approaches some value. Limits are crucial for defining derivatives and integrals.

  • Limit Laws: Properties that allow limits to be broken down across arithmetic operations:

    • Sum Rule: lim<em>xc(f(x)+g(x))=lim</em>xcf(x)+limxcg(x)\lim<em>{x\to c} (f(x) + g(x)) = \lim</em>{x\to c} f(x) + \lim_{x\to c} g(x)

    • Difference Rule: lim<em>xc(f(x)g(x))=lim</em>xcf(x)limxcg(x)\lim<em>{x\to c} (f(x) - g(x)) = \lim</em>{x\to c} f(x) - \lim_{x\to c} g(x)

    • Product Rule: lim<em>xc(f(x)g(x))=lim</em>xcf(x)limxcg(x)\lim<em>{x\to c} (f(x) \cdot g(x)) = \lim</em>{x\to c} f(x) \cdot \lim_{x\to c} g(x)

    • Quotient Rule: lim<em>xcf(x)g(x)=lim</em>xcf(x)lim<em>xcg(x)\lim<em>{x\to c} \frac{f(x)}{g(x)} = \frac{\lim</em>{x\to c} f(x)}{\lim<em>{x\to c} g(x)} (provided lim</em>xcg(x)0\lim</em>{x\to c} g(x) \neq 0).

    • These laws simplify the evaluation of complex limits.

  • Graphical Limit Evaluation: Observe the y-values as xx approaches a point from both the left and the right. If they approach the same value, the limit exists and equals that value. If they differ, oscillate, or approach infinity, the limit does not exist. (A diagram illustrating one-sided limits and a non-existent limit would be helpful here).

  • Numerical Limit Evaluation: Construct a table of values for f(x)f(x) as xx approaches the point from both sides (e.g., c0.1,c0.01,c0.001c-0.1, c-0.01, c-0.001 and c+0.1,c+0.01,c+0.001c+0.1, c+0.01, c+0.001). If the function values approach a common number, that is the limit.

  • Squeeze Theorem (Sandwich Theorem): If f(x)f(x) is bounded between two functions g(x)g(x) and h(x)h(x) (i.e., g(x)f(x)h(x)g(x) \le f(x) \le h(x) for all xx near cc), and if lim<em>xcg(x)=L\lim<em>{x\to c} g(x) = L and lim</em>xch(x)=L\lim</em>{x\to c} h(x) = L, then limxcf(x)=L\lim_{x\to c} f(x) = L.

  • Types of Discontinuities:

    • Removable Discontinuity: A "hole" in the graph. The limit exists, but the function is either undefined at that point or defined at a different value. It can be made continuous by redefining the function value.

    • Jump Discontinuity: The function "jumps" from one value to another. The left-hand limit and right-hand limit exist but are not equal.

    • Infinite Discontinuity: Occurs at a vertical asymptote where the function's values become unbounded (approach ++\infty or -\infty).

  • Continuity at a Point: A function f(x)f(x) is continuous at a point cc if all three conditions are met:

    1. f(c)f(c) is defined.

    2. limxcf(x)\lim_{x\to c} f(x) exists.

    3. limxcf(x)=f(c)\lim_{x\to c} f(x) = f(c).

  • Continuity over an Interval: A function is continuous over an interval if it is continuous at every point within that interval.

  • Limits at Infinity: Analyze the behavior of a function as xx \to \infty or xx \to -\infty. These limits help identify horizontal asymptotes and the long-term trends of the function.

  • Intermediate Value Theorem (IVT): If a function ff is continuous on a closed interval [a,b][a, b], and yy is any number between f(a)f(a) and f(b)f(b), then there exists at least one number cc in the open interval (a,b)(a, b) such that f(c)=yf(c) = y. (Intuition: If a continuous function starts at one y-value and ends at another, it must pass through every y-value in between.)

Equations & Notation

  • General limit notation: limxcf(x)=L\lim_{x\to c} f(x) = L

  • One-sided limits: lim<em>xcf(x)\lim<em>{x\to c^-} f(x) (left-hand limit) and lim</em>xc+f(x)\lim</em>{x\to c^+} f(x) (right-hand limit).

  • Definition of continuity at a point cc: limxcf(x)=f(c)\lim_{x\to c} f(x) = f(c).

  • IVT formal statement: If ff is continuous on [a,b][a, b] and f(a) < y < f(b) (or f(b) < y < f(a)), then there exists c(a,b)c \in (a, b) such that f(c)=yf(c) = y.

Examples

  • Example 1 (Graphical Limit): Consider a function f(x)f(x) where as x2x \to 2^-, f(x)4f(x) \to 4, and as x2+x \to 2^+, f(x)1f(x) \to 1. In this case, limx2f(x)\lim_{x\to 2} f(x) does not exist. (A diagram here would show a jump discontinuity at x=2x=2).

  • Example 2 (Squeeze Theorem): Evaluate lim<em>x0x2sin(1x)\lim<em>{x\to 0} x^2 \sin(\frac{1}{x}). Since 1sin(1x)1-1 \le \sin(\frac{1}{x}) \le 1, we have x2x2sin(1x)x2-x^2 \le x^2 \sin(\frac{1}{x}) \le x^2. As x0x \to 0, x20-x^2 \to 0 and x20x^2 \to 0. By the Squeeze Theorem, lim</em>x0x2sin(1x)=0\lim</em>{x\to 0} x^2 \sin(\frac{1}{x}) = 0.

  • Example 3 (Continuity Check): Determine if f(x)={x2amp;xlt;1 2x1amp;x1f(x) = \begin{cases} x^2 &amp; x &lt; 1 \ 2x-1 &amp; x \ge 1 \end{cases} is continuous at x=1x=1.

    1. f(1)=2(1)1=1f(1) = 2(1)-1 = 1 (defined).

    2. lim<em>x1f(x)=lim</em>x1x2=12=1\lim<em>{x\to 1^-} f(x) = \lim</em>{x\to 1^-} x^2 = 1^2 = 1.

    3. lim<em>x1+f(x)=lim</em>x1+(2x1)=2(1)1=1\lim<em>{x\to 1^+} f(x) = \lim</em>{x\to 1^+} (2x-1) = 2(1)-1 = 1.

      Since the one-sided limits are equal, limx1f(x)=1\lim_{x\to 1} f(x) = 1 (limit exists).

    4. Since limx1f(x)=f(1)\lim_{x\to 1} f(x) = f(1), the function is continuous at x=1x=1.

  • Example 4 (IVT Application): Show that f(x)=x34x+1f(x) = x^3 - 4x + 1 has a root in [0,1][0, 1].

    1. f(x)f(x) is a polynomial, so it's continuous everywhere, including [0,1][0, 1].

    2. f(0)=034(0)+1=1f(0) = 0^3 - 4(0) + 1 = 1.

    3. f(1)=134(1)+1=14+1=2f(1) = 1^3 - 4(1) + 1 = 1 - 4 + 1 = -2.

      Since f(1) < 0 < f(0), by the IVT, there exists a c(0,1)c \in (0, 1) such that f(c)=0f(c) = 0. This means there is a root between 0 and 1.

Connections & Extensions

  • Limits are the bedrock of calculus. They allow us to move from average rates of change over finite intervals to instantaneous rates of change at specific points, leading to the derivative.

  • They connect to the idea of approaching values without necessarily reaching them, which is vital for understanding functions at points where they might be undefined or behave unusually.

  • Continuity is a desirable property for many functions, ensuring that graphs can be drawn without lifting the pencil. It's essential for theorems like the IVT and EVT (Extreme Value Theorem).

Common Mistakes & Tips

  • Confusing Limit Value with Function Value: The limit as xcx \to c does not depend on f(c)f(c). The function might not be defined at cc, or f(c)f(c) might be different from the limit.

  • Ignoring One-Sided Limits: For a two-sided limit to exist, the left-hand and right-hand limits must be equal.

  • Algebraic Errors: Errors in factoring, simplifying rational expressions, or rationalizing can lead to incorrect limit values.

  • Misapplying IVT: Remember that the IVT only applies to functions that are continuous on the closed interval. Always check this condition first.

  • Indeterminate Forms: Recognize forms like 0/00/0 or /\infty/\infty as requiring further analysis (e.g., algebraic manipulation, L'Hôpital's Rule).

Unit Summary

  • Limits: Define instantaneous change; evaluated graphically, numerically, or algebraically. Key limit laws apply to arithmetic operations.

  • Squeeze Theorem: Used to find limits of functions bounded by two other functions.

  • Continuity: No breaks, holes, or jumps in the graph. Defined by three conditions at a point: f(c)f(c) exists, lim<em>xcf(x)\lim<em>{x\to c} f(x) exists, and lim</em>xcf(x)=f(c)\lim</em>{x\to c} f(x) = f(c).

  • Discontinuities: Removable (hole), Jump (different one-sided limits), Infinite (vertical asymptote).

  • IVT (Intermediate Value Theorem): For a continuous function on [a,b][a, b], it takes on every value between f(a)f(a) and f(b)f(b).

Unit 2: Derivatives and Differentiation Basics

Key Concepts & Definitions

  • Derivative Definition (Limit Form): The derivative of a function f(x)f(x) at a point xx is the instantaneous rate of change of the function at that point. It is defined as the limit of the difference quotient:

    • f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h\to 0} \frac{f(x+h) - f(x)}{h}

      This is also known as the slope of the tangent line to the curve at xx.

  • Alternative Form of the Derivative: The derivative at a specific point cc can also be defined as:

    • f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x\to c} \frac{f(x) - f(c)}{x - c}

  • Notations for the Derivative: Several notations are used, depending on context and preference:

    • Lagrange's notation: f(x)f'(x) (read "f prime of x")

    • Leibniz's notation: dydx\frac{dy}{dx} (read "dy dx" or "the derivative of y with respect to x") or ddxf(x)\frac{d}{dx}f(x)

    • Newton's notation: y˙\dot{y} (often used for derivatives with respect to time)

    • Euler's notation: DxyD_x y

  • Geometric Meaning: The derivative f(x)f'(x) represents the slope of the tangent line to the graph of f(x)f(x) at the point (x,f(x))(x, f(x)). (A diagram showing a curve, a secant line, and a tangent line as the secant points converge would be illustrative).

  • Differentiability Implies Continuity: If a function is differentiable at a point, it must be continuous at that point. However, the converse is not true: a function can be continuous but not differentiable (e.g., at sharp corners, cusps, or vertical tangent lines).

  • Basic Derivative Rules:

    • Constant Rule: The derivative of a constant is 0. If f(x)=cf(x) = c, then f(x)=0f'(x) = 0.

    • Sum/Difference Rule: The derivative of a sum or difference of functions is the sum or difference of their derivatives: ddx[f(x)±g(x)]=f(x)±g(x)\frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x).

    • Constant Multiple Rule: The derivative of a constant times a function is the constant times the derivative of the function: ddx[cf(x)]=cf(x)\frac{d}{dx}[c \cdot f(x)] = c \cdot f'(x).

    • Power Rule: The derivative of xnx^n is nxn1n \cdot x^{n-1} for any real number nn: ddx[xn]=nxn1\frac{d}{dx}[x^n] = n x^{n-1}.

  • Higher Order Derivatives: These are derivatives of derivatives. The second derivative is the derivative of the first derivative, the third derivative is the derivative of the second, and so on.

    • Notation: f(x)f''(x), d2ydx2\frac{d^2y}{dx^2} for the second derivative; f(x)f'''(x), d3ydx3\frac{d^3y}{dx^3} for the third derivative; f(n)(x)f^{(n)}(x), dnydxn\frac{d^ny}{dx^n} for the nn-th derivative.

Equations & Notation

  • Derivative as a limit definition (already stated above).

  • Power Rule: ddx(xn)=nxn1\frac{d}{dx} (x^n) = n x^{n-1}.

  • Derivative of a constant: ddx(c)=0\frac{d}{dx} (c) = 0.

  • Sum/Difference, Constant Multiple rules (stated above).

Examples

  • Example 1 (Using Limit Definition): Find the derivative of f(x)=x2f(x) = x^2 using the limit definition.

    • f(x)=lim<em>h0(x+h)2x2h=lim</em>h0x2+2xh+h2x2hf'(x) = \lim<em>{h\to 0} \frac{(x+h)^2 - x^2}{h} = \lim</em>{h\to 0} \frac{x^2 + 2xh + h^2 - x^2}{h}

    • f(x)=lim<em>h02xh+h2h=lim</em>h0(2x+h)=2x+0=2xf'(x) = \lim<em>{h\to 0} \frac{2xh + h^2}{h} = \lim</em>{h\to 0} (2x + h) = 2x + 0 = 2x.

  • Example 2 (Applying Power Rule): Find the derivative of f(x)=5x31x2+7f(x) = 5x^3 - \frac{1}{x^2} + 7.

    • Rewrite: f(x)=5x3x2+7f(x) = 5x^3 - x^{-2} + 7

    • f(x)=5(3x31)(2x21)+0f'(x) = 5(3x^{3-1}) - (-2x^{-2-1}) + 0

    • f(x)=15x2+2x3=15x2+2x3f'(x) = 15x^2 + 2x^{-3} = 15x^2 + \frac{2}{x^3}.

  • Example 3 (Higher Order Derivative): Find the second derivative of f(x)=sinxf(x) = \sin x.

    • f(x)=cosxf'(x) = \cos x

    • f(x)=ddx(cosx)=sinxf''(x) = \frac{d}{dx}(\cos x) = -\sin x.

Connections & Extensions

  • The derivative is the fundamental tool for understanding how functions change. It forms the basis for analyzing motion, optimization, and curve behavior.

  • The concept of local linearity allows us to approximate a curve with a straight line (its tangent line) very close to the point of tangency, which is key for numerical methods and linear approximations.

Common Mistakes & Tips

  • Forgetting Units: In application problems, the units of the derivative are the units of yy per unit of xx (e.g., miles per hour, dollars per item).

  • Algebraic Errors: Careless algebra when simplifying the difference quotient can lead to incorrect derivatives.

  • Power Rule Pitfalls: Remember that Constant Multiple Rule, Sum/Difference Rule are applied first. Forgetting to rewrite roots as fractional exponents or fractions as negative exponents before applying the power rule.

  • Differentiability vs. Continuity: While differentiability implies continuity, be mindful that a continuous function might not be differentiable at points like sharp corners (x|x| at x=0x=0) or vertical tangent lines (x1/3x^{1/3} at x=0x=0).

Unit Summary

  • Definition: Derivative is the instantaneous rate of change (f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h\to 0} \frac{f(x+h) - f(x)}{h}).

  • Geometric interpretation: Slope of the tangent line.

  • Key Rules: Constant Rule (c=0c' = 0), Power Rule ((xn)=nxn1(x^n)' = nx^{n-1}), Sum/Difference Rule, Constant Multiple Rule.

  • Relationship: Differentiability implies continuity. Continuity does not imply differentiability.

  • Higher Derivatives: Successive derivatives (f,ff'', f''').

Unit 3: Advanced Differentiation Rules

Key Concepts & Definitions

  • Product Rule: Used to find the derivative of a product of two differentiable functions. If h(x)=u(x)v(x)h(x) = u(x)v(x), then its derivative is:

    • h(x)=u(x)v(x)+u(x)v(x)h'(x) = u'(x)v(x) + u(x)v'(x), or (uv)=uv+uv(uv)' = u'v + uv'

  • Quotient Rule: Used to find the derivative of a ratio of two differentiable functions. If h(x)=u(x)v(x)h(x) = \frac{u(x)}{v(x)}, then its derivative is:

    • h(x)=u(x)v(x)u(x)v(x)[v(x)]2h'(x) = \frac{u'(x)v(x) - u(x)v'(x)}{[v(x)]^2}, or (uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}

  • Chain Rule: The most powerful rule for differentiating composite functions. If y=f(g(x))y = f(g(x)), then:

    • dydx=f(g(x))g(x)\frac{dy}{dx} = f'(g(x)) \cdot g'(x) (Derivative of the "outer" function evaluated at the "inner" function, multiplied by the derivative of the "inner" function).

  • Derivatives of Common Trigonometric Functions:

    • ddxsinx=cosx\frac{d}{dx} \sin x = \cos x

    • ddxcosx=sinx\frac{d}{dx} \cos x = -\sin x

    • ddxtanx=sec2x\frac{d}{dx} \tan x = \sec^2 x

    • ddxcotx=csc2x\frac{d}{dx} \cot x = -\csc^2 x

    • ddxsecx=secxtanx\frac{d}{dx} \sec x = \sec x \tan x

    • ddxcscx=cscxcotx\frac{d}{dx} \csc x = -\csc x \cot x

  • Derivatives of Exponential and Logarithmic Functions:

    • ddxex=ex\frac{d}{dx} e^x = e^x

    • ddxax=axlna\frac{d}{dx} a^x = a^x \ln a

    • ddxlnx=1x\frac{d}{dx} \ln x = \frac{1}{x}

    • ddxlogax=1xlna\frac{d}{dx} \log_a x = \frac{1}{x \ln a}

  • Implicit Differentiation: A technique used when yy is not explicitly defined as a function of xx (e.g., x2+y2=25x^2 + y^2 = 25). We differentiate both sides of the equation with respect to xx, treating yy as a function of xx (so we apply the chain rule, multiplying derivatives of yy terms by dydx\frac{dy}{dx}), and then solve for dydx\frac{dy}{dx}.

  • Derivative of Inverse Functions: If ff is a differentiable function with an inverse f1f^{-1}, and f(g(x))0f'(g(x)) \ne 0 where g(x)=f1(x)g(x) = f^{-1}(x), then:

    • [f1](x)=1f(f1(x))[f^{-1}]'(x) = \frac{1}{f'(f^{-1}(x))}

    • Alternatively, if x=g(y)x = g(y) is the inverse function of y=f(x)y = f(x), then dydx=1dx/dy\frac{dy}{dx} = \frac{1}{dx/dy} (if dxdy0\frac{dx}{dy} \ne 0).

  • Derivatives of Inverse Trigonometric Functions:

    • ddxarcsinx=11x2\frac{d}{dx} \arcsin x = \frac{1}{\sqrt{1-x^2}}

    • ddxarccosx=11x2\frac{d}{dx} \arccos x = -\frac{1}{\sqrt{1-x^2}}

    • ddxarctanx=11+x2\frac{d}{dx} \arctan x = \frac{1}{1+x^2}

    • \frac{d}{dx} \arccot x = -\frac{1}{1+x^2}

    • ddxarcsec x=1xx21\frac{d}{dx} \text{arcsec } x = \frac{1}{|x|\sqrt{x^2-1}}

    • ddxarccsc x=1xx21\frac{d}{dx} \text{arccsc } x = -\frac{1}{|x|\sqrt{x^2-1}}

  • Higher Order Derivatives: Continuation of finding successive derivatives. For example, d2ydx2\frac{d^2y}{dx^2} is the second derivative, obtained by differentiating dydx\frac{dy}{dx} with respect to xx.

Equations & Notation

  • Product Rule: (uv)=uv+uv(uv)' = u'v + uv'

  • Quotient Rule: (uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}

  • Chain Rule: ddxf(g(x))=f(g(x))g(x)\frac{d}{dx} f(g(x)) = f'(g(x)) \cdot g'(x)

  • Derivative of an inverse function: [f1](x)=1f(f1(x))[f^{-1}]'(x) = \frac{1}{f'(f^{-1}(x))}

  • All derivatives of common functions and inverse trigonometric functions as listed above.

Examples

  • Example 1 (Product Rule): Find the derivative of h(x)=x2sinxh(x) = x^2 \sin x.

    • Let u=x2u = x^2 and v=sinxv = \sin x. Then u=2xu' = 2x and v=cosxv' = \cos x.

    • h(x)=uv+uv=(2x)(sinx)+(x2)(cosx)=2xsinx+x2cosxh'(x) = u'v + uv' = (2x)(\sin x) + (x^2)(\cos x) = 2x \sin x + x^2 \cos x.

  • Example 2 (Quotient Rule): Find the derivative of f(x)=exxf(x) = \frac{e^x}{x}.

    • Let u=exu = e^x and v=xv = x. Then u=exu' = e^x and v=1v' = 1.

    • f(x)=exxex1x2=ex(x1)x2f'(x) = \frac{e^x \cdot x - e^x \cdot 1}{x^2} = \frac{e^x(x-1)}{x^2}.

  • Example 3 (Chain Rule): Find the derivative of y=sin(x3)y = \sin(x^3).

    • Let f(u)=sinuf(u) = \sin u and u=x3u = x^3. Then f(u)=cosuf'(u) = \cos u and u=3x2u' = 3x^2.

    • dydx=cos(x3)3x2=3x2cos(x3)\frac{dy}{dx} = \cos(x^3) \cdot 3x^2 = 3x^2 \cos(x^3).

  • Example 4 (Implicit Differentiation): Find dydx\frac{dy}{dx} for x2+y2=25x^2 + y^2 = 25.

    • Differentiate both sides with respect to xx:

      • ddx(x2)+ddx(y2)=ddx(25)\frac{d}{dx}(x^2) + \frac{d}{dx}(y^2) = \frac{d}{dx}(25)

      • 2x+2ydydx=02x + 2y \frac{dy}{dx} = 0

      • 2ydydx=2x2y \frac{dy}{dx} = -2x

      • dydx=xy\frac{dy}{dx} = -\frac{x}{y}.

  • Example 5 (Derivative of Inverse Function): If f(x)=x3+xf(x) = x^3 + x, find (f1)(2)(f^{-1})'(2).

    1. First, find f1(2)f^{-1}(2). Let y=2y=2. 2=x3+x2 = x^3 + x. By inspection, x=1x=1 is the solution, so f1(2)=1f^{-1}(2) = 1.

    2. Find f(x)=3x2+1f'(x) = 3x^2 + 1.

    3. Evaluate f(f1(2))=f(1)=3(1)2+1=4f'(f^{-1}(2)) = f'(1) = 3(1)^2 + 1 = 4.

    4. Then (f1)(2)=1f(f1(2))=14(f^{-1})'(2) = \frac{1}{f'(f^{-1}(2))} = \frac{1}{4}.

Connections & Extensions

  • These rules allow us to differentiate virtually any combination of standard functions, enabling the analysis of more complex real-world scenarios.

  • Implicit differentiation is critical for working with relations that are not explicitly functions, such as circles, ellipses, and other curves.

  • The chain rule is paramount; it extends our ability to handle composite functions, which are ubiquitous in science and engineering (e.g., rate of change of volume of a balloon as a function of time when its radius is also changing with time).

Common Mistakes & Tips

  • Chain Rule Omissions: Forgetting to apply the chain rule, especially when differentiating a standard function with a more complex argument (e.g., differentiating sin(2x)\sin(2x) as cos(2x)\cos(2x) instead of 2cos(2x)2\cos(2x){}).

  • Implicit Differentiation Errors: Forgetting to multiply by dydx\frac{dy}{dx} when differentiating a term involving yy. Treating yy as a constant.

  • Product vs. Quotient Rule: Mixing up the formulas, especially the sign in the numerator of the quotient rule (-).

  • Simplification before Differentiation: Sometimes, algebraic manipulation (e.g., expanding or combining terms) can simplify the function before differentiating, making the process easier.

  • Memorizing Inverse Trig Derivatives: Many inverse trig derivatives have a negative counterpart (e.g., arcsinx\arcsin x vs. arccosx\arccos x). Focus on the positive versions and remember that the "co" functions (-cos, -cot, -csc) lead to negative derivatives.

Unit Summary

  • Product Rule: (uv)=uv+uv(uv)' = u'v + uv'

  • Quotient Rule: (uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}

  • Chain Rule: ddxf(g(x))=f(g(x))g(x)\frac{d}{dx} f(g(x)) = f'(g(x)) \cdot g'(x)

  • Implicit Differentiation: Differentiate both sides with respect to xx, apply chain rule to yy terms (dydx\dots \frac{dy}{dx}), then solve for dydx\frac{dy}{dx}.

  • Inverse Functions: [f1](x)=1f(f1(x))[f^{-1}]'(x) = \frac{1}{f'(f^{-1}(x))}.

  • Derivatives of common functions: Trig, exponential, log, and inverse trig functions.

Unit 4: Applications of Differentiation

Key Concepts & Definitions

  • Motion Concepts (Position, Velocity, Acceleration):

    • Position: s(t)s(t) or x(t)x(t) (function of time).

    • Velocity: v(t)=s(t)v(t) = s'(t) (first derivative of position). Represents the rate of change of position and direction of motion.

    • Acceleration: a(t)=v(t)=s(t)a(t) = v'(t) = s''(t) (first derivative of velocity, second derivative of position). Represents the rate of change of velocity.

    • Speed: v(t)|v(t)| (magnitude of velocity). Always non-negative.

    • Speeding Up/Slowing Down:

      • Speeding Up: Velocity and acceleration have the same sign (v(t)a(t) > 0).

      • Slowing Down: Velocity and acceleration have opposite signs (v(t)a(t) < 0).

    • Change in Direction: Occurs when velocity changes sign (v(t)=0v(t)=0 and changes sign, or v(t)v(t) is undefined and changes sign).

  • Related Rates Problems: Involve finding the rate at which one quantity is changing based on the known rates of other related quantities. All rates are with respect to time (ddt\frac{d}{dt}).

    • General Approach (Four Steps):

      1. Identify Knowns and Unknowns: List all given rates and quantities, and the rate you need to find. This should include identifying expressions for dxdt,dydt\frac{dx}{dt}, \frac{dy}{dt}, etc.

      2. Draw a Picture: If applicable, sketch a diagram and label variables clearly.

      3. Find a Non-Derivative Relation: Establish an equation (or equations) that relates the variables before differentiation (e.g., Pythagorean theorem, volume formula, similar triangles). This relation should hold true at all times relevant to the problem.

      4. Differentiate Implicitly: Differentiate the relation(s) with respect to time (tt). Remember to use the chain rule for any variable that is a function of time (which is usually all of them).

      5. Substitute and Solve: Plug in the known values for the variables and rates at the specific moment in question, then solve for the unknown rate.

  • Linear Approximations (Linearization/Tangent Line Approximation): Using the tangent line at a point (a) to approximate the function's value near that point. This is based on the idea that a differentiable function looks like a straight line when zoomed in very closely.

    • The equation of the tangent line at x=ax=a is given by L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x-a).

    • For xx close to aa, f(x)L(x)f(x) \approx L(x).

  • Mean Value Theorem (MVT): If f(x)f(x) is continuous on a closed interval [a,b][a, b] and differentiable on the open interval (a,b)(a, b), then there exists at least one number cc in (a,b)(a, b) such that the instantaneous rate of change at cc equals the average rate of change over the interval:

    • f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

  • Extreme Value Theorem (EVT): If a function ff is continuous on a closed interval [a,b][a, b], then ff is guaranteed to attain both an absolute maximum value and an absolute minimum value on that interval.

  • Critical Points: Points cc in the domain of ff where f(c)=0f'(c) = 0 or f(c)f'(c) is undefined. All local (and thus global) extrema occur at critical points.

  • Local Extrema: Highest or lowest points in a specific neighborhood on the graph (local maximum or local minimum).

  • Global (Absolute) Extrema: The highest or lowest points over the entire domain or a specified interval.

  • First Derivative Test: Used to locate local extrema by examining the sign changes of f(x)f'(x)

    • If f(x)f'(x) changes from ++ to - at cc, then f(c)f(c) is a local maximum.

    • If f(x)f'(x) changes from - to ++ at cc, then f(c)f(c) is a local minimum.

    • If f(x)f'(x) does not change sign, there is no local extremum.

  • Concavity: Describes the direction of the curve's opening.

    • Concave Up: The graph of f(x)f(x) lies above its tangent lines; f(x)f'(x) is increasing; f''(x) > 0.

    • Concave Down: The graph of f(x)f(x) lies below its tangent lines; f(x)f'(x) is decreasing; f''(x) < 0.

  • Point of Inflection: A point on the graph where the concavity changes (from up to down or vice versa). Occurs where f(x)=0f''(x) = 0 or f(x)f''(x) is undefined, and f(x)f''(x) changes sign.

  • Second Derivative Test: Used to classify critical points as local maxima or minima.

    • If f(c)=0f'(c) = 0 and f''(c) < 0, then f(c)f(c) is a local maximum.

    • If f(c)=0f'(c) = 0 and f''(c) > 0, then f(c)f(c) is a local minimum.

    • If f(c)=0f'(c) = 0 and f(c)=0f''(c) = 0 (or is undefined), the test is inconclusive; use the First Derivative Test.

  • Optimization Problems: Involve finding the maximum or minimum value of a quantity (objective function) subject to certain constraints. Often modeled using derivatives.

    • General Approach:

      1. Understand the Problem: Read carefully and identify what quantity needs to be optimized (maximized or minimized).

      2. Draw a Diagram: If applicable, label all quantities that are changing.

      3. Introduce Variables and Formulate Equations: Assign variables, determine the objective function (the quantity to optimize), and identify constraint equations (relations between variables).

      4. Reduce to One Variable: Use the constraint equation(s) to express the objective function in terms of a single independent variable.

      5. Find Critical Points: Differentiate the objective function (now in a single variable) and set the derivative to zero or find where it's undefined.

      6. Test for Max/Min: Use the First Derivative Test or Second Derivative Test to confirm if the critical point corresponds to a maximum or minimum.

      7. Check Endpoints: If the domain is a closed interval, evaluate the objective function at the endpoints.

      8. Answer the Question: State the optimized value and/or the dimensions that yield it, including units.

Equations & Notation

  • Velocity: v(t)=s(t)v(t) = s'(t)

  • Acceleration: a(t)=v(t)=s(t)a(t) = v'(t) = s''(t)

  • Linearization: L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x-a)

  • Mean Value Theorem: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

  • Conditions for concavity: f''(x) > 0 (concave up), f''(x) < 0 (concave down).

Examples

  • Example 1 (Motion): A particle moves along the x-axis with position s(t)=t36t2+9t+1s(t) = t^3 - 6t^2 + 9t + 1. When is the particle speeding up and slowing down?

    • v(t)=s(t)=3t212t+9=3(t1)(t3)v(t) = s'(t) = 3t^2 - 12t + 9 = 3(t-1)(t-3).

    • a(t)=v(t)=6t12=6(t2)a(t) = v'(t) = 6t - 12 = 6(t-2).

    • Critical points for velocity: t=1,t=3t=1, t=3. Critical point for acceleration: t=2t=2.

    • Analyze signs of v(t)v(t) and a(t)a(t) on intervals:\

      | Interval | v(t)v(t) | a(t)a(t) | v(t)a(t)v(t)a(t) | Motion |

      | :-------- | :------- | :------- | :-------- | :-------- |

      | (,1)(-\infty, 1) | ++ | - | - | slowing down |

      | (1,2)(1, 2) | - | - | ++ | speeding up |

      | (2,3)(2, 3) | - | ++ | - | slowing down |

      | (3,)(3, \infty) | ++ | ++ | ++ | speeding up |

  • Example 2 (Related Rates): A ladder 10 ft long is leaning against a wall. If the bottom of the ladder is sliding away from the wall at a rate of 1 ft/s, how fast is the top of the ladder sliding down the wall when the bottom is 6 ft from the wall?

    1. Known: dxdt=1\frac{dx}{dt} = 1 ft/s. Find: dydt\frac{dy}{dt} when x=6x=6 ft.

    2. Diagram: Right triangle with legs xx (distance from wall to ladder base) and yy (height of ladder top on wall), hypotenuse 10.

    3. Relation: x2+y2=102=100x^2 + y^2 = 10^2 = 100.

    4. Differentiate: 2xdxdt+2ydydt=02x \frac{dx}{dt} + 2y \frac{dy}{dt} = 0

    5. Substitute and Solve: When x=6x=6, 62+y2=100    y=86^2 + y^2 = 100 \implies y = 8. Plug values in:

      • 2(6)(1)+2(8)dydt=02(6)(1) + 2(8) \frac{dy}{dt} = 0

      • 12+16dydt=012 + 16 \frac{dy}{dt} = 0

      • dydt=1216=34\frac{dy}{dt} = -\frac{12}{16} = -\frac{3}{4} ft/s. The top of the ladder is sliding down at 34\frac{3}{4} ft/s.

  • Example 3 (Linear Approximation): Use a linear approximation to estimate 4.1\sqrt{4.1}.

    • Let f(x)=xf(x)=\sqrt{x} and a=4a=4. Then f(4)=4=2f(4)=\sqrt{4}=2.

    • f(x)=12xf'(x) = \frac{1}{2\sqrt{x}}, so f(4)=124=14f'(4) = \frac{1}{2\sqrt{4}} = \frac{1}{4}.

    • L(x)=f(a)+f(a)(xa)=2+14(x4)L(x) = f(a) + f'(a)(x-a) = 2 + \frac{1}{4}(x-4).

    • For x=4.1x=4.1, L(4.1)=2+14(4.14)=2+14(0.1)=2+0.025=2.025L(4.1) = 2 + \frac{1}{4}(4.1-4) = 2 + \frac{1}{4}(0.1) = 2 + 0.025 = 2.025.

    • So, 4.12.025\sqrt{4.1} \approx 2.025.

  • Example 4 (MVT): Find cc for f(x)=x22xf(x) = x^2 - 2x on [1,5][1, 5].

    1. f(x)f(x) is a polynomial, so it's continuous on [1,5][1, 5] and differentiable on (1,5)(1, 5).

    2. Average rate of change: f(5)f(1)51=(522(5))(122(1))4=(2510)(12)4=15(1)4=164=4\frac{f(5) - f(1)}{5 - 1} = \frac{(5^2 - 2(5)) - (1^2 - 2(1))}{4} = \frac{(25-10) - (1-2)}{4} = \frac{15 - (-1)}{4} = \frac{16}{4} = 4.

    3. f(x)=2x2f'(x) = 2x - 2.

    4. Set f(c)f'(c) equal to the average rate of change: 2c2=4    2c=6    c=32c - 2 = 4 \implies 2c = 6 \implies c = 3.

    5. Since 3(1,5)3 \in (1, 5), the value c=3c=3 satisfies the MVT.

  • Example 5 (Optimization): A farmer wants to fence a rectangular pen with 100 feet of fencing, using an existing wall for one side. What are the dimensions of the pen that maximize the area?

    1. Maximize Area AA

    2. Diagram: Rectangle with sides xx (perpendicular to wall) and yy (parallel to wall). Wall serves one yy side.

    3. Objective: A=xyA = xy. Constraint: 2x+y=1002x + y = 100.

    4. Reduce to one variable: From constraint, y=1002xy = 100 - 2x. Substitute into Area: A(x)=x(1002x)=100x2x2A(x) = x(100 - 2x) = 100x - 2x^2.

    5. Find critical points: A(x)=1004xA'(x) = 100 - 4x. Set A(x)=0    1004x=0    4x=100    x=25A'(x) = 0 \implies 100 - 4x = 0 \implies 4x = 100 \implies x = 25.

    6. Test: A(x)=4A''(x) = -4. Since A''(25) = -4 < 0, this is a local maximum.

    7. Check domain: x > 0. From y=1002xy=100-2x, we need 100-2x > 0 \implies 2x < 100 \implies x < 50. So, the interval is (0,50)(0, 50). Endpoints are not included as they result in zero area. Thus, x=25x=25 is the global maximum.

    8. Answer: If x=25x=25 feet, then y=1002(25)=50y = 100 - 2(25) = 50 feet. Max area is (25)(50)=1250(25)(50) = 1250 sq ft.

Connections & Extensions

  • These applications demonstrate the practical power of derivatives in understanding the real world
    —from predicting trajectories (motion) to designing efficient systems (optimization).

  • The MVT is a bridge between average and instantaneous rates, justifying that somewhere in a continuous, differentiable interval, the instantaneous rate must equal the average rate.

  • Curve sketching (combining information from first and second derivatives about increasing/decreasing, local extrema, and concavity) provides a comprehensive understanding of a function's graph.

Common Mistakes & Tips

  • Motion: Confusing displacement with total distance (covered in integration unit). Not properly analyzing signs of v(t)v(t) and a(t)a(t) for speeding up/slowing down. Missing cases where v(t)v(t) could be undefined.

  • Related Rates: Substituting numerical values into the general relation before differentiating. Forgetting the chain rule (e.g., d/dt(r2)=2rdrdtd/dt(r^2) = 2r \frac{dr}{dt}).

  • MVT: Forgetting to check the conditions of continuity on [a,b][a, b] and differentiability on (a,b)(a, b).

  • Optimization: Not verifying whether a critical point is a maximum or minimum, or overlooking endpoints for global extrema. Not expressing the final answer in terms of the original problem.

  • Concavity/Inflection Points: Confusing where f(x)=0f''(x)=0 with a point of inflection. f(x)f''(x) must change sign.

Unit Summary

  • Motion: s(t)derivativev(t)derivativea(t)s(t) \xrightarrow{\text{derivative}} v(t) \xrightarrow{\text{derivative}} a(t). Speeding up (v,av, a same sign), slowing down (v,av, a opposite signs).

  • Related Rates: Establish relation, differentiate implicitly w.r.t time, substitute. (Diagrams helpful).

  • Linear Approximation: f(x)f(a)+f(a)(xa)f(x) \approx f(a) + f'(a)(x-a).

  • MVT: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a} (conditions: continuous on closed, differentiable on open).

  • Extrema: Local at critical points (f(x)=0f'(x)=0 or undefined). Global on closed intervals (compare critical values and endpoints).

  • Concavity: f''(x) > 0 (up), f''(x) < 0 (down). Inflection points where concavity changes.

  • Optimization: Maximize/minimize objective using derivatives, subject to constraints.

Unit 5: Integrals and Basic Integration Techniques

Key Concepts & Definitions

  • Antiderivative: A function F(x)F(x) is an antiderivative of f(x)f(x) if F(x)=f(x)F'(x) = f(x). If F(x)F(x) is an antiderivative, then F(x)+CF(x) + C (where CC is any constant) is the general antiderivative.

  • Indefinite Integral: Represents the family of all antiderivatives of f(x)f(x). It is denoted by f(x)dx=F(x)+C\int f(x) dx = F(x) + C.

    • Properties of Indefinite Integrals:

      • Constant Multiple Rule: kf(x)dx=kf(x)dx\int k f(x) dx = k \int f(x) dx

      • Sum/Difference Rule: [f(x)±g(x)]dx=f(x)dx±g(x)dx\int [f(x) \pm g(x)] dx = \int f(x) dx \pm \int g(x) dx

  • Riemann Sums (Definition of Definite Integral): An approximation of the area under a curve by dividing an interval into subintervals and forming rectangles. The sum of the areas of these rectangles is a Riemann sum.

    • Types: Left Riemann Sum (LRAM), Right Riemann Sum (RRAM), Midpoint Riemann Sum (MRAM), Trapezoidal Sum (using trapezoids instead of rectangles). (Diagrams illustrating these would be helpful).

    • The definite integral is defined as the limit of these Riemann sums as the number of subintervals approaches infinity:

      • <em>abf(x)dx=lim</em>n<em>i=1nf(x</em>i<em>)Δx\int<em>{a}^{b} f(x) dx = \lim</em>{n\to\infty} \sum<em>{i=1}^{n} f(x</em>i^<em>) \Delta x where xi</em>x_i^</em> is a point in the ii-th subinterval and Δx=ban\Delta x = \frac{b-a}{n}.

  • Definite Integral: Represents the net accumulated area between the function's graph and the x-axis over a given interval [a,b][a, b]. Areas above the x-axis are positive; areas below are negative.

    • Properties of Definite Integrals:

      • Order of Integration: <em>abf(x)dx=</em>baf(x)dx\int<em>{a}^{b} f(x) dx = -\int</em>{b}^{a} f(x) dx

      • Zero Interval: aaf(x)dx=0\int_{a}^{a} f(x) dx = 0

      • Additivity: <em>acf(x)dx+</em>cbf(x)dx=abf(x)dx\int<em>{a}^{c} f(x) dx + \int</em>{c}^{b} f(x) dx = \int_{a}^{b} f(x) dx

  • Fundamental Theorem of Calculus (FTC):

    • FTC Part 1: Relates differentiation and integration. If ff is continuous on [a,b][a, b], then the function g(x)=axf(t)dtg(x) = \int_{a}^{x} f(t) dt is differentiable on (a,b)(a, b) and g(x)=f(x)g'(x) = f(x). This means differentiation effectively "undoes" integration.

    • FTC Part 2: Provides a practical way to evaluate definite integrals. If ff is continuous on [a,b][a, b] and FF is any antiderivative of ff (i.e., F(x)=f(x)F'(x) = f(x)), then:

      • abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) dx = F(b) - F(a)

        This theorem transforms the problem of finding areas into the problem of finding antiderivatives.

  • Technique: Substitution (u-substitution): A method for integrating composite functions, essentially the reverse of the chain rule. It involves making a substitution u=g(x)u=g(x) so that du=g(x)dxdu = g'(x) dx, transforming the integral into a simpler form in terms of uu. After integrating with respect to uu, substitute back xx to express the result in terms of the original variable.

    • For definite integrals, either change the limits of integration to be in terms of uu or substitute back to xx before evaluating.

Equations & Notation

  • Indefinite Integral: f(x)dx=F(x)+C\int f(x) dx = F(x) + C

  • Definite Integral: abf(x)dx\int_{a}^{b} f(x) dx

  • Riemann Sum: <em>i=1nf(x</em>i)Δx\sum<em>{i=1}^{n} f(x</em>i^*) \Delta x

  • FTC Part 1: ddxaxf(t)dt=f(x)\frac{d}{dx} \int_{a}^{x} f(t) dt = f(x)

  • FTC Part 2: abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) dx = F(b) - F(a)

Examples

  • Example 1 (Indefinite Integral): Evaluate (3x21x+ex)dx\int (3x^2 - \frac{1}{x} + e^x) dx.

    • =x3lnx+ex+C= x^3 - \ln|x| + e^x + C.

  • Example 2 (Definite Integral via FTC Part 2): Evaluate 13(2x+1)dx\int_{1}^{3} (2x + 1) dx.

    • Antiderivative of 2x+12x+1 is x2+xx^2 + x.

    • 13(2x+1)dx=(32+3)(12+1)=(9+3)(1+1)=122=10\int_{1}^{3} (2x + 1) dx = (3^2 + 3) - (1^2 + 1) = (9 + 3) - (1 + 1) = 12 - 2 = 10.

  • Example 3 (u-Substitution - Indefinite): Evaluate xcos(x2)dx\int x \cos(x^2) dx.

    • Let u=x2u = x^2. Then dudx=2x\frac{du}{dx} = 2x, so dx=du2xdx = \frac{du}{2x}.

    • =xcos(u)du2x=12cos(u)du= \int x \cos(u) \frac{du}{2x} = \int \frac{1}{2} \cos(u) du

    • =12sin(u)+C= \frac{1}{2} \sin(u) + C

    • Substitute back: =12sin(x2)+C= \frac{1}{2} \sin(x^2) + C.

  • Example 4 (u-Substitution - Definite with Changed Limits): Evaluate 01x(x2+1)3dx\int_{0}^{1} x(x^2+1)^3 dx.

    • Let u=x2+1u = x^2+1. Then du=2xdxdu = 2x dx, so dx=du2xdx = \frac{du}{2x}.

    • Change limits: When x=0x=0, u=02+1=1u=0^2+1=1. When x=1x=1, u=12+1=2u=1^2+1=2.

    • The integral becomes: <em>12x(u)3du2x=</em>1212u3du\int<em>{1}^{2} x(u)^3 \frac{du}{2x} = \int</em>{1}^{2} \frac{1}{2} u^3 du

    • =12[u44]<em>12=18[u4]</em>12=18(2414)=18(161)=158= \frac{1}{2} [\frac{u^4}{4}]<em>{1}^{2} = \frac{1}{8} [u^4]</em>{1}^{2} = \frac{1}{8} (2^4 - 1^4) = \frac{1}{8} (16 - 1) = \frac{15}{8}.

Connections & Extensions

  • Integration is the inverse process of differentiation, much like division is the inverse of multiplication. This fundamental relationship is codified in the FTC.

  • Indefinite integrals capture the entire family of antiderivatives, representing all possible functions with a given rate of change. Definite integrals give us the precise accumulated quantity or net change.

  • Riemann sums provide the conceptual bridge from discrete sums (approximations) to continuous sums (definite integrals), showing how calculus can precisely quantify accumulation.

Common Mistakes & Tips

  • Forgetting the +C: When evaluating indefinite integrals, always include the constant of integration CC. Without it, the solution is incomplete.

  • u-Substitution Bounds: For definite integrals, if you change variables to uu, make sure to also change the limits of integration to correspond to uu values, or substitute back to xx before evaluating at the original limits.

  • Basic Antiderivatives: Be proficient with antiderivatives of common functions (power rule in reverse, trig functions, exponentials, 1x\frac{1}{x}).

  • Algebraic Simplification: Sometimes, algebraic manipulation of the integrand can simplify the integral (e.g., expanding binomials before integrating).

  • Reading Integral Notation: Distinguish between f(x)dx\int f(x) dx (indefinite, family of functions) and abf(x)dx\int_{a}^{b} f(x) dx (definite, a single numerical value representing net area/accumulation).

Unit Summary

  • Antiderivative: Reverse of differentiation, F(x)=f(x)F'(x) = f(x).

  • Indefinite Integral: f(x)dx=F(x)+C\int f(x) dx = F(x) + C. Family of antiderivatives.

  • Riemann Sums: Approximations of area under curve, leading to definite integral definition: lim<em>n</em>i=1nf(xi)Δx\lim<em>{n\to\infty} \sum</em>{i=1}^{n} f(x_i^*) \Delta x.

  • Definite Integral: Net signed area/accumulation. abf(x)dx\int_{a}^{b} f(x) dx.

  • FTC Part 1: ddxaxf(t)dt=f(x)\frac{d}{dx} \int_{a}^{x} f(t) dt = f(x).

  • FTC Part 2: abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) dx = F(b) - F(a).

  • u-Substitution: Reverse chain rule for integration. Change limits for definite integrals.

Unit 6: Advanced Integration Techniques and Applications of Integration

Key Concepts & Definitions

  • L’Hôpital’s Rule: A powerful tool for evaluating limits of indeterminate forms. If limxcf(x)g(x)\lim_{x\to c} \frac{f(x)}{g(x)} results in an indeterminate form 00\frac{0}{0} or \frac{\infty}{\infty} (or \frac{-\infty}{\infty}, etc.), then, under suitable conditions, the limit can be found by taking the derivatives of the numerator and denominator:

    • lim<em>xcf(x)g(x)=lim</em>xcf(x)g(x)\lim<em>{x\to c} \frac{f(x)}{g(x)} = \lim</em>{x\to c} \frac{f'(x)}{g'(x)} (provided the latter limit exists).

    • This rule can be reapplied if the new form is still indeterminate. Other indeterminate forms (e.g., 0,,1,00,00 \cdot \infty, \infty - \infty, 1^\infty, 0^0, \infty^0) must be algebraically manipulated to become 00\frac{0}{0} or \frac{\infty}{\infty} before applying L'Hôpital's Rule.

  • Integration by Parts (BC Topic): A technique for integrating products of functions, derived from the product rule for differentiation. It is particularly useful when one function can be easily differentiated and the other easily integrated.

    • Formula: udv=uvvdu\int u \, dv = uv - \int v \, du

    • The key is to choose uu and dvdv appropriately (often using the acronym LIATE: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential for selecting uu).

  • Partial Fractions (BC Topic): A method for integrating rational functions (polynomial divided by polynomial). The rational function is decomposed into a sum of simpler fractions, each of which is easier to integrate (often leading to logarithmic or inverse tangent forms).

    • Applicable when the degree of the numerator is less than the degree of the denominator. If not, perform polynomial long division first.

    • Different cases for the denominator's factors (linear, repeated linear, irreducible quadratic, repeated irreducible quadratic) dictate the form of the decomposition.

  • Improper Integrals (BC Topic): Integrals where either one or both limits of integration are infinite (±\pm \infty) or where the integrand has an infinite discontinuity within the interval of integration.

    • Type 1 (Infinite Limits):

      • <em>af(x)dx=lim</em>babf(x)dx\int<em>{a}^{\infty} f(x) dx = \lim</em>{b\to\infty} \int_{a}^{b} f(x) dx

      • <em>bf(x)dx=lim</em>aabf(x)dx\int<em>{-\infty}^{b} f(x) dx = \lim</em>{a\to\infty} \int_{-a}^{b} f(x) dx

      • <em>f(x)dx=</em>cf(x)dx+cf(x)dx\int<em>{-\infty}^{\infty} f(x) dx = \int</em>{-\infty}^{c} f(x) dx + \int_{c}^{\infty} f(x) dx

    • Type 2 (Discontinuous Integrands): If f(x)f(x) is discontinuous at cc within [a,b][a, b] or at an endpoint:

      • If disc. at bb: <em>abf(x)dx=lim</em>tbatf(x)dx\int<em>{a}^{b} f(x) dx = \lim</em>{t\to b^-} \int_{a}^{t} f(x) dx

      • If disc. at aa: <em>abf(x)dx=lim</em>ta+tbf(x)dx\int<em>{a}^{b} f(x) dx = \lim</em>{t\to a^+} \int_{t}^{b} f(x) dx

      • If disc. at c(a,b)c \in (a, b): <em>abf(x)dx=</em>acf(x)dx+cbf(x)dx\int<em>{a}^{b} f(x) dx = \int</em>{a}^{c} f(x) dx + \int_{c}^{b} f(x) dx

    • An improper integral converges if the limit exists and is a finite number; otherwise, it diverges.

  • Applications of Integration Summary: This unit heavily focuses on using the definite integral for various physical and geometric computations.

  • Average Value of a Function: For a continuous function ff on [a,b][a, b], its average value is:

    • f<em>avg=1ba</em>abf(x)dxf<em>{avg} = \frac{1}{b - a} \int</em>{a}^{b} f(x) dx

  • Motion (Integral Form):

    • Displacement (Change in Position): <em>t</em>1t2v(t)dt\int<em>{t</em>1}^{t_2} v(t) dt (This is a net change; it can be negative).

    • Change in Velocity: <em>t</em>1t2a(t)dt\int<em>{t</em>1}^{t_2} a(t) dt

    • Position at time t<em>2t<em>2: s(t</em>2)=s(t<em>1)+</em>t<em>1t</em>2v(t)dts(t</em>2) = s(t<em>1) + \int</em>{t<em>1}^{t</em>2} v(t) dt

    • Total Distance Traveled: <em>t</em>1t2v(t)dt\int<em>{t</em>1}^{t_2} |v(t)| dt (Absolute value of velocity, i.e., speed, must be used to accumulate total distance regardless of direction).

  • Area Between Two Curves: If f(x)g(x)f(x) \ge g(x) on [a,b][a, b], the area between the graphs of f(x)f(x) and g(x)g(x) is:

    • A=ab[f(x)g(x)]dxA = \int_{a}^{b} [f(x) - g(x)] dx (Top function minus Bottom function).

    • For vertical slices (integrating with respect to xx), bounds aa and bb are x-values. For horizontal slices (integrating with respect to yy), rewrite functions as x=f(y),x=g(y)x=f(y), x=g(y). Then A=cd[right(y)left(y)]dyA = \int_{c}^{d} [\text{right}(y) - \text{left}(y)] dy.

  • Volume by Cross-Sections: If a solid is formed by sweeping a cross-sectional area A(x)A(x) perpendicular to the x-axis from x=ax=a to x=bx=b, its volume is:

    • V=abA(x)dxV = \int_{a}^{b} A(x) dx (Similarly for A(y)A(y) perpendicular to y-axis).

    • Common cross-sections: squares, circles, semicircles, equilateral triangles. (Diagrams are crucial here).

  • Volume by Rotation (Disk and Washer Methods): Used to find the volume of a solid generated by revolving a region about an axis.

    • Disk Method: Used when the region is flush with the axis of rotation (no hole). Radius R(x)R(x) or R(y)R(y).

      • V=πab[R(x)]2dxV = \pi \int_{a}^{b} [R(x)]^2 dx (rotation about x-axis)

    • Washer Method: Used when there is a hole in the solid (i.e., the region is not flush with the axis of rotation). Outer radius RR and inner radius rr.

      • V=πab([R(x)]2[r(x)]2)dxV = \pi \int_{a}^{b} ([R(x)]^2 - [r(x)]^2) dx (rotation about x-axis)

    • The choice of integration variable (xx or yy) depends on which axis the radius is perpendicular to (which is usually perpendicular to the axis of rotation).

  • Arc Length: The length of a curve over an interval.

    • For y=f(x)y = f(x) on [a,b][a, b]:

      • L=ab1+(f(x))2dxL = \int_{a}^{b} \sqrt{1 + (f'(x))^2} dx

Equations & Notation

  • L’Hôpital’s Rule: lim<em>xcf(x)g(x)=lim</em>xcf(x)g(x)\lim<em>{x\to c} \frac{f(x)}{g(x)} = \lim</em>{x\to c} \frac{f'(x)}{g'(x)}

  • Integration by Parts: udv=uvvdu\int u \, dv = uv - \int v \, du

  • Improper Integrals (Type 1): <em>af(x)dx=lim</em>babf(x)dx\int<em>{a}^{\infty} f(x) dx = \lim</em>{b\to\infty} \int_{a}^{b} f(x) dx

  • Average Value: f<em>avg=1ba</em>abf(x)dxf<em>{avg} = \frac{1}{b - a} \int</em>{a}^{b} f(x) dx

  • Total Distance: <em>t</em>1t2v(t)dt\int<em>{t</em>1}^{t_2} |v(t)| dt

  • Area Between Curves: A=ab[f(x)g(x)]dxA = \int_{a}^{b} [f(x) - g(x)] dx

  • Volume (Disks/Washers): V=πab(R2r2)dxV = \pi \int_{a}^{b} (R^2 - r^2) dx or dydy

  • Arc Length: L=ab1+(f(x))2dxL = \int_{a}^{b} \sqrt{1 + (f'(x))^2} dx

Examples

  • Example 1 (L’Hôpital’s Rule): Evaluate limx0sinxx\lim_{x\to 0} \frac{\sin x}{x}.

    • This is of the form 00\frac{0}{0}. Apply L'Hôpital's Rule:

      • lim<em>x0ddx(sinx)ddx(x)=lim</em>x0cosx1=cos0=1\lim<em>{x\to 0} \frac{\frac{d}{dx}(\sin x)}{\frac{d}{dx}(x)} = \lim</em>{x\to 0} \frac{\cos x}{1} = \cos 0 = 1.

  • Example 2 (Integration by Parts): Evaluate xexdx\int x e^x dx.

    • Let u=xu=x, dv=exdxdv=e^x dx. Then du=dxdu=dx, v=exv=e^x.

    • xexdx=xexexdx=xexex+C\int x e^x dx = xe^x - \int e^x dx = xe^x - e^x + C.

  • Example 3 (Partial Fractions): Evaluate 1x21dx\int \frac{1}{x^2 - 1} dx.

    • Factor denominator: x21=(x1)(x+1)x^2 - 1 = (x-1)(x+1).

    • Decompose: 1(x1)(x+1)=Ax1+Bx+1\frac{1}{(x-1)(x+1)} = \frac{A}{x-1} + \frac{B}{x+1}.

    • Multiply by denominator: 1=A(x+1)+B(x1)1 = A(x+1) + B(x-1).

    • Set x=1    1=A(2)    A=1/2x=1 \implies 1 = A(2) \implies A = 1/2.

    • Set x=1    1=B(2)    B=1/2x=-1 \implies 1 = B(-2) \implies B = -1/2.

    • The integral becomes: (1/2x11/2x+1)dx=12lnx112lnx+1+C=12lnx1x+1+C\int \left(\frac{1/2}{x-1} - \frac{1/2}{x+1}\right) dx = \frac{1}{2} \ln|x-1| - \frac{1}{2} \ln|x+1| + C = \frac{1}{2} \ln\left|\frac{x-1}{x+1}\right| + C.

  • Example 4 (Improper Integral): Evaluate 11x2dx\int_{1}^{\infty} \frac{1}{x^2} dx.

    • lim<em>b</em>1bx2dx=lim<em>b[1x]</em>1b\lim<em>{b\to\infty} \int</em>{1}^{b} x^{-2} dx = \lim<em>{b\to\infty} [\frac{-1}{x}]</em>{1}^{b}

    • =lim<em>b(1b11)=lim</em>b(11b)=10=1= \lim<em>{b\to\infty} \left(\frac{-1}{b} - \frac{-1}{1}\right) = \lim</em>{b\to\infty} \left(1 - \frac{1}{b}\right) = 1 - 0 = 1. The integral converges to 1.

  • Example 5 (Average Value): Find the average value of f(x)=x2f(x) = x^2 on [0,3][0, 3].

    • f<em>avg=130</em>03x2dx=13[x33]03f<em>{avg} = \frac{1}{3-0} \int</em>{0}^{3} x^2 dx = \frac{1}{3} [\frac{x^3}{3}]_{0}^{3}

    • =13(333033)=13(9)=3= \frac{1}{3} (\frac{3^3}{3} - \frac{0^3}{3}) = \frac{1}{3} (9) = 3.

  • Example 6 (Area Between Curves): Find the area between y=x2y=x^2 and y=xy=x from x=0x=0 to x=1x=1.

    • On [0,1][0, 1], xx2x \ge x^2. So f(x)=xf(x)=x and g(x)=x2g(x)=x^2.

    • A=<em>01(xx2)dx=[x22x33]</em>01A = \int<em>{0}^{1} (x - x^2) dx = [\frac{x^2}{2} - \frac{x^3}{3}]</em>{0}^{1}

    • =(1213)(00)=326=16= \left(\frac{1}{2} - \frac{1}{3}\right) - (0 - 0) = \frac{3-2}{6} = \frac{1}{6}.

  • Example 7 (Volume by Disks/Washers): Find the volume of the solid obtained by revolving the region bounded by y=xy = \sqrt{x}, x=0x = 0, and y=2y = 2 about the y-axis.

    • Rewrite y=xy = \sqrt{x} as x=y2x = y^2.

    • The region is bounded by x=y2x = y^2 (right function) and x=0x = 0 (left function). The axis of revolution is the y-axis.

    • The y-bounds are from y=0y=0 to y=2y=2. This is a disk method because the region touches the axis of revolution.

    • R(y)=y2R(y) = y^2

      , r(y)=0r(y)=0.

    • V=π<em>02(y2)2dy=π</em>02y4dy=π[y55]02V = \pi \int<em>{0}^{2} (y^2)^2 dy = \pi \int</em>{0}^{2} y^4 dy = \pi [\frac{y^5}{5}]_{0}^{2}

    • =π(2550)=32π5= \pi (\frac{2^5}{5} - 0) = \frac{32\pi}{5}.

  • Example 8 (Arc Length): Find the arc length of y=23x3/2y = \frac{2}{3}x^{3/2} from x=0x=0 to x=3x=3.

    • f(x)=2332x1/2=xf'(x) = \frac{2}{3} \cdot \frac{3}{2} x^{1/2} = \sqrt{x}.

    • (f(x))2=x(f'(x))^2 = x.

    • L=031+xdxL = \int_{0}^{3} \sqrt{1 + x} dx.

    • Let u=1+xu = 1+x, du=dxdu=dx. Limits change: x=0    u=1x=0 \implies u=1, x=3    u=4x=3 \implies u=4.

    • L=<em>14udu=</em>14u1/2du=[23u3/2]14L = \int<em>{1}^{4} \sqrt{u} du = \int</em>{1}^{4} u^{1/2} du = [\frac{2}{3} u^{3/2}]_{1}^{4}

    • =23(43/213/2)=23((4)31)=23(231)=23(81)=143= \frac{2}{3} (4^{3/2} - 1^{3/2}) = \frac{2}{3} (( \sqrt{4} )^3 - 1) = \frac{2}{3} (2^3 - 1) = \frac{2}{3} (8 - 1) = \frac{14}{3}.

Connections & Extensions

  • L'Hôpital's Rule is a powerful complement to algebraic methods for limits, essential for many advanced applications that produce indeterminate forms.

  • Integration by parts and partial fractions significantly expand the range of functions we can integrate, showcasing more advanced techniques for solving complex problems.

  • Improper integrals extend the concept of definite integrals to situations involving infinite ranges or singularities, crucial for topics like probability distributions and certain physics problems.

  • The geometric and physical applications of integration move beyond simple area, demonstrating how accumulation can be used to calculate volumes, distances, and average quantities.

Common Mistakes & Tips

  • L'Hôpital's Rule: Only apply to indeterminate forms 00\frac{0}{0} or \frac{\infty}{\infty}. Make sure to differentiate the numerator and denominator separately, not as a quotient. Manipulate other indeterminate forms first.

  • Integration by Parts: Choosing uu and dvdv correctly is crucial. LIATE helps. If it gets more complicated, try a different choice. Remember the full formula: uvvduuv - \int v \, du.

  • Partial Fractions: Incorrectly setting up the partial fraction decomposition (e.g., for repeated factors or irreducible quadratics). Algebraic errors when solving for coefficients A, B, C.

  • Improper Integrals: Forgetting to use limits. Incorrectly evaluating limits to infinity. Identifying the type of improper integral (infinite limits vs. unbounded integrand).

  • Total Distance vs. Displacement: A common mistake. Remember total distance requires integrating v(t)|v(t)| (speed), while displacement integrates v(t)v(t) (velocity).

  • Area Between Curves: Always integrate "top function - bottom function" or "right function - left function." If the relative positions change, split the integral.

  • Volume Methods: Clearly distinguish between disk and washer methods. Ensure RR and rr are correctly identified. If rotating about an axis other than x or y, adjust radii accordingly. Vertical/Horizontal slicing must match the integration variable and axis of revolution.

  • Arc Length: Forgetting to square f(x)f'(x). Incorrectly computing the derivative or the square root integral.

Unit Summary

  • L’Hôpital’s Rule: Evaluate indeterminate limits f(x)g(x)=f(x)g(x)\frac{f(x)}{g(x)} = \frac{f'(x)}{g'(x)}.

  • Integration by Parts: udv=uvvdu\int u \, dv = uv - \int v \, du.

  • Partial Fractions: Decompose rational functions for easier integration.

  • Improper Integrals: Evaluate using limits for infinite bounds or discontinuities.

  • Average Value: f<em>avg=1ba</em>abf(x)dxf<em>{avg} = \frac{1}{b-a} \int</em>{a}^{b} f(x) dx.

  • Motion: Total distance v(t)dt\int |v(t)| dt. Displacement v(t)dt\int v(t) dt. Position s(t<em>2)=s(t</em>1)+<em>t</em>1t2v(t)dts(t<em>2) = s(t</em>1) + \int<em>{t</em>1}^{t_2} v(t) dt.

  • Area Between Curves: (f<em>top(x)f</em>bottom(x))dx\int (f<em>{top}(x) - f</em>{bottom}(x)) dx

  • Volume by Cross-Sections: V=A(x)dxV = \int A(x) dx

  • Volume by Rotation (Disk/Washer): V=π(R2r2)dx/dyV = \pi \int (R^2 - r^2) dx/dy

  • Arc Length: L=ab1+(f(x))2dxL = \int_{a}^{b} \sqrt{1 + (f'(x))^2} dx

Unit 7: Differential Equations

Key Concepts & Definitions

  • Differential Equation: An equation that relates a function with its derivatives. For example, dydx=2x\frac{dy}{dx} = 2x or dydt=ky\frac{dy}{dt} = ky. The goal is to find the function(s) y(x)y(x) or y(t)y(t) that satisfy the equation.

  • Slope Fields (Direction Fields): A graphical representation of the general solution to a first-order differential equation of the form dydx=f(x,y)\frac{dy}{dx} = f(x, y). At various grid points (x,y)(x, y), a short line segment is drawn with a slope equal to f(x,y)f(x, y). These segments indicate the direction of the solution curves at those points.

    • Visualization: By following the direction of these segments, one can sketch approximate solution curves without explicitly solving the differential equation.

    • Uniqueness: For a given initial condition (x<em>0,y</em>0)(x<em>0, y</em>0), a unique solution curve passes through that point, provided certain conditions (existence and uniqueness theorems) are met.

  • Euler’s Method (Numerical Solution): A numerical technique for approximating solutions to initial value problems of a first-order differential equation dydx=f(x,y)\frac{dy}{dx} = f(x, y) with an initial condition (x<em>0,y</em>0)(x<em>0, y</em>0). It constructs a sequence of points that approximate the solution curve by using small tangent line steps.

    • Formula for one step with step size hh:

      • y<em>n+1=y</em>n+hf(x<em>n,y</em>n)y<em>{n+1} = y</em>n + h \cdot f(x<em>n, y</em>n)

      • x<em>n+1=x</em>n+hx<em>{n+1} = x</em>n + h

    • Accuracy: Smaller step sizes (hh) generally lead to more accurate approximations.

  • Solving Differential Equations (Analytic/Separation of Variables): Many first-order differential equations can be solved analytically using the technique of separating variables.

    • Four Steps for Separable Equations:

      1. Separate Variables: Rearrange the equation so that all terms involving yy (and dydy) are on one side, and all terms involving xx (and dxdx) are on the other side. (e.g., dydx=g(x)h(y)    1h(y)dy=g(x)dx\frac{dy}{dx} = g(x)h(y) \implies \frac{1}{h(y)} dy = g(x) dx).

      2. Integrate Both Sides: Integrate the yy-side with respect to yy and the xx-side with respect to xx. Remember to include a single constant of integration (CC) on one side.

      3. Solve for the Dependent Variable: Algebraically isolate yy to get the general solution. This might involve exponents or logarithms.

      4. Apply Initial Condition (if given): If an initial condition (x<em>0,y</em>0)(x<em>0, y</em>0) is provided, substitute these values into the general solution to find the specific value of CC. This yields a particular solution.

  • Common Differential Equation Models:

    • Exponential Growth/Decay: Describes processes where the rate of change of a quantity is proportional to the quantity itself. (e.g., population growth, radioactive decay, compound interest).

      • Differential Equation: dydt=ky\frac{dy}{dt} = k y

      • General Solution: y(t)=y<em>0ekty(t) = y<em>0 e^{kt} (where y</em>0y</em>0 is the initial quantity at t=0t=0, and kk is the constant of proportionality).

    • Logistic Model (BC Topic): Describes limited growth where the rate of growth is proportional to both the carrying capacity (LL) and the current quantity. (e.g., population growth in a limited environment).

      • Differential Equation: dydt=ky(1yL)\frac{dy}{dt} = k y (1 - \frac{y}{L}) or dydt=ky(Ly)\frac{dy}{dt} = k y (L - y)

      • General Solution: y(t)=L1+BekLty(t) = \frac{L}{1 + B e^{-kLt}} (where LL is the carrying capacity, kk is a growth constant, and BB is a constant determined by the initial condition).

Equations & Notation

  • General first-order DE: dydx=f(x,y)\frac{dy}{dx} = f(x, y)

  • Euler’s method: y<em>n+1=y</em>n+hf(x<em>n,y</em>n)y<em>{n+1} = y</em>n + h f(x<em>n, y</em>n)

  • Exponential Growth/Decay DE: dydt=ky\frac{dy}{dt} = k y

  • Exponential Growth/Decay Solution: y(t)=y0ekty(t) = y_0 e^{kt}

  • Logistic Model DE: dydt=ky(1yL)\frac{dy}{dt} = k y (1 - \frac{y}{L})

  • Logistic Model Solution: y(t)=L1+BekLty(t) = \frac{L}{1 + B e^{-kLt}}

Examples

  • Example 1 (Slope Field): Sketch a slope field for dydx=x\frac{dy}{dx} = x.

    • At (1,1)(1,1) slope is 1. At (1,0)(1,0) slope is 1. At (0,0)(0,0) slope is 0. At (1,1)(-1,1) slope is -1.

    • (A diagram here would show line segments whose slopes only depend on xx values, creating vertical strips of parallel segments, like parabolas opening horizontally).

  • Example 2 (Euler’s Method): Given dydx=x+y\frac{dy}{dx} = x+y and initial condition y(0)=1y(0)=1. Use Euler’s method with step size h=0.1h=0.1 to estimate y(0.2)y(0.2).

    • Step 1: Current: (x<em>0,y</em>0)=(0,1)(x<em>0, y</em>0) = (0, 1).

      • y<em>1=y</em>0+hf(x<em>0,y</em>0)=1+0.1(0+1)=1+0.1(1)=1.1y<em>1 = y</em>0 + h f(x<em>0, y</em>0) = 1 + 0.1 (0+1) = 1 + 0.1(1) = 1.1.

      • x1=0+0.1=0.1x_1 = 0 + 0.1 = 0.1.

      • New point: (0.1,1.1)(0.1, 1.1).

    • Step 2: Current: (x<em>1,y</em>1)=(0.1,1.1)(x<em>1, y</em>1) = (0.1, 1.1).

      • y<em>2=y</em>1+hf(x<em>1,y</em>1)=1.1+0.1(0.1+1.1)=1.1+0.1(1.2)=1.1+0.12=1.22y<em>2 = y</em>1 + h f(x<em>1, y</em>1) = 1.1 + 0.1 (0.1+1.1) = 1.1 + 0.1(1.2) = 1.1 + 0.12 = 1.22.

      • x2=0.1+0.1=0.2x_2 = 0.1 + 0.1 = 0.2.

      • Estimated y(0.2)1.22y(0.2) \approx 1.22.

  • Example 3 (Separation of Variables): Solve dydx=xy\frac{dy}{dx} = xy with initial condition y(0)=ey(0)=e.

    1. Separate: 1ydy=xdx\frac{1}{y} dy = x dx.

    2. Integrate: 1ydy=xdx    lny=x22+C1\int \frac{1}{y} dy = \int x dx \implies \ln|y| = \frac{x^2}{2} + C_1.

    3. Solve for yy: y=ex22+C<em>1=eC</em>1ex22|y| = e^{\frac{x^2}{2} + C<em>1} = e^{C</em>1} e^{\frac{x^2}{2}}. Let C=±eC1C = \pm e^{C_1}. Then y=Cex22y = C e^{\frac{x^2}{2}} (Note: CC can be 0 too).

    4. Apply initial condition: e=Ce022=Ce0=C(1)    C=ee = C e^{\frac{0^2}{2}} = C e^0 = C(1) \implies C = e.

    • Particular Solution: y=eex22=e(1+x22)y = e \cdot e^{\frac{x^2}{2}} = e^{(1 + \frac{x^2}{2})}.

  • Example 4 (Exponential Growth): A population grows exponentially. If it starts with 100 individuals and doubles every 5 hours, find the population function.

    • y(t)=y<em>0ekty(t) = y<em>0 e^{kt}. Given y</em>0=100y</em>0 = 100. So y(t)=100ekty(t) = 100e^{kt}.

    • When t=5t=5, y(5)=200y(5) = 200 (doubled).

    • 200=100e5k    2=e5k    ln2=5k    k=ln25200 = 100e^{5k} \implies 2 = e^{5k} \implies \ln 2 = 5k \implies k = \frac{\ln 2}{5}.

    • Population function: y(t)=100e(ln25)t=100(eln2)t/5=100(2t/5)y(t) = 100e^{(\frac{\ln 2}{5})t} = 100(e^{\ln 2})^{t/5} = 100(2^{t/5}).

Connections & Extensions

  • Differential equations model nearly all dynamic processes in science, engineering, economics, and biology. They are the language of change.

  • Slope fields provide an intuitive, qualitative understanding of solution behavior when analytic solutions are complex or impossible.

  • Euler's Method (and more advanced numerical methods) are essential when analytic solutions are not available, allowing for approximate solutions to real-world problems.

  • Exponential and logistic models are fundamental patterns of growth and decay, providing insights into population dynamics, spread of diseases, chemical reactions, and more.

Common Mistakes & Tips

  • Slope Fields: Make sure the slope segment at each point actually reflects the value of dydx\frac{dy}{dx} at that specific point. Don't draw solution curves that cross over themselves if it's a function.

  • Euler’s Method: Be careful with calculations, especially when hh is small. Ensure you are using the correct point (x<em>n,y</em>n)(x<em>n, y</em>n) for f(x<em>n,y</em>n)f(x<em>n, y</em>n).

  • Separation of Variables: Ensure all terms with yy go with dydy and all terms with xx with dxdx. Don't forget the constant of integration CC. Be careful with absolute values lny\ln|y|.

  • Initial Conditions: Remember to use the initial condition to find the specific constant CC for a particular solution.

  • Model Identification: Understand the characteristics of exponential vs. logistic growth to correctly set up the differential equation.

Unit Summary

  • Slope Fields: Visual representation of dydx=f(x,y)\frac{dy}{dx} = f(x, y); direction of solution curves.

  • Euler’s Method: Numerical approximation of solutions: y<em>n+1=y</em>n+hf(x<em>n,y</em>n)y<em>{n+1} = y</em>n + h f(x<em>n, y</em>n).

  • Separable DEs: Solve by separating variables, integrating both sides, solving for yy, and applying initial conditions for a particular solution.

  • Exponential Model: dydt=ky    y(t)=y0ekt\frac{dy}{dt} = ky \implies y(t) = y_0 e^{kt}.

  • Logistic Model: dydt=ky(1yL)    y(t)=L1+BekLt\frac{dy}{dt} = ky(1 - \frac{y}{L}) \implies y(t) = \frac{L}{1 + Be^{-kLt}}.

Unit 8: Parametric, Polar, and Vector Functions

Key Concepts & Definitions

  • Parametric Equations: A curve is defined by expressing both xx and yy as functions of a third variable, often tt (the parameter). For example, x=f(t),y=g(t)x=f(t), y=g(t).

    • Allows description of motion along a curve and paths that are not functions of xx (e.g., a circle).

  • Polar Coordinates: An alternative coordinate system where a point is defined by its distance rr from the origin (pole) and an angle θ\theta from the positive x-axis (polar axis). ((r,θ)(r, \theta)).

    • Conversion: x=rcosθx = r \cos\theta, y=rsinθy = r \sin\theta, r2=x2+y2r^2 = x^2 + y^2, tanθ=yx\tan\theta = \frac{y}{x}.

    • Often, rr is a function of θ\theta, i.e., r=f(θ)r=f(\theta).

  • Vector-Valued Functions: A function whose output is a vector. For a two-dimensional curve, the position vector is r(t)=x(t),y(t)r(t) = \langle x(t), y(t) \rangle or r(t)=x(t)i+y(t)jr(t) = x(t)\textbf{i} + y(t)\textbf{j}.

    • Velocity Vector: v(t)=r(t)=x(t),y(t)=dxdti+dydtjv(t) = r'(t) = \langle x'(t), y'(t) \rangle = \frac{dx}{dt}\textbf{i} + \frac{dy}{dt}\textbf{j}. The magnitude of the velocity vector is the speed: v(t)=(x(t))2+(y(t))2|v(t)| = \sqrt{(x'(t))^2 + (y'(t))^2}.

    • Acceleration Vector: a(t)=v(t)=r(t)=x(t),y(t)=d2xdt2i+d2ydt2ja(t) = v'(t) = r''(t) = \langle x''(t), y''(t) \rangle = \frac{d^2x}{dt^2}\textbf{i} + \frac{d^2y}{dt^2}\textbf{j}.

  • Derivatives for Parametric Functions:

    • Slope of the Tangent Line: dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt} (provided dxdt0\frac{dx}{dt} \neq 0).

    • Second Derivative: d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt} (\frac{dy}{dx})}{\frac{dx}{dt}} (provided dxdt0\frac{dx}{dt} \neq 0).

  • Derivatives for Polar Functions: To find dydx\frac{dy}{dx} for r=f(θ)r=f(\theta):

    • First, express xx and yy in terms of θ\theta: x=f(θ)cosθx = f(\theta)\cos\theta and y=f(θ)sinθy = f(\theta)\sin\theta.

    • Then apply the parametric formula: dydx=dy/dθdx/dθ\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}.

    • =f(θ)sinθ+f(θ)cosθf(θ)cosθf(θ)sinθ= \frac{f'(\theta) \sin\theta + f(\theta) \cos\theta}{f'(\theta) \cos\theta - f(\theta) \sin\theta}.

  • Arc Length:

    • Parametric Curve (x=x(t),y=y(t)x=x(t), y=y(t) for t[α,β]t \in [\alpha, \beta]):

      • L=αβ(dxdt)2+(dydt)2dtL = \int_{\alpha}^{\beta} \sqrt{\left(\frac{dx}{dt}\right)^{2} + \left(\frac{dy}{dt}\right)^{2}} dt

    • Polar Curve (r=f(θ)r=f(\theta) for θ[α,β]\theta \in [\alpha, \beta]):

      • L=αβ(f(θ))2+(f(θ))2dθL = \int_{\alpha}^{\beta} \sqrt{(f(\theta))^2 + (f'(\theta))^2} d\theta

  • Area in Polar Coordinates: The area of a region bounded by a polar curve r=f(θ)r=f(\theta) from θ=α\theta = \alpha to θ=β\theta = \beta is given by:

    • A=12<em>αβ[f(θ)]2dθ=12</em>αβr2dθA = \frac{1}{2} \int<em>{\alpha}^{\beta} [f(\theta)]^2 d\theta = \frac{1}{2} \int</em>{\alpha}^{\beta} r^2 d\theta

    • Area between two polar curves: 12<em>αβ([r</em>outer(θ)]2[rinner(θ)]2)dθ\frac{1}{2} \int<em>{\alpha}^{\beta} ([r</em>{outer}(\theta)]^2 - [r_{inner}(\theta)]^2) d\theta. Find intersection points to determine bounds.

Equations & Notation

  • Conversions: x=rcosθ,y=rsinθ,r2=x2+y2,tanθ=y/xx=r\cos\theta, y=r\sin\theta, r^2=x^2+y^2, \tan\theta = y/x

  • Parametric slope: dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}

  • Parametric second derivative: d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt} (\frac{dy}{dx})}{\frac{dx}{dt}}

  • Polar slope: dydx=f(θ)sinθ+f(θ)cosθf(θ)cosθf(θ)sinθ\frac{dy}{dx} = \frac{f'(\theta) \sin\theta + f(\theta) \cos\theta}{f'(\theta) \cos\theta - f(\theta) \sin\theta}

  • Parametric arc length: αβ(dxdt)2+(dydt)2dt\int_{\alpha}^{\beta} \sqrt{\left(\frac{dx}{dt}\right)^{2} + \left(\frac{dy}{dt}\right)^{2}} dt

  • Polar arc length: αβr2+(drdθ)2dθ\int_{\alpha}^{\beta} \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} d\theta

  • Polar area: A=12αβr2dθA = \frac{1}{2} \int_{\alpha}^{\beta} r^2 d\theta

  • Vector quantities: r(t)=x(t),y(t)r(t)=\langle x(t), y(t) \rangle, v(t)=r(t)v(t)=r'(t), a(t)=v(t)a(t)=v'(t).

  • Speed: v(t)=(x(t))2+(y(t))2|v(t)| = \sqrt{(x'(t))^2 + (y'(t))^2}.

Examples

  • Example 1 (Parametric Derivative): Find dydx\frac{dy}{dx} and d2ydx2\frac{d^2y}{dx^2} for x=t2x = t^2, y=t3y = t^3.

    • dxdt=2t\frac{dx}{dt} = 2t, dydt=3t2\frac{dy}{dt} = 3t^2.

    • dydx=3t22t=32t\frac{dy}{dx} = \frac{3t^2}{2t} = \frac{3}{2}t

    • Then, ddt(dydx)=ddt(32t)=32\frac{d}{dt}\left(\frac{dy}{dx}\right) = \frac{d}{dt}\left(\frac{3}{2}t\right) = \frac{3}{2}.

    • d2ydx2=3/22t=34t\frac{d^2y}{dx^2} = \frac{3/2}{2t} = \frac{3}{4t}.

  • Example 2 (Polar Slope): Find the slope of the tangent line to the cardioid r=1+sinθr = 1 + \sin\theta at θ=π2\theta = \frac{\pi}{2}.

    • f(θ)=1+sinθf(\theta) = 1 + \sin\theta, f(θ)=cosθf'(\theta) = \cos\theta.

    • At θ=π2\theta = \frac{\pi}{2}: f(π2)=1+1=2f\left(\frac{\pi}{2}\right) = 1 + 1 = 2

    • f(π2)=cos(π2)=0f'\left(\frac{\pi}{2}\right) = \cos\left(\frac{\pi}{2}\right) = 0

    • dydx=f(θ)sinθ+f(θ)cosθf(θ)cosθf(θ)sinθ=(0)sin(π/2)+(2)cos(π/2)(0)cos(π/2)(2)sin(π/2)=0+002=0\frac{dy}{dx} = \frac{f'(\theta) \sin\theta + f(\theta) \cos\theta}{f'(\theta) \cos\theta - f(\theta) \sin\theta} = \frac{(0)\sin(\pi/2) + (2)\cos(\pi/2)}{(0)\cos(\pi/2) - (2)\sin(\pi/2)} = \frac{0+0}{0-2} = 0.

    • The slope is 0 (horizontal tangent).

  • Example 3 (Parametric Arc Length): Find the length of x=cost,y=sintx=\cos t, y=\sin t for 0tπ0 \le t \le \pi.

    • dxdt=sint\frac{dx}{dt} = -\sin t, dydt=cost\frac{dy}{dt} = \cos t.

    • L=<em>0π(sint)2+(cost)2dt=</em>0πsin2t+cos2tdtL = \int<em>{0}^{\pi} \sqrt{(-\sin t)^2 + (\cos t)^2} dt = \int</em>{0}^{\pi} \sqrt{\sin^2 t + \cos^2 t} dt

    • L=<em>0π1dt=</em>0π1dt=[t]0π=π0=πL = \int<em>{0}^{\pi} \sqrt{1} dt = \int</em>{0}^{\pi} 1 dt = [t]_{0}^{\pi} = \pi - 0 = \pi. (This is half the circumference of a circle with radius 1).

  • Example 4 (Polar Area): Find the area enclosed by one loop of r=cos(2θ)r = \cos(2\theta).

    • r=0r=0 when cos(2θ)=0\cos(2\theta)=0, which means 2θ=π2,3π2,2\theta = \frac{\pi}{2}, \frac{3\pi}{2}, \dots. So θ=π4,3π4,\theta = \frac{\pi}{4}, \frac{3\pi}{4}, \dots.

    • One loop is traced from π4-\frac{\pi}{4} to π4\frac{\pi}{4}.

    • A=12<em>π/4π/4(cos(2θ))2dθ=12</em>π/4π/41+cos(4θ)2dθA = \frac{1}{2} \int<em>{-\pi/4}^{\pi/4} (\cos(2\theta))^2 d\theta = \frac{1}{2} \int</em>{-\pi/4}^{\pi/4} \frac{1+\cos(4\theta)}{2} d\theta

    • =14[θ+14sin(4θ)]π/4π/4= \frac{1}{4} [\theta + \frac{1}{4}\sin(4\theta)]_{-\pi/4}^{\pi/4}

    • =14[(π4+14sin(π))(π4+14sin(π))]=14[(π4+0)(π4+0)]=14[π4+π4]=142π4=π8= \frac{1}{4} \left[\left(\frac{\pi}{4} + \frac{1}{4}\sin(\pi)\right) - \left(- \frac{\pi}{4} + \frac{1}{4}\sin(-\pi)\right)\right] = \frac{1}{4} \left[\left(\frac{\pi}{4} + 0\right) - \left(-\frac{\pi}{4} + 0\right)\right] = \frac{1}{4} \left[\frac{\pi}{4} + \frac{\pi}{4}\right] = \frac{1}{4} \cdot \frac{2\pi}{4} = \frac{\pi}{8}.

Connections & Extensions

  • Parametric, polar, and vector functions offer alternative ways to describe curves and motion, especially useful for paths that fail the vertical line test (not functions of x) and for dynamic systems.

  • The calculus operations (derivatives for slope and speed, integrals for arc length and area) extend naturally to these new representations, requiring careful application of the chain rule and specific geometric formulas.

  • Vector-valued functions are the foundation for multivariable calculus and physics, describing projectile motion, orbital mechanics, and more.

Common Mistakes & Tips

  • Parametric Second Derivative: Forgetting the final division by dx/dtdx/dt in d2ydx2=d/dt(dy/dx)dx/dt\frac{d^2y}{dx^2} = \frac{d/dt(dy/dx)}{dx/dt}.

  • Polar Area: Don't forget the 12\frac{1}{2} factor in the area formula 12r2dθ\frac{1}{2} \int r^2 d\theta. Ensure correct integration limits for the desired area (find when r=0r=0 or intersection points).

  • Arc Length: Ensure you are using the correct arc length formula for the given function type (explicit, parametric, or polar).

  • Vector Speed: Speed is the magnitude of the velocity vector, (x(t))2+(y(t))2\sqrt{(x'(t))^2 + (y'(t))^2}. This is different from the components dxdt\frac{dx}{dt} or dydt\frac{dy}{dt}.

  • Conversion: Be fluent in converting between Cartesian and polar coordinates to help understand and solve problems.

Unit Summary

  • Parametric: x(t),y(t)x(t), y(t). Slope dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}. Arc length (dxdt)2+(dydt)2dt\int \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} dt.

  • Polar: r(θ)r(\theta). Conversions x=rcosθ,y=rsinθx=r\cos\theta, y=r\sin\theta. Slope is derived from parametric. Area A=12r2dθA = \frac{1}{2} \int r^2 d\theta. Arc length r2+(dr/dθ)2dθ\int \sqrt{r^2 + (dr/d\theta)^2} d\theta.

  • Vectors: Position r(t)=x(t),y(t)r(t)=\langle x(t), y(t) \rangle. Velocity r(t)r'(t). Acceleration r(t)r''(t). Speed v(t)|v(t)|.

Unit 9: Infinite Sequences and Series

Key Concepts & Definitions

  • Sequence: An ordered list of numbers, e.g., a<em>n</em>n=1{a<em>n}</em>{n=1}^{\infty}. A sequence converges if lim<em>na</em>n\lim<em>{n\to\infty} a</em>n exists and is a finite number; otherwise, it diverges.

  • Series: The sum of the terms of a sequence, e.g., <em>n=1a</em>n\sum<em>{n=1}^{\infty} a</em>n. A series converges if its sequence of partial sums (S<em>N=</em>n=1NanS<em>N = \sum</em>{n=1}^{N} a_n) converges to a finite value; otherwise, it diverges.

  • Tests for Convergence/Divergence (Summary):

    • Geometric Series: n=0arn\sum_{n=0}^{\infty} ar^n. Converges to a1r\frac{a}{1-r} if |r|<1. Diverges if r1|r| \ge 1.

    • p-Series: n=11np\sum_{n=1}^{\infty} \frac{1}{n^p}. Converges if p>1. Diverges if p1p \le 1. (p=1p=1 is the Harmonic Series, which diverges).

    • Nth Term Test for Divergence (Divergence Test): If lim<em>na</em>n0\lim<em>{n\to\infty} a</em>n \neq 0 (or does not exist), then the series a<em>n\sum a<em>n diverges. (Caution: If lim</em>nan=0\lim</em>{n\to\infty} a_n = 0, the test is inconclusive; the series may converge or diverge).

    • Integral Test: If a<em>n=f(n)a<em>n = f(n) where ff is positive, continuous, and decreasing for x1x \ge 1, then </em>n=1a<em>n\sum</em>{n=1}^{\infty} a<em>n and </em>1f(x)dx\int</em>{1}^{\infty} f(x) dx either both converge or both diverge.

    • Direct Comparison Test: If 0a<em>nb</em>n0 \le a<em>n \le b</em>n for all nn large enough:

      • If b<em>n\sum b<em>n converges, then a</em>n\sum a</em>n converges.

      • If a<em>n\sum a<em>n diverges, then b</em>n\sum b</em>n diverges.

    • Limit Comparison Test: If an > 0, bn > 0, and lim<em>na</em>nb<em>n=L\lim<em>{n\to\infty} \frac{a</em>n}{b<em>n} = L where LL is a finite, positive number (L>0), then both a</em>n\sum a</em>n and bn\sum b_n either both converge or both diverge.

    • Alternating Series Test: For an alternating series <em>n=1(1)n1b</em>n\sum<em>{n=1}^{\infty} (-1)^{n-1} b</em>n (where b_n > 0):

      • If b<em>nb<em>n is decreasing (b</em>n+1bnb</em>{n+1} \le b_n) for all nn large enough.

      • And lim<em>nb</em>n=0\lim<em>{n\to\infty} b</em>n = 0. \

        Then the series converges.

    • Ratio Test: For a series a<em>n\sum a<em>n, let L=lim</em>na<em>n+1a</em>nL = \lim</em>{n\to\infty} \left|\frac{a<em>{n+1}}{a</em>n}\right|.

      • If L < 1, the series converges absolutely.

      • If L > 1 (or L=L = \infty), the series diverges.

      • If L=1L = 1, the test is inconclusive.

    • Root Test: For a series a<em>n\sum a<em>n, let L=lim</em>na<em>nn=lim</em>nan1/nL = \lim</em>{n\to\infty} \sqrt[n]{|a<em>n|} = \lim</em>{n\to\infty} |a_n|^{1/n}.

      • If L < 1, the series converges absolutely.

      • If L > 1 (or L=L = \infty), the series diverges.

      • If L=1L = 1, the test is inconclusive.

  • Absolute vs. Conditional Convergence: An alternating series an\sum a_n:

    • Converges absolutely if an\sum |a_n| converges.

    • Converges conditionally if a<em>n\sum a<em>n converges, but a</em>n\sum |a</em>n| diverges.

  • Power Series: A series of the form <em>n=0c</em>n(xa)n=c<em>0+c</em>1(xa)+c2(xa)2+\sum<em>{n=0}^{\infty} c</em>n (x-a)^n = c<em>0 + c</em>1(x-a) + c_2(x-a)^2 + \dots

    • Radius of Convergence (R): A non-negative number such that the power series converges for |x-a| < R and diverges for |x-a| > R. If it converges only at x=ax=a, R=0R=0. If it converges for all xx, R=R=\infty.

    • Interval of Convergence: The set of all xx-values for which the power series converges. This interval will be (aR,a+R)(a-R, a+R), [aR,a+R][a-R, a+R], (aR,a+R](a-R, a+R], or [aR,a+R)[a-R, a+R). The endpoints must be checked separately using other convergence tests.

  • Taylor and Maclaurin Series (Polynomial Approximations):

    • Taylor Series: A representation of a function f(x)f(x) as an infinite sum of terms, calculated from the values of the function's derivatives at a single point cc (called the center of the series):

      • f(x)=n=0f(n)(c)n!(xc)n=f(c)+f(c)(xc)+f(c)2!(xc)2+f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(c)}{n!} (x-c)^n = f(c) + f'(c)(x-c) + \frac{f''(c)}{2!}(x-c)^2 + \dots

    • Maclaurin Series: A special case of the Taylor series where the center is c=0c=0:

      • f(x)=n=0f(n)(0)n!xn=f(0)+f(0)x+f(0)2!x2+f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \dots

  • Taylor Polynomial of Degree n (Pn(x)P_n(x)) : A finite sum used to approximate f(x)f(x). It is the Taylor series truncated after the term with (xc)n(x-c)^n.

  • Lagrange Error Bound (Taylor Remainder): If f(x)f(x) is approximated by its Taylor polynomial P<em>n(x)P<em>n(x) of degree nn centered at cc, the remainder R</em>n(x)=f(x)Pn(x)R</em>n(x) = f(x) - P_n(x) has an upper bound:

    • Rn(x)Mxcn+1(n+1)!|R_n(x)| \le \frac{M |x-c|^{n+1}}{(n+1)!}

    • where MM is an upper bound for the (n+1)-th derivative, i.e., f(n+1)(ξ)M|f^{(n+1)}(\xi)| \le M for all ξ\xi between cc and xx. (This helps estimate the maximum possible error in the approximation).

  • Common Maclaurin Series to Memorize (and derive):

    • ex=n=0xnn!=1+x+x22!+x33!+e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dots

    • sinx=n=0(1)nx2n+1(2n+1)!=xx33!+x55!\sin x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{(2n+1)!} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \dots

    • cosx=n=0(1)nx2n(2n)!=1x22!+x44!\cos x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!} = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \dots

    • 11x=n=0xn=1+x+x2+x3+\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n = 1 + x + x^2 + x^3 + \dots (Geometric series, |x|<1).

  • Term-by-Term Differentiation and Integration of Power Series: A power series can be differentiated or integrated term by term within its interval of convergence. The radius of convergence remains the same, but the interval of convergence (especially at endpoints) may change.

    • Differentiation: ddx(<em>n=0c</em>n(xa)n)=<em>n=1nc</em>n(xa)n1\frac{d}{dx} \left( \sum<em>{n=0}^{\infty} c</em>n (x-a)^n \right) = \sum<em>{n=1}^{\infty} n c</em>n (x-a)^{n-1}.

    • Integration: (<em>n=0c</em>n(xa)n)dx=C+<em>n=0c</em>n(xa)n+1n+1\int \left( \sum<em>{n=0}^{\infty} c</em>n (x-a)^n \right) dx = C + \sum<em>{n=0}^{\infty} c</em>n \frac{(x-a)^{n+1}}{n+1}.

Equations & Notation

  • Geometric Series: n=0arn=a1r\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r} for |r|<1

  • p-Series: n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converges for p>1

  • Nth Term Test: If lim<em>na</em>n0\lim<em>{n\to\infty} a</em>n \neq 0, then an\sum a_n diverges.

  • Ratio Test: L=lim<em>na</em>n+1anL = \lim<em>{n\to\infty} \left|\frac{a</em>{n+1}}{a_n}\right|

  • Taylor Series: f(x)=n=0f(n)(c)n!(xc)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(c)}{n!} (x-c)^n

  • Maclaurin Series: f(x)=n=0f(n)(0)n!xnf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n

  • Lagrange Error Bound: Rn(x)Mxcn+1(n+1)!|R_n(x)| \le \frac{M |x-c|^{n+1}}{(n+1)!}

Examples

  • Example 1 (Geometric Series): Does n=02(13)n\sum_{n=0}^{\infty} 2\left(\frac{1}{3}\right)^n converge? If so, what is its sum?

    • This is a geometric series with a=2a=2 and r=13r = \frac{1}{3}. Since |r| = \frac{1}{3} < 1, the series converges.

    • Sum = a1r=211/3=22/3=3\frac{a}{1-r} = \frac{2}{1 - 1/3} = \frac{2}{2/3} = 3.

  • Example 2 (Divergence Test): Does n=1n2n+1\sum_{n=1}^{\infty} \frac{n}{2n+1} converge or diverge?

    • lim<em>na</em>n=limnn2n+1=12\lim<em>{n\to\infty} a</em>n = \lim_{n\to\infty} \frac{n}{2n+1} = \frac{1}{2}.

    • Since the limit is not 0, by the Nth Term Test for Divergence, the series diverges.

  • Example 3 (Ratio Test & Radius of Convergence): Find the radius of convergence for n=0xnn!\sum_{n=0}^{\infty} \frac{x^n}{n!}.

    • a<em>n=xnn!a<em>n = \frac{x^n}{n!}, a</em>n+1=xn+1(n+1)!a</em>{n+1} = \frac{x^{n+1}}{(n+1)!}.

    • L=lim<em>nxn+1(n+1)!n!xn=lim</em>nxn+1=xlimn1n+1=x0=0L = \lim<em>{n\to\infty} \left|\frac{x^{n+1}}{(n+1)!} \cdot \frac{n!}{x^n}\right| = \lim</em>{n\to\infty} \left|\frac{x}{n+1}\right| = |x| \lim_{n\to\infty} \frac{1}{n+1} = |x| \cdot 0 = 0.

    • Since L=0 < 1 for all xx, the series converges for all xx. The radius of convergence is R=R=\infty, and the interval of convergence is (,)(-\infty, \infty).

  • Example 4 (Maclaurin Series Derivation): Find the Maclaurin series for f(x)=exf(x) = e^x.

    • f(x)=ex    f(0)=1f(x) = e^x \implies f(0) = 1

    • f(x)=ex    f(0)=1f'(x) = e^x \implies f'(0) = 1

    • f(x)=ex    f(0)=1f''(x) = e^x \implies f''(0) = 1

    • \dotsetc. f(n)(0)=1f^{(n)}(0) = 1 for all nn

    • ex=<em>n=0f(n)(0)n!xn=</em>n=01n!xn=1+x+x22!+x33!+e^x = \sum<em>{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n = \sum</em>{n=0}^{\infty} \frac{1}{n!} x^n = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dots

  • Example 5 (Taylor Polynomial and Error): Approximate e\sqrt{e} using a Taylor polynomial of degree 2 for f(x)=exf(x)=e^x centered at c=0c=0. Estimate the maximum error.

    • P2(x)=1+x+x22!P_2(x) = 1 + x + \frac{x^2}{2!}.

    • To approximate e=e1/2\sqrt{e} = e^{1/2}, use x=1/2x=1/2. P2(1/2)=1+12+(1/2)22=1+0.5+0.252=1+0.5+0.125=1.625P_2(1/2) = 1 + \frac{1}{2} + \frac{(1/2)^2}{2} = 1 + 0.5 + \frac{0.25}{2} = 1 + 0.5 + 0.125 = 1.625.

    • For error bound, we need f(x)=exf'''(x) = e^x. We want to bound f(ξ)|f'''(\xi)| on [0,1/2][0, 1/2].

    • Since exe^x is increasing, M=e1/21.648M = e^{1/2} \approx 1.648 (using actual value, or conservative upper bound like e1=3e^1 = 3 for simplicity if not calculator-active).

    • Using M=e1/21.6487M=e^{1/2} \approx 1.6487

    • R2(1/2)M1/202+1(2+1)!=1.6487(1/2)33!=1.64871/86=1.6487480.0343|R_2(1/2)| \le \frac{M |1/2 - 0|^{2+1}}{(2+1)!} = \frac{1.6487 \cdot (1/2)^3}{3!} = \frac{1.6487 \cdot 1/8}{6} = \frac{1.6487}{48} \approx 0.0343.

  • Example 6 (Term-by-Term Integration): Find the Maclaurin series for arctanx\arctan x.

    • Recall 11+x=11(x)=<em>n=0(x)n=</em>n=0(1)nxn\frac{1}{1+x} = \frac{1}{1-(-x)} = \sum<em>{n=0}^{\infty} (-x)^n = \sum</em>{n=0}^{\infty} (-1)^n x^n for |x|<1.

    • Replacing xx with x2x^2: 11+x2=<em>n=0(1)n(x2)n=</em>n=0(1)nx2n\frac{1}{1+x^2} = \sum<em>{n=0}^{\infty} (-1)^n (x^2)^n = \sum</em>{n=0}^{\infty} (-1)^n x^{2n} for |x|<1.

    • Integrate term-by-term: arctanx=11+x2dx=(n=0(1)nx2n)dx\arctan x = \int \frac{1}{1+x^2} dx = \int \left(\sum_{n=0}^{\infty} (-1)^n x^{2n}\right) dx

    • =C+n=0(1)nx2n+12n+1= C + \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{2n+1}.

    • Since arctan(0)=0\arctan(0)=0, we get C=0C=0.

    • arctanx=n=0(1)nx2n+12n+1=xx33+x55x77+\arctan x = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{2n+1} = x - \frac{x^3}{3} + \frac{x^5}{5} - \frac{x^7}{7} + \dots for x1|x| \le 1.

Connections & Extensions

  • Sequences and series are crucial for expanding functions into infinite polynomials, enabling approximation and analysis that are impossible with finite polynomials.

  • Taylor and Maclaurin series are fundamental in applied mathematics, physics, and engineering for approximating solutions, evaluating integrals, and understanding function behavior (e.g., in quantum mechanics, signal processing).

  • The concept of convergence allows us to rigorously determine when an infinite sum yields a finite, meaningful value. Power series are essentially functions defined by series, opening up new ways to define and study functions.

Common Mistakes & Tips

  • Divergence Test: Remember it is only a test for divergence. If the limit is 0, it tells you nothing about convergence.

  • Ratio/Root Test: If L=1L=1, the test is inconclusive. You MUST use another test (e.g., comparison, integral, alternating series).

  • Alternating Series Test: Ensure both conditions (decreasing and limit to 0) are met.

  • Endpoints of Interval of Convergence: Always check the endpoints separately using specific tests (e.g., alternating series test, p-series) because the ratio/root test is inconclusive at L=1L=1.

  • Taylor/Maclaurin Series Formula: Pay close attention to the factorial in the denominator and the exponent of (xc)(x-c). Don't confuse the term number nn with the exponent of xx in specific series like sinx\sin x or cosx\cos x.

  • Lagrange Error Bound: Accurately find MM by considering the maximum value of the (n+1)(n+1)-th derivative over the relevant interval.

Unit Summary

  • Sequences: Converge if lim<em>na</em>n\lim<em>{n\to\infty} a</em>n exists.

  • Series: Converge if its partial sums converge. Key tests: Geometric, p-Series, Nth Term for Divergence, Integral, Direct Comparison, Limit Comparison, Alternating Series, Ratio, Root.

  • Absolute vs. Conditional Convergence: a<em>n\sum |a<em>n| converges vs. a</em>n\sum a</em>n converges but an\sum |a_n| diverges.

  • Power Series: cn(xa)n\sum c_n (x-a)^n. Determine Radius (R) and Interval of Convergence (check endpoints).

  • Taylor Series: n=0f(n)(c)n!(xc)n\sum_{n=0}^{\infty} \frac{f^{(n)}(c)}{n!} (x-c)^n

  • Maclaurin Series: Taylor series centered at c=0c=0.

  • Lagrange Error Bound: Rn(x)Mxcn+1(n+1)!|R_n(x)| \le \frac{M |x-c|^{n+1}}{(n+1)!} (bounds error of Taylor polynomial approximation).

  • Term-by-Term Operations: Power series can be differentiated/integrated term-by-term within the interval of convergence.

Unit 10: Quick Recap of Key Ideas and Their Connections

Key Concepts & Connections

  • Limits as Foundation: Limits are the bedrock for all of calculus. They define instantaneous rates of change (derivatives) and accumulated quantities (integrals). Any discussion of continuity also fundamentally relies on limits. Without careful limit analysis, concepts like instantaneous velocity or the area under a curve would be ill-defined.

  • Derivatives: Measuring Instantaneous Change: Derivatives quantify how functions change at a specific point. They provide crucial information about:

    • Slope of Tangent Line: Geometric interpretation for curve analysis.

    • Instantaneous Rate of Change: Physical interpretation for velocity, acceleration, etc.

    • Function Behavior: Increasing/decreasing, local extrema, concavity, points of inflection. Basic rules (power, product, quotient, chain) and advanced techniques (implicit, inverse trig) enable differentiation of a vast array of functions.

  • Integrals: Measuring Accumulation and Net Change: Integrals are the inverse operation to derivatives. They allow us to:

    • Calculate Area: Net signed area under a curve and between curves.

    • Compute Volumes: Using disk/washer and cross-section methods.

    • Determine Total Distance/Displacement: From velocity functions.

    • Find Other Accumulations: Such as average value, work (though work and probability are often more advanced topics not always deeply examined in BC, they are classic applications).

    • The Fundamental Theorems of Calculus (FTC) explicitly link differentiation and integration, showing that they are two sides of the same coin. FTC Part 1 says differentiating an integral returns the original function; FTC Part 2 provides an elegant way to evaluate definite integrals using antiderivatives.

  • Differential Equations: Modeling Dynamic Systems: Differential equations are the mathematical language for describing systems that change over time (or with respect to other variables). They are used to model:

    • Growth and Decay: Exponential and Logistic models (population, radioactive decay).

    • Motion: Connecting position, velocity, and acceleration.

    • Other Rates of Change: Chemical reactions, spread of diseases.

    • Both analytic (separation of variables) and numerical (Euler's method) techniques are used to find or approximate solutions, especially when exact solutions are not readily available.

  • Parametric, Polar, and Vector Functions: Expanding the Scope: These coordinate systems and function types extend calculus beyond functions of the form y=f(x)y=f(x). They are essential for describing:

    • Complex Paths/Curves: That might not pass the vertical line test (e.g., circles, spirals, projectile motion).

    • Motion in Space: With velocity and acceleration vectors.

    • Calculus operations (derivatives for slope and speed, integrals for arc length and area) adapt to these contexts, showcasing the versatility of calculus concepts.