Text
Explain why the Newton iteration is exact in a single step for linear functions (with ).
Solution
For we have . Starting from any , one Newton step gives But is exactly the zero of (solving ). So Newton finds the root in a single step, whatever the initial estimate.
The geometric reason is immediate: Newton’s method replaces the function with its tangent line and looks for its zero. If the function is already a line, the tangent coincides with the function itself, and its zero is the exact solution.
Links
Topics: Continuity
Concepts: Newton-Raphson method · Line · Tangent line
Methods: Newton-Raphson
Skills: Proving
Exercise types: Proof