Modified: September 06, 2022
rocket equation
This page is from my personal notes, and has not been specifically reviewed for public consumption. It might be incomplete, wrong, outdated, or stupid. Caveat lector.Deriving here just for my own edification.
At each timestep a rocket ejects mass at velocity relative to its current reference frame. At step the rocket itself has mass and gains velocity . By conservation of momentum, we have
at each step, which we can rearrange to
where we substitute to indicate the change in the rocket's mass, which is simply the negative mass ejected.
Thus far we've considered changes over a unit-length timestep, implicitly using the equivalence for . Writing the timestep explicitly and letting (and similarly for ) we arrive at integrals over time
which we can simplify to integrals over velocity and mass, respectively,
and thus solve for the total change in velocity
which we write in stylized form as the rocket equation
This implies that
i.e., the required fuel-to-payload ratio grows exponentially in the required . Even if we allow extremely high fuel-to-payload ratios in the range of a million even up to a billion (!), this implies a limit on final velocity of any rocket capped at just 14-20 times its exhaust velocity.
This seems like a case against using chemical rockets. In fact, it's even more broadly a case against any rocket system that operates by ejecting a propellant, even if the energy to accelerate that propellant comes from some other source (solar, nuclear, etc). That said, one difference is the role of the exhaust velocity . As the equation shows, increasing exhaust velocity yields exponential returns in . Unfortunately this is generally not possible for chemical rockets, since a unit mass of fuel+oxidizer supplies a fixed and finite amount of energy, sufficient to accelerate itself to some fixed velocity but not to arbitrarily high velocities. However, using a separate energy source like a nuclear reactor does work around this and could in principle allow for higher exhaust velocities.
A nice twitter thread on why chemical rockets still have major advantages over the plausible alternatives in the near and medium-term: https://twitter.com/Robotbeat/status/1563749118526332929
Staging. One way to partially 'escape' the rocket equation is to use multi-stage rockets. Of course, fundamentally the multi-stage system is still subject to the rocket equation. But a finer-grained breakdown of the rocket mass,
reveals the role of the rocket structure (fuel tanks, engines, etc.), which in the naive calculation above was simply treated as part of the payload. But we don't necessarily need to accelerate the entire rocket up to final velocity; if we can drop pieces of the rocket as we go, then these terms effectively act more like fuel than like payload, which is incredibly valuable in practice.