Local linearization
Local linearization estimates a nearby function value from a known value and derivative.
On this page 7 sections
01Use a tangent as a local model#
Local linearization estimates a nearby function value from a known value and derivative. The derivative converts a small input change into an estimated output change.
At base input , let the displacement be . The tangent gives
The derivative multiplies the displacement , not the final input .
02Estimate and compare#
For , use , , and . To estimate , the input change is . The estimated output change is , giving .
The exact value is . Expanding gives . The linearization keeps the constant and linear terms; here the omitted term is .
At a=2, f(a)=5 and f′(a)=3. Estimate f(2.1).
Show answer and explanation
The displacement is 0.1; add 3 times 0.1 to 5.
03Direction, size, and limits#
A negative displacement uses the same rule. At , a displacement of gives an estimate of , compared with the exact value .
For a differentiable function, the approximation error becomes small relative to the input displacement as the displacement approaches zero. This does not promise accuracy for a large step. At input , the same linear model estimates while the square is .
At a=3, a draft estimates f(3.1) as f(3)+f′(3)×3.1. What multiplier belongs there?
Show answer and explanation
The derivative multiplies displacement from the base point.
The approximation is exact for an affine function because there is no curvature term. In optimization, local linear models help predict what a small parameter change will do; checking a finite step still matters.
Approximate a nearby function value using a local linearization.
- Approximate a nearby function value using a local linearization.
Sources & further reading
- [1]OpenStax Calculus Volume 1, §4.2 Linear Approximations and Differentials ↗openstax.org · Article