Compute the five equilibrium points (L₁ to L₅) of any two-body system under the Circular Restricted Three-Body Problem. Visualize positions relative to the barycenter. Ideal for mission design, astrophysics, and educational exploration.
Lagrange points are positions in space where the gravitational forces of two large bodies (e.g., Sun & Earth) and the centrifugal force exactly balance, allowing a smaller object (spacecraft, asteroid) to remain stationary relative to the two bodies. Discovered by mathematician Joseph-Louis Lagrange in 1772, these five equilibrium points are fundamental in astrodynamics. L₁, L₂, and L₃ are collinear with the primaries, while L₄ and L₅ form equilateral triangles with them.
Circular Restricted Three-Body Problem (CR3BP) — Normalized units: total mass = 1, distance = 1, angular velocity = 1. The reduced mass μ = M₂/(M₁+M₂). The effective potential governs equilibrium points: ∇U = 0 gives the Lagrange points.
For L₁, L₂, L₃ we solve the dimensionless equation:
x - (1-μ)(x+μ)/|x+μ|³ - μ(x+μ-1)/|x+μ-1|³ = 0 on the x-axis. L₄/₅ have analytic solutions: x = ½ - μ, y = ±√3/2.
Assumption: This calculator assumes circular orbits and negligible third-body mass (CR3BP framework). For high-precision mission design (e.g., station-keeping), more sophisticated models are required.
JWST orbits the Sun-Earth L₂ point in a halo orbit, maintaining a constant thermal environment and unobstructed view of deep space. L₂ offers a unique advantage: the spacecraft stays in Earth's shadow but never eclipsed by Earth or Moon, all while being outside Earth's radiation belts. The calculator below reproduces the exact L₂ position (≈ 1.5 million km from Earth towards anti-Sun direction).
The solver uses enhanced initial guesses (classic approximations) and Newton-Raphson refinement. Comparison with authoritative references (NASA Horizons, ESA):
| System | Point | Ref. distance from M₂ (km) | This calculator (km from M₂) | Relative error |
|---|---|---|---|---|
| Earth–Moon | L₁ | 58,000 | — | — |
| Earth–Moon | L₂ | 64,500 | — | — |
| Sun–Earth | L₁ | 1,496,000 | — | — |
| Sun–Earth | L₂ | 1,501,000 | — | — |
* Reference values for Earth-Moon: L₁ ≈ 58,000 km from Moon, L₂ ≈ 64,500 km from Moon (NASA). Sun-Earth: L₁ ≈ 1.496M km from Earth, L₂ ≈ 1.501M km from Earth.
Our solver uses a hybrid Newton-Raphson method for collinear points with improved μ‑dependent initial guesses for faster convergence: L₁ guess = 1-μ - (μ/3)1/3, L₂ guess = 1-μ + (μ/3)1/3, L₃ guess = -1 - 5μ/12. The algorithm ensures convergence to < 1e-12 relative tolerance. L₄/L₅ are exact analytical. All results are scaled back to real distances using the input separation (km). Verified against NASA/ESA data.
| Point | Description | Stability | Key usage |
|---|---|---|---|
| L₁ | Between M₁ & M₂ | Marginally stable (saddle) | Solar observatories |
| L₂ | Beyond M₂, opposite M₁ | Marginally stable | Space telescopes (JWST) |
| L₃ | Opposite M₂, beyond M₁ | Unstable | Hypothetical "counter-Earth" |
| L₄/L₅ | 60° ahead/behind M₂ | Stable (for μ<0.0385) | Trojan asteroids, deep space habitats |