- Halley's method
In
numerical analysis , Halley's method is aroot-finding algorithm used for functions of one real variable with a continuous second derivative, i.e. C2 functions. It is named after its inventorEdmond Halley who also discoveredHalley's Comet .The algorithm is second in the class of
Householder's method s, right after theNewton's method . Like the latter it produces iteratively a sequence of approximations to the root, theirrate of convergence to the root is cubic. There do exist multidimensional versions of this method.Method
Like any root-finding method, Halley's method is a numerical algorithm for solving the nonlinear equation ƒ("x") = 0. In this case, the function ƒ has to be a function of one real variable. The method consists of a sequence of iterations:
:
beginning with an initial guess "x"0.
If ƒ is a thrice continuously differentiable function and "a" is a zero of ƒ but not of its derivative, then, in a neighborhood of "a", the iterates "x""n" satisfy:
:
This means that the iterates converge to the zero if the initial guess is sufficiently close, and that the convergence is cubic.
Derivation
Consider the function
:
Any root of ƒ which is "not" a root of its derivative is a root of "g"; and any root of "g" is a root of ƒ. Applying
Newton's method to "g" gives:
with
:
and the result follows. Notice that if ƒ'("c") = 0, then one cannot apply this at "c" because "g"("c") would be undefined.
Cubic convergence
Suppose "a" is a root of "f" but not of its derivative. And suppose that the third derivative of "f" exists and is continuous in a neighborhood of "a" and "x""n" is in that neighborhood. Then
Taylor's theorem implies::
and also
:
where ξ and η are numbers lying between "a" and "x""n". Multiply the first equation by and subtract from it the second equation times to give:
:
Canceling and re-organizing terms yields:
:
Put the second term on the left side and divide through by to get:
:
Thus:
:
The limit of the coefficient on the right side as "x""n" approaches "a" is:
:
If we take "K" to be a little larger than the absolute value of this, we can take absolute values of both sides of the formula and replace the absolute value of coefficient by its upper bound near "a" to get:
:
which is what was to be proved.
References
* T.R. Scavo and J.B. Thoo, On the geometry of Halley's method. "American Mathematical Monthly", 102:5 (1995), pp. 417–426.
*This article began as a translation from [http://fr.wikipedia.org/w/index.php?title=Itération_de_Halley&oldid=11673690 the equivalent article in French Wikipedia] , retrieved 22 January 2007.External links
*
* [http://math.fullerton.edu/mathews/n2003/Halley'sMethodMod.html Halley's Method by John H. Mathews]
* " [http://numbers.computation.free.fr/Constants/Algorithms/newton.html Newton's method and high order iterations] ", Pascal Sebah and Xavier Gourdon, 2001 (the site has a link to a Postscript version for better formula display)
Wikimedia Foundation. 2010.