AP CALCULUS AB • CONTEXTUAL APPLICATIONS OF DIFFERENTIATION

Approximating Values of a Function Using Local Linearity and Linearization

Use the tangent line at a point to estimate nearby function values with remarkable accuracy.

Historical Context & Motivation

Long before electronic calculators and computer algebra systems, mathematicians and scientists needed efficient methods to evaluate complicated functions — square roots, trigonometric ratios, logarithms — by hand. The idea that a smooth curve looks increasingly like a straight line the closer you zoom in is both geometrically intuitive and analytically powerful. This principle, known as local linearity, underpins the technique of linearization: replacing a function with its tangent line near a known point to approximate values that would otherwise be difficult to compute. The development of this idea spans centuries and connects Newton's fluxions to modern numerical analysis.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes approximated areas under curves by inscribing polygons — straight-sided figures — that approached the curve. This foreshadowed the idea of replacing curves with linear segments for practical computation.
1665–1687
Newton's Calculus of Fluxions
Isaac Newton developed the concept of the derivative and recognized that a differentiable function could be approximated near a point by the first term of its power-series expansion, effectively using the tangent line as a local proxy.
1715
Taylor's Theorem Published
Brook Taylor generalized Newton's insight into a full polynomial approximation framework. Linearization is the first-order (degree-one) case of a Taylor polynomial centered at a point a.
1797
Lagrange's Analytic Formulation
Joseph-Louis Lagrange provided rigorous error bounds for polynomial approximations, enabling mathematicians to quantify precisely how accurate a tangent-line estimate could be.

The central question that linearization answers is deceptively simple: if you know the exact value of a function and its derivative at one point, how well can you estimate the function's value at a nearby point? This question matters not only for pencil-and-paper approximation but also for understanding error propagation in physics measurements, for building numerical algorithms, and for justifying the use of differentials throughout applied mathematics.

Core Principles & Definitions

Linearization rests on a single geometric observation: at any point where a function is differentiable, the graph of the function and the graph of its tangent line are virtually indistinguishable over a sufficiently small interval. This observation converts a potentially complex calculation into simple arithmetic with a linear function. Below are the foundational ideas that make the technique work.

1

Differentiability Implies Local Linearity

If f is differentiable at x = a, then f can be well-approximated by a linear function near a. The closer x is to a, the better the approximation. This is the geometric meaning of the derivative.
2

The Linearization Formula

The linearization of f at a is L(x) = f(a) + f ′(a)(x − a). This is simply the equation of the tangent line to f at the point (a, f(a)), written in point-slope form.
3

Choosing the Base Point a

Select a value of a that is close to the target x-value and at which f(a) and f ′(a) are easy to compute exactly. The quality of the approximation depends on this choice.
4

Over- and Under-Estimates via Concavity

If f is concave up near a, the tangent line lies below the curve, so L(x) is an underestimate. If f is concave down, L(x) is an overestimate. The second derivative determines which case applies.
KEY TAKEAWAY
Think of linearization like using a ruler against a curved surface. If you press a ruler tangent to a basketball, the ruler perfectly touches the surface at one point and stays extremely close to the surface for a small region around that point. The ruler is the tangent line, and the basketball's surface is the function. The farther you move from the point of tangency, the more the ruler diverges from the curved surface — just as the linearization loses accuracy as x moves away from a.

Visual Explanation — The Tangent-Line Approximation

The violet-to-cyan curve represents f(x), while the dashed amber line is the tangent line L(x) at the point (a, f(a)), shown in pink. At the nearby value x₀, the tangent-line value L(x₀) closely approximates the true value f(x₀). The vertical gap between the two points represents the approximation error, which shrinks as x₀ approaches a.

The diagram above captures the essence of linearization. At the point of tangency (a, f(a)), the curve and the tangent line share the same value and the same slope. As you move horizontally to a nearby input x₀, the tangent line's output L(x₀) stays close to the curve's true output f(x₀). The key insight is that the error between f(x₀) and L(x₀) is roughly proportional to (x₀ − a)², meaning a small horizontal displacement produces an even smaller vertical error. This is why linearization works so well for points near a but deteriorates rapidly when x₀ is far from a.

Mathematical Framework

The linearization of f at a is built directly from the definition of the derivative. Since f ′(a) = lim (f(x) − f(a))/(x − a) as x → a, for x near a we can drop the limit and write the approximation f(x) − f(a) ≈ f ′(a)(x − a). Rearranging gives the linearization formula below.

