Local linearity and linearization — AP Calculus BC
1. Core Concept of Local Linearity ★★☆☆☆ ⏱ 3 min
Local linearity is a fundamental geometric property of differentiable functions. If a function $f(x)$ is differentiable at $x=a$, zooming in sufficiently close to $(a, f(a))$ makes the graph of $f(x)$ nearly indistinguishable from its tangent line at that point.
This principle gives rise to linearization (also called tangent line approximation), a technique that uses the tangent line to approximate $f(x)$ for $x$ near $a$. It simplifies calculations with complicated non-linear functions and is the foundation for advanced approximation methods like Euler's Method and Taylor polynomials, which you will encounter later in the course. This topic makes up 3-6% of the total AP Calculus BC exam score, appearing in both multiple-choice and free-response sections.
2. Linearization Formula and Function Approximation ★★☆☆☆ ⏱ 4 min
The tangent line to $f(x)$ at $x=a$ passes through $(a, f(a))$ with slope equal to $f'(a)$, the derivative of $f$ at $a$. Starting from point-slope form of a line: $y - f(a) = f'(a)(x - a)$. Rearranging gives the standard linearization formula:
L(x) = f(a) + f'(a)(x - a)
Intuition: $f(a)$ is the exact known function value at the center point $a$, and $f'(a)(x-a)$ approximates the change in $f$ from $a$ to $x$ using the instantaneous rate of change. The closer $x$ is to $a$, the more accurate the approximation. Always choose a center $a$ close to your target $x$ where $f(a)$ and $f'(a)$ are known exactly.
Exam tip: Always pick a center point $a$ that is extremely close to the target $x$, and where $f(a)$ is an exact, easy-to-compute value. MCQ distractors are almost always designed to reward students who pick the wrong center, so double-check this step first.
3. Differentials and Approximation of Change ★★★☆☆ ⏱ 3 min
Differentials are an alternative notation for linear approximation that explicitly describes approximate change in $f(x)$ when $x$ changes by a small amount $\Delta x$. By definition, $dx = \Delta x$ (the actual change in the independent variable $x$). The differential of the dependent variable $y = f(x)$, written $dy$, is the approximate change in $y$ along the tangent line, given by the formula:
dy = f'(x) dx
The actual change in $y$ is $\Delta y = f(x + \Delta x) - f(x)$. For small $\Delta x$, $dy \approx \Delta y$. This notation is especially useful for estimating measurement error and the effect of small input changes, which is common in real-world AP FRQ problems.
Exam tip: When asked for relative or percentage error, remember it is $\frac{dA}{A}$ (relative) or $100 \cdot \frac{dA}{A}$ (percentage), not just $dA$. This is one of the most commonly missed points on linear approximation FRQs.
4. Error Bounds for Linear Approximation ★★★★☆ ⏱ 4 min
Linear approximation is never exact. For twice-differentiable functions, we can bound the absolute error using the second derivative, which measures how much the function curves away from the tangent line. If $|f''(t)| \leq M$ for all $t$ between $a$ and $x$, the absolute error satisfies:
|f(x) - L(x)| \leq \frac{M}{2} |x - a|^2
This is the remainder term for first-order Taylor approximation, which is what linearization is. Larger $M$ (more curvature) means larger error, and error decreases quadratically as $x$ gets closer to $a$.
Exam tip: When bounding $M$, always round up to a safe value, never round down. A larger $M$ that is still an upper bound is still correct, but a smaller $M$ that underestimates maximum curvature is wrong and will lose points.
5. Concept Check ★★★☆☆ ⏱ 3 min
Common Pitfalls
Why: Students reverse which point is the known center, because they confuse the goal of the problem.
Why: Students compute the general derivative, then accidentally plug in the wrong point before applying the formula.
Why: Concave down functions have negative second derivatives, so students carry the negative sign into $M$, resulting in a negative error bound that is meaningless.
Why: Students mix up which variable's change is multiplied by the derivative.
Why: Students forget that local linearity is a local property, only valid near the center.
Why: Students confuse absolute error with percentage error, which is a common AP distractor.