Set initial and target orbit radii to instantly calculate Δv₁, Δv₂, and transfer time. Watch the animated spacecraft traverse the elliptical transfer orbit connecting two circular orbits with minimum fuel.
The first burn, $\Delta v_1$, increases the spacecraft's velocity at the initial circular orbit (periapsis of the transfer ellipse) to enter the elliptical transfer orbit. The required change comes from the difference between the circular orbit speed and the transfer orbit's periapsis speed.
$$\Delta v_1 = \sqrt{\frac{GM}{r_1}}\left(\sqrt{\frac{2r_2}{r_1+r_2}}-1\right)$$Here, $G$ is the gravitational constant, $M$ is the central body's mass (often combined as the gravitational parameter $GM$), $r_1$ is the initial circular orbit radius, and $r_2$ is the target circular orbit radius.
The second burn, $\Delta v_2$, is applied at the apoapsis of the transfer ellipse (the point farthest from the planet) to increase velocity again, circularizing the orbit at radius $r_2$. It's the difference between the transfer orbit's apoapsis speed and the new circular orbit speed.
$$\Delta v_2 = \sqrt{\frac{GM}{r_2}}\left(1-\sqrt{\frac{2r_1}{r_1+r_2}}\right)$$The total mission $\Delta v$ budget is $\Delta v_{total} = |\Delta v_1| + |\Delta v_2|$. This number is crucial—it directly determines how much rocket fuel is needed, which drives the entire spacecraft and launch vehicle design.
Geostationary Satellite Deployment: This is the classic use case. A launch vehicle delivers a satellite to a low Earth orbit (LEO). The satellite's own apogee kick motor then performs a Hohmann transfer to raise it to a circular geostationary orbit (GEO) over 35,000 km high. The simulator's transfer time shows the several-hour coast phase between burns.
Lunar and Interplanetary Missions: While complex multi-body trajectories are used, the initial departure from Earth orbit often uses a Hohmann-like transfer. For instance, the Apollo missions first achieved a stable Earth parking orbit, then performed a Trans-Lunar Injection (TLI) burn—analogous to $\Delta v_1$—to enter an elliptical transfer orbit that reached the Moon's sphere of influence.
Space Station Rendezvous: Visiting spacecraft like SpaceX's Dragon or Russia's Soyuz use modified Hohmann transfers to catch up to and match orbits with the International Space Station. Their burns are carefully timed and sometimes broken into smaller maneuvers, but the underlying orbital mechanics principle is the same.
Orbital Maintenance (Station-Keeping): Satellites in GEO need occasional small burns to counteract perturbations from solar radiation and the Moon's gravity, which slowly change their orbit. The required maneuvers are often analyzed as small Hohmann transfers to return the satellite to its designated "box" in the sky.
There are a few key points you should be especially mindful of when starting to use this simulator. First is the setting for "Orbital Radius". The radius here assumes the distance from the center of the central body (like Earth). For example, the "LEO→GEO" preset selects LEO at an altitude of about 200 km and GEO at about 36,000 km, but the actual calculation uses the Earth's radius (approx. 6378 km) added to these values. When you adjust the sliders yourself, if you don't keep this in mind, you might be surprised by the significantly larger Δv required than you initially thought.
Next is a practical pitfall: "minimum fuel" does not always equal "optimal". While a Hohmann transfer is theoretically the most fuel-efficient, the transfer time can become extremely long. For instance, attempting a pure Hohmann transfer from Earth to Jupiter would take years, reducing mission feasibility. In actual planetary exploration, trajectories are designed considering the trade-off between time and fuel, using techniques like gravity assists or continuous thrust. Try making the difference between r1 and r2 extremely large in this tool and observe how T (transfer time) increases. It should give you a sense of realism.
Finally, remember that this model assumes an "ideal" environment. In actual space, factors like gravitational perturbations from other celestial bodies, solar radiation pressure, and the effects of the central body not being a perfect sphere cannot be ignored. Particularly for geostationary orbit insertion, additional Δv (not considered in this simulator) is separately required to reduce the orbital inclination to 0 degrees. Think of what you learn with this tool as the "skeleton"; the real work in practical design is adding the "flesh" to it.