Hand Calculations logo Hand Calculations All help pages ▾

Hohmann Transfer Dv2⚠ unverified

Aerospace / Orbital · Compute the arrival 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
resultdv2m/sDelta-v of the second (arrival) burn, in metres per second (m/s)

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The arrival burn is the speed change at $r_2$ between the transfer ellipse's apogee and the target circle. Compute both with the vis-viva equation.

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

$$v_{\text{circ},2} = \sqrt{\frac{\mu}{r_2}}.$$

Transfer-ellipse apogee speed at $r_2$. The transfer ellipse again has $a_t = (r_1 + r_2)/2$. Evaluate vis-viva at $r = r_2$:

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

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

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

The arrival burn is the difference between the target circular speed and the (slower) apogee speed:

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

For $r_2 > r_1$ the inner square root is less than 1, so $\Delta v_2 > 0$ (speed up to circularise). The symmetry with the departure burn is exact: swap $r_1 \leftrightarrow r_2$ and the bracket flips from "ratio $-1$" to "$1-$ ratio", reflecting that one burn is measured from the inner circle and the other from the outer.

Dimensional check. $\sqrt{\mu/r_2}$ is m/s and the bracket is dimensionless, so $\Delta v_2$ is m/s ✓.

History and Development

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

Notes: Second (arrival/circularisation) burn of the Hohmann transfer; pairs with Hohmann Transfer Dv1. It is the circular speed at $r_2$ minus the transfer ellipse's (slower) apogee speed. For raising, prograde ($\Delta v_2>0$); total cost $\Delta v_1+\Delta v_2$ (LEO→GEO ≈ 3.9 km/s). Symmetric to $\Delta v_1$ under $r_1\!\leftrightarrow\!r_2$. Coplanar/circular/impulsive. $\mu=GM$ mislabelled dimensionless.

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