Sideslip Due To Rudder⚠ unverified
Aerospace / Controls · Compute the sideslip angle produced by a rudder deflection
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| Cy_delta_r | Cydeltar | — | 1.0 | Side-force derivative with respect to rudder deflection, per radian |
| delta_r | Δr | rad | 1.0 | Rudder deflection |
| Cy_beta | Cy_β | — | 1.0 | Side-force derivative with respect to sideslip angle, per radian |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| result | β | rad | Sideslip angle, in radians (rad). Returns 0.0 when ``Cy_beta`` is zero |
The science & history
Understanding the Parameters
-
Sideslip $\beta$ — the angle between the aircraft's nose (its plane of symmetry) and the relative wind, in the horizontal plane. In coordinated flight $\beta = 0$; holding rudder deliberately creates a steady, nonzero $\beta$ — the aircraft flies slightly sideways, "crabbed."
-
The side-force balance — rudder deflection generates a side force $C_{y\delta_r}\delta_r$ (from the tail). The aircraft accelerates sideways and starts to sideslip; as $\beta$ grows, the whole airframe develops an opposing side force $C_{y\beta}\beta$ (dominated by the fin — the same weathervane effect as directional stability). Equilibrium is where the two cancel, giving the steady $\beta$.
-
Why the minus sign — $C_{y\beta}$ is negative (a positive sideslip produces a negative, restoring side force) and $C_{y\delta_r}$ is typically positive, so the ratio with the leading minus yields a sideslip in the sense the rudder commands. The formula's job is to get that sign and magnitude right.
-
The crosswind-landing use — the steady-heading (wing-low) sideslip is exactly this: hold top rudder to keep the nose aligned with the runway while banking into the wind, flying a controlled sideslip so the aircraft tracks the centreline despite the crosswind. The rudder sets the sideslip; the ailerons set the bank that keeps the ground track straight.
-
Not the whole trim — this is only the side-force equilibrium. A genuinely trimmed steady sideslip also needs the yawing moments (rudder vs directional stability, Rudder Yaw Rate Coeff) and rolling moments (dihedral effect vs aileron) to balance — which is why a sustained sideslip needs coordinated aileron and rudder, not rudder alone. This calculator captures the primary side-force part.
Derivation (Approaching a Proof)
Consider the aircraft's side-force (y-axis) equilibrium in a steady, straight sideslip. The total side-force coefficient is the sum of the sideslip contribution and the rudder contribution (to first order, linear):
$$C_y = C_{y\beta}\,\beta + C_{y\delta_r}\,\delta_r.$$
In a steady straight-line sideslip with no net lateral acceleration, the side forces must balance, so the net side-force coefficient is zero:
$$C_y = 0 \quad\Longrightarrow\quad C_{y\beta}\,\beta + C_{y\delta_r}\,\delta_r = 0.$$
Solve for the sideslip angle:
$$\beta = -\frac{C_{y\delta_r}\,\delta_r}{C_{y\beta}}. \qquad\blacksquare$$
The reading is intuitive: the sideslip grows until the airframe's weathervane side force ($C_{y\beta}\beta$) exactly opposes the rudder-induced side force ($C_{y\delta_r}\delta_r$). A stronger directional response (larger $|C_{y\beta}|$) yields less sideslip for the same rudder — a stiff weathervane resists being pushed off the wind. Returning 0 when $C_{y\beta}=0$ reflects the degenerate case of no restoring side force (no equilibrium).
Dimensional check. $C_{y\delta_r}\delta_r$ is (1/rad)(rad) = dimensionless, and dividing by $C_{y\beta}$ (1/rad) gives radians ✓ — a sideslip angle.
History and Development
-
The sideslip manoeuvre. Deliberate sideslipping is as old as controlled flight — used to lose altitude rapidly (the forward slip, before flaps) and, essentially, to land in crosswinds. The steady-heading sideslip is a standard airmanship technique taught to every pilot.
-
Directional derivatives. The side-force derivatives $C_{y\beta}$ and $C_{y\delta_r}$ are part of the lateral-directional stability-derivative set (Etkin, Nelson) measured in the wind tunnel and flight test; this balance is one of the classic "steady-state trim" solutions of that framework, alongside the yaw- and roll-moment balances.
-
Crosswind certification. An aircraft's demonstrated crosswind component depends on having enough rudder (and aileron) authority to hold the required sideslip without running out of control travel — the practical limit this relation, together with rudder authority (Rudder Yaw Rate Coeff), sets. It is a certification and operational number on every type.
Related Concepts: Rudder Yaw Rate Coeff, Weathercock Stability, Dihedral Effect, Dutch Roll Damping, Aileron Roll Rate
Notes: Steady side-force balance — sideslip grows until the airframe's weathervane side force $C_{y\beta}\beta$ cancels the rudder side force $C_{y\delta_r}\delta_r$. Stiffer directional response (larger $|C_{y\beta}|$) ⇒ less sideslip per rudder. This is the steady-heading (crosswind) sideslip. Only the side-force part — a full trim also balances yaw (Rudder Yaw Rate Coeff) and roll (Dihedral Effect) moments (needs aileron). Per radian; returns 0 if $C_{y\beta}=0$.