[proxy] mathworld.wolfram.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Fixed Point

Weisstein, Eric W.


A fixed point is a point that does not change upon application of a map, system of differential equations, etc. In particular, a fixed point of a function is a point such that

(1)

The fixed point of a function starting from an initial value can be computed in the Wolfram Language using FixedPoint[f, x]. Similarly, to get a list of the values obtained by iterating the function until a fixed point is reached, the command FixedPointList[f, x] can be used.

The following table lists the smallest positive fixed points for several simple functions.

functionfixed pointOEIS
cosecant1.1141571408A133866
cosine0.7390851332A003957
cotangent0.8603335890A069855
hyperbolic cosecant0.9320200293A133867
hyperbolic cosine----
hyperbolic cotangent1.1996786402A085984
hyperbolic secant0.7650099545A069814
hyperbolic sine0--
hyperbolic tangent0--
inverse cosecant1.1141571408A133866
inverse cosine0.7390851332A003957
inverse cotangent0.8603335890A069855
inverse hyperbolic cosecant0.9320200293A133867
inverse hyperbolic cosine----
inverse hyperbolic cotangent1.1996786402A085984
inverse hyperbolic secant0.7650099545A069814
inverse hyperbolic sine0--
inverse hyperbolic tangent0--
inverse secant----
inverse sine0--
inverse tangent0--
secant4.9171859252A133868
sine0--
tangent4.4934094579A115365

Fixed points of functions in the complex plane commonly lead to beautiful fractal structures. For example, the plots above color the value of the fixed point (left figures) and the number of iterations to reach a fixed point (right figures) for cosine (top) and sine (bottom). Newton's method, which essentially involves a fixed point computation in order to find roots, leads to similar fractals in an analogous way.

Points of an autonomous system of ordinary differential equations at which

(2)

are known as fixed points.

If a variable is slightly displaced from a fixed point, it may (1) move back to the fixed point ("asymptotically stable" or "superstable"), (2) move away ("unstable"), or (3) move in a neighborhood of the fixed point but not approach it ("stable" but not "asymptotically stable"). Fixed points are also called critical points or equilibrium points. If a variable starts at a point that is not a critical point, it cannot reach a critical point in a finite amount of time. Also, a trajectory passing through at least one point that is not a critical point cannot cross itself unless it is a closed curve, in which case it corresponds to a periodic solution.

A fixed point can be classified into one of several classes using linear stability analysis and the resulting stability matrix.

The following table summarizes types of possible fixed points for a two-dimensional system (Tabor 1989, pp. 22-24).

fixed point
stable node
unstable node
hyperbolic fixed point
stable spiral point
unstable spiral point
elliptic fixed point
, a null vectorstable star
, a null vectorunstable star
, not a null vectorstable improper node
, not a null vectorunstable improper node

See also

Dottie Number, Elliptic Fixed Point, Fixed Point Node, Fixed Point Theorem, Group Fixed Point, Hyperbolic Fixed Point, Mann Iteration, Map Fixed Point, Newton's Method, Stable Improper Node, Stable Node, Stable Spiral Point, Stable Star, Unstable Improper Node, Unstable Node, Unstable Spiral Point, Unstable Star

Explore with Wolfram|Alpha

References

Shashkin, Yu. A. Fixed Points. Providence, RI: Amer. Math. Soc., 1991.Tabor, M. "Linear Stability Analysis." ยง1.4 in Chaos and Integrability in Nonlinear Dynamics: An Introduction. New York: Wiley, pp. 20-31, 1989.

Referenced on Wolfram|Alpha

Fixed Point

Cite this as:

Weisstein, Eric W. "Fixed Point." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/FixedPoint.html

Subject classifications