AP CALCULUS BC • CONTEXTUAL APPLICATIONS OF DIFFERENTIATION

Approximating Values of a Function Using Local Linearity and Linearization

Harness the tangent line to estimate function values near a known point with remarkable accuracy.

Historical Context & Motivation

Long before digital computers could evaluate transcendental functions at the press of a button, mathematicians and scientists relied on elegant approximation techniques to carry out practical calculations. The idea that a smooth curve can be well represented by its tangent line in a small neighborhood is one of the oldest and most powerful insights of calculus. This principle, known as local linearity, underpins not only hand calculations in physics and engineering but also the numerical algorithms running on modern hardware. Its formal articulation as linearization crystallized over centuries of mathematical development, from the geometric methods of antiquity through the rigorous analysis of the 19th century.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes approximated curves using sequences of straight-line segments, foreshadowing the idea that curves behave like lines at small scales.
1665–1676
Newton & Leibniz Develop Calculus
Isaac Newton's fluxions and Gottfried Leibniz's differentials independently formalized the derivative, providing the exact slope of the tangent line at any point on a differentiable curve.
1715
Taylor's Series Expansion
Brook Taylor published his general formula for expanding functions as infinite polynomial series. The first-degree Taylor polynomial is precisely the linearization.
1821
Cauchy's Rigorous Foundations
Augustin-Louis Cauchy rigorously defined limits and continuity, placing linearization on firm analytical ground and clarifying when the approximation is valid.

The central question that linearization answers is deceptively simple: if you know the exact value of a function at one point and you know the derivative there, how accurately can you estimate the function at a nearby point without any additional computation? This question arises naturally whenever exact evaluation is expensive or impossible—for instance, estimating √4.02 without a calculator or predicting the behavior of a physical system slightly perturbed from equilibrium.

Core Principles & Definitions

The foundation of linearization rests on a single geometric observation: when you zoom in sufficiently on a differentiable curve, it becomes indistinguishable from a straight line. This property is precisely what it means for a function to be differentiable at a point—the function possesses a well-defined tangent line there, and the curve hugs that tangent line ever more tightly as you restrict your view to smaller neighborhoods.

1

Differentiability Implies Local Linearity

If f is differentiable at x = a, then the graph of f near a looks like a straight line. The error between f(x) and the tangent line shrinks faster than |x − a| as x approaches a.
2

The Linearization L(x)

The linearization of f at x = a is the function L(x) = f(a) + f ′(a)(x − a). It is the equation of the tangent line to f at a, repurposed as an approximation tool.
3

The Approximation f(x) ≈ L(x)

For values of x near a, f(x) ≈ f(a) + f ′(a)(x − a). The closer x is to a, the better the approximation. This is the first-degree Taylor polynomial centered at a.
4

Differentials: dx and dy

Setting dx = x − a, the differential dy = f ′(a) · dx approximates the actual change Δy = f(x) − f(a). The differential rides along the tangent line rather than the curve.
KEY TAKEAWAY
Think of linearization like using a ruler held against a hillside. If you press the ruler tangent to the ground at your feet, the ruler accurately tracks the slope for a few meters in either direction. Walk too far, however, and the terrain diverges from the ruler's straight edge. The derivative gives you the ruler's angle; the linearization gives you the equation of that ruler extended through space.

Visual Explanation: Zooming Into a Curve

The violet-to-cyan curve is f(x) = √x; the dashed amber line is the linearization L(x) = 2 + ¼(x − 4) centered at (4, 2). Near x = 4 the two are nearly indistinguishable, but as x moves toward 6 and beyond, the red error segment grows visibly.

The diagram above illustrates the essential geometry of linearization. At the point of tangency (4, 2), the tangent line and the curve share both the same value and the same slope. As you move a small distance dx away from x = 4, the tangent line predicts a change of dy = f ′(4) · dx, while the actual change Δy on the curve is slightly different. The vertical red segment at x = 6 quantifies this discrepancy—about 0.051 units for a displacement of Δx = 2, which is not particularly small. Had we evaluated at x = 4.1 instead, the error would shrink to roughly 0.000125, demonstrating how rapidly accuracy improves as x approaches a.

Mathematical Framework

The linearization formula follows directly from the definition of the derivative. Recall that differentiability at x = a means the limit that defines f ′(a) exists. Rearranging the difference quotient gives f(x) = f(a) + f ′(a)(x − a) + ε(x)(x − a), where ε(x) → 0 as x → a. Dropping the error term ε(x)(x − a) produces the linearization.

