Click canvas to add particle • Use controls to explore Lagrange points

Frequently Asked Questions

What are Lagrange points?

Lagrange points are five special positions in a two-body orbital system (like the Earth-Sun system) where a small object can remain stationary relative to the two larger bodies. At these points, the gravitational forces of the two massive bodies and the centrifugal force in the rotating reference frame perfectly balance each other.

Why are L4 and L5 stable while L1, L2, and L3 are not?

L4 and L5 are dynamically stable due to the Coriolis force in the rotating frame: when a particle is nudged away, the Coriolis force curves its path back into a libration orbit around the point. L1, L2, and L3 are saddle points in the effective potential — a small nudge in any direction causes the particle to drift away exponentially.

What real spacecraft use Lagrange points?

JWST (James Webb Space Telescope) orbits at L2 of the Sun-Earth system, giving it a stable thermal environment and unobstructed view of deep space. DSCOVR (Deep Space Climate Observatory) sits at L1 to monitor solar wind. SOHO and ACE also use L1. The L4 and L5 points of the Sun-Earth system host Trojan asteroids.

What is a halo orbit?

A halo orbit is a periodic, three-dimensional orbit around a Lagrange point (typically L1 or L2). Unlike sitting at the exact Lagrange point, spacecraft like JWST fly halo orbits to avoid eclipses, maintain communications, and use the gentle station-keeping forces available there. They appear to trace a halo around the point when viewed from the primary body.

What is the mass ratio mu used in the simulation?

The mass ratio μ is defined as m2/(m1+m2), where m1 and m2 are the masses of the two primary bodies. For the Earth-Sun system, μ ≈ 3×10⁻⁶. The Lagrange point positions depend only on this ratio: for small μ, L1 and L2 are roughly at distance (μ/3)^(1/3) from the smaller body.

What is the effective potential in the co-rotating frame?

In the co-rotating reference frame, a third body feels an effective potential combining gravity from both primaries and a centrifugal pseudo-potential: U_eff = -(1-μ)/r₁ - μ/r₂ - (1/2)(x²+y²). The five Lagrange points are the critical points (saddle points and local maxima) of this effective potential surface.

How are L1, L2, and L3 positions calculated?

L1, L2, and L3 lie on the line connecting the two primaries. Their exact positions are found by solving a fifth-degree polynomial (the Euler equation). Approximate solutions are: L1 at x ≈ 1 - μ - (μ/3)^(1/3) from the centre, L2 at x ≈ 1 - μ + (μ/3)^(1/3), and L3 at x ≈ -(1 + 5μ/12) on the opposite side.

What are Trojan asteroids?

Trojan asteroids are small bodies that share an orbit with a larger planet, clustering around that planet's L4 and L5 Lagrange points with respect to the Sun. Jupiter's Trojan asteroids (over 1 million estimated) are the most famous. Earth also has at least one confirmed Trojan: 2010 TK7, located at Earth's L4 point.

What is RK4 integration and why is it used here?

RK4 (fourth-order Runge-Kutta) is a numerical method for solving ordinary differential equations. It evaluates the derivative at four intermediate points per time step, achieving fourth-order accuracy with manageable computational cost. For orbital mechanics, RK4 conserves energy far better than simpler Euler methods, making it the standard choice for educational simulations.

Can objects actually stay at L1, L2, or L3 permanently?

No. L1, L2, and L3 are unstable equilibria — any small perturbation causes an object to drift away exponentially. Spacecraft stationed there require periodic thruster firings (station-keeping manoeuvres) to maintain their position. JWST, for example, uses small thruster burns every ~3 weeks to stay in its halo orbit around L2.