Text
Apply Newton’s method to with : perform four iterations and compare with bisection.
Solution
We have and , hence Starting from :
Newton already stabilises at the third iteration on the value . Bisection on , which halves the error at each step, requires about iterations to reach the same precision (six decimal places): Newton is drastically faster because its convergence is quadratic.
Links
Topics: Continuity
Concepts: Bisection algorithm · Newton-Raphson method
Methods: Newton-Raphson
Skills: Calculating · Using formulae
Exercise types: Computing expressions