After studying the differentials, we know that if Δy=f(a+Δx)−f(a) and dy=f′(x)Δx. This means that Δx becomes very small, i.e. if we let Δx→0, we can write that dy≈Δy.
This can be rewritten as f(a+Δx)−f(a)≈f′(x)Δx.
If we now let x=a+Δx, we obtain that f(x)−f(a)≈f′(x)(x−a).
Definition. The linearization of a function y=f(x) at a point a is f(x)≈f(a)+f′(x)(x−a).
We need this linearization because it might be easy to calculate the value of a function f(a) but it might be difficult (or even impossible) to compute the nearby values of f. So, we settle for the easily computed values of the linear function (tangent line).
Example 1. Find the linear approximation of y=x at (4,2). Then approximate 3.99, 4.01, and 4.05.
Since f′(x)=2x1, we have that f′(4)=41.
Therefore, linear approximation L(2)=41(x−4)+2, or x≈41x+1.
3.99≈413.99+1=1.9975. The true value is given for comparison: 3.99≈1.997498435544.
4.01≈414.01+1=2.0025. The true value is given for comparison: 4.01≈2.00249843945.
4.05≈414.05+1=2.0125. The true value is given for comparison: 4.05≈2.01246117974981.
As can be seen, the approximate values are overestimated. That's because the tangent line at x=4 lies above f(x)=x.
Let's do another example.
Example 2. Suppose that the temperature of tea is 950C. After one minute, its temperature is 850C. Find the temperature of the tea in two minutes.
If T(t) represents the temperature of the tea after t minutes, T(0)=95, T(1)=85.
In order to make linear approximation with a=1, we need to approximate T′(1).
Since T′(1)=limt→1t−1T(t)−T(1), we can't find the exact value of the derivative, but we could estimate T′(1) by taking t=0: T′(1)≈0−1T(0)−T(1)=0−195−85=−10.
Thus, we approximated the instantaneous rate of change by the average rate of change between t=0 and t=1, which is −100C per minute. Thus, T(2)≈T′(1)(2−1)+T(1)=−10(3−2)+85=750C.