Hand Calculations logo Hand Calculations All help pages ▾

Propellant Mass Fraction⚠ unverified

Aerospace / Propulsion · Compute the propellant mass fraction of a vehicle

Parameters

InputSymbolUnitDefaultDescription
m_propmpropkg1.0Propellant mass
m_totalmtotalkg1.0Total (wet) vehicle mass
OutputSymbolUnitDescription
resultζPropellant mass fraction, dimensionless. Returns 0.0 when ``m_total`` is not positive

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

This quantity is a definition rather than a derived law, but its power comes from how it threads into the rocket equation. Start from the definition and the mass bookkeeping. The total (wet) mass splits into propellant plus everything else (the "inert" or structural-plus-payload mass $m_f$):

$$m_{total} = m_0 = m_{prop} + m_f \quad\Longrightarrow\quad \zeta = \frac{m_{prop}}{m_0} = \frac{m_0 - m_f}{m_0} = 1 - \frac{m_f}{m_0}.$$

Inverting for the mass ratio that the Tsiolkovsky equation actually needs:

$$\frac{m_0}{m_f} = \frac{1}{1 - \zeta} \quad\Longrightarrow\quad \Delta v = I_{sp}\,g_0 \ln\frac{1}{1 - \zeta}. \qquad\blacksquare$$

A closely related bookkeeping figure is the structural coefficient $\varepsilon = m_{struct}/(m_{struct} + m_{prop})$, which isolates structure from payload; a stage with low $\varepsilon$ (light structure) can carry more payload for the same $\zeta$. Engineers juggle $\zeta$, $\varepsilon$, and $I_{sp}$ to close a mission's $\Delta v$ budget.

Dimensional check. $\zeta = m_{prop}/m_{total} = \text{kg}/\text{kg} = \text{(–)}$, a pure ratio bounded by $0$ and $1$. $\checkmark$

History and Development

Related Concepts: Ideal Delta-V Tsiolkovsky, Specific Impulse, Thrust-to-Weight Ratio, Rocket Nozzle Thrust, Range Breguet

Notes: Registry calculator propellant-mass-fraction (unverified). Dimensionless, $0<\zeta<1$. Default $m_{prop}=m_{total}=1.0$ gives the degenerate $\zeta=1$ (no structure). Mass ratio $m_0/m_f = 1/(1-\zeta)$ feeds the rocket equation. Distinct from the structural coefficient $\varepsilon$, which excludes payload.

← Back to the workspace  ·  All help pages  ·  Getting started