3.2.14 · D5Orbital Mechanics & Astrodynamics

Question bank — Kepler's equation M = E − e·sin E — derivation, eccentric anomaly

1,837 words8 min readBack to topic

True or false — justify

Each line is a claim. Decide true/false and say why before revealing.

The mean anomaly is the real angular position of the planet as seen from the Sun.
False. is the angle of a fictitious uniformly-moving body, ; the real angle from the Sun is the true anomaly $\nu$. They coincide only at perihelion and aphelion.
At perihelion the three anomalies , , and are all equal to zero.
True. At perihelion , so and ; and points along the same perihelion axis. All three agree at the turning points.
The eccentric anomaly is measured from the focus where the Sun sits.
False. is measured from the centre of the ellipse on the auxiliary circle of radius . Measuring from the centre is what makes the clean squash exact.
If you double the eccentricity (keeping fixed), the correction term roughly doubles.
True. The correction is directly proportional to , so a larger means the planet's speed varies more, and the gap between the uniform clock and the geometric angle grows.
For a circular orbit (), Kepler's equation reduces to .
True. With the term vanishes, so ; the motion is uniform and mean, eccentric, and true anomalies all coincide — see ellipse geometry.
Kepler's equation works for hyperbolic (unbound) trajectories with the same form.
False. For the geometry uses the hyperbolic form $M=e\sinh F-F$ with the hyperbolic sine and eccentric anomaly ; ordinary and the circle only apply to ellipses ().
The relation is largest at (aphelion).
True. there gives , the maximum distance. At , gives , the minimum (perihelion).
Because ticks uniformly, equal increments of correspond to equal increments of .
False. Equal increments of mean equal time and equal swept area (Kepler's 2nd law), but jumps fast near perihelion and slowly near aphelion — see Kepler's Second Law — equal areas in equal times.
You may safely use degrees in as long as you're consistent.
False. The equation was derived from areas/arcs where the angle enters in radians by construction. The term is a raw angle-as-arc, not a -only quantity, so degrees break it. Only radians work.

Spot the error

Each line states a "result" with a hidden flaw. Name the flaw.

"Since , we can just write and we're done."
The rearranged form still has on both sides — it is a fixed-point/transcendental equation, not a closed formula. You must iterate (fixed-point or Newton–Raphson).
"The planet's coordinates are ."
The -coordinate is squashed by : it is , not . Using describes the point on the auxiliary circle, not the planet on the ellipse.
"The focus is at distance from the centre, so triangle has base ."
The focus is at distance from the centre , not . That base (from to ) is exactly what generates the triangle area, hence the term.
" gives the planet–Sun distance."
Wrong sign. The correct -form is with a minus. Check: must give perihelion ; the plus version wrongly gives , the aphelion value.
"Newton's method needs a clever starting guess, so is safest."
For small-to-moderate , the natural seed is , since when is small. Starting at wastes iterations; converges fastest.
"Because area is swept uniformly, the planet moves at constant speed."
Equal areas in equal times does not mean equal arc length in equal times. Near perihelion the radius is short, so the planet must move faster to sweep the same area; speed is not constant.
"The auxiliary circle has radius (the semi-minor axis)."
The auxiliary circle circumscribes the ellipse with radius (semi-major axis). Squashing that radius- circle by produces the ellipse.

Why questions

Answer the "why" in one or two sentences.

Why is measured from the centre and not from the focus?
Because the ellipse is exactly a circle squashed vertically by about the centre, so measuring from the centre keeps the clean parametrization . The focus offset is then handled separately and becomes the term.
Why does the term appear, geometrically?
On the auxiliary circle you subtract triangle (corners centre , Sun , circle-point ; base , height ) from the circular sector, giving a area. Multiplying the whole circular figure by the vertical squash factor to get the ellipse area carries that term through as — the physical correction for the planet running fast near the Sun.
Why can't Kepler's equation be inverted algebraically for ?
appears both linearly and inside , mixing an algebraic and a transcendental term — no finite combination of elementary functions unmixes them, so we must solve numerically.
Why do we invent the mean anomaly at all instead of using directly?
Because changes non-uniformly with time, but is a perfectly linear clock. Kepler's equation then bridges the easy clock to the geometric angle , from which and follow.
Why does larger eccentricity make the equation "harder" to solve?
Larger makes the correction bigger and the motion more non-uniform, so departs further from ; the starting guess is worse and iterations converge more slowly.
Why does tie into this equation?
The mean motion sets how fast ticks; via Kepler's third law, with the gravitational parameter, so the orbit's size and the central mass alone fix the clock rate. This links to physical time.
Why does the derivation multiply the circular area by ?
Because every -coordinate on the ellipse is times the corresponding on the auxiliary circle, and area scales by that same vertical factor. This converts the messy elliptical region into an easy circular sector minus triangle.

Edge cases

Push each scenario to its boundary and state what happens.

What does Kepler's equation say when ?
It collapses to , describing uniform circular motion; the ellipse becomes a circle and all three anomalies coincide.
What happens to as ?
The perihelion distance shrinks toward while aphelion grows toward ; the orbit becomes extremely elongated and the speed contrast between perihelion and aphelion becomes extreme.
At exactly and , why does hold regardless of ?
Because , the correction term vanishes at both the perihelion and aphelion turning points, so the clock and geometry momentarily agree.
If exceeds (more than one orbit elapsed), how do you handle it?
Reduce modulo into first, since the geometry repeats every revolution; then solve for in that principal range.
For a retrograde or negative time interval (), what is ?
becomes negative, giving a negative by the odd symmetry ; the planet is simply approaching perihelion rather than receding from it.
At the exact boundary , is the ellipse form still valid?
No — is a parabolic escape trajectory, not a bound ellipse, so the circular auxiliary construction and no longer apply; a separate parabolic (Barker) treatment is needed, and uses the hyperbolic form.
Does Newton–Raphson ever fail to converge for a valid ellipse ()?
For the derivative is always strictly positive (never zero), so the iteration is well-behaved; with seed it converges reliably, only slowing as nears .