Continuous Dynamical System (ODE) First Described: 1963 Featured Archetype

Lorenz Attractor

Discovered by Edward Lorenz

Executive Summary

The foundational icon of chaos theory, exhibiting the famous butterfly wings born from simplified atmospheric convection.

System of Equations

Phase Space Formulation
dxdt=σ(yx)\frac{dx}{dt} = \sigma (y - x)
dydt=x(ρz)y\frac{dy}{dt} = x (\rho - z) - y
dzdt=xyβz\frac{dz}{dt} = x y - \beta z

Governing Parameters

σ\sigma
Prandtl Number = 10.0

Ratio of fluid momentum diffusivity (kinematic viscosity) to thermal diffusivity.

ρ\rho
Rayleigh Number = 28.0

Represents buoyancy driving fluid motion against thermal resistance and viscous dissipation.

β\beta
Geometric Aspect Ratio = 8/3

Ratio of the spatial dimensions of the fluid convection rolls.

Overview

In 1963, meteorologist and mathematician Edward N. Lorenz was developing a simplified computational model of thermal convection in the atmosphere at MIT. Using a set of 12 non-linear differential equations derived from the Navier-Stokes equations by Barry Saltzman, Lorenz distilled the system down to three coupled first-order differential equations.

When running numerical simulations on a Royal McBee LGP-30 computer, Lorenz stopped a run and restarted it halfway through, typing in initial values rounded to three decimal places (.506) instead of the computer’s internal six decimal places (.506127). To his astonishment, the tiny rounding discrepancy grew exponentially, diverging into a completely unrelated trajectory. This discovery gave rise to modern deterministic chaos and inspired the popular phrase “The Butterfly Effect” — the notion that a flap of a butterfly’s wings in Brazil could set off a tornado in Texas.

The Mathematical Model

The Lorenz system describes a two-dimensional fluid cell warmed from below and cooled from above:

dxdt=σ(yx)\frac{dx}{dt} = \sigma (y - x)

dydt=x(ρz)y\frac{dy}{dt} = x (\rho - z) - y

dzdt=xyβz\frac{dz}{dt} = xy - \beta z

Physical Interpretation of State Variables

  • xx: Proportional to the rate of convective circulation in the fluid layer. Clockwise rotation is positive, counterclockwise is negative.
  • yy: Proportional to the horizontal temperature difference between ascending and descending fluid currents.
  • zz: Proportional to the distortion of the vertical temperature profile from pure linearity (thermal stratification).

Geometry and Chaotic Properties

The Lorenz attractor lives in three-dimensional phase space. Rather than settling into a static point (steady state) or a closed loop (limit cycle), the trajectory orbits indefinitely within a bounded region without ever crossing or repeating its path.

Key dynamical hallmarks include:

  • Fractal Dimension: The attractor has a non-integer Hausdorff dimension of approximately 2.06, placing it between a 2D surface and a 3D volume.
  • Lyapunov Exponent: The maximum Lyapunov exponent is positive (λ10.905\lambda_1 \approx 0.905), proving sensitive dependence on initial conditions.
  • Two Strange Lobes: Trajectories spiral outwards on one “wing” until crossing the saddle point between lobes, flipping unpredictably into chaotic spirals on the opposite wing.
All Attractor Types
Next Type
Aizawa Attractor