When we have a complicated function that can be impossible to make a perfactly accurate value, we use the linearization that are based on its tangent lines.
Consider the tangent to the curve y = f (x) that lies closed to the curve near the point of tangency. For a small interval to either side of
the point of tangency, the y-values along the tangent line give good approximations to the y-values of the curve.
For example, we can see this phenomenon by zooming in on the graph of y = x2 +
1⁄2.
Curve y = x2 + 1⁄2 and its tangent y = x +
1⁄4 are very close near
(1⁄2, 1⁄4)
The equation of the tangent to the curve f (x)
at x = 0, where f is differentiable and passes through the point (a, f (a)) is y = f (a) + f ' (a)(x - a).
This tangent line is the graph of the linear function L (x) = f (a) + f ' (a)(x - a).
For as long as L(x) is close to the graph of f, the function l (x) gives a good approximation to f (x).
Definition
If f is differentiable at x = a, then the approximation function L (x) = f (a) + f ' (a)(x - a).
is the linearization of f at a. The approximation f (x) ≈ L (x)
of f by L is the standard linear approximation of f at a. The point at x = a is the center of the
approximation.
The difference of f (x) and L (x is the error of the linearization.
Example 17.
Find the linearization of f (x) = x2 + 2x at x = 2. Compare the approximate value and true value at x = 2.5,
x = 2.05, and x = 2.005. Solution f (x) = x2 + 2x, f ' (x) = 2x + 2
Since f (2) = 8 and f ' (2) = 6, the linearization is L (x) = f (2) + f ' (2)(x - 2)
= 8 + 6(x - 2) = 6x - 4.
That is, x2 + 2x ≈ 6x - 4.
At x = 2.5, the tre value gives x2 + 2x
= (2.5)2 + 2(2.5) = 11.25 and
the linearization gives 6x - 4 = 6(2.05) - 4 = 8.3.
Therefore the approximate value differs from the true value by less than 0.25 × 10-2.
At x = 2.005, the true value gives x2 + 2x = (2.005)2 + 2(2.005) = 8.030025 and
the linearization gives 6x - 4 = 6(2.005) - 4 = 8.03.
Therefore, the approximate value differs from the true value by less than 0.25 × 10-4.
Note: From the above example, we see that how accurate the approximation is for some value of x near 2. It turns out that, if the variable
x moves a small increment, then the true value and approximate value become close.
Example 18.
If the radius of a circle increases from r = 5 cm to 5.01 cm, find the approximate increase in the area. Estimate the area of the enlarge circle and find the error. Solution
Let A be the area of the circle of radius r. A(r) = πr2, A ' (r) = 2πr.
Since A (5) = 25π and A ' (5) = 10π, the linearization is L (r) = A (5) + A ' (5)(r - 5) = 10πr - 25π.
That is, πr2 ≈ 10πr - 25π.
At r = 5.01, L (r) = L (5.01)
= 10π (5.01) - 25π = 25.1π
The area of circle of radius 5.01 cm is approximately 25.1π cm2. Hence the approxinate increase is 0.1π cm2.
The true area is A (5.01)= π(5.01)2 = 25.1001π cm2
Therefore
Error = True area - Approximate area
= 0.0001π cm2.
Example 19.
Given that f (x) = x1⁄2,
determine the approximate value for
√
101 by using approximation.
Solution f (x) = x1⁄2.
When x = 100, f (100) = 1001⁄2 = 10, we have to approximate
√
101 .
$$ f'(x) = \frac{1}{2\sqrt{x}} $$
$$ f'(100) = \frac{1}{20}. $$
The linearization is L (x) = f (100) + f ' (100)(x - 100)
= x⁄20 + 5.
That is, √
x
≈ x⁄20 + 5.
At x = 101, L (x) = L (101) = 10.05.
Hence,
√
101 ≈ 10.05.
Exercise 9.4
1. Find the linearization of
(a) f (x) =
√
1 + x
at x = 3. Compare the approximate value and true value at x = 3.2, x = 3.02 and x = 3.002.
(b) f (x) = x⁄x + 1 at x = 1.
Compare the approximate value and true value at x = 1, x = 1.01, x = 1.001.