Linear Approximations and Differentials
Linear approximations and differentials let you estimate function values without computing them exactly. The core idea: zoom in close enough on any smooth curve, and it starts to look like a straight line. That straight line (the tangent line) becomes your estimation tool.
These techniques show up constantly in physics, engineering, and later math courses whenever exact answers are impractical and a close estimate will do.
Linear Approximation at a Point
If a function is differentiable at a point, its tangent line hugs the curve closely in a small neighborhood around that point. This means you can swap out the actual (possibly complicated) function for the much simpler tangent line and get a solid estimate, as long as you stay near the point of tangency.
The further you move from that point, the worse the approximation gets. This is strictly a local tool.

Construction of Function Linearization
The linearization of at is just the equation of the tangent line at that point:
Each piece has a clear role:
- : the known function value at the base point (your starting height)
- : the slope of the tangent line (how fast is changing at )
- : how far your input is from the base point
How to use it (step by step):
-
Choose a base point where and are easy to compute.
-
Calculate and .
-
Plug into .
-
Substitute the -value you want to estimate.
Example: Estimate using linearization at .
-
, so
-
, so
-
-
The actual value is , so the estimate of is off by only about . That's the power of staying close to the base point.
Example: Estimate using linearization at .
-
, so
-
, so
-
-
The actual value is , so the estimate is very close.

Graphical Representation of Differentials
Differentials give you a way to talk about small changes in input and output separately.
For , define:
- : a small change in (this is an independent quantity you choose)
- : the corresponding estimated change in , given by
The key distinction to keep straight:
- is the change along the tangent line (your estimate)
- is the actual change along the curve
Graphically, if you move units to the right from a point on the curve, is the vertical distance traveled along the tangent line, while is the vertical distance traveled along the actual curve. The gap between and is the approximation error, and it shrinks as gets smaller.
Example: For at with :
The differential is a quick, close estimate of the actual change .
Error Analysis in Differential Approximations
Since differentials give estimates, you need ways to measure how good those estimates are.
- Absolute error = , the raw size of the mistake
- Relative error = , the error as a fraction of the true change
- Percentage error = relative error 100%
A small percentage error means the linear approximation did its job well. What counts as "acceptable" depends on context: engineering tolerances differ from back-of-the-envelope physics estimates.
The general pattern: the smaller is, the smaller the error. And functions with less curvature near the base point produce better approximations, because the tangent line stays closer to the curve.
Continuity and Differentiability
Linear approximation only works where the function is differentiable. Differentiability requires continuity, but goes further: the function must also have a well-defined derivative (no sharp corners, cusps, or vertical tangents).
If is differentiable at , then can be approximated by its tangent line near . If is not differentiable at , there's no tangent line to use, and the whole method breaks down at that point.