Hohmann Transfer Orbit: The Most Efficient Path Between Planets

simulator intermediate ~5 min
Loading simulation...
Δv ≈ 3.59 km/s — total delta-v for Earth-to-Mars Hohmann transfer

A Hohmann transfer from Earth (1 AU) to Mars (1.524 AU) requires approximately 3.59 km/s total delta-v and takes about 259 days. This is the most fuel-efficient two-impulse trajectory, first proposed by Walter Hohmann in 1925.

Formula

Δv₁ = √(GM/r₁)·(√(2r₂/(r₁+r₂)) - 1)
Δv₂ = √(GM/r₂)·(1 - √(2r₁/(r₁+r₂)))
t = π√((r₁+r₂)³/(8GM))

The Hohmann Transfer

In 1925, German engineer Walter Hohmann published a groundbreaking analysis of the most fuel-efficient way to transfer a spacecraft between two circular orbits. His solution — now called the Hohmann transfer orbit — uses an elliptical path tangent to both orbits, requiring only two engine burns: one to leave the inner orbit and one to circularize at the outer orbit.

The beauty of the Hohmann transfer lies in its simplicity. Both burns happen at the points where the transfer ellipse is tangent to the circular orbits, which means the spacecraft's velocity only needs to change in magnitude, not direction. This minimizes fuel consumption for any two-impulse maneuver.

Delta-v: The Currency of Spaceflight

In orbital mechanics, delta-v (Δv) is the key metric for mission planning. Every maneuver costs a specific amount of Δv, and the spacecraft's fuel budget determines its total Δv capacity. The Hohmann transfer provides the minimum Δv for moving between circular orbits — about 3.6 km/s for an Earth-to-Mars transfer.

The departure burn Δv₁ accelerates the spacecraft from its circular orbit onto the transfer ellipse. At the far end, the arrival burn Δv₂ circularizes the orbit at the destination. For inner-to-outer transfers, both burns are prograde (in the direction of motion).

Transfer Time and Trade-offs

The Hohmann transfer trades speed for efficiency. The transfer time is exactly half the period of the transfer ellipse. For an Earth-to-Mars mission, this means about 259 days in transit. Faster trajectories exist but require significantly more fuel. The Hohmann transfer remains the baseline for all interplanetary mission planning.

Limits of the Hohmann Transfer

When the orbit ratio r₂/r₁ exceeds approximately 11.94, the bi-elliptic transfer — which adds a third burn at a very high intermediate orbit — becomes more fuel-efficient despite taking longer. In practice, for missions to the outer planets, gravity assists are preferred because they can provide 'free' delta-v by borrowing energy from a planet's orbital motion.

FAQ

What is a Hohmann transfer orbit?

A Hohmann transfer is the most fuel-efficient two-impulse maneuver to move a spacecraft between two circular orbits. It uses an elliptical transfer orbit that is tangent to both the inner and outer circular orbits, requiring engine burns only at departure and arrival.

How long does a Hohmann transfer take?

The transfer time is half the period of the transfer ellipse: t = π√((r₁+r₂)³/(8GM)). For an Earth-to-Mars transfer, this is approximately 259 days (about 8.5 months).

What is delta-v in orbital mechanics?

Delta-v (Δv) is the change in velocity needed for an orbital maneuver. It is the fundamental measure of the 'cost' of a space mission — the higher the Δv, the more fuel is required. The Hohmann transfer minimizes total Δv for transfers between circular orbits.

When is a Hohmann transfer not optimal?

When the ratio of outer to inner orbit radius exceeds about 11.94, a bi-elliptic transfer becomes more fuel-efficient despite taking longer. For very distant targets, gravity assists are preferred.

Sources

Embed

<iframe src="https://homo-deus.com/lab/orbital-mechanics/hohmann-transfer/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub