Hand Calculations logo Hand Calculations All help pages ▾

Time Since Perigee⚠ unverified

Aerospace / Orbital · Compute the time elapsed since perigee passage for a given true anomaly

Parameters

InputSymbolUnitDefaultDescription
aam1.0Semi-major axis of the orbit
ee1.0Orbital eccentricity (dimensionless)
nuν1.0True anomaly, in degrees
muμ398600000000000.0Standard gravitational parameter of the primary body, in m**3/s**2. Default is 3.986e14 (Earth)
OutputSymbolUnitDescription
resultEsTime since perigee passage, in seconds (s)

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The goal is $t$, the time to travel from perigee to true anomaly $\nu$. The obstacle is that angular speed varies; the classical solution introduces the eccentric anomaly $E$ to linearise the problem.

Step 1 — true anomaly to eccentric anomaly. A standard relation between the two angles is

$$\cos E = \frac{e + \cos\nu}{1 + e\cos\nu},$$

which is the equation shown in the registry latex. (It comes from projecting the elliptical position onto the circumscribing auxiliary circle.) Invert to get $E = \arccos\!\big((e+\cos\nu)/(1+e\cos\nu)\big)$.

Step 2 — eccentric anomaly to mean anomaly (Kepler's equation). Kepler's second law, integrated, gives the mean anomaly directly in terms of $E$:

$$M = E - e\sin E.$$

This is Kepler's equation. The $-e\sin E$ term is the correction for non-uniform motion: it vanishes for a circle ($e = 0$, where $M = E = \nu$ and motion is uniform) and grows with eccentricity.

Step 3 — mean anomaly to time. The mean anomaly advances uniformly at the mean motion $n$:

$$M = n(t - t_p) = n\,t \quad (\text{taking } t_p = 0 \text{ at perigee}),$$

so

$$t = \frac{M}{n} = \frac{E - e\sin E}{n}, \qquad n = \sqrt{\frac{\mu}{a^3}}.$$

Substituting $n$ gives the returned quantity:

$$t = (E - e\sin E)\sqrt{\frac{a^3}{\mu}}. \qquad\blacksquare$$

So the calculator's real output is this $t$ — the registry's displayed $E$ is only Step 1. Note the natural appearance of the period: $\sqrt{a^3/\mu} = T/2\pi$, so $t = M\,T/2\pi$, i.e. time is the fraction $M/2\pi$ of the period — as it must be, since $M$ sweeps $2\pi$ over one orbit.

Dimensional check. $E - e\sin E$ is a (dimensionless) angle in radians; $\sqrt{a^3/\mu} = \sqrt{\text{m}^3/(\text{m}^3/\text{s}^2)} = \sqrt{\text{s}^2} = \text{s}$, so $t$ is in seconds ✓.

History and Development

Related Concepts: True Anomaly From Radius, Orbital Period, Eccentricity Vector, Orbital Velocity, Vis Viva Energy, Circular Orbit Velocity

Notes: Registry latex shows only the intermediate eccentric anomaly $E$; the output is the time $t$ (s) via $M=E-e\sin E$ (Kepler's equation) and $t=M/n$, $n=\sqrt{\mu/a^3}$. The three anomalies: true $\nu$ (geometry) → eccentric $E$ → mean $M$ (∝ time). This is the forward Kepler problem (position→time, algebraic); the inverse (time→position) needs iteration. $\nu$ in degrees, $\mu$ in m³/s² (both mislabelled). $\arccos$ quadrant caveat as in True Anomaly From Radius.

← Back to the workspace  ·  All help pages  ·  Getting started