Newton Raphson Method good
Newton Raphson Method good
Chapra, Bihar-841302
Newton-
Raphson
method...
Dr. G.K.Prajapati
Department of Applied Science and Humanities
LNJPIT, Chapra, Bihar-841302
Dr. G.K. Let a root of f (x) = 0 lie in the interval (a, b). Let x0 be an
Prajapati
initial approximation to the root in this interval. The
LNJPIT, Newton-Raphson method to find this root is defined by
Chapra
f (xk ) 0
xk+1 = xk − provided f (xk ) 6= 0
Newton-
Raphson f 0 (xk )
method:
This method is called the Newton-Raphson method or simply
the Newton’s method. The method is also called the
tangent method.
Dr. G.K.
Prajapati
LNJPIT,
Chapra
Newton-
Raphson
method:
Figure: Newton-Raphson
method
Dr. G.K.
2x30 − 1 2(0.5)3 − 1
x1 = = = 0.176471,
Prajapati
3x20 − 5 3(0.5)2 − 5
LNJPIT,
Chapra
2x31 − 1 2(0.176471)3 − 1
x2 = = = 0.201568,
Newton- 3x21 − 5 3(0.176471)2 − 5
Raphson
method:
2x32 − 1 2(0.201568)3 − 1
x3 = = = 0.201640,
3x22 − 5 3(0.201568)2 − 5
2x33 − 1 2(0.201640, )3 − 1
x4 = = = 0.201640.
3x23 − 5 3(0.201640, )2 − 5
Dr. G.K.
Derive the Newton’s method for finding 1/N , where N > 0.
Prajapati Hence, find 1/17, using the initial approximation as
LNJPIT,
(i) 0.05, (ii) 0.15. Do the iterations converge
Chapra
1 1
Solution: Let x = =⇒ N = . Define a function
Newton- N x
Raphson
1 1
method:
f (x) = − N so that f 0 (x) = − 2 . Applying the Newton’s
x x
method, we obtain
1
−N
f (xk ) x
= xk − k = xk + xk − N x2k =
xk+1 = xk − 0
f (xk ) 1
− 2
xk
2xk − N x2k , k = 0, 1, 2, ...
Dr. G.K.
Prajapati
LNJPIT,
Chapra
For computing 171/3 , we have q = 3 and N = 17. Hence, the
method becomes
Newton-
Raphson (3 − 1)x3k + 17 2x3k + 17
method: xk+1 = = , k = 0, 1, 2, ...
3x3−1
k
3x2k
2x33 + 17 2(2.571332)3 + 17
x4 = = = 2.571282.
3x23 3(2.571332)2
Dr. G.K.
Prajapati
LNJPIT,
Chapra
Newton-
Raphson
Thanks !!!
method: