3.2.14 · D4Orbital Mechanics & Astrodynamics

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

3,024 words14 min readBack to topic

All angles are in radians unless a problem says otherwise. Recurring facts we lean on:


Level 1 — Recognition

These check that you can name and read each symbol.

L1.1

State, in one sentence each, what , , and physically are, and from which point each is measured.

Recall Solution
  • (mean anomaly): the angle of a fictitious body moving at constant angular speed. It is not a real geometric angle — it is a rescaled clock, , where is the time of perihelion passage.
  • (eccentric anomaly): a geometric helper angle measured from the centre of the ellipse, on the auxiliary circle of radius .
  • (true anomaly): the real angular position of the planet, measured from the focus (the Sun).

L1.2

Without solving anything, at which two points on the orbit is exactly? Why?

Recall Solution

At perihelion () and aphelion (). There , so the correction term vanishes and . Physically, these are the two turning points where the fictitious uniform body and the geometric angle momentarily line up.

L1.3

An orbit has . What does Kepler's equation become, and what does that say about the motion?

Recall Solution

With : . The ellipse is a circle, (constant radius), and the planet moves at uniform angular speed — all three anomalies coincide.


Level 2 — Application

Plug into the formulas, both directions.

L2.1 (easy direction: )

Given , , period days. Find and the time since perihelion .

Recall Solution

Then days.

L2.2 (radius from )

For the same orbit () with semi-major axis km and , find the distance .

Recall Solution

L2.3 (hard direction: one Newton step)

For , rad, do one Newton–Raphson step starting from . Report .

Recall Solution

Newton step: . (All trig values below are carried to 6 decimal places; that is the source of any tiny rounding in the last digit.)


Level 3 — Analysis

Now explain why, and probe signs and quadrants.

L3.1 (all quadrants — sign of the correction)

For , compute for (one in each quadrant). In which quadrants is , and in which is ? Explain physically.

How to read the figure below. The horizontal axis is the eccentric anomaly (one full revolution, to ); the vertical axis is the mean anomaly . The dashed slate line is the reference (what you'd get with no correction). The coral curve is the actual . Where the coral curve dips below the dashed line, (lavender shading, the outbound half ); where it rises above, (mint shading, the inbound half ). The four butter dots are the sample points you compute.

Figure — Kepler's equation M = E − e·sin E — derivation, eccentric anomaly
Recall Solution

.

  • : , . .
  • : , . .
  • : , . .
  • : , . .

Pattern: where (upper half, quadrants I–II, the outbound leg from perihelion), ; where (lower half, quadrants III–IV, inbound to perihelion), . Physically: on the way out the planet has sprinted through perihelion, so real geometry () has run ahead of the uniform clock (); on the way back in, it lags and the clock catches up. In the figure the coral curve sits below the dashed line on the left half (lavender) and above it on the right half (mint).

L3.2 (monotonicity — why Newton never divides by zero)

Show that for all when . Why does this guarantee a unique for each , and why is Newton's denominator safe?

Recall Solution

Differentiate with respect to : . Since and , we have , so . It is strictly positive everywhere.

  • Uniqueness: is strictly increasing, hence one-to-one — each maps to exactly one .
  • Newton safety: the denominator in the Newton step is , exactly this quantity, which is bounded below by . It can never be zero, so no division-by-zero blowup.

L3.3 (limiting behaviour — high eccentricity)

As , what happens to near perihelion ()? What does that imply about how fast changes with the clock there?

Recall Solution

At : . As , this . Since , near perihelion . So a tiny change in the clock produces a huge change in : the planet whips through perihelion extremely fast for near-parabolic orbits. This is exactly why high- cases are numerically stiff and need a better seed than .


Level 4 — Synthesis

Chain several relations together.

L4.1 (, the full propagation)

An orbit has , AU, days. At days, find (a) , (b) (Newton to 5 dp), (c) , (d) the true anomaly .

Recall Solution

(a) Clock mean anomaly. rad/day. (b) Solve Kepler by Newton, , . Stopping rule: stop when , i.e. the 5th decimal has settled.

  • ; . . (step size )
  • ; . . (step size )
  • ; . . (step size stop.)
  • Converged: rad.

(c) Radius.

(d) True anomaly. , so Quadrant check: here lies in the first half-turn (), and the half-angle form guarantees lies in the same half-turn, so and the principal branch is correct — no needs to be added. (Rule of thumb: if , add to the you get from doubling, or equivalently take in the matching half so shares 's revolution.)

L4.2 (period unknown — combining Kepler's 3rd law)

A planet orbits a star of mass giving (Sun) with m. At rad with , how many days have elapsed since perihelion?

Recall Solution

Mean motion via Kepler's 3rd law: . Mean anomaly: rad. Time: In days: days.


Level 5 — Mastery

Edge cases, stiff numerics, and reverse engineering.

L5.1 (high eccentricity — bad seed vs good seed)

For , rad, iterate Kepler's equation. (a) Do two fixed-point iterations from . (b) Do two Newton iterations from . Which converges faster toward the true root ?

Recall Solution

(a) Fixed point, :

  • Still far from — fixed point crawls because is large (its convergence factor is , near ).

(b) Newton, :

  • ; .
  • ; . Already within of the root after two Newton steps, versus fixed-point still stuck near . Newton wins decisively for large ; the parent's default seed is poor here, and (or ) is a common robust choice.

L5.2 (degenerate case — just below 1, perihelion speed)

For , compare at perihelion () and at aphelion (). By what factor does the eccentric anomaly respond faster to the clock at perihelion?

Recall Solution

.

  • Perihelion :
  • Aphelion : Ratio . So (and hence the planet) sweeps roughly 199 times more responsively to the clock at perihelion than at aphelion — a vivid picture of the near-parabolic sprint-and-crawl.

L5.3 (reverse — find from an observation)

At a planet is measured at distance . Find the eccentricity , then the mean anomaly at that instant.

Recall Solution

Use with , so : This is the lesson: at the radius is for every eccentricity, so at carries no information about . The stated datum at is therefore impossible — a great trap. Corrected version: suppose instead occurs at . Then Then rad.

L5.4 (bridge to the hyperbolic case)

For an unbound trajectory the ellipse is replaced by a hyperbola and the equation becomes (see Hyperbolic Kepler equation M = e·sinh F − F). Given , , find . Contrast the sign structure with the elliptic case.

Recall Solution

What is ? For a hyperbolic (escape) orbit, and there is no auxiliary circle; instead the geometry is captured by the hyperbolic eccentric anomaly , a real parameter defined through hyperbolic functions () exactly as was defined through for the ellipse. It plays the same "geometric helper" role, but grows without bound rather than cycling. Contrast (complete):

  • Elliptic: . The term is bounded and oscillates; the leading sign is on (plus) with the correction minus.
  • Hyperbolic: . The term is unbounded and grows exponentially; the -term now carries the plus sign and dominates, while the lone is subtracted.
  • Same idea: in both, is still the uniform clock (with for the hyperbola), and in both, solving (or ) is transcendental and needs Newton iteration. Only the geometry — circle vs. hyperbola, vs. — differs. This is why the two equations are studied side by side.

L5.4 trap (steel-manned) and the L5 trap below are separate cautions.


Recall One-line recap of the ladder

Recognise the anomalies ::: L1 Plug both directions ( easy, needs Newton) ::: L2 Sign of flips by hemisphere; ::: L3 Full chain , with ::: L4 High- stiffness, degenerate , hyperbolic bridge ::: L5