What is the Tsiolkovsky rocket equation and who derived it?+
The Tsiolkovsky rocket equation is Δv = Isp x g0 x ln(m0/mf), derived by Konstantin Tsiolkovsky in 1903. It quantifies the maximum velocity change a rocket can achieve from burning its propellant. The equation assumes no gravity or drag, so actual delta-v to orbit must be increased by 1,200 to 1,800 m/s for launch losses. It is the single most important equation in rocketry because it exposes the fundamental mass trade-off: more velocity requires exponentially more propellant mass.
How do you calculate delta-v from specific impulse and mass ratio?+
Δv = Isp x g0 x ln(R), where R = m0/mf is the mass ratio and g0 = 9.80665 m/s². For LOX/RP-1 with Isp = 311 s and mass ratio R = 5: Δv = 311 x 9.80665 x ln(5) = 3050 x 1.609 = 4908 m/s. For LOX/LH2 with Isp = 450 s and R = 5: Δv = 450 x 9.80665 x 1.609 = 7102 m/s. The delta-v scales directly with Isp for the same mass ratio.
What are typical specific impulse values for different propellants?+
Solid boosters: 250 to 300 s. Monopropellant hydrazine: 220 s. LOX/RP-1 kerosene: 295 to 350 s (311 s sea level to 350 s vacuum). LOX/methane: 340 to 380 s. LOX/LH2: 430 to 460 s. Nuclear thermal: 800 to 1,000 s (theoretical). Ion/Hall thrusters: 1,500 to 10,000 s. The vacuum Isp is always higher than sea-level Isp because atmospheric back-pressure reduces nozzle performance at launch altitude.
How do you find the required mass ratio for a given delta-v?+
Rearrange the Tsiolkovsky equation: R = e^(Δv / ve), where ve = Isp x g0. For LEO at Δv = 9,200 m/s with LOX/LH2 (ve = 4,413 m/s): R = e^(9200/4413) = e^2.08 = 8.03. This means 87.5% of launch mass must be propellant. For LOX/RP-1 (ve = 3,050 m/s): R = e^(9200/3050) = e^3.02 = 20.4, requiring 95.1% propellant. Use the Mass Ratio Solver mode in this calculator to automate this computation.
Why do rockets need multiple stages to reach orbit?+
Reaching LEO requires about 9,200 m/s of delta-v. With LOX/RP-1 (ve = 3,050 m/s), a single stage needs mass ratio R = 20.4, meaning 95.1% propellant fraction. With only 4.9% remaining for structure, engines, payload, and everything else, the propellant fraction is impossible with current materials. Staging discards heavy empty tanks and engines mid-flight, allowing each stage to achieve its portion of delta-v with a mass ratio of 4 to 8, reducing the structural fraction requirement to a feasible 8 to 20%.
What delta-v is required for low Earth orbit?+
Theoretical orbital velocity at 400 km altitude is 7,669 m/s. Adding gravity drag (about 1,100 to 1,500 m/s for a typical trajectory) and atmospheric drag (100 to 200 m/s), the total delta-v budget for a direct ascent to LEO is approximately 9,200 to 9,700 m/s. Common reference missions: GTO requires about 11,000 m/s, trans-lunar injection (TLI) about 12,300 m/s, and Mars transfer injection about 12,600 m/s from LEO.
How does propellant mass fraction affect payload capacity?+
Propellant mass fraction MF = 1 - 1/R. For MF = 0.90 and a 1,000 kg payload, total mass = 1,000 / (1 - 0.90) = 10,000 kg with 9,000 kg propellant. For MF = 0.95, total mass doubles to 20,000 kg. Each 1% increase in required propellant fraction roughly doubles the total launch mass for the same payload, which is why improving Isp by even 10 seconds has enormous commercial value in launch vehicle economics.
Can the Tsiolkovsky equation be used for ion thrusters?+
Yes. Ion thrusters follow the same equation. With Isp = 3,000 s (typical Hall thruster), ve = 29,420 m/s. A mass ratio of R = 1.5 (only 33% propellant) gives Δv = 29,420 x ln(1.5) = 11,920 m/s. Chemical rockets need R = 20 to achieve the same delta-v, requiring 95% propellant. The trade-off is thrust: ion thrusters produce millinewtons to a few newtons, so burns last months instead of minutes and they are impractical for Earth launch but ideal for deep-space cruise.
What is exhaust velocity and how does it relate to Isp?+
Exhaust velocity (ve) is the speed of propellant gases exiting the nozzle relative to the rocket, in m/s. It relates to Isp by ve = Isp x g0 = Isp x 9.80665 m/s². For LOX/LH2 with Isp = 450 s: ve = 4,413 m/s. For LOX/RP-1 with Isp = 311 s: ve = 3,050 m/s. Exhaust velocity appears directly in the Tsiolkovsky equation as the scale factor: doubling ve doubles delta-v for the same mass ratio, which is why high-Isp engines are so valuable for demanding missions.
How do delta-v values add for a two-stage rocket?+
Delta-v values from each stage add directly. A Falcon 9 first stage contributes approximately 2,000 m/s of useful delta-v after accounting for gravity and drag losses, and the second stage contributes the remaining 7,000 to 7,500 m/s. Each stage's Tsiolkovsky calculation is independent: the second stage's m0 is its own wet mass (not including the first stage), and its mf is its empty mass plus payload. The total delta-v = Δv1 + Δv2 + ... + ΔvN for N stages.
What is the mass ratio of Falcon 9 first stage?+
The Falcon 9 Block 5 first stage has a wet mass of approximately 433,100 kg and a dry mass of about 26,600 kg, giving a mass ratio of 433,100/26,600 = 16.28. With Merlin 1D vacuum Isp = 311 s and ve = 3,050 m/s: theoretical Δv = 3,050 x ln(16.28) = 3,050 x 2.79 = 8,510 m/s. In practice the stage contributes about 2,000 m/s of useful delta-v because it shuts down below orbital altitude and the vehicle experiences significant gravity and drag losses during first-stage flight.
How do you calculate propellant mass needed for a given payload and delta-v?+
Use the Mass Ratio Solver mode or compute manually: MF = 1 - e^(-Δv/ve), then m0 = payload / (1 - MF), and propellant mass = m0 - payload. For a 1,000 kg payload to LEO (Δv = 9,200 m/s) with LOX/LH2 (ve = 4,413 m/s): MF = 1 - e^(-9200/4413) = 0.8755. m0 = 1,000 / 0.1245 = 8,032 kg. Propellant = 7,032 kg. This excludes structural mass, so a real vehicle will need significantly more total propellant.