Logistic Map Visualization

Explore chaos theory and period doubling bifurcations: x_{n+1} = r x_n (1 - x_n)

r < 1: Extinction | 1 ≤ r < 3: Stable Point | r ≥ 3: Period Doubling → Chaos

Current Status

Current r: 3.50
Current xₙ: 0.5000
Behavior: Chaos
Estimated Period: ∞ (Chaos)

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

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

Visualization Guide