Longitudinal Trim Moment⚠ unverified
Aerospace / Stability · Pitching-moment coefficient at trim angle of attack
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| Cm0 | Cm0 | — | 0.05 | Zero-alpha moment coeff |
| Cm_alpha | Cma | — | -0.5 | Moment-curve slope |
| alpha_trim | αt | rad | 0.05 | Trim angle of attack |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| cm | Cm | — | Pitching-moment coeff |
The science & history
Understanding the Parameters
-
What trim means — an aircraft is trimmed when all its moments cancel and it needs no control input to hold attitude. For pitch, that means the total pitching-moment coefficient is zero. The trim angle of attack is where the aircraft flies if left alone, and the pilot's trim tab or stabiliser setting adjusts $C_{m0}$ to move it to the desired flight condition (speed).
-
$C_{m0}$ — the zero-$\alpha$ moment — the pitching moment when the wing is at zero angle of attack, set by camber, the tail incidence, and control-surface settings. For a stable, trimmable aircraft $C_{m0}$ must be positive (nose-up) so that, combined with a negative slope, the moment line crosses zero at a positive, flyable angle of attack. A cambered wing alone gives a negative $C_{m0}$, which is why a tail (or reflex, or sweep) is needed to make the whole aircraft trimmable.
-
$C_{m\alpha}$ — the slope, and the stability link — this is the moment-curve slope, $dC_m/d\alpha$, which must be negative for static stability (see Static Margin, where $C_{m\alpha} = -C_{L\alpha}\,SM$). It does double duty: its sign determines stability, and here its value sets the trim angle.
-
Why trim needs both a stable slope and the right intercept — trimmability and stability are separate requirements. Stability needs $C_{m\alpha} < 0$ (restoring). Trim at a useful angle needs $C_{m0} > 0$ (nose-up bias). An aircraft can be stable but untrimmable (crosses zero at a negative $\alpha$), or trimmable but unstable. A good design has both — a negative slope and a positive intercept — so the lines cross at a positive, controllable trim angle.
-
Moving the trim point — changing $C_{m0}$ (via elevator/stabiliser trim, see Control Power Cm Delta) slides the whole moment line up or down, shifting $\alpha_{trim}$ and hence the trim airspeed. This is physically how a pilot "trims for speed": the trim wheel resets $C_{m0}$ until the aircraft holds the desired angle of attack with no stick force.
Derivation (Approaching a Proof)
Model the aircraft's pitching-moment coefficient about its CG as a linear function of angle of attack — the standard small-angle representation:
$$C_m(\alpha) = C_{m0} + C_{m\alpha}\,\alpha,$$
where $C_{m0}$ is the intercept (moment at $\alpha = 0$) and $C_{m\alpha} = dC_m/d\alpha$ is the slope. Trim is by definition the state of zero net pitching moment — the aircraft is in rotational equilibrium about the pitch axis (Newton's second law for rotation, Torque, with zero angular acceleration):
$$C_m(\alpha_{trim}) = 0.$$
Substitute the linear model and solve:
$$C_{m0} + C_{m\alpha}\,\alpha_{trim} = 0 \quad\Longrightarrow\quad \alpha_{trim} = -\frac{C_{m0}}{C_{m\alpha}}. \qquad\blacksquare$$
This is what the calculator returns. The registry's displayed equation, $C_m = C_{m0} + C_{m\alpha}\alpha_t$, is the model itself evaluated at some angle $\alpha_t$ — the left-hand side before setting it to zero — not the solved trim angle. The two are inverse operations on the same linear relation: one gives moment from angle, the other gives the (trim) angle from the requirement of zero moment.
For the result to be a positive, flyable trim angle, the signs must cooperate: with $C_{m\alpha} < 0$ (stable), a positive $\alpha_{trim}$ requires $C_{m0} > 0$. The defaults ($C_{m0} = +0.05$, $C_{m\alpha} = -0.5$) give $\alpha_{trim} = +0.1\ \text{rad}$, a sensible small positive angle.
Dimensional check. $C_{m0}$ is dimensionless and $C_{m\alpha}$ is per radian, so $-C_{m0}/C_{m\alpha} = \dfrac{\text{(–)}}{\text{1/rad}} = \text{rad}$ ✓ — an angle, confirming the output is $\alpha_{trim}$, not a (dimensionless) moment coefficient.
History and Development
-
The trimmed aeroplane. The requirement that a flyable aircraft balance its moments at a useful angle of attack was one of the first lessons of practical flight — an untrimmable configuration is unflyable. George Cayley's recognition (early 1800s) that a tail surface is needed to balance a cambered wing's nose-down moment is, in effect, the requirement that $C_{m0}$ be made positive.
-
The moment curve. Plotting $C_m$ against $\alpha$ became the standard diagnostic of longitudinal design: a line with negative slope (stable) crossing zero at a positive angle (trimmable) is the target, and its slope and intercept map directly onto tail size, CG, and incidence. This $C_m$–$\alpha$ diagram appears in every stability-and-control text (Perkins & Hage, Etkin, Nelson).
-
Trim and speed stability. Because resetting $C_{m0}$ changes the trim angle and hence the trim speed, the trim system is how pilots select and hold airspeed hands-off. The deep connection between the trim angle, the static margin, and stick-force-per-g underlies handling-qualities specifications (Cooper–Harper, MIL-STD-1797) used to certify how an aircraft "feels" to fly.
Related Concepts: Static Margin, Control Power Cm Delta, Moment Coefficient, Pitching Moment, Lift Curve Slope, Weathercock Stability
Notes: Registry mismatch: titled/labelled as a pitching moment $C_m$ (latex $C_m=C_{m0}+C_{m\alpha}\alpha$),
but the code returns the trim angle of attack $\alpha_{trim}=-C_{m0}/C_{m\alpha}$ (rad), with the alpha_trim
input unused. Trim = zero net pitching moment. Needs $C_{m\alpha}<0$ (stable) and $C_{m0}>0$ (nose-up) for
a positive trim angle. Defaults ⇒ $\alpha_{trim}=0.1$ rad $\approx5.7^\circ$ (latex would give $C_m=0.025$).