1 The Newton-Raphson method

We first remind the reader of some basic notation: If f ( x ) is a given function the value of x for which f ( x ) = 0 is called a root of the equation or zero of the function. We also distinguish between various types of roots: simple roots and multiple roots. Figures 21 - 23 illustrate some common examples.

Figure 21 Figure 22 Figure 23

No alt text was set. Please request alt text from the person who provided you with this resource.

More precisely; a root x 0 is said to be:

a simple root if f ( x 0 ) = 0 and d f d x x 0 0.

a double root if f ( x 0 ) = 0 , d f d x x 0 = 0 and d 2 f d x 2 x 0 0 , and so on.

In this Section we shall concentrate on the location of simple roots of a given function f ( x ) .

Task!

Given graphs of the functions

  1. f ( x ) = x 3 3 x 2 + 4 ,
  2. f ( x ) = 1 + sin x classify the roots into simple or multiple.

The negative root is simple and the positive root is double.

Each root is a double root.