|
In numerical analysis, fixed point iteration is a method of computing fixed points of iterated functions.
More specifically, given a function f defined on the real numbers with real values and given a point x0 in the domain of f, the fixed point iteration is

which gives rise to the sequence which is hoped to converge to a point x. If f is continuous, then one can prove that the obtained x is a fixed point of f, i.e.,
- f(x) = x.
More generally, the function f can be defined on any metric space with values in that same space.
[edit] Examples
- A first simple and useful example is the Babylonian method for computing the square root of a>0, which consists in taking
, i.e. the mean value of x and a/x, to approach the limit (from whatever starting point ). This is a special case of Newton's method quoted below.
The fixed point iteration xn+1 = sin xn with initial value x0 = 2 converges to 0. This example does not satisfy the hypotheses of the Banach fixed point theorem and so its speed of convergence is very slow.
- The fixed point iteration
converges to the unique fixed point of the function for any starting point x0. This example does satisfy the hypotheses of the Banach fixed point theorem. Hence, the error after n steps satisfies (where we can take q = 0.85, if we start from x0 = 1.) When the error is less than a multiple of qn for some constant q, we say that we have linear convergence. The Banach fixed point theorem allows one to obtain fixed point iterations with linear convergence.
- The fixed point iteration
will diverge unless x0 = 0. We say that the fixed point of is repelling.
- The requirement that f is continuous is important, as the following example shows. The iteration

converges to 0 for all values of x0. However, 0 is not a fixed point of the function

this function is not continuous at x = 0, and in fact has no fixed points.
[edit] Applications
- Newton's method for a given differentiable function f(x) is
. If we write we may rewrite the Newton iteration as the fixed point iteration xn + 1 = g(xn). If this iteration converges to a fixed point x of g then so . The inverse of anything is nonzero, therefore f(x) = 0: x is a root of f. Assuming the hypotheses of the Banach fixed point theorem are satisfied, we have that the Newton iteration converges linearly. However, a more detailed analysis shows that under certain circumstances, . This is called quadratic convergence.
- Halley's method is similar to Newton's method but, when it works correctly, its error is
(cubic convergence). In general, it is possible to design methods that converge with speed for any . As a general rule, the higher the k, the less stable it is, and the more computationally expensive it gets. For these reasons, higher order methods are typically not used.
[edit] Properties
If a function f defined on the real line with real values is Lipschitz continuous with Lipschitz constant L < 1, then this function has precisely one fixed point, and the fixed point iteration converges towards that fixed point for any initial guess x0. This theorem can be generalized to any metric space.
The speed of convergence of the iteration sequence can be increased by using a convergence acceleration method such as Aitken's delta-squared process. The application of Aitken's method to fixed point iteration is known as Steffensen's method, and it can be shown that Steffensen's method yields a rate of convergence that is at least quadratic.
- ^ One may also consider certain iterations A-stable if the iterates stay bounded for a long time, which is beyond the scope of this article.
[edit] See also
Página espejo de la Wikipedia
Directorio de Enlaces Directorio dmoz Directorio espejo dmoz Pedro Bernardo
|