Next: Newton-Raphson Method:
Up: Main:
Previous: Modified Regular Falsi Method:
Using (iii) in (ii) we get
using (v), (vi), in (iv) we get
i.e
i.e
Hence the convergence is superlinear.
Example:
Solve for the root in the interval [0.5,1.5] by secant method.
Secant Method | ||||
---|---|---|---|---|
0 | 0.5000000000 | 1.5000000000 | 0.8773435354 | 2.1035263538 |
1 | 1.5000000000 | 0.8773435354 | 0.4212051630 | -4.2280626297 |
2 | 0.8773435354 | 0.4212051630 | 0.7258019447 | 0.3298732340 |
3 | 0.4212051630 | 0.7258019447 | 0.7037572265 | 0.0327354670 |
4 | 0.7258019447 | 0.7037572265 | 0.7013285756 | -0.0005388701 |
5 | 0.7037572265 | 0.7013285756 | 0.7013679147 | 0.0000009526 |