SEAM SPCE DCCN Newton Raphson Method
SEAM SPCE DCCN Newton Raphson Method
SEAM SPCE DCCN Newton Raphson Method
Solved Examples
1. Solve the equation 3x − cos x − 1 = 0 using Newton-Raphson method
3. Perform three iterations of the Newton Raphson method to find the smallest positive root
of the equation f ( x ) = x3 − 5x + 1 = 0
Practice Examples
5. Find real root of the equation x3 − 3x + 1 = 0 lying between 1 and 2 correct to three decimal
places using Newton-Raphson method.
Answer: x = 1.5321
7. Find real root of the equation xe x − 2 = 0 correct to three decimal places using Newton-
Raphson method
Answer: x = 0.8526
3 xn − cos ( xn ) − 1
n xn xn +1 = xn − f ( xn +1 )
3 + sin ( xn )
Thus, the approximate root of the equation f ( x ) = 3x − cos ( x ) − 1 = 0 correct to four decimal
place is x = 0.60710
n xn xn 3 − 2 xn − 5 f ( xn +1 )
xn +1 = xn −
3 xn 2 − 2
0 x0 = 2 23 − 2(2) − 5 f ( x1 ) = f ( 2.1)
x1 = 2 − = 2.1
3(2) 2 − 2 = 0.061
1 x1 = 2.1 2.13 − 2(2.1) − 5 f ( x2 ) = f ( 2.0945 )
x2 = 2.1 − = 2.0945
3(2.1) 2 − 2 = −0.0005745
2 x2 = 2.0945 2.0945 − 2(2.0945) − 5
3
f ( x3 ) = f ( 2.0945 )
x3 = 2.0945 −
3(2.0945) 2 − 2 = −0.0005745
= 2.0945
Example 3: Perform three iterations of the Newton Raphson method to find the smallest
positive root of the equation f ( x ) = x3 − 5x + 1 = 0
Solution: f ( x ) = x3 − 5x + 1 = 0
f ( x ) = 3x 2 − 5
f ( 0 ) = 03 − 5(0) + 1 = 1 and f ( 3) = 13 − 5(1) + 1 = −3
Thus, f ( 0 ) f (1) 0
Root of the equation f ( x ) = 0 lies between 0 and 1.
n xn xn 3 − 5 xn + 1 f ( xn +1 )
xn +1 = xn −
3 xn 2 − 5
0 x0 = 0 x1 = f ( x1 ) =
1 x1 = x2 = f ( x2 ) =