LINEARIZATION FORMULA
L(x) = f(a) + f ′(a) · (x − a)
where a is the center of the approximation, f(a) is the known function value, and f ′(a) is the derivative evaluated at a.
DIFFERENTIAL FORM
dy = f ′(x) · dx
Here dx = Δx is the small horizontal displacement from a, and dy approximates the true vertical change Δy = f(a + dx) − f(a). The differential dy rides along the tangent line, not the curve.
APPROXIMATION STATEMENT
f(a + dx) ≈ f(a) + f ′(a) · dx
This is equivalent to the linearization formula with x = a + dx. The approximation improves as |dx| → 0.

It is worth emphasizing that linearization is the first-degree Taylor polynomial of f centered at a. The Taylor expansion writes f(x) = f(a) + f ′(a)(x − a) + f ″(a)(x − a)²/2! + ⋯, so truncating after the linear term yields exactly L(x). The error in this truncation is bounded by the Lagrange remainder: |f(x) − L(x)| ≤ (M/2)|x − a|², where M is an upper bound on |f ″(c)| for c between a and x. This quadratic decay of the error explains why linearization works so well for small displacements.

ERROR BOUND
|f(x) − L(x)| ≤ (M / 2) · |x − a|²
M = max |f ″(c)| for c between a and x. The error is at most proportional to the square of the displacement, confirming the approximation is excellent when |x − a| is small.

Differentials, Over- and Under-Estimates

A common AP Calculus BC exam task is to determine whether a linearization produces an overestimate or underestimate of the true function value. The key lies in the concavity of the function. If f is concave up (f ″ > 0) on an interval containing a, the tangent line lies entirely below the curve on that interval, so the linearization underestimates f(x) for x ≠ a. Conversely, if f is concave down (f ″ < 0), the tangent line lies above the curve and the linearization overestimates f(x). This geometric reasoning connects naturally to the second-derivative information already in the Lagrange remainder.

Left panel: when f ″ > 0 (concave up), the tangent line lies below the curve and the linearization underestimates f(x). Right panel: when f ″ < 0 (concave down), the tangent line lies above the curve and the linearization overestimates f(x).
📝 AP Exam Tip
Free-response questions frequently ask you to justify whether a linear approximation is an over- or underestimate. Always cite the sign of f ″ on the relevant interval and explain the geometric consequence for the tangent line relative to the curve.
Summary of how concavity determines the nature of the linear approximation
ConditionConcavityTangent Line PositionLinearization Result
f ″(a) > 0Concave upBelow the curveUnderestimate
f ″(a) < 0Concave downAbove the curveOverestimate
f ″(a) = 0 (inflection)Changes concavityCrosses the curveDepends on direction; examine f ″ nearby

Worked Example

Let us approximate sin(0.1) using the linearization of f(x) = sin x centered at a = 0, and determine whether our estimate is an over- or underestimate.

Approximating sin(0.1) via Linearization
1
Step 1 — Identify the function, center, and targetWe have f(x) = sin x, a = 0, and we wish to approximate f(0.1). The center a = 0 is chosen because sin 0 and cos 0 are known exactly.
2
Step 2 — Compute f(a) and f ′(a)f(0) = sin 0 = 0. The derivative is f ′(x) = cos x, so f ′(0) = cos 0 = 1.
f(0) = 0, f ′(0) = 1
3
Step 3 — Write the linearization L(x)L(x) = f(a) + f ′(a)(x − a) = 0 + 1 · (x − 0) = x.
L(x) = x
4
Step 4 — Evaluate the approximationsin(0.1) ≈ L(0.1) = 0.1. The true value is sin(0.1) ≈ 0.09983… so the approximation is remarkably close.
sin(0.1) ≈ 0.1
5
Step 5 — Over- or underestimate?f ″(x) = −sin x. Near x = 0 (for x slightly positive), f ″(x) = −sin x < 0, so f is concave down. When a function is concave down, its tangent line lies above the curve. Therefore L(0.1) = 0.1 is an overestimate of sin(0.1), consistent with the fact that 0.1 > 0.09983.
Overestimate (f ″ < 0 → concave down)

Strengths, Limitations, and When to Use Linearization

