05.01 Newton Raphson Method
05.01 Newton Raphson Method
05.01 Newton Raphson Method
12/2/2020 1
Newton-Raphson Method
f(x)
f(xi)
[x f (x )] f(xi )
i, i xi +1 = xi -
f ′(xi )
f(xi-1)
θ
xi+2 xi+1 xi X
AB
f(xi) B tan(α ) =
AC
f ( xi )
f ' ( xi ) =
xi − xi +1
C α A X f ( xi )
xi+1 xi xi +1 = xi −
f ′( xi )
4
Step 1
5
Step 2
6
Step 3
xi +1- xi
∈a = × 100
xi +1
7
Step 4
Compare the absolute relative approximate error
with the pre-specified relative error tolerance ∈s.
Example 1 Cont.
Solution
To aid in the understanding
of how this method works to
find the root of an equation,
the graph of f(x) is shown to
the right,
where
f (x ) = x 3-0.165 x 2+3.993 ×10- 4
Figure 4 Graph of the function f(x)
11
Example 1 Cont.
Solve for f ' ( x )
12
Example 1 Cont.
Iteration 1
The estimate of the root is
f ( x0 )
x1 = x0 −
f ' ( x0 )
= 0.05 −
(0.05) − 0.165(0.05) + 3.993 × 10 − 4
3 2
3(0.05) − 0.33(0.05)
2
1.118 × 10 − 4
= 0.05 −
− 9 × 10 −3
= 0.05 − (− 0.01242 )
= 0.06242
13
Example 1 Cont.
15
Example 1 Cont.
Iteration 2
The estimate of the root is
f ( x1 )
x2 = x1 −
f ' ( x1 )
= 0.06242 −
(0.06242 ) − 0.165(0.06242 ) + 3.993 × 10 − 4
3 2
3(0.06242 ) − 0.33(0.06242 )
2
− 3.97781× 10 −7
= 0.06242 −
− 8.90973 × 10 −3
(
= 0.06242 − 4.4646 × 10 −5 )
= 0.06238
16
Example 1 Cont.
2−m
The maximum value of m for which ∈a ≤ 0.5 × 10 is 2.844.
Hence, the number of significant digits at least correct in the
answer is 2.
18
Example 1 Cont.
Iteration 3
The estimate of the root is
f ( x2 )
x3 = x2 −
f ' ( x2 )
= 0.06238 −
(0.06238) − 0.165(0.06238) + 3.993 × 10 − 4
3 2
3(0.06238) − 0.33(0.06238)
2
4.44 × 10 −11
= 0.06238 −
− 8.91171× 10 −3
( )
= 0.06238 − − 4.9822 × 10 −9
= 0.06238
19
Example 1 Cont.
21
Advantages and Drawbacks
of Newton Raphson Method
http://numericalmethods.eng.usf.edu
22
Advantages
Converges fast (quadratic convergence), if
it converges.
Requires only one guess
23
Drawbacks
1. Divergence at inflection points
Selection of the initial guess or an iteration value of the root that
is close to the inflection point of the function f ( x ) may start
diverging away from the root in ther Newton-Raphson method.
26
Drawbacks – Oscillations near local
maximum and minimum
3. Oscillations near local maximum and minimum
roots.
27
Drawbacks – Oscillations near local
maximum and minimum
Table 3 Oscillations near local maxima 6
f(x)
and mimima in Newton-Raphson method. 5
f ( xi ) ∈a %
Iteration
Number xi 4
0 –1.0000 3.00
3
3
28
Drawbacks – Root Jumping
4. Root Jumping
( )
In some cases where the function f x is oscillating and has a number
of roots, one may choose an initial guess close to a root. However, the
guesses may jump and converge to some other root.
1.5
f(x)
For example 1
f ( x ) = sin x = 0 0.5
x
Choose 0
x0 = 2.4π = 7.539822
-2 0 2 4 6 8 10
-0.06307 0.5499 4.461 7.539822
-0.5
-1.5