What is the order of convergence of Newton Raphson Method?
The order of convergence of Newton Raphson Method:
According to the method, an approximation of a real-valued function is given by the formula:
Let be the exact root of the function and be the error in the value at approximation,
Then,
.
In the same manner:
Use the values, and in the formula :
Simplify::
Now use the formula of Taylor expansion, as follows:
.
Neglect and higher powers
Since, is the exact root, . thus substitute in above equation:
Simplify:
Since the error varies directly to . 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.