Poincaré's Discoveries

In 1887, King Oscar II of Sweden established a prize for solving the three-body problem. Poincaré submitted a memoir that initially contained an error — but correcting this error led to his greatest discovery. He proved that the three-body problem is generally unsolvable analytically and exhibits chaotic behavior: trajectories are extremely sensitive to initial conditions. His work laid the foundations of chaos theory.

Birth of Chaos Theory

Poincaré showed that unless a three-body system is a special case (such as Lagrange's equilateral triangle or Euler's collinear configuration), its behavior is fundamentally unpredictable over long timescales. He discovered homoclinic intersections — structures where stable and unstable manifolds interweave, creating a complex web of trajectories.

Significance for Modern Science

Poincaré's work on the three-body problem became the foundation of dynamical systems theory and chaos theory. His ideas found applications in physics, biology (population dynamics), economics (market cycles), and many other fields. The butterfly effect — a metaphor for sensitive dependence on initial conditions — was first described by Poincaré.

Example: Unstable Configuration

Consider a configuration close to Lagrange's equilateral triangle: three equal-mass bodies (m = 100) at the vertices of a triangle with side ≈ 40. The bodies have circular velocities (v ≈ 14.14) for stable co-rotation, but body 3's velocity is perturbed by 10% along the X axis. This small deviation from the ideal configuration leads to chaos after several orbits — a vivid demonstration of sensitivity to initial conditions.

Distance between bodies (triangle side):

r=202+34.5240r = \sqrt{20^2 + 34.5^2} \approx 40

Gravitational force from each of the two bodies on body 3; x-components cancel, y-components add:

F31=F32=Gm2r2=8010021600=500F_{31} = F_{32} = G\frac{m^2}{r^2} = 80 \cdot \frac{100^2}{1600} = 500
F3=2500sin60866  (вверх)\mathbf{F}_3 = 2 \cdot 500 \cdot \sin 60^\circ \approx 866 \;\text{(вверх)}

Acceleration of body 3 under the influence of the other two:

a3=8661008.66\mathbf{a}_3 = \frac{866}{100} \approx 8.66

One step of Velocity-Verlet (Δt = 0.016) for body 3:

v3(Δt)=(7.78,  12.25)+(0,  8.66)0.016(7.78,  12.11)r3(Δt)=(20,  11.5)+(7.78,  12.25)0.016(19.88,  11.70)\begin{aligned} \mathbf{v}_3(\Delta t) &= (7.78,\; -12.25) + (0,\; 8.66) \cdot 0.016 \approx (7.78,\; -12.11) \\ \mathbf{r}_3(\Delta t) &= (-20,\; -11.5) + (7.78,\; -12.25) \cdot 0.016 \approx (-19.88,\; -11.70) \end{aligned}

Simulation