The mean anomaly is an angular parameter used in celestial mechanics and orbital dynamics to express how far an orbiting body has progressed around its orbit, measured in a way that increases uniformly with time. It does not correspond directly to the physical polar angle of the body on its elliptical path (the true anomaly), but to the angle a hypothetical companion would have moved on an auxiliary circle with the same orbital period. Because the mean anomaly grows linearly with time it is a convenient variable for scheduling and time-of-flight calculations.
Definition and primary formula
The mean anomaly is usually denoted by the letter M and is defined by the relation M = n (t − τ), where n is the mean motion (the average angular speed, n = 2π/T), T is the orbital period, t is the time of interest and τ is the time of periapsis passage. Because of this definition, the fraction M/2π equals the fraction of an orbital period that has elapsed since periapsis. This linear behavior makes M especially useful when converting between time and orbital phase: t2 − t1 = (M2 − M1)/n, assuming angles are unwrapped correctly across 2π.
Relation to other anomalies and Kepler's equation
For elliptical orbits the mean anomaly is linked to the eccentric anomaly E by Kepler's equation M = E − e sin E, where e is orbital eccentricity. The eccentric anomaly in turn maps to the true anomaly (the actual polar angle from periapsis) through trigonometric relations. Solving Kepler's equation for E given M (an often-required step) is transcendental and generally performed with iterative numeric methods such as Newton–Raphson or series expansions. For non-elliptic paths there are analogous parameters: a hyperbolic anomaly H satisfies M_hyp = e sinh H − H, and parabolic motion uses Barker's formulation; these maintain the role of a time-proportional parameter adapted to the conic type.
Properties and practical use
- The mean anomaly increases uniformly at rate n and equals zero at periapsis passage.
- For circular orbits (e = 0) the mean, eccentric and true anomalies coincide and the motion is uniform in angle.
- M is dimensionless but usually expressed in radians or degrees; its linearity simplifies ephemeris interpolation and mission planning.
- Because M is not a geometrical angle on the ellipse, converting it to position requires solving Kepler's equation and mapping E to the ellipse.
History and context
The concept of anomalies originated with Johannes Kepler in the 17th century as he formulated the laws of planetary motion. Kepler introduced auxiliary angles to relate the time a planet takes to sweep an area with a parameter that advances uniformly. Modern orbital element sets include the mean anomaly as a standard parameter because it directly encodes the timing of an orbit relative to a chosen epoch or periapsis epoch.
Notes and distinctions
It is important to distinguish between the mean anomaly, the eccentric anomaly, and the true anomaly: the true anomaly is the physical angle on the orbit, the eccentric anomaly is an auxiliary circular angle used to parametrize the ellipse, and the mean anomaly is a uniform-time parameter. In practical computations one typically converts M → E (by solving Kepler's equation) and then E → true anomaly to get the instantaneous position. For further technical discussion see related entries on orbital period and angle measures in celestial mechanics (orbital period, angle).