Sometimes we need a quick estimate of a function's value near a point where we know the exact value. The tangent line at that point provides a linear approximation (linearization) of the function. This is especially useful for complicated functions like $\sqrt{x}$, $\sin x$, or $e^x$ near a known point.
🎯 In this section you will learn
The formula for linearization: $L(x) = f(a) + f'(a)(x-a)$
How to approximate function values using tangent lines
How to estimate changes using differentials $dy = f'(x) dx$
When linear approximations are accurate (and when they're not)
📌 The Linearization Formula
The linearization of $f$ at $x = a$ is the tangent line approximation:
$$ L(x) = f(a) + f'(a)(x - a) $$
For $x$ close to $a$, $f(x) \approx L(x)$
💡 Intuition
The tangent line is the best linear approximation to the function near $x = a$. The slope of the tangent line matches the function's slope at that point.
Example 1Linearization of $\sqrt{x}$
Find the linearization of $f(x) = \sqrt{x}$ at $x = 4$. Use it to approximate $\sqrt{4.1}$.
The edge of a cube is measured as 5 cm with a possible error of 0.02 cm. Estimate the maximum possible error in the volume.
$V = s^3$, $dV = 3s^2\, ds$
$s = 5$, $ds = \pm 0.02$
$dV = 3(25)(\pm 0.02) = \pm 1.5$ cm³
The volume error is approximately $\pm 1.5$ cm³.
📊 Visualizing Linear Approximation
Interactive graph below. The orange line is the tangent line at the selected point. Notice how close it stays to the blue curve near the point of tangency:
⚠️ Important Notes
The linear approximation is most accurate when $x$ is very close to $a$.
The farther $x$ is from $a$, the larger the error.
Differentials $dy$ estimate the change in $y$, not the new value.
Error estimation using differentials assumes $dx$ is small and $f'$ doesn't change much.
🔍 Key Takeaways
Linearization: $L(x) = f(a) + f'(a)(x-a)$ is the tangent line approximation.
Used to estimate function values near known points.
Differentials: $dy = f'(x)dx$ estimates the change in $y$ for a small change $dx$ in $x$.
Common applications: error estimation, propagation of uncertainty.
The closer $x$ is to $a$, the better the approximation.