Discrete dynamical systems — fixed points, periodic orbits, basins
Parent: orbit
The base layer: X a set (for stability questions, a metric space), f:X→X, orbits Of(x) as in orbit.
The vocabulary
Definition
- x∗ is a fixed point if f(x∗)=x∗.
- x is a periodic point of period p if fp(x)=x and p is minimal with this property; its orbit {x,f(x),…,fp−1(x)} is a p-cycle.
- x is eventually periodic if fm(x) is periodic for some m≥0 (on a finite X, every point is eventually periodic — pigeonhole).
- For X metric: a fixed point x∗ is attracting if it has a neighborhood U with f(U)⊆U and fn(u)→x∗ for all u∈U. The basin of attraction is {x:fn(x)→x∗}.
Stability test (one dimension)
Let f:R→R be C1 with f(x∗)=x∗. If ∣f′(x∗)∣<1 then x∗ is attracting; if ∣f′(x∗)∣>1, repelling. For a p-cycle {x1,…,xp} apply this to fp; by the chain rule (fp)′(x1)=f′(x1)f′(x2)⋯f′(xp) — one number decides the whole cycle.
Conjugacy is the notion of "same system": g=h∘f∘h−1 for a bijection h (homeomorphism, in the topological category). Conjugacy maps orbits to orbits, periods to periods — it is how questions get transported between systems (used constantly in symbolic-dynamics and complex-dynamics).
Worked example: the logistic map
fr(x)=rx(1−x) on [0,1], parameter 0<r≤4. Then fr′(x)=r−2rx.
Fixed points: solve rx(1−x)=x: either x∗=0 or x∗=1−r1.
- At 0: fr′(0)=r, attracting iff r<1.
- At 1−r1: fr′(1−r1)=r−2r(1−r1)=2−r, attracting iff ∣2−r∣<1, i.e. 1<r<3.
At r=3 the fixed point loses stability and a 2-cycle is born. Count along at r=3.2: the 2-cycle points solve f(f(x))=x with the fixed points factored out; numerically x1≈0.5130, x2≈0.7995. Check they swap:
f(0.5130)=3.2⋅0.5130⋅0.4870≈0.7995,f(0.7995)=3.2⋅0.7995⋅0.2005≈0.5130.✓
Stability of the cycle: (f2)′(x1)=f′(x1)f′(x2)=(3.2−6.4⋅0.5130)(3.2−6.4⋅0.7995)≈(−0.083)(−1.917)≈0.16, and ∣0.16∣<1: attracting. ✓
Raising r further doubles the period again and again (the period-doubling cascade), reaching chaos at r≈3.5699; at r=4 the map is conjugate to the tent map and fully chaotic — the interval story continues in topological-dynamics, its statistics in ergodic-theory-of-orbits.