Intuition The one-sentence idea
A rocket's velocity change depends on the logarithm of how much of its starting mass was fuel — so to go faster you must throw away exponentially more mass. This is why rockets are almost entirely fuel and why space is so hard to reach.
The mass ratio R R R is the ratio of the fully-fueled ("wet") mass to the empty ("dry") mass:
R = m 0 m f R = \frac{m_0}{m_f} R = m f m 0
m 0 m_0 m 0 = initial (wet) mass — structure + payload + all propellant .
m f m_f m f = final (dry) mass — structure + payload, after all propellant is burnt .
Because m 0 > m f m_0 > m_f m 0 > m f always, R > 1 R > 1 R > 1 .
The propellant mass is m p = m 0 − m f m_p = m_0 - m_f m p = m 0 − m f , and the propellant fraction is
ζ = m p m 0 = 1 − 1 R . \zeta = \frac{m_p}{m_0} = 1 - \frac{1}{R}. ζ = m 0 m p = 1 − R 1 .
We want to show where m 0 / m f m_0/m_f m 0 / m f comes from, not just quote it.
Δ v \Delta v Δ v from momentum conservation
Step 1 — Set the scene. At time t t t the rocket has mass m m m moving at velocity v v v (in deep space, no gravity). In time d t dt d t it ejects a small mass d m e j dm_{ej} d m e j of exhaust at speed u u u relative to the rocket .
Why this step? Newton says a force is really a rate of change of momentum; the only way a rocket accelerates is by throwing mass backward, so we must track momentum of rocket + exhaust together.
Step 2 — Book-keep the mass. The rocket loses mass, so m → m + d m m \to m + dm m → m + d m with d m < 0 dm < 0 d m < 0 . The mass ejected is d m e j = − d m > 0 dm_{ej} = -dm > 0 d m e j = − d m > 0 .
Why this step? We must keep signs consistent: fuel leaving the rocket = mass gained by exhaust.
Step 3 — Conserve momentum. No external force ⇒ total momentum before = after.
m v ⏟ before = ( m + d m ) ( v + d v ) ⏟ rocket after + ( − d m ) ( v − u ) ⏟ exhaust \underbrace{mv}_{\text{before}} = \underbrace{(m+dm)(v+dv)}_{\text{rocket after}} + \underbrace{(-dm)\,(v-u)}_{\text{exhaust}} before m v = rocket after ( m + d m ) ( v + d v ) + exhaust ( − d m ) ( v − u )
Why this step? The exhaust moves at v − u v-u v − u in the ground frame (rocket velocity minus relative ejection speed).
Step 4 — Expand and drop the tiny product d m d v dm\,dv d m d v .
m v = m v + m d v + v d m − v d m + u d m mv = mv + m\,dv + v\,dm - v\,dm + u\,dm m v = m v + m d v + v d m − v d m + u d m
0 = m d v + u d m 0 = m\,dv + u\,dm 0 = m d v + u d m
Why this step? d m d v dm\,dv d m d v is a product of two infinitesimals — negligible. The v d m v\,dm v d m terms cancel, leaving the clean core.
Step 5 — Separate and integrate.
d v = − u d m m ⇒ ∫ 0 Δ v d v = − u ∫ m 0 m f d m m dv = -u\,\frac{dm}{m} \quad\Rightarrow\quad \int_0^{\Delta v} dv = -u \int_{m_0}^{m_f}\frac{dm}{m} d v = − u m d m ⇒ ∫ 0 Δ v d v = − u ∫ m 0 m f m d m
Δ v = u ln m 0 m f = u ln R \boxed{\;\Delta v = u\,\ln\!\frac{m_0}{m_f} = u\,\ln R\;} Δ v = u ln m f m 0 = u ln R
Why this step? ∫ d m / m = ln m \int dm/m = \ln m ∫ d m / m = ln m . The limits flip the sign, turning ln ( m f / m 0 ) \ln(m_f/m_0) ln ( m f / m 0 ) into + ln ( m 0 / m f ) +\ln(m_0/m_f) + ln ( m 0 / m f ) .
This is the Tsiolkovsky rocket equation . The mass ratio sits inside a logarithm , and u = I s p g 0 u=I_{sp}\,g_0 u = I s p g 0 links it to specific impulse.
Because Δ v = u ln R \Delta v = u\ln R Δ v = u ln R , invert it:
R = e Δ v / u . R = e^{\Delta v / u}. R = e Δ v / u .
Intuition The exponential wall
To add Δ v \Delta v Δ v equal to your exhaust speed u u u , you need R = e ≈ 2.72 R=e\approx 2.72 R = e ≈ 2.72 — nearly three-quarters of the rocket must be fuel. For Δ v = 2 u \Delta v = 2u Δ v = 2 u , R = e 2 ≈ 7.4 R=e^2\approx 7.4 R = e 2 ≈ 7.4 (87% fuel). For Δ v = 3 u \Delta v = 3u Δ v = 3 u , R ≈ 20 R\approx 20 R ≈ 20 (95% fuel). Each extra "u u u " of speed multiplies the fuel demand.
Worked example Example 1 — Reaching low Earth orbit
Need Δ v ≈ 9.4 km/s \Delta v \approx 9.4\ \text{km/s} Δ v ≈ 9.4 km/s (incl. gravity + drag losses). A good kerosene engine has u ≈ 3.0 km/s u \approx 3.0\ \text{km/s} u ≈ 3.0 km/s .
R = e 9.4 / 3.0 = e 3.13 ≈ 22.9 R = e^{9.4/3.0} = e^{3.13} \approx 22.9 R = e 9.4/3.0 = e 3.13 ≈ 22.9
Why this step? Directly invert Tsiolkovsky. So m 0 = 22.9 m f m_0 = 22.9\,m_f m 0 = 22.9 m f : only about 1 / 22.9 ≈ 4.4 % 1/22.9 \approx 4.4\% 1/22.9 ≈ 4.4% of liftoff mass survives to orbit. This is why single-stage-to-orbit is nearly impossible — structures can't be that light.
Worked example Example 2 — Effect of doubling exhaust speed
Same mission Δ v = 9.4 \Delta v = 9.4 Δ v = 9.4 km/s, but with hydrogen engine u = 4.4 u = 4.4 u = 4.4 km/s.
R = e 9.4 / 4.4 = e 2.14 ≈ 8.5 R = e^{9.4/4.4} = e^{2.14} \approx 8.5 R = e 9.4/4.4 = e 2.14 ≈ 8.5
Why this step? Larger u u u shrinks the exponent. Dry-mass fraction jumps from 4.4% to 1 / 8.5 ≈ 11.8 % 1/8.5 \approx 11.8\% 1/8.5 ≈ 11.8% — almost triple . A modest 47% gain in u u u nearly tripled useful mass, because R R R is exponential in 1 / u 1/u 1/ u .
Worked example Example 3 — How much fuel for a 500 kg dry rocket to gain 5 km/s (
u = 3 u=3 u = 3 km/s)?
R = e 5 / 3 = 5.29 , m 0 = R m f = 5.29 × 500 = 2646 kg R = e^{5/3} = 5.29,\quad m_0 = R\,m_f = 5.29\times 500 = 2646\ \text{kg} R = e 5/3 = 5.29 , m 0 = R m f = 5.29 × 500 = 2646 kg
m p = m 0 − m f = 2146 kg . m_p = m_0 - m_f = 2146\ \text{kg}. m p = m 0 − m f = 2146 kg .
Why this step? m f m_f m f is fixed (dry mass), so m 0 m_0 m 0 follows from R R R ; fuel is the difference. You carry 4.3 kg of fuel per kg of dry rocket .
Common mistake "Twice the fuel ⇒ twice the speed."
Why it feels right: In everyday life, adding twice the effort usually gives twice the result (linear intuition).
Why it's wrong: Δ v = u ln R \Delta v = u\ln R Δ v = u ln R . Doubling fuel roughly doubles R R R , but ln ( 2 R ) = ln R + ln 2 \ln(2R) = \ln R + \ln 2 ln ( 2 R ) = ln R + ln 2 — you only add u ln 2 ≈ 0.69 u u\ln2 \approx 0.69\,u u ln 2 ≈ 0.69 u , a fixed small bonus, not double. Speed grows with the log, so returns diminish hard.
Fix: Think exponential: to add speed you multiply fuel.
Common mistake "Use ground-frame exhaust velocity in the equation."
Why it feels right: All other physics uses the ground frame.
Why it's wrong: u u u in Δ v = u ln R \Delta v = u\ln R Δ v = u ln R is the exhaust speed relative to the rocket (v e x v_{ex} v e x ), which is what the engine actually controls. Using ground-frame v − u v-u v − u breaks the derivation.
Fix: Always plug in v e x = u = I s p g 0 v_{ex}=u=I_{sp}g_0 v e x = u = I s p g 0 , the relative exhaust speed.
Common mistake "Mass ratio can be increased freely to get any speed."
Why it feels right: R → ∞ R\to\infty R → ∞ gives Δ v → ∞ \Delta v\to\infty Δ v → ∞ mathematically.
Fix: Real structures/tanks have mass, so m f m_f m f can't shrink below a floor (~5–10% of m 0 m_0 m 0 ). This caps a single stage near Δ v ≈ u ln ( 10 ) ≈ 2.3 u \Delta v \approx u\ln(10)\approx 2.3u Δ v ≈ u ln ( 10 ) ≈ 2.3 u . That structural limit is why we stage rockets .
Recall Flip me: What is
Δ v \Delta v Δ v in terms of R R R and u u u ? What if R = e R=e R = e ?
Δ v = u ln R \Delta v = u\ln R Δ v = u ln R . If R = e R=e R = e , then Δ v = u \Delta v = u Δ v = u (one exhaust-speed of gain, ~63% fuel).
Recall Feynman — explain to a 12-year-old
Imagine you're on a skateboard holding a big pile of heavy balls. Every time you throw a ball backward, you scoot forward a little. If you want to go really fast, you need to throw lots of balls. But here's the catch: while you're still holding a huge pile, the balls you throw also have to push all the other balls you haven't thrown yet — that's heavy! So to double your speed, you don't need twice as many balls, you need many, many times more. A rocket is a skateboarder throwing hot gas balls, and that's why rockets are almost entirely fuel — the pile you throw at the end had to be dragged along the whole time.
"Log to go, exp to stow." Speed is the log of the mass ratio; the fuel you must stow grows exp onentially with the speed you want.
Define mass ratio R R R . R = m 0 / m f R = m_0/m_f R = m 0 / m f = wet mass over dry mass; always
> 1 >1 > 1 .
Rocket equation in terms of mass ratio. Δ v = u ln ( m 0 / m f ) = u ln R \Delta v = u\ln(m_0/m_f) = u\ln R Δ v = u ln ( m 0 / m f ) = u ln R .
Why does m 0 / m f m_0/m_f m 0 / m f sit inside a logarithm? Because
d v = − u d m / m dv = -u\,dm/m d v = − u d m / m integrates to
ln \ln ln , from momentum conservation.
Invert the rocket equation for R R R . R = e Δ v / u R = e^{\Delta v/u} R = e Δ v / u .
Propellant fraction in terms of R R R . ζ = 1 − 1 / R \zeta = 1 - 1/R ζ = 1 − 1/ R .
For Δ v = u \Delta v = u Δ v = u , what is R R R and fuel %? R = e ≈ 2.72 R=e\approx 2.72 R = e ≈ 2.72 ; ~63% of mass is fuel.
Why can't a single stage reach orbit? Structures need
m f ≳ 5 % m 0 m_f \gtrsim 5\%\,m_0 m f ≳ 5% m 0 , capping
R ≈ 20 R\approx 20 R ≈ 20 ; needed
R R R for LEO exceeds practical structural limits.
What velocity is u u u measured relative to? The rocket itself (exhaust speed relative to rocket),
u = v e x = I s p g 0 u=v_{ex}=I_{sp}g_0 u = v e x = I s p g 0 .
Effect of doubling fuel on Δ v \Delta v Δ v ? Adds only
u ln 2 ≈ 0.69 u u\ln 2\approx 0.69u u ln 2 ≈ 0.69 u , not double — diminishing returns.
Two ways to raise Δ v \Delta v Δ v without huge R R R ? Increase exhaust speed
u u u (better
I s p I_{sp} I s p ), or use multiple stages.
Tsiolkovsky Rocket Equation — the parent formula this note dissects.
Specific Impulse Isp — sets u = I s p g 0 u = I_{sp}g_0 u = I s p g 0 , the multiplier on ln R \ln R ln R .
Multistage Rockets — the engineering answer to the exponential wall.
Conservation of Momentum — first principle the derivation rests on.
Delta-v Budget — how mission Δ v \Delta v Δ v requirements convert to required R R R .
Exhaust Velocity and Thrust — where u u u physically comes from.
Momentum conservation, no external force
Tsiolkovsky equation Δv = u ln R
Intuition Hinglish mein samjho
Dekho, rocket ka poora khel ek hi equation par tika hai: Δ v = u ln ( m 0 / m f ) \Delta v = u\ln(m_0/m_f) Δ v = u ln ( m 0 / m f ) . Yaha m 0 m_0 m 0 hai rocket ka full-fuel wala (wet) mass aur m f m_f m f hai fuel khatam hone ke baad ka (dry) mass. Sabse important baat — speed gain us mass ratio ke logarithm par depend karta hai, seedha proportional nahi. Isiliye zyada fast jaana hai to fuel ko exponentially zyada le jaana padta hai. Yahi reason hai ki rocket ka 85–95% weight sirf fuel hota hai.
Derivation simple hai: deep space me koi external force nahi, to momentum conserve hota hai. Rocket thoda mass d m dm d m peechhe u u u speed se phekta hai, isse aage push milta hai. Momentum equation solve karo, chhote-chhote infinitesimal product (d m d v dm\,dv d m d v ) ignore karo, aur milega d v = − u d m / m dv = -u\,dm/m d v = − u d m / m . Isko integrate karo to ln \ln ln aa jaata hai — bas yahi se mass ratio andar aa jaata hai.
Ab feel karo exponential wall: agar Δ v = u \Delta v = u Δ v = u chahiye to R = e ≈ 2.72 R = e \approx 2.72 R = e ≈ 2.72 , matlab ~63% fuel. Δ v = 2 u \Delta v = 2u Δ v = 2 u ke liye R ≈ 7.4 R \approx 7.4 R ≈ 7.4 (87% fuel), aur 3 u 3u 3 u ke liye R ≈ 20 R \approx 20 R ≈ 20 (95% fuel!). Har extra u u u speed ke liye fuel multiply hota jaata hai. LEO ke liye Δ v ≈ 9.4 \Delta v \approx 9.4 Δ v ≈ 9.4 km/s chahiye, aur u ≈ 3 u \approx 3 u ≈ 3 km/s ke saath R ≈ 23 R \approx 23 R ≈ 23 — matlab sirf 4% mass orbit tak pahunchti hai. Structure itna halka banana impossible hai, isiliye hum multi-stage rockets banate hain aur behtar u u u (high specific impulse) engine dhoondhte hain.
Ek common galti: "double fuel = double speed" — ye galat hai. Double fuel sirf u ln 2 ≈ 0.69 u u\ln 2 \approx 0.69u u ln 2 ≈ 0.69 u add karta hai, kyunki speed log par chalti hai. Yaad rakho: speed ke liye log, fuel stow karne ke liye exp .