Text
Show that Newton’s method applied to produces the iteration an algorithm for the reciprocal that uses no divisions (it was used by old computers).
Solution
The function has derivative . The Newton iteration is The quotient simplifies by multiplying numerator and denominator by : The zero of is , so the iteration converges to the reciprocal of . The formula uses only multiplications and one subtraction: no division, which is why it was used in hardware that had no division unit.
Links
Topics: Continuity
Concepts: Newton-Raphson method
Methods: Newton-Raphson
Skills: Proving · Using formulae
Exercise types: Proof