Applying Newton to the extraction of a root leads to a very ancient formula, and shows how fast its convergence is.
Example — Computing with Newton
Let , . The iteration becomes Starting from :
| | | | |:---:|:---:|:---:| | | | | | | | | | | | | | | | | | | | |
At each step the number of correct decimal digits doubles: the convergence is quadratic, in the sense that in a neighbourhood of the root (Esty, 2014). It is the famous Babylonian-Heronian algorithm for computing the root, attributed to Hero of Alexandria ( AD; Boyer, 2011).
The formula has an intuitive reading: if is an overestimate of , then is an underestimate, and their average is a better estimate. This idea of the “average between overestimate and underestimate” is precisely the ancient method, and the quadratic convergence explains why very few steps are enough to obtain a great many digits.
Links
Topics: Continuita
Concepts: Convergenza quadratica · Metodo di newton raphson
Methods: Newton raphson
Skills: Calcolare · Usare formule
People: Erone