Understanding Hohmann Transfer Orbits
A Hohmann transfer connects two coplanar circular orbits via an elliptical path. The transfer orbit touches the initial orbit at its periapsis and the destination orbit at its apoapsis. Two velocity changes—delta-v burns—occur at these points to inject into and exit from the transfer ellipse.
This method minimizes fuel consumption compared to alternative transfer strategies, making it the standard choice for deep-space missions. The trade-off is time: the transfer takes longer than faster, more energy-intensive trajectories.
Real missions like Earth-to-Mars transfers rely on Hohmann principles, though actual trajectories incorporate perturbations from multiple gravitational bodies, atmospheric drag, and operational constraints.
Hohmann Transfer Equations
The orbital velocity at any circular orbit depends on the gravitational parameter and orbital radius. The semi-major axis and eccentricity of the transfer ellipse define its geometry. Delta-v requirements at each burn point are the differences between transfer and circular orbit velocities.
r₁ = R + h₁
r₂ = R + h₂
v₁ = √(μ/r₁)
v₂ = √(μ/r₂)
a = (r₁ + r₂)/2
h = √(2μ) × √(r₁r₂/(r₁ + r₂))
v_p = h/r₁
v_a = h/r₂
Δv₁ = v_p − v₁
Δv₂ = v₂ − v_a
Δv_total = Δv₁ + Δv₂
m_p = m₀(1 − e^(−Δv_total/(I_sp × g₀)))
TOF = π√(a³/μ)
r₁, r₂— Initial and destination orbital radii from the primary body's centreR— Radius of the primary body (e.g., Earth's equatorial radius)h₁, h₂— Altitude of initial and destination orbits above the surfaceμ— Gravitational parameter (G × M) of the primary bodyv₁, v₂— Circular orbital velocities at initial and destination orbitsa— Semi-major axis of the transfer ellipseh— Specific angular momentum of the transfer orbitv_p, v_a— Velocity at periapsis and apoapsis of the transfer ellipseΔv₁, Δv₂— Delta-v required at first and second burn pointsΔv_total— Total delta-v budget for the complete transferm_p— Propellant mass requiredm₀— Initial spacecraft massI_sp— Specific impulse of the rocket engineg₀— Standard gravitational acceleration (9.81 m/s²)TOF— Time of flight from initial to destination orbit
Applicability and Assumptions
Hohmann transfers assume both orbits are circular and coplanar. Small eccentricities (below ~0.1) permit reasonable approximations; for example, Earth's orbit (e = 0.0167) and Mars's orbit (e = 0.0934) satisfy this criterion for interplanetary transfers.
The method applies to any two-body gravitational environment: transferring between Earth-orbiting spacecraft, lunar trajectories, or solar system missions. The calculator requires:
- Primary body mass and radius (or gravitational parameter)
- Initial and destination altitudes
- Engine specific impulse for propellant calculations
Lunar and Mars transfers incur additional complexity: finite burn duration, gravity losses during acceleration, and perturbations from third bodies. For preliminary mission analysis, Hohmann transfers provide an excellent baseline.
Practical Considerations and Pitfalls
Several factors significantly affect real-world Hohmann transfer performance.
- Finite burn duration losses — Hohmann calculations assume instantaneous impulses. Real engines fire for minutes or hours, degrading efficiency. Transfer orbits with large delta-v requirements (e.g., low-Earth orbit to geostationary orbit) accumulate 5–15% gravity losses beyond the calculated delta-v.
- Coplanar orbit assumption — If destination and initial orbits have different inclinations, an additional plane-change burn is required, increasing total delta-v by 10–30% depending on the inclination difference. Combine Hohmann analysis with plane-change calculations for non-coplanar transfers.
- Timing and launch windows — Hohmann transfers succeed only when departure and arrival points align in space. Earth-to-Mars windows occur every 26 months. Missing the window forces either extended waiting periods or acceptance of faster (more fuel-intensive) trajectories.
- Propellant tank margins — Mission engineers always add 10–20% contingency propellant beyond calculated values. Residual fuel remaining in feed lines, unexpected maneuvers, and degradation of engine performance over time consume this reserve. Underestimating it risks mission failure.
Example: Earth to Geostationary Orbit
A satellite in low Earth orbit (LEO) at 400 km altitude must reach geostationary orbit (GEO) at 35,786 km altitude. Using a Hohmann transfer:
- r₁ = 6,371 + 400 = 6,771 km
- r₂ = 6,371 + 35,786 = 42,157 km
- μ = 398,600 km³/s² (Earth)
- v₁ ≈ 7.67 km/s, v₂ ≈ 3.07 km/s
- Transfer semi-major axis ≈ 24,464 km
- Δv₁ ≈ 2.42 km/s, Δv₂ ≈ 1.47 km/s
- Total Δv ≈ 3.89 km/s
- Time of flight ≈ 5.3 hours
A 2,000 kg satellite with chemical engines (I_sp ≈ 450 s) would require roughly 600 kg of propellant—a significant fraction of the spacecraft's mass. This illustrates why efficient trajectory design is critical for space missions.