LINEARIZATION FORMULA
L(x) = f(a) + f ′(a) · (x − a)
L(x) is the linearization of f at a. Here, f(a) is the known function value, f ′(a) is the derivative at a, and (x − a) is the displacement from the base point. The approximation f(x) ≈ L(x) is valid when x is close to a.
DIFFERENTIAL FORM
Δy ≈ dy = f ′(a) · dx
The change in y, denoted Δy = f(x) − f(a), is approximated by the differential dy = f ′(a) · dx, where dx = x − a. This is the same linearization expressed in the language of differentials.
ERROR CHARACTERIZATION
f(x) − L(x) ≈ ½ f ″(c) · (x − a)²
By Taylor's theorem, the error equals ½ f ″(c)(x − a)² for some c between a and x. If f ″ > 0 on the interval (concave up), then f(x) > L(x) and the linearization underestimates. If f ″ < 0 (concave down), the linearization overestimates.
📝 AP Exam Note
On the AP Calculus AB exam, you will be expected to use linearization to estimate function values and to determine whether the estimate is an overestimate or underestimate using the sign of the second derivative. Both multiple-choice and free-response questions may require you to justify your reasoning about concavity.

Concavity, Error, and Choosing the Base Point

Selecting an appropriate base point a and understanding how concavity affects the direction of the error are two skills tested frequently on the AP exam. The base point must satisfy two requirements: f(a) and f ′(a) must be exactly computable (no approximation needed for the base itself), and a must be as close to the target x-value as practical. The diagram below illustrates how the sign of f ″ determines whether the tangent line sits above or below the curve.

Left panel: when f ″ > 0 (concave up), the tangent line sits below the curve, producing an underestimate. Right panel: when f ″ < 0 (concave down), the tangent line sits above the curve, producing an overestimate. This relationship is a direct consequence of the error term ½ f ″(c)(x − a)².
Concavity determines the direction of approximation error
Concavity of f near aSign of f ″Tangent Line PositionL(x) is a …
Concave upf ″(a) > 0Below the curveUnderestimate
Concave downf ″(a) < 0Above the curveOverestimate

Worked Example — Approximating √4.1

Suppose you need to approximate √4.1 without a calculator. The function f(x) = √x is differentiable for x > 0, and the nearest value at which f is easy to evaluate exactly is a = 4, where f(4) = 2. This worked example demonstrates the full linearization procedure, including an over/under determination.

Approximate √4.1 using linearization
1
Step 1 — Identify the function, base point, and targetLet f(x) = √x = x^(1/2). Choose a = 4 because 4 is the perfect square closest to 4.1. The target value is x = 4.1, so dx = x − a = 0.1.
2
Step 2 — Compute f(a) and f ′(a)f(4) = √4 = 2. The derivative is f ′(x) = 1/(2√x), so f ′(4) = 1/(2·2) = 1/4 = 0.25.
f(4) = 2, f ′(4) = 0.25
3
Step 3 — Write the linearization L(x)L(x) = f(a) + f ′(a)(x − a) = 2 + 0.25(x − 4).
4
Step 4 — Evaluate L at the target x = 4.1L(4.1) = 2 + 0.25(4.1 − 4) = 2 + 0.25(0.1) = 2 + 0.025 = 2.025.
√4.1 ≈ 2.025
5
Step 5 — Determine over- or underestimatef ″(x) = −1/(4x^(3/2)). At x = 4, f ″(4) = −1/(4·8) = −1/32 < 0. Since f is concave down near a = 4, the tangent line lies above the curve, and L(4.1) = 2.025 is an overestimate. (The true value is √4.1 ≈ 2.02485…, confirming the tangent-line value is slightly too large.)
Overestimate (f ″ < 0)

Strengths and Limitations of Linearization

Linearization is among the most versatile approximation techniques in calculus, but like every tool, it has boundaries. Understanding when the method excels and when it breaks down is essential both for the AP exam and for applications in physics and engineering.

Balancing the utility and constraints of tangent-line approximation
StrengthsLimitations
Requires only f(a) and f ′(a) — no higher derivatives neededAccuracy degrades rapidly as |x − a| increases
Provides quick mental or pencil-and-paper estimatesCannot capture curvature — the method is blind to concavity in its output
Over/under nature can be determined via f ″Useless at points where f is not differentiable (corners, cusps)
Foundation for differentials, error propagation, and Newton's methodFor better accuracy, higher-order Taylor polynomials (Calc BC) are needed
WHEN TO USE LINEARIZATION
Linearization is analogous to a GPS that gives you an accurate bearing for the next hundred meters but becomes unreliable over longer distances. Just as recalibrating your GPS at a new reference point refreshes the prediction, choosing a base point a close to your target ensures the tangent-line approximation remains trustworthy. When you need accuracy over a wider interval, upgrading to higher-order Taylor polynomials is like switching to a more detailed map.

Connection to Taylor Polynomials and Advanced Theory

Linearization is the first-degree case of a broader approximation strategy that you will encounter in AP Calculus BC and in college-level analysis courses. A Taylor polynomial of degree n centered at a is a polynomial that matches the function and its first n derivatives at x = a. The linearization L(x) is simply the Taylor polynomial of degree 1, capturing only the function value and the first derivative. Higher-degree polynomials incorporate curvature (via f ″), rate of change of curvature (via f ‴), and so on, producing increasingly accurate approximations over wider intervals.

Linearization as the foundation for higher-order polynomial approximations
FeatureLinearization (Degree 1)Taylor Polynomial (Degree n)
Formulaf(a) + f ′(a)(x − a)Σ f⁽ᵏ⁾(a)/k! · (x − a)ᵏ for k = 0 to n
Derivatives usedf(a) and f ′(a) onlyf(a), f ′(a), f ″(a), …, f⁽ⁿ⁾(a)
Error orderO((x − a)²)O((x − a)ⁿ⁺¹)
AP CoverageAP Calculus ABAP Calculus BC

Even within the scope of AP Calculus AB, linearization connects to several other important ideas. The concept of the differential dy = f ′(x) dx is the infinitesimal version of linearization. Newton's method for finding roots of equations uses repeated linearizations to converge on a solution. L'Hôpital's Rule, in its proof, relies on the local linearity of the numerator and denominator near the point where both vanish. Mastering linearization therefore gives you an intellectual foothold on multiple advanced topics.

Practice Problems

1
If f is twice differentiable at x = a with f ″(a) > 0, what can be concluded about the linearization L(x) = f(a) + f ′(a)(x − a) for x near a?
2
Let f(x) = sin(x). Using the linearization of f at a = 0, what is the approximate value of sin(0.05)?
3
Let g(x) = eˣ. Use the linearization of g at a = 1 to approximate e^(1.1). Which of the following is the approximation, and is it an overestimate or underestimate?
PROBLEM 4APPLIED
A particle's position along a straight track is given by s(t), where s is measured in meters and t in seconds. At time t = 3, the particle is at position s(3) = 10 meters and has velocity s ′(3) = −4 m/s. The acceleration satisfies s ″(t) > 0 for all t in the interval [2, 4]. (a) Write the linearization L(t) of s at t = 3. (b) Use L(t) to approximate the particle's position at t = 3.2. (c) Is your approximation in part (b) an overestimate or underestimate of the actual position s(3.2)? Justify your answer using s ″. (d) Explain the physical meaning of the linearization in this context. What assumption does it make about the particle's motion?
PROBLEM 5CRITICAL THINKING
Let h(x) = x³ − 6x. A student uses linearization at a = 2 to approximate h(1.98). (a) Compute the linearization L(x) and evaluate L(1.98). (b) Without computing h(1.98) exactly, determine whether L(1.98) is an overestimate or underestimate. Justify your answer. (c) Explain why choosing a = 2 is a better base point than a = 1 for approximating h(1.98), even though both yield exact values of h.

Lesson Summary

Local linearity is the principle that a differentiable function closely resembles a straight line when viewed over a sufficiently small interval. The linearization of f at a base point a is the tangent-line function L(x) = f(a) + f ′(a)(x − a), which provides a rapid estimate of f(x) for values of x near a. The base point should be chosen so that f(a) and f ′(a) are exactly computable and a is as close to the target x-value as possible.

The direction of the approximation error is governed by concavity: when f ″ > 0 (concave up), the linearization underestimates; when f ″ < 0 (concave down), it overestimates. The error itself is approximately ½ f ″(c)(x − a)², growing with the square of the displacement. Linearization is the degree-one case of the Taylor polynomial and serves as the foundation for differentials, error propagation, and Newton's method.

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