1. Introduction

In 1963, meteorologist Edward Lorenz was trying to model atmospheric convection. He simplified the Navier-Stokes equations to obtain a system of three ordinary differential equations. What he discovered revolutionized physics: a simple deterministic system can produce unpredictable long-term behavior.

2. The Lorenz system

The Lorenz system is defined by three coupled differential equations:

dx/dt = σ(y − x)(équation 1)
dy/dt = x(ρ − z) − y(équation 2)
dz/dt = xy − βz(équation 3)

Classic parameters: σ = 10 (Prandtl number), ρ = 28 (reduced Rayleigh number), β = 8/3.

3. The strange attractor

For the classic parameters, the trajectories of the Lorenz system converge toward a strange attractor — a fractal structure in phase space. The attractor resembles two butterfly wings: trajectories wind around one of the two lobes, then unpredictably switch to the other.

The fractal dimension of the Lorenz attractor is approximately 2.06 — slightly greater than 2, meaning it is more than a surface but less than a volume. This fractal dimension is a signature of the system's complexity.

4. Bifurcations

When the parameter ρ is varied, the system's behavior changes qualitatively. For ρ < 1, the only attractor is the fixed point at the origin. For 1 < ρ < 24.74, there are two stable fixed points. For ρ > 24.74, chaotic behavior appears.

These qualitative transitions are bifurcations — points where the topological structure of phase space changes. Bifurcation theory is the mathematical tool for understanding these transitions.

5. Sensitivity to initial conditions

The most famous property of deterministic chaos is sensitivity to initial conditions: two initially very close trajectories diverge exponentially. The Lyapunov exponent measures this rate of divergence.

"Does the flap of a butterfly's wings in Brazil set off a tornado in Texas?" — Edward Lorenz, 1972. This metaphor illustrates sensitivity to initial conditions, not a direct causal relationship.

6. Conclusion

The Lorenz attractor is one of the most studied mathematical objects of the 20th century. It demonstrated that determinism and unpredictability are not contradictory: a fully deterministic system can produce behavior that appears random in the long term. This discovery profoundly changed our understanding of physics, meteorology and complex systems.