with initial value . An
attracting fixed point of a function is a
fixed point of with a
neighborhood of "close enough" points around such that for any value of in , the fixed-point iteration sequence x,\ f(x),\ f(f(x)),\ f(f(f(x))), \dots is contained in and
converges to . The basin of attraction of is the largest such neighborhood . The natural
cosine function ("natural" means in
radians, not degrees or other units) has exactly one fixed point, and that fixed point is attracting. In this case, "close enough" is not a stringent criterion at all—to demonstrate this, start with
any real number and repeatedly press the
cos key on a calculator (checking first that the calculator is in "radians" mode). It eventually converges to the
Dottie number (about 0.739085133), which is a fixed point. That is where the graph of the cosine function intersects the line y = x. Not all fixed points are attracting. For example, 0 is a fixed point of the function , but iteration of this function for any value other than zero rapidly diverges. We say that the fixed point of f(x) = 2x is repelling. An attracting fixed point is said to be a
stable fixed point if it is also
Lyapunov stable. A fixed point is said to be a
neutrally stable fixed point if it is
Lyapunov stable but not attracting. The center of a
linear homogeneous differential equation of the second order is an example of a neutrally stable fixed point. Multiple attracting points can be collected in an
attracting fixed set.
Banach fixed-point theorem The
Banach fixed-point theorem gives a sufficient condition for the existence of attracting fixed points. A
contraction mapping function f defined on a
complete metric space has precisely one fixed point, and the fixed-point iteration is attracted towards that fixed point for any initial guess x_0 in the domain of the function. Common special cases are that (1) f is defined on the real line with real values and is
Lipschitz continuous with Lipschitz constant L , and (2) the function is continuously differentiable in an open neighbourhood of a fixed point , and |f'(x_\text{fix})| . Although there are other
fixed-point theorems, this one in particular is very useful because not all fixed-points are attractive. When constructing a fixed-point iteration, it is very important to make sure it converges to the fixed point. We can usually use the Banach fixed-point theorem to show that the fixed point is attractive.
Attractors Attracting fixed points are a special case of a wider mathematical concept of
attractors. Fixed-point iterations are a discrete
dynamical system on one variable.
Bifurcation theory studies dynamical systems and classifies various behaviors such as attracting fixed points,
periodic orbits, or
strange attractors. An example system is the
logistic map. == Iterative methods ==