3.2.16 · D4Orbital Mechanics & Astrodynamics

Exercises — True anomaly from eccentric anomaly

2,812 words13 min readBack to topic

Graded practice for the parent conversion (part of the Kepler's Equation chain , where is the mean anomaly — a fake angle that grows linearly with time, see Mean anomaly and time). Every solution is hidden in a collapsible callout — cover it, try, then reveal.

The only tools you need are these three results (all proven in the parent note):

See Orbit geometry — semi-major axis and eccentricity and Orbital radius equation if any of those symbols feel shaky.


Level 1 — Recognition

Recall Solution
  • (true anomaly) is measured at the focus — it is the real angle you'd see from the Sun.
  • (eccentric anomaly) is measured at the center of the ellipse, on the auxiliary circle.
  • (the mean anomaly) is not a geometric angle; it grows linearly with time (see Mean anomaly and time).
Recall Solution

With : Every equation says . A circle has its focus at the center, so the two angles collapse into one. This is your sanity anchor for all later work.

Recall Solution
  • : , so — the smallest distance (perihelion).
  • : , so — the largest distance (aphelion). So perihelion is inside and aphelion is outside : the focus offset is literally the half-difference . The body is closest at perihelion, farthest at aphelion.

Figure s01 (below): an ellipse drawn in black with the center (black dot) and the focus (the single red dot — is the key object, so it is the only thing drawn in accent red). Two red arrows run from to the perihelion point and to the aphelion point, labelled and ; these red arrows are the "accent-red features" the text points to. The gap between the black center dot and the red focus dot is the focus offset .

Figure — True anomaly from eccentric anomaly

Level 2 — Application

Recall Solution

. The stretch factor: So , giving , hence Note : seen from the offset focus the body has already swept past the halfway mark — the perihelion-side stretching in action.

Recall Solution

and ⟹ second quadrant. resolved into Q2 gives ✓ — same as L2.1.

Recall Solution

At the term vanishes, so regardless of — a handy checkpoint.

Recall Solution

Invert the half-angle formula for : . Factor . , so Sanity: here (the reverse stretch), consistent with a body on the perihelion-approaching side.


Level 3 — Analysis

Recall Solution

By symmetry with L2.1, this is the mirror image below the axis. Use signed components: , ⟹ third quadrant: (equivalently ). Now the half-angle check. We take , so and , giving . The equation has two candidate half-angles: the principal and the shifted . Why we must pick and not : the half-angle must live in the same half-turn as . Here lies in , so must also lie in — that forces the branch, not the negative one. Doubling gives ✓, matching the signed-component answer. This is exactly where naive fails — it would return , losing the sign.

Recall Solution

At : . , so , . Gap . At : . , so , . Gap . Near perihelion (small ) the body is close to the focus, so a small -step sweeps a large — the stretch is strong, big gap. Near aphelion (large ) the body is far, the same -step sweeps a smaller — small gap. The factor encodes this focus-offset distortion.

Figure s02 (below): the horizontal axis is from to ; the vertical axis is the gap in degrees. The single red curve (the key object, so it is the only red element) is the gap for ; it rises steeply out of perihelion at the left edge and returns gently toward aphelion at the right edge. Two black dots mark the and points you just computed — these are the "black dots" the text refers to.

Figure — True anomaly from eccentric anomaly
Recall Solution

is at and again at (both angles hit and together). Being at both ends and positive between, it peaks somewhere in the middle — this is the crest of the red curve in figure s02. Check : (L2.1), gap . Check : , , , , gap . So the maximum sits a bit before (around for this ), on the perihelion-leaning side — consistent with the strongest stretching happening while the body is still fairly close in.


Level 4 — Synthesis

Recall Solution

This chains Mean anomaly and timeKepler's Equation → this note. With : . Stretch factor . , so As expected : each successive angle is "stretched" toward the perihelion side. This ordering on the outgoing perihelion side is a great final sanity check.

Recall Solution

Direct: . Cross-check via true anomaly: . Both routes agree — the two radius formulas are the same physics wearing different clothes.


Level 5 — Mastery

Recall Solution

Step 1 — square and rewrite with the half-angle identity. Square the given relation: Now apply Half-angle trigonometric identities, , to both sides: Step 2 — name the unknowns to declutter. Let (what we want) and (known). The equation is Step 3 — cross-multiply. Clear both denominators: Step 4 — expand each side. Multiply out the brackets first: So the equation reads Step 5 — collect the terms on one side, constants on the other. Expand: Move all -terms right, all constants left: Step 6 — simplify each bracket. On the left the 's and 's cancel, leaving . On the right the terms cancel, leaving : Step 7 — divide by 2 and solve for . Cancel the factor : Restoring names: The "why" of the sign flip: compared to the forward , the inverse has instead of . Going from center-view to focus-view subtracts the perihelion kick; going back adds it — the offset reverses direction, and that is exactly what the algebra in Steps 5–6 produced when the terms cancelled.

Recall Solution

As , so the factor . Then for any fixed , i.e. . Physically: a near-parabolic orbit is enormously elongated, the focus is extremely offset, so almost the entire perihelion passage sweeps rapidly toward while barely moves. The eccentric-anomaly picture (auxiliary circle) degenerates as the ellipse stretches unbounded — which is exactly why parabolic orbits use a different parameter (a whole other note).

Recall Solution

From : the prefactor is strictly positive (numerator for ; denominator ). So carries exactly the sign of — they never disagree. This is why the upper/lower half is preserved and the half-angle formula stays consistent. Numeric at , : ratio .


Recall Master checklist (reveal after finishing)
  • I can state and both formulas from memory.
  • I use atan2 / half-angle, never bare arccos, for the full orbit.
  • I flip the stretch factor when inverting .
  • I flip the sign of in the inverse.
  • I can chain without early rounding, keeping 5+ significant figures until the last step.