Delta-v budget
Delta-V Maneuver Budget
Every orbital maneuver costs velocity, and velocity costs propellant. Budget the burn before you build the tank.
// Two-body impulsive astrodynamics. Hohmann / plane-change / combined / circularize / deorbit, with a per-burn breakdown. Tsiolkovsky rocket equation for propellant mass. Keplerian trade-study accuracy — flight design needs finite-burn losses + numerical propagation.
How this model works & what it omits
A spacecraft changes orbit by changing velocity. The size of that velocity change — the delta-v (Δv) — is the single number that sizes a propulsion system: it sets how much propellant you carry, which sets the wet mass, which sets the launch cost. Get the delta-v budget wrong early and the whole mass budget unravels. This tool budgets five canonical maneuvers, each a distinct two-body impulsive problem.
Hohmann transfer — the minimum-energy coplanar path between two circular orbits: a burn to enter an elliptical transfer orbit, a half-orbit coast, then a second burn to circularize at the target altitude. Plane change — a pure inclination rotation at fixed altitude, costing Δv = 2·v·sin(θ/2); it is brutally expensive at orbital speed, which is why launch directly into the right inclination whenever possible. Combined — a Hohmann transfer with the plane change folded into the second burn at apogee, where orbital speed is lowest and rotating the plane is cheapest; the apogee burn becomes the vector sum (law of cosines) of the circularization and rotation. Circularize — a single burn at apogee turning an elliptical orbit circular. Deorbit — a single retrograde burn lowering perigee into the atmosphere (typically 50–80 km) so atmospheric drag does the rest.
Orbital speeds come from the vis-viva equation v = √(μ·(2/r − 1/a)), with Earth's gravitational parameter μ = 398,600.4418 km³/s². Once the total delta-v is known, the Tsiolkovsky rocket equation m_p = m₀·(1 − e^(−Δv/v_e)) converts it to propellant mass, where the exhaust velocity v_e = I_sp·g₀ is set by the propulsion type — cold gas ~70 s, monopropellant ~220 s, bipropellant ~320 s, electric 1,000–3,000 s. Higher specific impulse means more delta-v per kilogram of propellant; the exponential makes high-Δv missions punishingly propellant-hungry on low-I_sp systems.
What this tool does not capture: finite-burn (gravity) losses from non-impulsive thrust, low-thrust spiral transfers (an electric-propulsion mission does not fly a Hohmann), J2 and third-body perturbations, plane-change savings from bi-elliptic transfers, launch-window and phasing constraints, and propulsion-system dry-mass scaling. It is an engineering trade-study tool — fast first-order numbers for sizing and comparison, not a flight-design propagator.
// pick a maneuver, then dial orbit geometry and propulsion.
Maneuver
// two-body impulsive astrodynamics.
Orbit geometry
// only the fields the chosen maneuver uses are active.
Propulsion
// Tsiolkovsky rocket equation: m_p = m0 (1 − e^(−Δv/ve)).
ve ≈ 2.157 km/s
Delta-v budget
// Hohmann transfer (altitude change) · 2 burns
216.7 m/s
Total delta-v
19.11 kg
Propellant mass
9.6%
Propellant fraction
180.9 kg
Final (dry) mass
48.3 min
Transfer time
// per-burn breakdown
50% of total budget
50% of total budget
// shareable URL encodes every input. no backend.
// ai-generated breakdown of what these numbers mean — with diagrams.
References
- // Wertz, J. R., Everett, D. F., Puschell, J. J. (2011). Space Mission Engineering: The New SMAD, ch. 6–7 (Orbit & Constellation Design, Δv budgets).
- // Vallado, D. A. (2013). Fundamentals of Astrodynamics and Applications, 4th ed., ch. 6 (Orbital Maneuvering).
- // Hohmann, W. (1925). Die Erreichbarkeit der Himmelskörper. Oldenbourg, Munich.
- // Tsiolkovsky, K. E. (1903). Exploration of Outer Space by Means of Rocket Devices.
- // Curtis, H. D. (2014). Orbital Mechanics for Engineering Students, 3rd ed., ch. 6 (Orbital Maneuvers).