Rocket Equation — Variable Mass Problems

Rocket Equation — Variable Mass Problems

8 min read

Rockets are the canonical example of variable-mass mechanics — and they show why F=maF = ma alone is not enough. Once you understand Tsiolkovsky’s equation, you understand why getting to orbit is hard, why staged rockets exist, and why JEE Advanced loves this topic.

This isn’t directly in CBSE Class 11 syllabus but appears in NCERT exemplar problems and is high-value for JEE Advanced. Variable-mass questions are nearly free marks if you know the derivation; nearly impossible if you do not.


Why Newton’s Second Law Needs an Update

The standard form F=maF = ma assumes mass is constant. For a rocket, mass changes as fuel is ejected. The general form of Newton’s law is:

Fext=dpdtF_{ext} = \frac{dp}{dt}

Momentum, not mass times acceleration. When mass varies, this distinction matters.


Deriving the Rocket Equation

Consider a rocket of mass mm moving at velocity vv. In time dtdt, it ejects a small mass dmedm_e of exhaust at velocity uu relative to the rocket (so velocity vuv - u relative to the ground, with u>0u > 0 being the exhaust speed).

Initial momentum: pi=mvp_i = mv.

After ejection, rocket mass is mdmem - dm_e at velocity v+dvv + dv. Exhaust mass dmedm_e at velocity vuv - u.

Final momentum:

pf=(mdme)(v+dv)+dme(vu)p_f = (m - dm_e)(v + dv) + dm_e (v - u)

Expanding and ignoring dmedvdm_e \cdot dv (second order):

pf=mv+mdvvdme+vdmeudme=mv+mdvudmep_f = mv + m\, dv - v\, dm_e + v\, dm_e - u\, dm_e = mv + m\, dv - u\, dm_e

Change in momentum:

dp=mdvudmedp = m\, dv - u\, dm_e

If Fext=0F_{ext} = 0 (no gravity, drag, etc.), dp=0dp = 0:

mdv=udmem\, dv = u\, dm_e

Since the rocket loses mass at the rate at which exhaust is ejected, dme=dmdm_e = -dm (where mm is the rocket’s mass and decreases). So:

dv=udmmdv = -u \, \frac{dm}{m}

Integrating from m0m_0 (initial mass) to mm (final mass):

vv0=ulnm0mv - v_0 = u \ln\frac{m_0}{m}

This is the Tsiolkovsky rocket equation — the central result of variable-mass mechanics.


Including Gravity

If the rocket fires vertically against gravity, Fext=mgF_{ext} = -mg (downward). The equation becomes:

mdv=udmemgdtm\, dv = u\, dm_e - mg\, dt

Or:

dvdt=umdmdtg\frac{dv}{dt} = -\frac{u}{m}\frac{dm}{dt} - g

If the burn time is TT and exhaust is ejected at constant rate m˙=dm/dt\dot{m} = -dm/dt:

v(T)=ulnm0mfgTv(T) = u \ln\frac{m_0}{m_f} - gT

The gTgT term is the “gravity loss” — fuel burned to fight gravity instead of accelerating.


Key Quantities

Specific impulse Isp=u/gI_{sp} = u/g (in seconds) — characterises engine efficiency. Chemical rockets have Isp300450I_{sp} \approx 300-450 s. Ion engines reach 30003000 s but with very low thrust.

Mass ratio m0/mfm_0/m_f — fully fueled mass over empty mass. To reach orbital speed (~7.8 km/s) with chemical fuel (u4u \approx 4 km/s), you need:

m0/mf=e7800/4000=e1.957.0m_0/m_f = e^{7800/4000} = e^{1.95} \approx 7.0

So 86% of liftoff mass must be fuel — and that is for a single stage with no gravity loss.


Worked Example 1 (Easy)

A rocket has initial mass 10001000 kg including 800800 kg fuel. Exhaust speed u=2u = 2 km/s. In a horizontal frictionless plane (no gravity), what is the final velocity after all fuel is burnt?

v=uln(m0/mf)=2ln(1000/200)=2ln53.22km/sv = u \ln(m_0/m_f) = 2 \ln(1000/200) = 2 \ln 5 \approx 3.22 \, \text{km/s}

Worked Example 2 (Medium, JEE Main style)

A rocket of total mass 50005000 kg ejects gas at 10001000 kg/s with exhaust speed u=2u = 2 km/s. Find the thrust force and the initial acceleration.

Thrust: T=um˙=2000×1000=2×106T = u \cdot \dot{m} = 2000 \times 1000 = 2 \times 10^6 N.

Initial acceleration: a=T/m0g=2×106/500010=40010=390a = T/m_0 - g = 2 \times 10^6 / 5000 - 10 = 400 - 10 = 390 m/s2^2.


Worked Example 3 (Hard, JEE Advanced)

A rocket with m0=1000m_0 = 1000 kg, exhaust speed u=2u = 2 km/s, and burn rate m˙=10\dot{m} = 10 kg/s lifts off vertically. After 50 s, find its velocity. Take g=10g = 10 m/s2^2.

Mass after 50 s: mf=1000500=500m_f = 1000 - 500 = 500 kg.

v=uln(m0/mf)gT=2000ln25001386500=886m/sv = u\ln(m_0/m_f) - gT = 2000 \ln 2 - 500 \approx 1386 - 500 = 886 \, \text{m/s}

