Hand Calculations logo Hand Calculations All help pages ▾

Density Altitude✓ verified

Aerospace / Atmosphere · Density altitude from pressure and temperature

Parameters

InputSymbolUnitDefaultDescription
PPPa90000.0Static pressure
TTK280.0Temperature
OutputSymbolUnitDescription
hhdmDensity altitude

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

Start from the ISA density power law established in ISA Density:

$$\rho = \rho_0\left(1 - \frac{Lh}{T_0}\right)^{g/(LR)-1}, \qquad \frac{g}{LR}-1 = 4.2559.$$

Define the density ratio $\sigma \equiv \rho/\rho_0$, so

$$\sigma = \left(1 - \frac{Lh}{T_0}\right)^{4.2559}.$$

Solve for $h$, exactly as in Pressure Altitude but with the density exponent. Raise both sides to the reciprocal power $1/4.2559$:

$$\sigma^{1/4.2559} = 1 - \frac{Lh}{T_0} \quad\Longrightarrow\quad h_d = \frac{T_0}{L}\left(1 - \sigma^{1/4.2559}\right) = 44{,}330.8\left(1 - \sigma^{0.234969}\right).$$

This is already the answer — but $\sigma$ is not measurable. No instrument reads density. So the final step is to build $\sigma$ from the two things we can measure. By the ideal gas law $P = \rho R T$,

$$\rho = \frac{P}{R T} = \frac{P}{287.05\,T}, \qquad \sigma = \frac{\rho}{\rho_0} = \frac{P}{287.05\,T \times 1.225}.$$

Substituting gives the implemented form exactly:

$$h_d = 44{,}330.8\left(1 - \left(\frac{P}{287.05 \times 1.225\,T}\right)^{0.234969}\right). \qquad\blacksquare$$

The displayed equation's odd-looking denominator $287.05 \cdot 1.225 \cdot T$ is therefore not a fudge — it is $R\rho_0 T$, the ideal gas law and the density datum folded into one line.

Sanity checks. At standard sea level ($P = 101{,}325\ \text{Pa}$, $T = 288.15\ \text{K}$): $\rho = 101325/(287.05 \times 288.15) = 1.225$, so $\sigma = 1$, the bracket is $1 - 1 = 0$, and $h_d = 0$ ✓. Hold pressure at sea level but heat the air to $T = 313\ \text{K}$ ($40\ ^\circ\text{C}$): $\rho = 1.128$, $\sigma = 0.9209$, $\sigma^{0.234969} = 0.9808$, so $h_d \approx 851\ \text{m}$ — the aircraft performs as if at 850 m while sitting on a sea-level runway. That is the calculator earning its keep.

Why the exponent must be $1/4.2559$, not $1/5.2559$. The bracket is being raised to the reciprocal of the exponent in the law it inverts. Since density falls as the $4.2559$ power (and pressure as the $5.2559$ power), using $0.190263$ here would invert the wrong law, mis-scaling the ratio. The two exponents differ by 23 %, and the resulting $h_d$ error grows with departure from standard conditions — worst precisely when the answer matters most. This is the F24 bug.

Dimensional check. $$\frac{P}{R\rho_0 T} = \frac{\text{Pa}}{\dfrac{\text{J}}{\text{kg}\cdot\text{K}} \times \dfrac{\text{kg}}{\text{m}^3} \times \text{K}} = \frac{\text{Pa}}{\text{J}/\text{m}^3} = \frac{\text{Pa}}{\text{Pa}} = 1\ \checkmark$$ (using $\text{J}/\text{m}^3 = \text{N}\cdot\text{m}/\text{m}^3 = \text{N}/\text{m}^2 = \text{Pa}$). The bracket is dimensionless, so $h_d$ inherits the metres of $T_0/L$.

History and Development

Related Concepts: ISA Density, ISA Pressure, ISA Temperature, Pressure Altitude, Geopotential Altitude, Dynamic Pressure, Lift Force, Drag Force, Ideal Gas Kinetic Theory

Notes: Formula matches implementation. Exponent $0.234969 = 1/4.2559$ is the density exponent — an earlier version wrongly used the pressure exponent $0.190263 = 1/5.2559$ (bug F24, corrected; ~23 % error). The denominator $287.05 \cdot 1.225 \cdot T$ is $R\rho_0T$, so the inner fraction is the density ratio $\sigma$ via the ideal gas law. $44{,}330.8\ \text{m} = T_0/L$ (same artefact as Pressure Altitude). Constants hard-coded; only $P$, $T$ are inputs. Unlike pressure altitude, this uses temperature — the reason it, not $h_p$, predicts performance.

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