Home Library Glossary Orbital Elements True Anomaly
📐 Orbital Elements

True Anomaly

Also known as: ν, θ

📘 Definition
True anomaly (symbol ν, θ or f) is the angle between the direction of perigee and a satellite's current position, measured at the focus of the orbital ellipse — the point where Earth sits. It is the position element among the six classical orbital elements, pinning down where a body lies along its orbit at a chosen instant. Unlike mean anomaly, which increases uniformly with time, true anomaly advances non-uniformly: by Kepler's second law the satellite sweeps equal areas in equal times, so it races through perigee and crawls through apogee. The greater the eccentricity, the more pronounced the effect. True anomaly is the most physically meaningful position parameter, yet it cannot be found directly from time — you must first solve Kepler's equation. That is why a TLE stores mean anomaly instead, and the SGP4 propagator converts to true anomaly internally to place the satellite.
0°–360°
Range
Variable (fastest at perigee)
Rate
At Perigee
180°
At Apogee

Understanding True Anomaly

Mean, eccentric and true anomaly

Three related angles describe a satellite's progress around its orbit, and they are easy to confuse. All three are measured from perigee, all three read 0° at perigee and 180° at apogee, and for a perfectly circular orbit they are identical. Between those points they diverge — the more eccentric the orbit, the wider the gap. Only true anomaly is the real, physical angle to the satellite; the other two are computational stepping stones.

AnomalySymbolWhat it representsRate over time
MeanMA fictitious angle moving at a constant rate (a body on a same-period circular orbit)Uniform / linear
EccentricEA geometric auxiliary angle on the circle that circumscribes the ellipseNon-uniform
Trueν, θ or fThe actual angle from perigee to the satellite, at Earth's centreNon-uniform — fastest at perigee

From time to position: Kepler's equation

Finding a satellite's true anomaly at a given moment takes three steps. First, advance the mean anomaly linearly with time using the mean motion (n): M = M₀ + n·Δt. Second, solve Kepler's equation M = E − e·sin E for the eccentric anomaly E — a transcendental equation with no closed-form solution, so it is solved iteratively, usually by Newton–Raphson. Third, convert E to true anomaly with tan(ν/2) = √((1 + e)/(1 − e)) · tan(E/2). This mean → eccentric → true chain is essentially what an SGP4 propagator runs each time it turns a TLE into a position on the map.

Why the speed varies — Kepler's second law

A satellite on an elliptical orbit does not travel at a constant speed. Kepler's second law states that the line joining it to Earth sweeps equal areas in equal times, so near perigee — where the radius is short — it must move quickly, while near apogee — where the radius is long — it slows right down. The difference between true and mean anomaly is called the equation of the centre; it grows with eccentricity, from under two degrees for a near-circular orbit to nearly 90 degrees for a highly elliptical one. This is exactly why a Molniya orbit can dwell for hours over the northern hemisphere near apogee, then whip through perigee in minutes.

True anomaly among the orbital elements

True anomaly is the sixth of the six classical Keplerian elements — and the only one that changes from moment to moment. The other five fix the orbit itself: semi-major axis (size), eccentricity (shape), inclination and right ascension of the ascending node (the plane's orientation), and argument of perigee (how the ellipse is turned within that plane). True anomaly then says where along that fixed ellipse the satellite currently sits. On near-circular orbits, where perigee is poorly defined, engineers often add the argument of perigee and true anomaly together as the argument of latitude (ω + ν), measured from the ascending node instead.

🛰️ Explore orbital elements
Open any tracked object in the satellite directory to see the orbital elements that define its path around Earth.
Open the satellite directory →
📖 Learn More

Frequently Asked Questions

True anomaly is the satellite's real angular position from perigee, whereas mean anomaly is a fictitious angle that advances at a perfectly constant rate with time. The two agree at perigee (0°) and apogee (180°) but differ everywhere else, because the satellite really moves faster near perigee. TLEs record mean anomaly, since it is trivial to advance with time; true anomaly is then computed from it using Kepler's equation.
The three are mean anomaly (M), eccentric anomaly (E) and true anomaly (ν). Mean anomaly increases uniformly with time and is purely a bookkeeping device; eccentric anomaly is a geometric auxiliary angle used as an intermediate step; and true anomaly is the actual physical angle to the satellite, measured at Earth's centre. All three read 0° at perigee and 180° at apogee, and they become identical for a perfectly circular orbit.
Because of Kepler's second law of equal areas: the line from Earth to the satellite sweeps out equal areas in equal times. Near perigee the satellite is close to Earth, so it must travel quickly to sweep that area; near apogee it is far away and moves slowly. The larger the orbit's eccentricity, the greater this speed variation — negligible for a circular orbit, but dramatic for a highly elliptical one such as a Molniya orbit.
A TLE provides the mean anomaly and mean motion at a reference epoch. First advance the mean anomaly to the time you want; then solve Kepler's equation, M = E − e·sin E, iteratively for the eccentric anomaly E; finally convert E to true anomaly using tan(ν/2) = √((1 + e)/(1 − e)) · tan(E/2). In practice, propagators such as SGP4 carry out this entire chain for you automatically.
True anomaly is 0° at perigee, the closest point to Earth, and 180° at apogee, the farthest point. Over one complete orbit it sweeps the full 0° to 360°. At these two turning points the true, eccentric and mean anomalies all coincide exactly. Just after perigee the true anomaly runs ahead of the uniformly-advancing mean anomaly, because that is where the satellite is moving fastest.
Yes — true anomaly is one of the six classical Keplerian orbital elements, and the only one that changes from moment to moment. The other five — semi-major axis, eccentricity, inclination, right ascension of the ascending node and argument of perigee — set the orbit's size, shape and orientation. True anomaly then specifies where along that fixed ellipse the satellite lies at a chosen instant.

Sources & References

Definitions are reviewed against primary sources. Last reviewed: 2026-08-25.