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, xn or sn.

For the sequence

{1, 12, 13, 14, . . .}, 

the first term is x1=1, the second is x2=12, the third is x3=13, and the n-th term is xn=1n.

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

limnxn=s.

The difficult part in Newton’s method is to choose the first term of the sequence (i.e., x1). 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

xn+1=xn-f(xn)f(xn).

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

Let us consider the function f(x)=x3-30. To apply Newton’s method, we must choose x1.

Since f(3)=27-30=-3 we choose x1=3.

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

xn+1=xn-(xn)3-303(xn)2

and

x2=x1-f(x1)f(x1)=3-(33)-303(3)2=2893.111111.

x3=289-(289)3-303(289)2=32887105843.107237.

You can check that x43.10723251.

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

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

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

xn+1=xn-x3n-3xn+63x2n-3.

x2=-3-(-3)3-3(-3)+63(-3)2-3=-52.

So,

x3=-52-(-2.5)3-3(-2.5)+63(-2.5)2-3-2.365079.

So one solution is approximately equal to -2.3650.

You may want to find x4.

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).