Why Multi-Stage Rockets

The mass ratio limit (m0/mf7m_0/m_f \approx 7 for chemical fuel) makes single-stage-to-orbit impossible. Multi-staging discards empty fuel tanks during flight, effectively chaining several rocket equations:

Δvtotal=iuiln(m0,i/mf,i)\Delta v_{total} = \sum_i u_i \ln(m_{0,i}/m_{f,i})

Each stage has a fresh mass ratio. This is why the Saturn V had three stages — and why SpaceX’s Falcon 9 still uses two.

JEE Advanced 2018 asked about the relative effectiveness of single-stage vs two-stage rockets given equal total fuel. Two-stage wins because the second stage doesn’t have to lift the first stage’s empty tank.


Common Mistakes

Mistake 1: Using F=maF = ma with constant mm — gives wrong thrust.

Mistake 2: Confusing exhaust speed (relative to rocket) with exhaust speed (relative to ground). The Tsiolkovsky equation uses relative-to-rocket.

Mistake 3: Forgetting gravity loss when the problem says “vertical takeoff”.

Mistake 4: Assuming fuel burns linearly with time — only true if m˙\dot{m} is constant.

Mistake 5: Mixing units — exhaust speed in km/s, mass in kg, time in seconds. Stick to SI units throughout.


Conveyor Belt and Falling Chain Variants

Variable-mass problems also appear in non-rocket contexts:

Sand falling on a conveyor belt — Sand drops at rate λ\lambda (kg/s) onto a belt moving at speed vv. The motor must supply force F=λvF = \lambda v to keep the belt moving. Work done by motor splits 50-50 between sand’s KE and heat from sand-belt friction.

Chain falling onto a table — A chain hangs above a table and falls. The force on the table equals the weight of chain already on the table plus the impulse from incoming chain: F=μgx+μv2F = \mu g x + \mu v^2 where μ\mu is mass per unit length and xx is length already piled.

These are JEE Advanced classics that use the same dp/dtdp/dt idea.


Practice Questions

Q1. A rocket exhausts fuel at 33 km/s. To reach 99 km/s in space, what mass ratio is needed?

m0/mf=e9/3=e320m_0/m_f = e^{9/3} = e^3 \approx 20.

Q2. A rocket of mass 20002000 kg burns fuel at 2020 kg/s with u=1.5u = 1.5 km/s. Find the thrust.

Thrust =um˙=1500×20=30000= u\dot{m} = 1500 \times 20 = 30000 N =30= 30 kN.

Q3. Why is liquid hydrogen preferred as rocket fuel despite its low density?

High exhaust speed (u4.4u \approx 4.4 km/s) gives the best IspI_{sp}. The low density forces large tanks, but the velocity gain is worth it.

Q4. Sand falls onto a belt at 55 kg/s. The belt moves at 22 m/s. What power does the motor supply?

P=Fv=(λv)v=5×22=20P = F v = (\lambda v) v = 5 \times 2^2 = 20 W. Half goes to sand’s KE, half to heat.

Q5. A rocket fires vertically with u=2u = 2 km/s. After 30 s, half the initial mass has been ejected. Find velocity (g=10g = 10).

v=2000ln210×30=1386300=1086v = 2000 \ln 2 - 10 \times 30 = 1386 - 300 = 1086 m/s.

Q6. A water tank ejects water from a hole at 55 m/s. The tank has mass 1010 kg and ejects 11 kg/s. Find initial thrust.

Thrust =um˙=5×1=5= u\dot{m} = 5 \times 1 = 5 N.

Q7. Why can’t a rocket exceed its exhaust speed?

False — it can. From Tsiolkovsky, v=uln(m0/mf)v = u \ln(m_0/m_f), and ln(m0/mf)>1\ln(m_0/m_f) > 1 when m0/mf>e2.72m_0/m_f > e \approx 2.72. So with mass ratio above ee, the rocket exceeds exhaust speed.

Q8. A 1 kg/s chain falls vertically and lands on a scale. The end of the chain has fallen 55 m before hitting. What does the scale read?

Speed at landing v=2gh=100=10v = \sqrt{2gh} = \sqrt{100} = 10 m/s. Force from impact =m˙v=1×10=10= \dot{m} v = 1 \times 10 = 10 N. Plus weight of chain already on scale.


FAQs

Why is the rocket equation logarithmic? Because each kg of exhaust pushes the remaining rocket, which is lighter than the original. Diminishing returns lead to the logarithm.

Can a rocket work in vacuum? Yes, and better than in atmosphere. Air resistance is the only thing reducing efficiency on Earth.

Is the rocket equation relativistic? A relativistic version exists for fuel ejected near the speed of light. For chemical rockets (ucu \ll c), the classical version is exact.

What is delta-v budget? The total Δv\Delta v a mission requires — sum of all required velocity changes (launch, transfer, landing). Mission designers sum required Δv\Delta v, then size the rocket.

Why doesn’t F=maF = ma work for rockets? Mass is changing. Use F=dp/dtF = dp/dt to handle variable mass correctly.

What is the Oberth effect? Burning fuel at high speed (e.g., near periapsis of an orbit) gives more Δv\Delta v than burning at low speed, because kinetic energy goes as v2v^2.