Hand Calculations logo Hand Calculations All help pages ▾

Longitudinal Trim Moment⚠ unverified

Aerospace / Stability · Pitching-moment coefficient at trim angle of attack

Parameters

InputSymbolUnitDefaultDescription
Cm0Cm00.05Zero-alpha moment coeff
Cm_alphaCma-0.5Moment-curve slope
alpha_trimαtrad0.05Trim angle of attack
OutputSymbolUnitDescription
cmCmPitching-moment coeff

The science & history

Understanding the Parameters

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

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$).

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