ConceptComplete

One-Dimensional Dynamics - Core Definitions

One-dimensional dynamical systems form the foundation for understanding complex behavior in mathematics and physics. A discrete-time dynamical system consists of a map f:XXf: X \to X acting on a state space XX, where iterations fn=ffff^n = f \circ f \circ \cdots \circ f describe the evolution of the system over time.

DefinitionDiscrete Dynamical System

A discrete dynamical system is a pair (X,f)(X, f) where XX is a space (typically R\mathbb{R}, C\mathbb{C}, or a manifold) and f:XXf: X \to X is a continuous map. The orbit of a point x0Xx_0 \in X is the sequence:

{x0,f(x0),f2(x0),f3(x0),}\{x_0, f(x_0), f^2(x_0), f^3(x_0), \ldots\}

where fnf^n denotes the nn-fold composition of ff with itself.

The study of orbits reveals the long-term behavior of dynamical systems. Points may converge to fixed points, enter periodic cycles, or exhibit chaotic behavior where trajectories are highly sensitive to initial conditions.

DefinitionFixed Point and Periodic Point

A point xXx^* \in X is a fixed point of ff if f(x)=xf(x^*) = x^*. More generally, xx^* is a periodic point of period nn if fn(x)=xf^n(x^*) = x^* but fk(x)xf^k(x^*) \neq x^* for 0<k<n0 < k < n. The set {x,f(x),,fn1(x)}\{x^*, f(x^*), \ldots, f^{n-1}(x^*)\} is called a periodic orbit or cycle of period nn.

Stability analysis determines whether nearby orbits converge to or diverge from a fixed point. This concept is central to understanding the local behavior of dynamical systems.

DefinitionStability of Fixed Points

Let xx^* be a fixed point of f:RRf: \mathbb{R} \to \mathbb{R}. The point xx^* is:

  • attracting (or stable) if f(x)<1|f'(x^*)| < 1
  • repelling (or unstable) if f(x)>1|f'(x^*)| > 1
  • neutral (or indifferent) if f(x)=1|f'(x^*)| = 1

The derivative f(x)f'(x^*) is called the multiplier of the fixed point.

ExampleLogistic Map

The logistic map fμ(x)=μx(1x)f_\mu(x) = \mu x(1-x) on [0,1][0,1] is a canonical example in dynamical systems. For parameter values μ(0,4]\mu \in (0, 4], it exhibits remarkable complexity:

  • For μ(0,1)\mu \in (0, 1), the point x=0x = 0 is an attracting fixed point
  • For μ(1,3)\mu \in (1, 3), the point x=11/μx^* = 1 - 1/\mu is attracting
  • For larger μ\mu, the system undergoes period-doubling bifurcations leading to chaos

At μ=4\mu = 4, almost every orbit exhibits chaotic behavior with sensitive dependence on initial conditions.

The multiplier determines the rate at which nearby orbits approach or recede from a fixed point. For attracting fixed points, orbits converge exponentially fast at a rate governed by f(x)|f'(x^*)|. Understanding these fundamental concepts provides the basis for analyzing more complex dynamical phenomena in higher dimensions and continuous-time systems.

Remark

The classification of fixed points by their multipliers extends to complex dynamics, where f:CCf: \mathbb{C} \to \mathbb{C}. In this setting, the multiplier λ=f(z)\lambda = f'(z^*) is a complex number, and stability is determined by λ|\lambda| alone. The Julia set, a fractal boundary separating stable and chaotic regions, emerges naturally from this classification.