The ebook Elementary Calculus is based on material originally written by H.J. Keisler. For more information please read the copyright pages. |
![]() |
Home ![]() ![]() ![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|
Newton's Method
The Increment Theorem for derivatives shows that when f'(c) exists and x ≈ c, f(x) is infinitely close to the tangent line f(c) + f'(c)(x - c) even compared to x - c. Thus intuitively, when x is real and close to c, f(x) is closely approximated by the tangent line f(c) + f'(c)(x - c). Newton's method uses the tangent line to approximate a zero of f(x). It is an iterative method that does not always work but usually gives a very good approximation. Consider a real function f that crosses the x-axis as in Figure 5.9.1. From the graph we make a first rough approximation x1 to the zero of f(x). To get a better approximation, we take the tangent line at x1 and compute the point x2 where the tangent line intersects the x-axis. At x2, the curve f(x) is very close to zero, so we take x2 as our new approximation. The tangent line has the equation y = f(x1) + f'(x1) (x - xl). We get a formula for x2 by setting y = 0 and x = x2 and then solving for x2. Figure 5.9.1 0 = f(x1) + f'(x1)(x2 - x1) We may then repeat the procedure starting from x2 to get a still better approximation x3 as in Figure 5.9.2, Figure 5.9.2
|
|
Home ![]() ![]() ![]() |