Strengths and limitations of linear approximation
StrengthsLimitations
Requires only f(a) and f ′(a)—no higher-order derivatives needed.Accuracy degrades rapidly as |x − a| increases, especially if f has large curvature.
Provides an explicit, algebraically simple approximating function.Cannot capture oscillatory or rapidly changing behavior.
The concavity test instantly tells you over- vs. underestimate.Requires differentiability at a; fails at corners, cusps, or vertical tangents.
Foundation for more accurate Taylor polynomial approximations.The error bound requires knowledge of |f ″|, which may not be easy to estimate.
KEY TAKEAWAY
Linearization is the calculus equivalent of a first-order engineering approximation: fast, transparent, and often good enough for a quick estimate. When higher precision is required—such as in spacecraft trajectory calculations—engineers extend the same idea by including quadratic and higher-degree Taylor terms. Linearization is always the starting point, and understanding its limitations is just as important as knowing how to apply it.

Connection to Taylor Polynomials and Advanced Theory

Linearization is not an isolated technique; it is the first rung on a ladder of polynomial approximations that leads to Taylor and Maclaurin series, a major topic later in AP Calculus BC. The n-th degree Taylor polynomial Pn(x) centered at a includes terms through (x − a)n. The linearization is simply P1(x). Each additional term reduces the error from O(|x − a|n+1) to O(|x − a|n+2), so for small |x − a| the improvement is dramatic.

Comparison of linearization with higher-order Taylor polynomials
FeatureLinearization (P₁)Taylor Polynomial (Pₙ, n ≥ 2)
Degree1 (linear)n (quadratic, cubic, etc.)
Required derivativesf(a), f ′(a)f(a), f ′(a), f ″(a), …, f⁽ⁿ⁾(a)
Error orderO(|x − a|²)O(|x − a|ⁿ⁺¹)
Computation costMinimalIncreases with n
Captures concavity?NoYes (for n ≥ 2)

Beyond Taylor polynomials, the concept of local linearity reappears in multivariable calculus as the total differential and in differential equations as Euler's method, which repeatedly applies linearization to march along a solution curve step by step. Mastering linearization now builds intuition for all of these more advanced techniques.

Practice Problems

1
If f is twice differentiable and f ″(x) > 0 for all x in an interval containing a, then the linearization L(x) = f(a) + f ′(a)(x − a) evaluated at a point x ≠ a in that interval will:
2
Use the linearization of f(x) = eˣ at a = 0 to approximate e⁰·⁰⁵. Which of the following is the approximation?
3
Let g(x) = ln x. Using the linearization of g at a = 1, approximate ln(1.1). What is the approximate value and is it an over- or underestimate?
PROBLEM 4APPLIED
A differentiable function h satisfies h(3) = 7 and h ′(3) = −2. It is also known that h″(x) < 0 for 2 < x < 5. (a) Write the linearization L(x) of h at a = 3. (b) Use L(x) to approximate h(3.2). (c) Is the approximation in part (b) an overestimate or underestimate of h(3.2)? Justify your answer. (d) Using the linearization, approximate the value of h(2.9). (e) Without additional computation, explain whether the approximation in part (d) is an overestimate or underestimate.
PROBLEM 5CRITICAL THINKING
Let f(x) = x¹ᐟ³ (the cube root of x). A student uses the linearization of f at a = 8 to approximate 8.1¹ᐟ³. (a) Compute the linearization and evaluate the approximation. (b) Determine whether this approximation is an overestimate or underestimate, and justify using the second derivative. (c) A second student instead uses the linearization of f at a = 27 to approximate 8.1¹ᐟ³. Without computing the second approximation, explain why the first student's choice of a = 8 is likely more accurate.

Lesson Summary

The linearization of a function f at a point a is the tangent-line function L(x) = f(a) + f ′(a)(x − a), which exploits the principle of local linearity to approximate function values near a. The differential dy = f ′(a) · dx estimates the actual change Δy along the curve. This approximation is precisely the first-degree Taylor polynomial centered at a, with error of order O(|x − a|²).

To determine whether the approximation is an overestimate or underestimate, examine the concavity via the second derivative: f ″ > 0 (concave up) means the tangent lies below the curve (underestimate), while f ″ < 0 (concave down) means the tangent lies above (overestimate). Always choose the center a as close to x as possible to minimize error, and remember that linearization serves as the gateway to higher-order Taylor polynomial approximations you will encounter later in the BC curriculum.

Varsity Tutors • AP Calculus BC • Approximating Values of a Function Using Local Linearity and Linearization