Why is the double pendulum chaotic?
Hang one pendulum from another and the motion becomes unpredictable: a start difference of one millionth of a radian grows to a completely different path within seconds.
Why is the double pendulum chaotic?
A double pendulum is a pendulum hanging from the end of another. Its equations are exact and deterministic, yet the motion is chaotic: two runs that start almost identically drift apart exponentially fast, so long-term prediction is impossible. The chaos comes from the coupling — each arm changes the force on the other through the angle between them — which makes the equations of motion strongly nonlinear.
What is a double pendulum?
Two rigid rods of lengths and carry masses and . The upper rod pivots on a fixed point; the lower one pivots on the first mass. Two angles, and , fully describe the state, together with their rates of change. That is four numbers — a point in a four-dimensional phase space.
Where do the equations come from?
Tracking the tension in two coupled rods is awkward, so physicists use the Lagrangian , the kinetic energy minus the potential energy, written in terms of the two angles:
The cross term is the coupling: the motion of each arm enters the other's equation. Applying the Euler–Lagrange equation to each angle gives two coupled nonlinear differential equations with no general closed-form solution — they have to be integrated numerically.
What does sensitive dependence look like?
We integrated the exact equations for two double pendulums with m and equal masses, released from rest at , . The second run starts with larger by just rad ():
| Time | Difference between the two runs |
|---|---|
| 0 s | 0.000001 rad |
| 5 s | 0.000016 rad |
| 10 s | 0.003 rad |
| 15 s | 1.1 rad (about 64°) |
| 20 s | 2 rad — completely different motion |
The gap grows roughly exponentially, , where is the Lyapunov exponent. Beyond the Lyapunov time the two histories are unrelated. Starting instead from small swings (, ) with the same rad difference, the runs stayed within about rad for a full minute — regular motion, no chaos.
Why can't we just use a better computer?
Because the problem is not the arithmetic: any measurement of the starting angles has some error, and that error is amplified exponentially. Halving the uncertainty buys only a fixed amount of extra prediction time, . Real chaotic systems — the weather, the three-body problem — face the same wall. What survives is the statistics: the region of phase space the motion visits, not the path.
Frequently asked questions
Is the double pendulum random?
Why is one pendulum not chaotic but two are?
What is the Lyapunov exponent?
Does a double pendulum always behave chaotically?
How is a double pendulum simulated accurately?
Keep exploring
- Release your own double pendulum in the Double Pendulum simulation.
- The single pendulum it is built from: How does a pendulum work?.
- How the numerical methods behave: Simulating a pendulum in code.
- Chaos among three gravitating bodies: The three-body problem.