Hand Calculations logo Hand Calculations All help pages ▾

Eccentricity Vector⚠ unverified

Aerospace / Orbital · Compute the orbital eccentricity from radius, speed, and flight-path angle

Parameters

InputSymbolUnitDefaultDescription
rrm1.0Radial distance from the primary body's centre
vvm/s1.0Orbital speed
gammaγ1.0Flight-path angle, in degrees
muμ398600000000000.0Standard gravitational parameter of the primary body, in m**3/s**2. Default is 3.986e14 (Earth)
OutputSymbolUnitDescription
resulteOrbital eccentricity (dimensionless)

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The result follows from the two conserved quantities of a two-body orbit: specific energy $\varepsilon$ and specific angular momentum $h$. The key identity relating them to eccentricity is

$$e^2 = 1 + \frac{2\varepsilon h^2}{\mu^2}.$$

This comes from the orbit equation (the conic-section solution of the two-body problem), where the semi-major axis is $a = -\mu/2\varepsilon$ and the semi-latus rectum is $p = h^2/\mu = a(1-e^2)$; eliminating $a$ and $p$ gives the boxed relation. Now express $\varepsilon$ and $h$ from the state $(r, v, \gamma)$.

Specific energy is the vis-viva form (Vis Viva Energy):

$$\varepsilon = \frac{v^2}{2} - \frac{\mu}{r}.$$

Specific angular momentum is the cross product $|\mathbf{r}\times\mathbf{v}|$. Only the component of velocity perpendicular to the radius — the horizontal component $v\cos\gamma$ — contributes:

$$h = r\,v\cos\gamma \quad\Longrightarrow\quad h^2 = r^2 v^2\cos^2\gamma.$$

Substitute both into $e^2 = 1 + 2\varepsilon h^2/\mu^2$:

$$e^2 = 1 + \frac{2\left(\dfrac{v^2}{2} - \dfrac{\mu}{r}\right) r^2 v^2\cos^2\gamma}{\mu^2} = 1 + \frac{\left(v^2 - \dfrac{2\mu}{r}\right) r^2 v^2\cos^2\gamma}{\mu^2}.$$

Factor $r/\mu$ to build the dimensionless group $rv^2/\mu$. Write $v^2 - 2\mu/r = \dfrac{\mu}{r}\!\left(\dfrac{rv^2}{\mu} - 2\right)$:

$$e^2 = 1 + \frac{\dfrac{\mu}{r}\!\left(\dfrac{rv^2}{\mu} - 2\right) r^2 v^2\cos^2\gamma}{\mu^2} = 1 + \frac{r v^2}{\mu}\left(\frac{r v^2}{\mu} - 2\right)\cos^2\gamma.$$

Taking the square root gives the calculator's formula:

$$e = \sqrt{1 + \frac{r v^2}{\mu}\left(\frac{r v^2}{\mu} - 2\right)\cos^2\gamma}. \qquad\blacksquare$$

The $\cos^2\gamma$ (not $\sin^2\gamma$) is now visible as the square of the horizontal velocity fraction that carries angular momentum — exactly the F22 correction.

Dimensional check. $rv^2/\mu = \dfrac{\text{m}\cdot(\text{m}/\text{s})^2}{\text{m}^3/\text{s}^2} = \dfrac{\text{m}^3/\text{s}^2}{\text{m}^3/\text{s}^2} = 1$ (dimensionless), and $\cos^2\gamma$ is dimensionless, so $e$ is dimensionless ✓ — as an eccentricity must be.

History and Development

Related Concepts: Vis Viva Energy, Orbital Velocity, True Anomaly From Radius, Time Since Perigee, Orbital Period, Angular Momentum, Escape Velocity

Notes: Returns the scalar eccentricity magnitude $e$ (shape: $0$ circle, $<1$ ellipse, $1$ parabola, $>1$ hyperbola), not the eccentricity vector (which also gives orientation/perigee direction) despite the name. From $e^2=1+2\varepsilon h^2/\mu^2$ with $h=rv\cos\gamma$ — the $\cos^2\gamma$ (F22 fix; was $\sin^2$) is the horizontal velocity fraction. $\gamma$ in degrees, $\mu$ in m³/s² (both mislabelled dimensionless).

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