Hand Calculations logo Hand Calculations All help pages ▾

Hohmann Transfer Dv1⚠ unverified

Aerospace / Orbital · Compute the departure burn delta-v for a Hohmann transfer

Parameters

InputSymbolUnitDefaultDescription
r1r1m1.0Radius of the initial circular orbit
r2r2m1.0Radius of the final circular orbit
muμ398600000000000.0Standard gravitational parameter of the primary body, in m**3/s**2. Default is 3.986e14 (Earth)
OutputSymbolUnitDescription
resultdv1m/sDelta-v of the first (departure) burn, in metres per second (m/s)

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The burn is the speed change at $r_1$ between the initial circle and the transfer ellipse. Compute both speeds with the vis-viva equation $v = \sqrt{\mu(2/r - 1/a)}$.

Circular speed at $r_1$ (here $a = r_1$):

$$v_{\text{circ},1} = \sqrt{\frac{\mu}{r_1}}.$$

Transfer-ellipse perigee speed at $r_1$. The transfer ellipse has perigee $r_1$ and apogee $r_2$, so its semi-major axis is

$$a_t = \frac{r_1 + r_2}{2}.$$

Evaluate vis-viva at $r = r_1$ on this ellipse:

$$v_{p} = \sqrt{\mu\left(\frac{2}{r_1} - \frac{1}{a_t}\right)} = \sqrt{\mu\left(\frac{2}{r_1} - \frac{2}{r_1 + r_2}\right)}.$$

Factor $\dfrac{2}{r_1}$ out of the bracket:

$$v_{p} = \sqrt{\frac{2\mu}{r_1}\left(1 - \frac{r_1}{r_1 + r_2}\right)} = \sqrt{\frac{2\mu}{r_1}\cdot\frac{r_2}{r_1 + r_2}} = \sqrt{\frac{\mu}{r_1}}\,\sqrt{\frac{2 r_2}{r_1 + r_2}}.$$

The departure burn is the difference between the ellipse's perigee speed and the circular speed:

$$\Delta v_1 = v_p - v_{\text{circ},1} = \sqrt{\frac{\mu}{r_1}}\,\sqrt{\frac{2 r_2}{r_1 + r_2}} - \sqrt{\frac{\mu}{r_1}} = \sqrt{\frac{\mu}{r_1}}\left(\sqrt{\frac{2 r_2}{r_1 + r_2}} - 1\right). \qquad\blacksquare$$

For $r_2 > r_1$ the inner square root exceeds 1, so $\Delta v_1 > 0$ (speed up). For $r_2 < r_1$ it is less than 1, giving $\Delta v_1 < 0$ — a slowing (retrograde) burn to drop the perigee below the starting circle.

Dimensional check. $\sqrt{\mu/r_1}$ is $\sqrt{(\text{m}^3/\text{s}^2)/\text{m}} = \text{m}/\text{s}$; the bracket is a ratio of radii (dimensionless), so $\Delta v_1$ is m/s ✓.

History and Development

Related Concepts: Hohmann Transfer Dv2, Orbital Velocity, Circular Orbit Velocity, Vis Viva Energy, Orbital Period, Inclination Change Delta V, Delta V Rendezvous

Notes: First (departure) burn of the two-impulse Hohmann transfer; pairs with Hohmann Transfer Dv2. Raises the spacecraft onto a transfer ellipse with $a_t=(r_1+r_2)/2$; it is the vis-viva perigee speed minus the circular speed at $r_1$. Prograde ($\Delta v_1>0$) to raise, retrograde to lower. Fuel-optimal for $r_2/r_1<11.94$ (else bi-elliptic wins). Coplanar/circular/impulsive assumptions. $\mu=GM$ mislabelled dimensionless.

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