draft

Lateral Stability

Lateral motions refer to the aircraft response in roll. In a static sense, there is no such concept as “roll stiffness” because there is no aerodynamic roll angle (the aircraft doesn’t know if the wind vector is rotated about its own axis).

C=Cββ+CPP+CδaδaC_{\ell} = C_{\ell_\beta}\cdot\beta + C_{\ell_P}\cdot P + C_{\ell_{\delta_a}}\cdot\delta_a

Some (mostly online, but that’s what you guys will find when searching) texts refer to the derivative CβC_{\ell_\beta} as roll stiffness, and I can see why, but it’s incorrect. This derivative is dihedral effect, and is an example of a cross-coupling, which will be talked about further in cross-couplings.

The second term is the roll damping - again, this is always restorative and hence negative.

Roll damping

The parameter CPC_{\ell_{P}} or CpˉC_{\ell_{\bar{p}}} is known as roll damping, and refers to the rate of change of rolling moment with roll rate. Since both \ell and PP are defined as a right-handed rotation, the stability condition for both of these is a negative derivative.

Roll damping is always restorative - consider a positive roll rate, PP, and the contribution due the aircraft wings:

  • Starboard wing down == upwashαCLC=f(yCL)\,\therefore\alpha\uparrow\,\therefore C_L\uparrow\,\therefore C_\ell=f(y\cdot C_L)\downarrow
  • Port wing up == downwashαCLC=f(yCL)\,\therefore\,\alpha\downarrow\,\therefore C_L\downarrow\,\therefore C_\ell=f(-y\cdot C_L)\downarrow
  • Hence an increase in roll rate PP causes a decrease in rolling moment LL
  • A negative roll rate similarly causes an increase in rolling moment
  • CP<0\therefore C_{\ell_P}<0

The contribution from the wings to roll damping is only part of the aerodynamic roll damping - similar contributions can be found from both the horizontal and vertical stabilisers, and a viscous component can be considered from the different surfaces including the fuselage.

The wing contribution is by far the largest, though, due to the greater moment arm that increases both the angle of attack change, and the moment produced by the lift increase/decrease.

Numerical Estimates

An estimate can be considered of the roll damping based upon the wing contribution. In a simplified model of the aerodynamics, a strip model of the wing can be utilised. Consider a section of the wing at location yy, a wing element of span dy\text{d}y

Fig. 1: Upwash and Downwash on wings due to positive roll rate

The vertical velocity, positive in the sense of an upwash is PyP\cdot y.

The change in effective angle of attack, α\alpha^\prime, is therefore

α=tan1yPV\alpha^\prime=\tan^{-1}\frac{y\,P}{V_{\infty}}

Which, subject to the small angle approximation (expand the bit of code below if you’re interested about small angles) is

αyPV\alpha^\prime\simeq\frac{y\,P}{V_{\infty}}

The change in the lift produced at the wing element is

dCL=awαawyPVdC_L^\prime = a_w\cdot\alpha^\prime\simeq a_w\frac{y\,P}{V_\infty}

The change in the elemental lift, dLliftdL_{lift}

dLlift=awyPVqcdL_{lift}=a_w\frac{y\,P}{V_\infty}q_\infty\,c

which gives a contribution to the rolling moment, dLdL recalling that LL is positive starboard down, so the lift above produces a negative rolling moment

dL=yawyPVqcdL = -y\cdot a_w\frac{y\,P}{V_\infty}q_\infty\,c

which is integrated from wingtip to wingtip to give the total rolling moment, LL, assuming a constant chord

L=b2b2dLdy=b2b2awy2PVqcdy=awb312PVqcL=\int^{\frac{b}{2}}_{-\frac{b}{2}}dL\,\text{d}y=-\int^{\frac{b}{2}}_{-\frac{b}{2}}a_w\,y^2\frac{P}{V_\infty}q_\infty\,c\,\text{d}y=-a_w\frac{b^3}{12}\frac{P}{V_\infty}q_\infty\,c

The above expression is only valid for a rectangular wing, else the chord needs to be represented as a function of the span - this is covered well in McCormick’s textbook but is an exercise in algebra and calculus that we don’t need here.

From the definition of the rolling moment coefficient, noting that for a rectangular wing, S=bcS=b\,c

C=awbP12V=aw6pˉC_\ell=-a_w\frac{b\,P}{12\,V_\infty}=-\frac{a_w}{6}\bar{p}

and hence the roll damping is

Cpˉ=Cpˉ=aw6C_{\ell_{\bar{p}}}=\frac{\partial C_\ell}{\partial\bar{p}}=-\frac{a_w}{6}

For a tapered wing, with λ=ctc0\lambda=\frac{c_t}{c_0} (recall λ\lambda definition), McCormick gives:

Cpˉ=Cpˉ=aw121+3λ1+λC_{\ell_{\bar{p}}}=\frac{\partial C_\ell}{\partial\bar{p}}=-\frac{a_w}{12}\frac{1+3\lambda}{1+\lambda}

Substitution of λ=1\lambda=1 for the rectangular wing into the above confirms the result found.

It can be observed that for this estimate the roll damping derivative is proportional the main wing lift curve slope, and inversely proportional to the taper ratio. Since

CP=CpˉpˉP=Cpˉb2V\frac{\partial C_\ell}{\partial P} = \frac{\partial C_\ell}{\partial\bar{p}}\frac{\partial\bar{p}}{\partial P}=\frac{\partial C_\ell}{\partial\bar{p}}\frac{b}{2\,V_\infty}

you can further see that the roll damping is proportional to the wingspan, which makes sense due to the greater moment arm. You will also see that the roll damping is inversely proportional to the flightspeed which, again, makes sense - with a greater VV_\infty, the change in sectional angle of attack due to a given PP is smaller.