Bi-Elliptic Transfer: Why a Longer Route Can Use Less Fuel (Field Guide)
Date: 2026-03-03
Category: explore
Why this is a fun paradox
Intuition says: shortest orbital route should be cheapest.
But in two-body, impulsive-burn orbital mechanics, there is a famous exception:
- Sometimes a bi-elliptic transfer (three burns, with a very high intermediate apoapsis)
- can require less total \(\Delta v\)
- than a direct Hohmann transfer (two burns).
So yes — going farther first can reduce fuel.
The setup (circular coplanar case)
We want to transfer from circular radius \(r_1\) to \(r_2\), with \(r_2 > r_1\).
Hohmann transfer (2 burns)
- Burn at \(r_1\): circular (\to) transfer ellipse
- Burn at \(r_2\): ellipse (\to) target circular orbit
Bi-elliptic transfer (3 burns)
- Burn at \(r_1\): raise apoapsis to an intermediate radius \(r_b\)
- Burn at \(r_b\): retarget periapsis to \(r_2\)
- Burn at \(r_2\): circularize
The trick is that burns done near very high apoapsis happen at low orbital speed, so some velocity changes become cheaper in terms of required \(\Delta v\).
The key thresholds (the famous numbers)
For ideal impulsive burns in coplanar circular orbits:
- If \(r_2/r_1 < 11.94\): Hohmann is always better.
- If \(11.94 < r_2/r_1 < 15.58\): a bi-elliptic transfer can be better (if \(r_b\) is large enough).
- If \(r_2/r_1 > 15.58\): there is always some bi-elliptic choice better than Hohmann.
That’s the paradox boundary.
Quick numeric feel
Using normalized \(\mu=1, r_1=1\):
- \(r_2/r_1=6.6\) (LEO(\to)GEO-ish scale): bi-elliptic gives no benefit.
- \(r_2/r_1=12\): benefit is tiny and usually not worth the time.
- \(r_2/r_1=16\): bi-elliptic can save a few percent \(\Delta v\) with large \(r_b\).
- \(r_2/r_1=20\): savings can become more noticeable.
So this is real, but mostly in large radius-ratio transfers.
Why operations people still usually choose Hohmann
Even when bi-elliptic saves \(\Delta v\), it often loses on other mission constraints:
- Much longer time of flight (can be dramatically longer if \(r_b\) is huge)
- More exposure to radiation / perturbations / operational risk
- Higher timeline complexity (extra burn and sequencing)
- Opportunity cost of delayed insertion
In real missions, optimality is multi-objective: fuel, time, risk, thermal, comms windows, mission priorities.
Where bi-elliptic intuition still helps in practice
Even when you do not fly a pure bi-elliptic transfer, this concept is useful for reasoning:
- Speed-location matters: burns at low-speed points can be surprisingly efficient.
- Fuel-time tradeoff is non-linear: a small \(\Delta v\) gain may cost huge schedule time.
- Plane change coupling: large apoapsis points can make inclination changes cheaper (another reason high-apogee strategies appear in mission design).
Minimal equations (for reference)
Let \(\mu\) be gravitational parameter.
Hohmann total \(\Delta v\)
\[ \Delta v_H = \left|\sqrt{\frac{\mu}{r_1}}\left(\sqrt{\frac{2r_2}{r_1+r_2}}-1\right)\right|
- \left|\sqrt{\frac{\mu}{r_2}}\left(1-\sqrt{\frac{2r_1}{r_1+r_2}}\right)\right| \]
Bi-elliptic total \(\Delta v\)
\[ \Delta v_B = |\Delta v_1|+|\Delta v_2|+|\Delta v_3| \]
with
\[ \Delta v_1=\sqrt{\frac{\mu}{r_1}}\left(\sqrt{\frac{2r_b}{r_1+r_b}}-1\right) \]
\[ \Delta v_2=\sqrt{\frac{\mu}{r_b}}\left(\sqrt{\frac{2r_2}{r_b+r_2}}-\sqrt{\frac{2r_1}{r_b+r_1}}\right) \]
\[ \Delta v_3=\sqrt{\frac{\mu}{r_2}}\left(1-\sqrt{\frac{2r_b}{r_b+r_2}}\right) \]
Transfer time also matters:
- Hohmann: one half-ellipse time
- Bi-elliptic: sum of two half-ellipse times (often much longer)
References
- Wikipedia. Bi-elliptic transfer. https://en.wikipedia.org/wiki/Bi-elliptic_transfer
- Wikipedia. Hohmann transfer orbit. https://en.wikipedia.org/wiki/Hohmann_transfer_orbit
- Bate, Mueller, White. Fundamentals of Astrodynamics (Dover).
- Vallado, D. Fundamentals of Astrodynamics and Applications (Microcosm Press).
- Orbital Mechanics (open text). Hohmann transfer and related maneuvers. https://orbital-mechanics.space
One-sentence takeaway
Bi-elliptic transfer is a great reminder that in orbital mechanics, “longer path” and “lower fuel” are not contradictions — they’re a fuel-vs-time trade hidden in velocity geometry.