Hénon Map - Chaotic Visualization

Interactive exploration of chaotic dynamics, fractal structure, and strange attractors in the Hénon map system

Michel Hénon, 1976

Iterations: 100000

Parameter Controls

Adjust parameters to observe attractor shape changes

Iteration Equations

xn+1 = 1 - a · xn² + yn
yn+1 = b · xn

Classic Parameters

a = 1.4, b = 0.3 produces the most famous chaotic attractor

Zoom Level: 1x

Fractal Structure Explorer

Click and drag to zoom in, observe self-similarity

Self-Similarity

The Hénon attractor has a fine layered structure. Zooming reveals similar patterns repeating at different scales

Fractal Dimension

Box-counting dimension of Hénon attractor ≈ 1.26 ± 0.01

Lyapunov Exponent

Measure of chaos degree and predictability

Physical Meaning

  • λ > 0: Chaotic behavior, exponential divergence
  • λ ≈ 0: Boundary state, periodic orbit
  • λ < 0: Stable behavior, orbit convergence

Lyapunov Exponent Formula

λ = lim(n→∞) (1/n) · Σ ln|df/dx|

Current value:

Hénon Map (Discrete)

2D discrete map

x_{n+1} = 1 - ax_n² + y_n

y_{n+1} = bx_n

Lorenz Attractor (Continuous)

3D continuous differential equations

dx/dt = σ(y - x)

dy/dt = x(ρ - z) - y

dz/dt = xy - βz

Feature Hénon Map Lorenz Attractor
System Type Discrete map Continuous system
Dimension 2D 3D
Equation Type Difference equation Differential equation
Attractor Type 2D strange attractor 3D strange attractor
Bifurcation Period-doubling Hopf bifurcation

Mathematical Principles

Definition

The Hénon map is a two-dimensional discrete dynamical system proposed by French mathematician Michel Hénon in 1976. It is one of the simplest and most studied chaotic systems.

Iteration Equations

xn+1 = 1 - a · xn² + yn
yn+1 = b · xn

Jacobian Matrix

J = [-2ax, 1] [b, 0]

Determinant |J| = -b, system is dissipative when |b| < 1

Fixed Points

Setting x_{n+1} = x_n and y_{n+1} = y_n yields two fixed points:

x± = (b - 1 ± √((1-b)² + 4a)) / (2a)
y± = b · x±

Bifurcation and Chaos

  • As parameter a increases, the system undergoes period-doubling bifurcations
  • Period-2 orbit emerges at a ≈ 1.06
  • Chaotic region begins at a ≈ 1.4
  • Parameter b is typically fixed at 0.3 to maintain dissipation

Applications

  • Chaos theory research
  • Nonlinear dynamics education
  • Fractal geometry research
  • Cryptography and random number generation
  • Signal processing and data analysis

References

  • Hénon, M. (1976). "A two-dimensional mapping with a strange attractor". Communications in Mathematical Physics.
  • Strogatz, S. H. (2018). "Nonlinear Dynamics and Chaos". CRC Press.
  • Alligood, K. T., Sauer, T. D., & Yorke, J. A. (1996). "Chaos: An Introduction to Dynamical Systems". Springer.

Chaos Theory

Chaos is the study of complex, seemingly random behavior in deterministic nonlinear systems. The Hénon map demonstrates how simple deterministic rules can produce extremely complex dynamics.

Strange Attractor

A strange attractor is a fractal set in phase space onto which trajectories converge while exhibiting chaotic motion. The Hénon attractor is one of the earliest discovered 2D strange attractors.

Sensitivity to Initial Conditions

The hallmark feature of chaotic systems is extreme sensitivity to initial conditions. Two initially close points will completely separate after many iterations. This is the famous 'butterfly effect'.

Fractal Geometry

Fractals are geometric shapes with self-similarity. The cross-section of the Hénon attractor has a Cantor set structure, revealing infinitely fine hierarchical details when zoomed in.