Text
Compute with four iterations of Newton’s method, taking and .
Solution
With and , the iteration is Starting from :
The value stabilises at , correct to six decimal places already from the third iteration: once again quadratic convergence (roughly) doubles the number of correct digits at each step.
Links
Topics: Continuity
Concepts: Quadratic convergence · Newton-Raphson method
Methods: Newton-Raphson
Skills: Calculating · Using formulae
Exercise types: Computing expressions