472
Chapter 4 | Applications of Derivatives
4.9 | Newton’s Method
Learning Objectives
4.9.1 Describe the steps of Newton’s method. 4.9.2 Explain what an iterative process means. 4.9.3 Recognize when Newton’s method does not work. 4.9.4 Apply iterative processes to various situations.
In many areas of pure and applied mathematics, we are interested in finding solutions to an equation of the form f ( x ) =0. For most functions, however, it is difficult—if not impossible—to calculate their zeroes explicitly. In this section, we take a look at a technique that provides a very efficient way of approximating the zeroes of functions. This technique makes use of tangent line approximations and is behind the method used often by calculators and computers to find zeroes. Describing Newton’s Method Consider the task of finding the solutions of f ( x ) =0. If f is the first-degree polynomial f ( x ) = ax + b , then the solution of f ( x ) =0 is given by the formula x = − b a . If f is the second-degree polynomial f ( x ) = ax 2 + bx + c , the solutions of f ( x ) =0 can be found by using the quadratic formula. However, for polynomials of degree 3 or more, finding roots of f becomes more complicated. Although formulas exist for third- and fourth-degree polynomials, they are quite complicated. Also, if f is a polynomial of degree 5 or greater, it is known that no such formulas exist. For example, consider the function f ( x ) = x 5 +8 x 4 +4 x 3 −2 x −7. No formula exists that allows us to find the solutions of f ( x ) =0. Similar difficulties exist for nonpolynomial functions. For example, consider the task of finding solutions of tan( x )− x =0. No simple formula exists for the solutions of this equation. In cases such as these, we can use Newton’s method to approximate the roots. Newton’s method makes use of the following idea to approximate the solutions of f ( x ) =0. By sketching a graph of f , we can estimate a root of f ( x ) =0. Let’s call this estimate x 0 . We then draw the tangent line to f at x 0 . If f ′( x 0 ) ≠0, this tangent line intersects the x -axis at some point ⎛ ⎝ x 1 , 0 ⎞ ⎠ . Now let x 1 be the next approximation to the actual root. Typically, x 1 is closer than x 0 to an actual root. Next we draw the tangent line to f at x 1 . If f ′( x 1 ) ≠0, this tangent line also intersects the x -axis, producing another approximation, x 2 . We continue in this way, deriving a list of approximations: x 0 , x 1 , x 2 ,…. Typically, the numbers x 0 , x 1 , x 2 ,… quickly approach an actual root x *, as shown in the following figure.
This OpenStax book is available for free at http://cnx.org/content/col11964/1.12
Made with FlippingBook - professional solution for displaying marketing and sales documents online