CameraIcon
CameraIcon
SearchIcon
MyQuestionIcon
MyQuestionIcon
1
You visited us 1 times! Enjoying our articles? Unlock Full Access!
Question

What is the order of convergence of Newton Raphson Method?


Open in App
Solution

The order of convergence of Newton Raphson Method:

According to the method, an approximation of a real-valued function fx=0 is given by the formula:

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

Let a be the exact root of the function and Δnbe the error in the value at nth approximation,

Then,

xn=a+Δn.

In the same manner:

xn+1=a+Δn+1

Use the values, xn=a+Δnand xn+1=a+Δn+1in the formula xn+1=xn-fxnf'xn:

a+Δn+1=a+Δn-fa+Δnf'a+Δn

Simplify::

Δn+1=Δn-fa+Δnf'a+Δn

Now use the formula of Taylor expansion, fx+a=fa+xf'a+x22f''a+.... as follows:

Δn+1=Δn-fa+Δnf'a+Δn22f''a+...f'a+Δnf''a+Δn22f'''a+....

Neglect Δn2and higher powers

Δn+1=Δn-fa+Δnf'af'a+Δnf''a

Since, ais the exact root, fa=0. thus substitute fa=0in above equation:

Δn+1=Δn-Δnf'af'a+Δnf''a

Simplify:

Δn+1=Δnf'a+Δn2f''a-Δnf'af'a+Δnf''a=Δnf'a+Δn2f''a-Δnf'af'a+Δnf''a=Δn2f''af'a+Δnf''a=Δn2f''af'a1+f''af'a-1

Since the error Δn+1varies directly to Δn2. Means, the error in each step varies directly to the square of the error of last step.

It is concluded, the order of convergence of Newton Raphson Method is two or quadratic convergence.


flag
Suggest Corrections
thumbs-up
3
Join BYJU'S Learning Program
similar_icon
Related Videos
thumbnail
lock
Implicit Differentiation
MATHEMATICS
Watch in App
Join BYJU'S Learning Program
CrossIcon