Bi-Elliptic Transfer: Why a Longer Route Can Use Less Fuel (Field Guide)

2026-03-03 · space

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:

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)

  1. Burn at \(r_1\): circular (\to) transfer ellipse
  2. Burn at \(r_2\): ellipse (\to) target circular orbit

Bi-elliptic transfer (3 burns)

  1. Burn at \(r_1\): raise apoapsis to an intermediate radius \(r_b\)
  2. Burn at \(r_b\): retarget periapsis to \(r_2\)
  3. 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:

That’s the paradox boundary.


Quick numeric feel

Using normalized \(\mu=1, r_1=1\):

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:

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:

  1. Speed-location matters: burns at low-speed points can be surprisingly efficient.
  2. Fuel-time tradeoff is non-linear: a small \(\Delta v\) gain may cost huge schedule time.
  3. 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|

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:


References

  1. Wikipedia. Bi-elliptic transfer. https://en.wikipedia.org/wiki/Bi-elliptic_transfer
  2. Wikipedia. Hohmann transfer orbit. https://en.wikipedia.org/wiki/Hohmann_transfer_orbit
  3. Bate, Mueller, White. Fundamentals of Astrodynamics (Dover).
  4. Vallado, D. Fundamentals of Astrodynamics and Applications (Microcosm Press).
  5. 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.