Hand Calculations logo Hand Calculations All help pages ▾

Geopotential Altitude⚠ unverified

Aerospace / Atmosphere · Compute geopotential altitude from geometric altitude

Parameters

InputSymbolUnitDefaultDescription
hhm1.0Geometric altitude above sea level
OutputSymbolUnitDescription
resultHmGeopotential altitude, in metres (m)

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The definition is an energy equivalence. Define geopotential $\Phi$ as the work per unit mass done against gravity in climbing from sea level to geometric altitude $h$:

$$\Phi(h) = \int_0^h g(z)\,dz.$$

Now define geopotential altitude $H$ as the height that would produce that same potential under a constant $g_0$:

$$g_0 H \equiv \Phi(h) = \int_0^h g(z)\,dz \quad\Longrightarrow\quad H = \frac{1}{g_0}\int_0^h g(z)\,dz.$$

This is the whole idea; the rest is evaluating the integral. By Newton's law of gravitation (see Gravitational Force), outside the Earth the acceleration falls with the inverse square of distance from the centre. Writing it in terms of altitude above the surface,

$$g(z) = g_0\left(\frac{R}{R+z}\right)^2.$$

Substitute and pull the constants out:

$$H = \frac{1}{g_0}\int_0^h g_0 \frac{R^2}{(R+z)^2}\,dz = R^2\int_0^h \frac{dz}{(R+z)^2}.$$

$g_0$ cancels — the result depends only on geometry, not on the strength of gravity. The integral is elementary; with $u = R+z$, $\int u^{-2}du = -u^{-1}$:

$$H = R^2\left[-\frac{1}{R+z}\right]_0^h = R^2\left(\frac{1}{R} - \frac{1}{R+h}\right) = R^2\cdot\frac{(R+h) - R}{R(R+h)} = R^2\cdot\frac{h}{R(R+h)}.$$

Cancelling one factor of $R$:

$$H = \frac{R h}{R + h}. \qquad\blacksquare$$

Sanity checks. As $h \to 0$, $H \to 0$ ✓. For $h \ll R$ (all of aeronautics), expand:

$$H = \frac{h}{1 + h/R} \approx h\left(1 - \frac{h}{R}\right) = h - \frac{h^2}{R},$$

so the deficit grows quadratically: at $h = 11\ \text{km}$, $h^2/R = 11000^2/6.371\times10^6 = 19.0\ \text{m}$ — matching the exact value above. As $h \to \infty$, $H \to R$: even an infinitely distant mass has finite potential energy relative to the surface, capped at $g_0 R$ — the same finiteness that makes Escape Velocity a finite number rather than infinite.

Dimensional check. $Rh/(R+h) = (\text{m}\times\text{m})/\text{m} = \text{m}$ ✓ — a length, as required, even though what it really encodes is energy per unit weight.

History and Development

Related Concepts: ISA Temperature, ISA Pressure, ISA Density, Stratospheric Temperature, Pressure Altitude, Density Altitude, Gravitational Force, Escape Velocity

Notes: $R$ hard-coded at $6{,}371{,}000\ \text{m}$ (mean radius); the ISA standard specifies the effective $r_0 = 6{,}356{,}766\ \text{m}$ — difference is 0.04 m at 11 km, negligible. $H < h$ always; deficit grows as $h^2/R$ (19 m at 11 km, 160 m at 32 km). ISA layer boundaries (11/20/32 km) are defined in geopotential. $g_0$ cancels in the derivation — the result is pure geometry. Default $h = 1.0\ \text{m}$ is a placeholder.

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