Mathematics 265 Introduction to Calculus I

Study Guide :: Unit 5

Applications of the Derivative

Newton’s Method

As we mentioned earlier, it is not always possible to solve algebraically the equation $f(x)=0$ for some function $f$. But we have methods to locate or approximate the value of the exact solution. Newton’s method is one of them. The idea is based on linear approximation, discussed in Unit 4 . We use the lines that are tangent to the curve to construct a sequence that converges to a solution to the equation $f(x)=0$.

A sequence is a set of numbers listed in a specific order. For instance, the sequence { 1 ,   2 ,   3 ,   4 ,   5   .   .   . } is not equal to the sequence { 2 ,   1 ,   3 ,   4 ,   5 ,   6   .   .   . } —the set of numbers may be the same, but the order is different. The n-th term of a sequence is denoted with a subindex $n$; for example, x n or s n .

For the sequence

{ 1 ,   1 2 ,   1 3 ,   1 4 ,   .   .   . } ,  

the first term is x 1 = 1 , the second is x 2 = 1 2 , the third is x 3 = 1 3 , and the n-th term is x n = 1 n .

Intuitively, we say that a sequence { x n } converges to a number s if, for a large number $n$, the distance between s and x n is very small. That is s x n for a large $n$. The larger the $n$, the better the approximation, and we write

lim n x n = s .

The difficult part in Newton’s method is to choose the first term of the sequence (i.e., x 1 ). In making our choice, we may want to use the graph of the function, the Intermediate Value Theorem, or trial and error. Once the first term is chosen, the others are deduced recursively by applying the formula

x n + 1 = x n - f ( x n ) f ( x n ) .

Example 5.56. Finding the value of 3 0 3 is the same as finding an $x$ such that x 3 = 3 0 ; that is, $x$ is the solution of x 3 - 3 0 = 0 .

Let us consider the function f ( x ) = x 3 - 3 0 . To apply Newton’s method, we must choose x 1 .

Since f ( 3 ) = 2 7 - 3 0 = - 3 we choose x 1 = 3 .

We have f ( x ) = 3 x 2 ; hence,

x n + 1 = x n - ( x n ) 3 - 3 0 3 ( x n ) 2

and

x 2 = x 1 - f ( x 1 ) f ( x 1 ) = 3 - ( 3 3 ) - 3 0 3 ( 3 ) 2 = 2 8 9 3 . 1 1 1 1 1 1 .

x 3 = 2 8 9 - 2 8 9 3 - 3 0 3 2 8 9 2 = 3 2 8 8 7 1 0 5 8 4 3 . 1 0 7 2 3 7 .

You can check that x 4 3 . 1 0 7 2 3 2 5 1 .

Example 5.57. Let us find a solution of x 3 - 3 x + 6 = 0 .

At first, we consider f ( x ) = x 3 - 3 x + 6 , and we choose x 1 = 1 . We have f ( x ) = 3 x 2 - 3 . But f ( 1 ) = 0 , and we cannot divide by 0; thus, Newton’s method is not applicable for this value of x 1 .

However, we can see that f ( - 3 ) = - 12 < 0 < 1 0 = f ( - 2 ) , and by the Intermediate Value Theorem, we know that one solution is in the interval ( - 3 ,   - 2 ) . Hence, we choose x 1 = - 3 , and

x n + 1 = x n - x n 3 - 3 x n + 6 3 x n 2 - 3 .

x 2 = - 3 - ( - 3 ) 3 - 3 ( - 3 ) + 6 3 ( - 3 ) 2 - 3 = - 5 2 .

So,

x 3 = - 5 2 - ( - 2 . 5 ) 3 - 3 ( - 2 . 5 ) + 6 3 ( - 2 . 5 ) 2 - 3 - 2 . 3 6 5 0 7 9 .

So one solution is approximately equal to - 2 . 3 6 5 0 .

You may want to find x 4 .

In the examples above, we illustrated the application of Newton’s method. Now you should read the section titled “Newton’s Method,” on pages 252-256 of the textbook to see how this method was developed.

Exercises
  1. Read pages 252-256 of the textbook.
  2. Do Exercises 15, 17 and 19 on page 256.

Answers to Exercises

Finishing This Unit

  1. Review the objectives of this unit and make sure you are able to meet all of them.
  2. If there is a concept, definition, example or exercise that is not yet clear to you, go back and reread it, then contact your tutor for help.
  3. Do the exercises in “Learning from Mistakes” section for this unit.
  4. You may want to do Exercises 1, 5, 13, 15, 17, 21, 23, 26, 38, 41, 49 and 51 from the “Review” (pages 260-262 of the textbook).