⭐ Starlight Tools / Hohmann Transfer Calculator

Hohmann Transfer Calculator

Enter two circular orbits to get Δv₁, Δv₂, total Δv, and time of flight. Optionally combine a plane change with the circularization burn — all computed privately in your browser.

Inputs

Assumptions: circular, coplanar orbits (unless plane change specified); impulsive burns; central body point mass.

Results

Δv₁ (inject to transfer):
Δv₂ (circularize):
Total Δv:
Time of flight (half-ellipse):
Key speeds:
v₁ (circ), v₂ (circ), v at periapsis/apogee on transfer.

What this calculator does

For radii r₁ and r₂ around a body with parameter μ, the transfer ellipse has semi-major axis a = (r₁ + r₂)/2. Burn 1 sets the periapsis (or apogee) speed to enter the ellipse: vt,1 = √(μ(2/r₁ − 1/a)). Burn 2 circularizes at r₂ with vt,2 = √(μ(2/r₂ − 1/a)). Circular speeds are vc,1 = √(μ/r₁), vc,2 = √(μ/r₂). We report Δv₁ = |vt,1 − vc,1| and Δv₂ = |vc,2 − vt,2|. Time of flight is T = π√(a³/μ). If a plane change is specified, Δv₂ is vector-combined with the plane-change angle at the chosen node.

Hohmann Transfers: Why They Matter

A Hohmann transfer is the most energy-efficient two-impulse maneuver between two circular, coplanar orbits. It uses an elliptical transfer path whose periapsis lies at the inner orbit and apogee at the outer. Because the transfer ellipse is tangent to both orbits, the spacecraft changes speed only twice: once to enter the ellipse, and once to circularize at the destination.

The Core Equations

With starting radius r₁ and target radius r₂ around a body of gravitational parameter μ, the semi-major axis of the transfer ellipse is a = (r₁ + r₂)/2. The speeds on the transfer arc are vt(r) = √( μ(2/r − 1/a) ). Circular speeds are vc(r) = √( μ/r ). The burns are Δv₁ = |vt(r₁) − vc(r₁)| and Δv₂ = |vc(r₂) − vt(r₂)|. The time of flight for the half-ellipse is T = π√( a³/μ ).

Plane Changes

If an inclination change is needed, the cheapest time to apply it is where your speed is lowest (apogee for outward transfers; periapsis for inward). This tool lets you combine the plane change with the circularization burn using vector addition: Δvcombined = √( vt,2² + vc,2² − 2 vt,2 vc,2 cos Δi ). For small Δi, this reduces to ~2v sin(Δi/2).

Limitations

Real missions have finite burn durations, gravity/drag losses during thrusting, J2 and third-body effects, and operational constraints (lighting, ground station coverage, phasing). For very large radius ratios, a bi-elliptic transfer can beat Hohmann in total Δv. Still, Hohmann is the standard baseline for early design and education because it captures the essential energetics with simple closed-form equations.

Educational use only; not for mission-critical planning.