What is the Logistic Map?
The logistic map is a simple mathematical model that exhibits surprisingly complex behavior, including period doubling bifurcations and chaos. It was popularized by biologist Robert May in 1976 as a model for population dynamics.
The Formula
x_{n+1} = r · x_n · (1 - x_n)
Dynamic Behavior
- r < 1: Population goes extinct (converges to 0)
- 1 ≤ r < 3: Converges to a stable fixed point
- 3 ≤ r < 3.449: 2-cycle (period-2 oscillation)
- 3.449 ≤ r < 3.544: 4-cycle (period-4 oscillation)
- r ≈ 3.56995: Onset of chaos (period doubling accumulation point)
- r = 4: Fully chaotic (Lyapunov exponent λ = ln 2)
Understanding the Bifurcation Diagram
The bifurcation diagram shows the long-term behavior of the logistic map as the parameter r varies. The x-axis represents r (from 2.4 to 4.0), and the y-axis shows the stable values that x approaches after many iterations. As r increases, you can see the system undergo period doubling bifurcations (1 → 2 → 4 → 8 → ...) before entering chaos. Notice the 'windows of order' within the chaos, such as the period-3 window near r ≈ 3.83.
Applications & Significance
- Population Dynamics: Models insect populations and other species with discrete generations
- Epidemiology: Understanding disease spread patterns
- Economics: Economic cycles and market dynamics
- Chaos Theory: Paradigmatic example of how simple deterministic equations produce complex, unpredictable behavior
- Feigenbaum Constant: The ratio of successive bifurcation intervals approaches δ ≈ 4.669, a universal constant
Visualization Guide
- Time Series: Shows xₙ over time n. Use this to see oscillations and chaos patterns directly.
- Cobweb Plot: Geometric representation of iterations. The path shows how x folds back onto itself through the parabola.
- Bifurcation Diagram: The 'big picture' view showing all possible behaviors across r values. Look for self-similarity when zooming in!