This page is the drill hall for the Hohmann parent note . We take the formulas it built and push them through every kind of case the topic can hand you: raising an orbit, lowering an orbit, the degenerate "same orbit" case, the limit of a huge jump, a real spacecraft word problem, and an exam twist where Hohmann quietly loses to a bi-elliptic one.
Before any numbers, we fix the vocabulary so no symbol appears unexplained.
Definition The symbols we reuse everywhere
μ (Greek "mu") — the gravitational parameter μ = GM , the pull-strength of the central body. Units: km 3 / s 2 .
r 1 — radius of the starting circular orbit (distance from planet centre).
r 2 — radius of the target circular orbit.
a t — semi-major axis of the transfer ellipse, its half-longest-diameter, a t = ( r 1 + r 2 ) /2 .
v c 1 , v c 2 — the circular speeds on the start and target orbits, μ / r 1 and μ / r 2 .
v p — the periapsis speed on the transfer ellipse : how fast the ship is moving at the point of the ellipse closest to the planet (radius = r 1 for a raise). Computed from vis-viva with r = r 1 , a = a t .
v a — the apoapsis speed on the transfer ellipse : how fast the ship is moving at the point farthest from the planet (radius = r 2 for a raise). Computed from vis-viva with r = r 2 , a = a t .
Δ v (read "delta-vee") — a change in speed you buy with fuel. Positive means speed up, negative means slow down.
The two engines we lean on are the Vis-viva equation v 2 = μ ( r 2 − a 1 ) and the circular speed v circ = μ / r . Everything below is just these two, evaluated at the right place.
Every Hohmann problem is one of these cells. The worked examples that follow are tagged with the cell they cover.
Cell
Situation
What's special
Sign of Δ v 1 , Δ v 2
Example
A
Raise: r 2 > r 1
canonical, both burns prograde
+ , +
Ex 1
B
Lower: r 2 < r 1
mirror image, both burns retrograde
− , −
Ex 2
C
Degenerate: r 2 = r 1
no transfer needed
0 , 0
Ex 3
D
Small hop: r 2 ≈ r 1
limiting behaviour, tiny burns
→ 0
Ex 4
E
Huge jump: r 2 ≫ r 1
escape-like limit of Δ v 1
large +
Ex 5
F
Real-world word problem
Mars-mission style, Sun as centre
+ , +
Ex 6
G
Exam twist: r 2 / r 1 very large
Hohmann vs bi-elliptic showdown
compare totals
Ex 7
H
Transfer-time question
Kepler + half-ellipse
—
Ex 8
We reuse two constants:
Earth: μ ⊕ = 3.986 × 1 0 5 km 3 / s 2 .
Sun: μ ⊙ = 1.327 × 1 0 11 km 3 / s 2 .
Intuition What this figure shows and why it's here
This is the map of the whole matrix , drawn once so you can hold every case in one glance. The inner black circle is r 1 , the outer black circle is r 2 . The orange half-loop is a raise transfer ellipse (Cell A): it touches the inner circle at periapsis and the outer at apoapsis, with both prograde burns marked Δ v 1 > 0 , Δ v 2 > 0 . The teal arrow reminds you a lower (Cell B) is the same ellipse flown inward with negative burns. The plum dashed circle is the degenerate case (Cell C) where r 2 = r 1 and no transfer exists. Refer back here whenever a later example asks "which direction does the burn point?"
Worked example Ex 1 · LEO → GEO raise (
r 2 > r 1 )
Earth. r 1 = 7000 km, r 2 = 42164 km. Find Δ v 1 , Δ v 2 , total.
Forecast: Both burns speed you up (prograde). Guess: does Δ v 1 or Δ v 2 cost more? (Guess before reading.)
Step 1 — starting speed. v c 1 = μ / r 1 = 398600/7000 = 7.546 km/s.
Why this step? This is the speed you already have; the burn only pays for the difference .
Step 2 — transfer semi-major axis. a t = ( 7000 + 42164 ) /2 = 24582 km.
Why this step? Vis-viva on the ellipse needs a = a t , not r .
Step 3 — periapsis speed on the ellipse. v p = 398600 ( 7000 2 − 24582 1 ) = 9.879 km/s.
Why this step? At periapsis (r = r 1 ) you must be faster than the circle to have the energy to swing out to r 2 .
Step 4 — first burn. Δ v 1 = v p − v c 1 = 9.879 − 7.546 = 2.333 km/s.
Why this step? Velocities are collinear (tangent), so it's plain subtraction.
Step 5 — apoapsis speed. v a = 398600 ( 42164 2 − 24582 1 ) = 1.640 km/s.
Why this step? You arrive at r 2 too slow for a circle there.
Step 6 — second burn. v c 2 = 398600/42164 = 3.075 km/s, so Δ v 2 = 3.075 − 1.640 = 1.435 km/s.
Total: Δ v total = 2.333 + 1.435 = 3.768 km/s.
Verify: Both positive → both prograde ✓ (matches Cell A signs). The first burn is larger because it happens deep in the well where speeds are high — the Oberth effect made it "worth more" per fuel, but here it's simply the bigger required jump. Units: all ( km 3 / s 2 ) / km = km/s ✓.
Worked example Ex 2 · GEO → LEO lower (
r 2 < r 1 )
Same radii, reversed: start at r 1 = 42164 km, target r 2 = 7000 km.
Forecast: Now you want to drop . Do you brake, coast, brake again — or speed up somewhere? Guess the signs.
Step 1 — starting speed. v c 1 = 398600/42164 = 3.075 km/s.
Why this step? Current speed on the high orbit.
Step 2 — a t . ( 42164 + 7000 ) /2 = 24582 km — same ellipse as Ex 1, flown the other way.
Why this step? The transfer ellipse depends only on the pair { r 1 , r 2 } , not on the travel direction, so it's identical to Ex 1's.
Step 3 — first burn (at r 1 = 42164 , now the apoapsis ). Speed there on the ellipse is v a = 1.640 km/s (same as Ex 1's apoapsis). Δ v 1 = 1.640 − 3.075 = − 1.435 km/s.
Why negative? To fall inward you must slow down so the orbit sags to a lower periapsis.
Step 4 — second burn (at r 2 = 7000 , now periapsis ). Ellipse speed there is v p = 9.879 km/s; target circle speed v c 2 = 7.546 km/s. Δ v 2 = 7.546 − 9.879 = − 2.333 km/s.
Why negative? You arrive too fast for the small circle and must brake.
Total magnitude: ∣Δ v ∣ = 1.435 + 2.333 = 3.768 km/s.
Verify: Both signs negative (retrograde) — exactly the mirror of Cell A ✓. Total cost equals Ex 1 (same ellipse, same speed differences) ✓. This confirms the general rule: raising = accelerate twice, lowering = decelerate twice , and cost is symmetric.
r 2 = r 1
Earth, r 1 = r 2 = 10000 km. Find the cost.
Forecast: No move needed — expect zero. But let's check the formulas don't blow up.
Step 1 — a t . ( 10000 + 10000 ) /2 = 10000 km = r 1 = r 2 .
Why this step? The "ellipse" has degenerated into a circle.
Step 2 — periapsis speed. v p = μ ( 2/ r 1 − 1/ a t ) = μ / r 1 = v c 1 .
Why this step? With a t = r 1 , vis-viva reduces to the circular-speed formula.
Step 3 — burns. Δ v 1 = v p − v c 1 = 0 , and identically Δ v 2 = 0 .
Total: 0 km/s.
Verify: Set r 1 = r 2 = r in the first-burn ratio 2 r 2 / ( r 1 + r 2 ) − 1 = 2 r /2 r − 1 = 1 − 1 = 0 ✓. The formula is continuous at the degenerate point — no division-by-zero, no NaN. This is the anchor the "small hop" limit approaches next.
r 2 just above r 1
Earth, r 1 = 7000 km, r 2 = 7100 km (a 100 km raise).
Forecast: Very small burns. Guess: are Δ v 1 and Δ v 2 roughly equal here? (In the tiny-hop limit they should be.)
Step 1 — a t . ( 7000 + 7100 ) /2 = 7050 km.
Why this step? Sets the transfer ellipse for the vis-viva evaluations.
Step 2 — first burn. v c 1 = 398600/7000 = 7.5464 km/s; v p = 398600 ( 2/7000 − 1/7050 ) = 7.5732 km/s. Δ v 1 = 0.0268 km/s.
Why this step? Same periapsis logic as Ex 1, just a tiny stretch.
Step 3 — second burn. v c 2 = 398600/7100 = 7.4931 km/s; v a = 398600 ( 2/7100 − 1/7050 ) = 7.4664 km/s. Δ v 2 = 0.0267 km/s.
Why this step? Circularize at the slightly higher orbit.
Total: ≈ 0.0535 km/s = 53.5 m/s.
Verify: Δ v 1 ≈ Δ v 2 to within 0.4% ✓ — in the small-hop limit the split is symmetric, as forecast.
Where the 4 1 rule comes from (a derivation, not a guess). Write r 2 = r 1 + Δ r with Δ r tiny. Expand the first-burn factor r 1 + r 2 2 r 2 − 1 using the approximation 1 + x ≈ 1 + 2 x valid for small x (this is the first term of the binomial expansion — why this tool? because it turns an awkward square root into simple arithmetic near x = 0 ). Here r 1 + r 2 2 r 2 = 2 r 1 + Δ r 2 ( r 1 + Δ r ) = 1 + 2 r 1 + Δ r Δ r ≈ 1 + 2 r 1 Δ r , so x ≈ 2 r 1 Δ r and the factor ≈ 2 x = 4 r 1 Δ r . Multiply by v c 1 : Δ v 1 ≈ v c 1 ⋅ 4 1 ⋅ r 1 Δ r . That is where the 4 1 lives. Numerically 4 1 ( 7.546 ) ( 100/7000 ) = 0.0270 km/s per burn — matches the exact 0.0268 ✓. The burns shrink to zero smoothly as r 2 → r 1 , connecting to Cell C.
r 2 ≫ r 1 (near-escape)
Earth, r 1 = 7000 km, r 2 = 7 × 1 0 6 km (r 2 / r 1 = 1000 ).
Forecast: As r 2 → ∞ , Δ v 1 should approach the extra speed needed to escape (a parabolic kick), because the ellipse becomes almost a parabola. Let's see the number creep toward that ceiling.
Step 1 — factor the first-burn formula. Start from Δ v 1 = v p − v c 1 . Pull v c 1 = μ / r 1 out of the vis-viva expression:
v p = μ ( r 1 2 − a t 1 ) = r 1 μ 2 − a t r 1 = v c 1 2 − a t r 1 .
Since a t = ( r 1 + r 2 ) /2 , we have a t r 1 = r 1 + r 2 2 r 1 , so 2 − a t r 1 = r 1 + r 2 2 r 2 . Therefore
Δ v 1 = v c 1 ( r 1 + r 2 2 r 2 − 1 ) .
Why this step? Factoring v c 1 out isolates the entire r 2 -dependence inside one bracket, which is exactly what we want to take the r 2 → ∞ limit of.
Step 2 — plug in the numbers. With r 2 / r 1 = 1000 : r 1 + r 2 2 r 2 = 1001 2000 = 1.998 , so the bracket = 1.998 − 1 = 0.4135 .
Δ v 1 = 7.5464 × 0.4135 = 3.120 km/s.
Why this step? The whole r 2 dependence is in that one bracket.
Step 3 — the ceiling. As r 2 → ∞ , r 1 + r 2 2 r 2 → 2 , bracket → 2 − 1 = 0.4142 . So Δ v 1 m a x = v c 1 ( 2 − 1 ) = 7.5464 × 0.4142 = 3.126 km/s.
Why this step? 2 v c 1 is exactly escape (parabolic) speed; Δ v 1 can never exceed the burn that just barely escapes.
Step 4 — second burn. At r 2 = 7 × 1 0 6 km, v c 2 = 398600/7 × 1 0 6 = 0.2387 km/s. The apoapsis speed on the transfer ellipse is v a = 398600 ( 2/7 × 1 0 6 − 1/3503500 ) = 0.2385 km/s (nearly circular out here). Δ v 2 = 0.2387 − 0.2385 = 0.00024 km/s.
Why this step? At apoapsis of a near-parabolic ellipse the ship is barely moving faster or slower than the huge outer circle, so the second burn is tiny.
Verify: Δ v 1 = 3.120 km/s is within 0.2% of the escape ceiling 3.126 km/s ✓ — confirming the "almost-parabola" picture. The second burn Δ v 2 ≈ 0.24 m/s is negligible — nearly all the cost is the first burn. This is exactly the regime where a Bi-elliptic transfer starts to matter (Cell G).
Worked example Ex 6 · Earth → Mars heliocentric transfer
A probe leaves Earth's orbit around the Sun (r 1 = 1.496 × 1 0 8 km) for Mars' orbit (r 2 = 2.279 × 1 0 8 km). Use μ ⊙ = 1.327 × 1 0 11 km 3 / s 2 . Find the two heliocentric burns and total.
Forecast: These are the classic "≈2.9 + ≈2.6" km/s heliocentric numbers. Guess whether the first or second burn is bigger this time.
Step 1 — Earth's orbital speed. v c 1 = 1.327 × 1 0 11 /1.496 × 1 0 8 = 29.78 km/s.
Why this step? That's the speed the probe already shares with Earth around the Sun.
Step 2 — a t . ( 1.496 + 2.279 ) × 1 0 8 /2 = 1.8875 × 1 0 8 km.
Why this step? Fixes the transfer ellipse for the two vis-viva evaluations.
Step 3 — first burn. v p = 1.327 × 1 0 11 ( 2/1.496 × 1 0 8 − 1/1.8875 × 1 0 8 ) = 32.73 km/s. Δ v 1 = 32.73 − 29.78 = 2.94 km/s.
Why this step? Speed up so the probe's aphelion reaches Mars.
Step 4 — Mars circular & apoapsis speeds. v c 2 = 1.327 × 1 0 11 /2.279 × 1 0 8 = 24.13 km/s; v a = 1.327 × 1 0 11 ( 2/2.279 × 1 0 8 − 1/1.8875 × 1 0 8 ) = 21.48 km/s. Δ v 2 = 24.13 − 21.48 = 2.65 km/s.
Why this step? Circularize into Mars' orbit; you arrive slow and must speed up.
Total (heliocentric): 5.59 km/s.
Verify: Both prograde (Cell A pattern) ✓; first burn larger ✓ — consistent with textbook Earth→Mars values (~2.9 and ~2.6 km/s). Note this ignores Earth/Mars gravity wells; a full Delta-v budget adds those. Units check: km/s throughout ✓.
Worked example Ex 7 · When does Hohmann lose? (
r 2 / r 1 large)
Earth. r 1 = 7000 km, r 2 = 112000 km (ratio R = 16 ). Compare Hohmann to a bi-elliptic that flies out to r b = 560000 km before dropping to r 2 .
Forecast: The threshold is R ≈ 11.94 . Since 16 > 11.94 , guess: bi-elliptic should win. Let's confirm with numbers — and watch for a twist.
Step 1 — Hohmann total. v c 1 = 398600/7000 = 7.546 km/s.
Δ v 1 = 7.546 ( 2 ⋅ 112000/119000 − 1 ) = 7.546 ( 1.8824 − 1 ) = 2.808 km/s.
v c 2 = 398600/112000 = 1.887 km/s; Δ v 2 = 1.887 ( 1 − 2 ⋅ 7000/119000 ) = 1.887 ( 1 − 0.3429 ) = 1.240 km/s.
Hohmann total = 4.048 km/s.
Why this step? Baseline two-burn cost to beat.
Step 2 — Bi-elliptic (three burns via r b = 560000 km). A bi-elliptic uses two big ellipses: first out to a far point r b , then back in to r 2 .
Burn 1 (at r 1 , onto the outbound ellipse with a A = ( r 1 + r b ) /2 = 283500 km): v = 398600 ( 2/7000 − 1/283500 ) = 10.578 km/s; Δ v A = 10.578 − 7.546 = 3.032 km/s.
Why this sub-step? One deep, fast burn deep in the well (Oberth effect ) flings you all the way out to r b — this is the expensive one.
Burn 2 (at r b , raising the other end from r 1 up to r 2 ; second ellipse a B = ( r b + r 2 ) /2 = 336000 km): speed on the outbound ellipse at r b is 398600 ( 2/560000 − 1/283500 ) = 0.4676 km/s; needed on the inbound ellipse is 398600 ( 2/560000 − 1/336000 ) = 0.9926 km/s; Δ v B = 0.9926 − 0.4676 = 0.5250 km/s.
Why this sub-step? Way out at r b you are barely moving, so a small nudge cheaply lifts the near-side of the orbit from r 1 to r 2 — this is where bi-elliptic saves fuel.
Burn 3 (at r 2 , circularize — a brake ): speed on the inbound ellipse at r 2 = 112000 is 398600 ( 2/112000 − 1/336000 ) = 2.398 km/s; v c 2 = 1.887 km/s; Δ v C = 2.398 − 1.887 = 0.511 km/s (retrograde).
Why this sub-step? Falling back in from r b you arrive too fast for the r 2 circle, so you brake — the only retrograde burn of the three.
Bi-elliptic total = 3.032 + 0.525 + 0.511 = 4.068 km/s.
Step 3 — read the result carefully. Hohmann = 4.048 km/s, this bi-elliptic = 4.068 km/s. Despite R = 16 > 11.94 , this particular bi-elliptic is slightly worse .
Why the twist? The "R > 11.94 " rule only guarantees a sufficiently distant r b exists that beats Hohmann — it does not say every choice of r b wins. Our r b = 560000 km (= 5 r 2 ) is not far enough. Push r b → ∞ and the bi-elliptic total drops below Hohmann.
Verify: With r b = 560000 km the totals are 4.048 vs 4.068 km/s — Hohmann still wins by 20 m/s ✓ (see the machine check). A second check with r b = 1 0 9 km gives a bi-elliptic total below Hohmann ✓, confirming the threshold rule is about the best bi-elliptic, at the price of a vastly longer flight time. Exam trap dodged: "R > 11.94 " ⇒ a better bi-elliptic exists , not that any given one is cheaper.
Worked example Ex 8 · How long does the LEO→GEO trip take?
Use Ex 1's transfer ellipse: a t = 24582 km, μ ⊕ = 398600 km 3 / s 2 .
Forecast: You fly half the ellipse, so the time should be 2 1 the full orbital period. Guess: a few hours.
Step 1 — period from Kepler's Third Law . T = 2 π a t 3 / μ = 2 π 2458 2 3 /398600 .
Why this step? Kepler's Third Law ties an orbit's period to its semi-major axis alone — no other orbit shape info needed. This is the right tool because we only know a t .
Step 2 — take half of it. A Hohmann arc runs from periapsis to apoapsis — exactly half the ellipse — so
t transfer = 2 T = π μ a t 3 = π 398600 2458 2 3 = π 3.727 × 1 0 7 = π ( 6105 ) = 19180 s .
Why this step? You don't fly the whole ellipse — you leave it at apoapsis with the second burn, so only half the period elapses.
Step 3 — convert to hours. 19180 s ÷ 3600 = 5.33 h.
Why this step? Human-readable units for a mission planner.
Verify: 19180 s = 5.33 h ✓ — a reasonable half-day-ish transfer to GEO, matching published GTO coast times. Units: km 3 / ( km 3 / s 2 ) = s 2 = s ✓.
Recall Cover the answers — did you hit every cell?
Raise vs lower: signs? ::: Raise = both burns positive (prograde); lower = both negative (retrograde); magnitudes are identical.
What happens at r 2 = r 1 ? ::: a t = r 1 , both Δ v = 0 ; formulas stay finite.
Ceiling on Δ v 1 as r 2 → ∞ ? ::: v c 1 ( 2 − 1 ) — the escape (parabolic) kick.
Threshold where bi-elliptic beats Hohmann? ::: r 2 / r 1 ≳ 11.94 — but only a sufficiently distant r b realises the saving.
Transfer time formula? ::: t = π a t 3 / μ (half the period).
Mnemonic The matrix in one breath
"Up = up-up, down = down-down, same = nothing, far = escape, huge = go bi-elliptic, ask-time = half-period."