[Calculus] V. Linear Approximations and Differentials
Linear Approximations
Definition 5.1.1. The approximation
f(x)≈f(a)+f′(a)(x−a)⋯(i)
is called the linear approximation or tangent line approximation of f at a. The linear function whose graph is this tangent line, that is,
L(x)=f(a)+f′(a)(x−a)⋯(ii)
is called the linearization of f at a.
Example 5.1.2. Find the linearization of the function f(x)=√x+3 at a=1 and use it to approximate the number √3.98.
Solution. The derivative of f(x)=(x+3)1/2 is
f′(x)=12(x+3)−1/2=12√x+3
and so we have f(1)=2 and f′(1)=14. Putting these values into Equation (ii), we see that the linearization is
L(x)=f(1)+f′(1)(x−1)=2+14(x−1)=74+x4
The corresponding linear approximation (i) is
√x+3≈74+x4when x is near 1
In particular, we have
√3.98≈74+0.984=1.995
◻
Theorem 5.1.3. (Newton-Raphson Method) Suppose y=f(x) is differentiable and f(r)=0. If we define xn (n∈N) as
xn+1=xn−f(xn)f′(xn)
Then, under certain circumstances, xn→r as n→∞.
Remark 5.1.4. Although the function f(x) is differentiable on R, Theorem 5.1.3 might not work properly if the properties of f(x) are not appropriate. Now we will explain how this method works, partly as an application of the idea of linear approximation.
Figure 1
Let's say that we want to find the approximation of a root of y=f(x). Since we wish to solve an equation of the form f(x)=0, the roots of the equation correspond to the x-intercepts of the graph of f. The root that we are trying to find is labeled r in the figure. We start with a first approximation x1. Consider the tangent line L to the curve y=f(x) at the point (x1,f(x1)) and look at the x-intercept of L, labeled x2. The idea behind Theorem 5.1.3 is that the tangent line is close to the curve and so its x-intercept, x2, is close to the x-intercept of the curve (namely, the root r that we are seeking). Because the tangent is a line, we can easily find its x-intercept.
To find a formula for x2 in terms of x1 we use the fact that the slope of L is f′(x1), so its equation is
y−f(x1)=f′(x1)(x−x1)
Since the x-intercept of L is x2, we know that the point (x2,0) is on the line, and so
0−f(x1)=f′(x1)(x2−x1)
If f′(x1)≠0, we can solve this equation for x2:
x2=x1−f(x1)f′(x1)
We use x2 as a second approximation to r.
Next we repeat this procedure with x1 replaced by the second approximation x2, using the tangent line at (x2,f(x2)). This gives a third approximation:
x3=x2−f(x2)f′(x2)
If we keep repeating this process, we obtain a sequence of approximations x1, x2, x3, x4,⋯ . In general, if the nth approximation is xn and f′(xn)≠0, then the next approximation is given by
xn+1=xn−f(xn)f′(xn)
Differentials
Definition 5.2.1. If y=f(x), where f is a differentiable function, then the differential dx is an independent variable; that is, dx can be given the value of any real number. The differential dy is then defined in terms of dx by the equation
dy=f′(x)dx
So dy is a dependent variable; it depends on the values of x and dx. If dx is given a specific value and x is taken to be some specific number in the domain of f, then the numerical value of dy is determined.
In the notation of differentials, the linear approximation (i) can be written as
f(a+dx)≈f(a)+dy
The body text and the figures were excerpted from James Stewart, Calculus 8E.
'Calculus' 카테고리의 다른 글
[Calculus] VII. Integrals (0) | 2019.02.01 |
---|---|
[Calculus] VI. Applications of Differentiation (0) | 2019.01.29 |
[Calculus] IV. Differentiation (0) | 2019.01.18 |
[Calculus] III. Derivatives (0) | 2019.01.16 |
[Calculus] II. Continuity (0) | 2019.01.15 |