Hand Calculations logo Hand Calculations All help pages ▾

ISA Pressure✓ verified

Aerospace / Atmosphere · Standard-atmosphere static pressure at altitude

Parameters

InputSymbolUnitDefaultDescription
hhm0.0Geometric altitude
OutputSymbolUnitDescription
PPPaStatic pressure

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

Start with hydrostatic balance. Take a thin horizontal slab of air of thickness $dh$ and unit area. Three forces act vertically: pressure $P$ pushing up from below, pressure $P + dP$ pushing down from above, and the slab's weight $\rho g\,dh$. In equilibrium the sum vanishes:

$$P - (P + dP) - \rho g\,dh = 0 \quad\Longrightarrow\quad \boxed{\;\frac{dP}{dh} = -\rho g\;}$$

This says only that pressure falls with height at a rate set by the local air density — the fundamental statement of an atmosphere at rest.

Now eliminate $\rho$ with the ideal gas law in specific form, $P = \rho R T$, so $\rho = P/(RT)$:

$$\frac{dP}{dh} = -\frac{P g}{R T}.$$

Separate variables:

$$\frac{dP}{P} = -\frac{g}{R}\,\frac{dh}{T}.$$

We cannot integrate the right side until we know $T(h)$ — this is precisely why the ISA must define a temperature profile before pressure can be found. Insert the ISA troposphere assumption $T = T_0 - L h$. Change the variable of integration from $h$ to $T$: since $dT = -L\,dh$, we have $dh = -dT/L$, giving

$$\frac{dP}{P} = -\frac{g}{R}\cdot\frac{1}{T}\cdot\left(-\frac{dT}{L}\right) = \frac{g}{LR}\,\frac{dT}{T}.$$

Both sides are now exact differentials of logarithms. Integrate from the sea-level datum $(P_0, T_0)$ to the state at altitude $(P, T)$:

$$\int_{P_0}^{P} \frac{dP'}{P'} = \frac{g}{LR}\int_{T_0}^{T} \frac{dT'}{T'} \quad\Longrightarrow\quad \ln\frac{P}{P_0} = \frac{g}{LR}\,\ln\frac{T}{T_0}.$$

Exponentiating both sides yields the power law:

$$P = P_0 \left(\frac{T}{T_0}\right)^{g/(LR)}.$$

Substituting $T = T_0 - Lh$ gives the explicit form in altitude, $P = P_0\left(1 - \tfrac{Lh}{T_0}\right)^{5.2559}$.

The isothermal branch. Above the tropopause $L = 0$, the change of variable above divides by zero and the derivation must restart. With $T = T_1 = 216.65\ \text{K}$ constant, $\int dh/T = h/T_1$ integrates directly:

$$\ln\frac{P}{P_1} = -\frac{g}{R T_1}(h - h_1) \quad\Longrightarrow\quad P = P_1\,\exp\!\left[-\frac{g\,(h - h_1)}{R T_1}\right].$$

The scale height $H = RT_1/g = 287.05 \times 216.65 / 9.80665 = 6341.6\ \text{m}$ — the height over which pressure falls by a factor of $e$. Its reciprocal is $1.5769\times10^{-4}\ \text{m}^{-1}$, which is exactly the $0.0001577$ constant in the implementation's stratosphere branch, and $P_1 = 22{,}632\ \text{Pa}$ is the troposphere formula evaluated at 11 km. The two branches meet continuously at the tropopause.

Dimensional check. The exponent must be dimensionless for the power law to make sense: $$\frac{g}{LR} = \frac{\text{m}/\text{s}^2}{(\text{K}/\text{m})\times \text{J}/(\text{kg}\cdot\text{K})} = \frac{\text{m}/\text{s}^2}{\text{J}/(\text{kg}\cdot\text{m})} = \frac{\text{m}/\text{s}^2}{\text{m}/\text{s}^2} = 1. \checkmark$$ (using $\text{J} = \text{kg}\cdot\text{m}^2/\text{s}^2$). The ratio $T/T_0$ is dimensionless, so $P$ carries the units of $P_0$, namely Pa.

History and Development

Related Concepts: ISA Temperature, ISA Density, Pressure Altitude, Density Altitude, Geopotential Altitude, Stratospheric Temperature, Bernoulli Total Pressure, Dynamic Pressure, Ideal Gas Kinetic Theory

Notes: Only $h$ is an input; $P_0$, $T_0$, $L$, $g$, $R$ are hard-coded, and $T$ is computed internally from $h$ (not an input). Displayed equation is the troposphere branch only — above 11 km the implementation uses the isothermal exponential $P = 22{,}632\,e^{-0.0001577(h-11000)}$ (scale height $6341.6\ \text{m}$). Exponent rounded $5.256$ vs exact $5.2559$ ($0.44\ \text{Pa}$ at 11 km, negligible). Requires geopotential altitude — see Geopotential Altitude.

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