0% found this document useful (0 votes)
318 views4 pages

Flight Dynamics and Reference Frames

- There are several reference frames used to describe the position and motion of aircraft, including inertial, Earth-fixed, body-fixed, stability, aerodynamic, and vehicle reference frames. - Transformations between reference frames involve rotations described by Euler angles and transformation matrices. - Key reference frames include the body-fixed frame attached to the aircraft center of gravity, stability frame rotated from body-fixed by angle of attack, and aerodynamic frame rotated to align with relative wind.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
318 views4 pages

Flight Dynamics and Reference Frames

- There are several reference frames used to describe the position and motion of aircraft, including inertial, Earth-fixed, body-fixed, stability, aerodynamic, and vehicle reference frames. - Transformations between reference frames involve rotations described by Euler angles and transformation matrices. - Key reference frames include the body-fixed frame attached to the aircraft center of gravity, stability frame rotated from body-fixed by angle of attack, and aerodynamic frame rotated to align with relative wind.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Introduction

In this summary we examine the flight dynamics of aircraft. But before we do that, we must examine
some basic ideas necessary to explore the secrets of flight dynamics.

1 Basic concepts
1.1 Controlling an airplane
To control an aircraft, control surfaces are generally used. Examples are elevators, flaps and spoilers.
When dealing with control surfaces, we can make a distinction between primary and secondary flight
control surfaces. When primary control surfaces fail, the whole aircraft becomes uncontrollable.
(Examples are elevators, ailerons and rudders.) However, when secondary control surfaces fail, the
aircraft is just a bit harder to control. (Examples are flaps and trim tabs.)
The whole system that is necessary to control the aircraft is called the control system. When a control
system provides direct feedback to the pilot, it is called a reversible system. (For example, when using
a mechanical control system, the pilot feels forces on his stick.) If there is no direct feedback, then we
have an irreversible system. (An example is a fly-by-wire system.)

1.2 Making assumptions


In this summary, we want to describe the flight dynamics with equations. This is, however, very difficult.
To simplify it a bit, we have to make some simplifying assumptions. We assume that . . .

• There is a flat Earth. (The Earth’s curvature is zero.)


• There is a non-rotating Earth. (No Coriolis accelerations and such are present.)
• The aircraft has constant mass.
• The aircraft is a rigid body.
• The aircraft is symmetric.
• There are no rotating masses, like turbines. (Gyroscopic effects can be ignored.)
• There is constant wind. (So we ignore turbulence and gusts.)

2 Reference frames
2.1 Reference frame types
To describe the position and behavior of an aircraft, we need a reference frame (RF). There are several
reference frames. Which one is most convenient to use depends on the circumstances. We will examine
a few.

• First let’s examine the inertial reference frame FI . It is a right-handed orthogonal system. Its
origin A is the center of the Earth. The ZI axis points North. The XI axis points towards the
vernal equinox. The YI axis is perpendicular to both the axes. Its direction can be determined
using the right-hand rule.

1
• In the (normal) Earth-fixed reference frame FE , the origin O is at an arbitrary location on
the ground. The ZE axis points towards the ground. (It is perpendicular to it.) The XE axis is
directed North. The YE axis can again be determined using the right-hand rule.
• The body-fixed reference frame Fb is often used when dealing with aircraft. The origin of the
reference frame is the center of gravity (CG) of the aircraft. The Xb axis lies in the symmetry
plane of the aircraft and points forward. The Zb axis also lies in the symmetry plane, but points
downwards. (It is perpendicular to the Xb axis.) The Yb axis can again be determined using the
right-hand rule.
• The stability reference frame FS is similar to the body-fixed reference frame Fb . It is rotated
by an angle αa about the Yb axis. To find this αa , we must examine the relative wind vector
Va . We can project this vector onto the plane of symmetry of the aircraft. This projection is then
the direction of the XS axis. (The ZS axis still lies in the plane of symmetry. Also, the YS axis is
still equal to the Yb axis.) So, the relative wind vector lies in the XS YS plane. This reference frame
is particularly useful when analyzing flight dynamics.
• The aerodynamic (air-path) reference frame Fa is similar to the stability reference frame FS .
It is rotated by an angle βa about the ZS axis. This is done, such that the Xa axis points in the
direction of the relative wind vector Va . (So the Xa axis generally does not lie in the symmetry
plane anymore.) The Za axis is still equation to the ZS axis. The Ya axis can now be found using
the right-hand rule.
• Finally, there is the vehicle reference frame Fr . Contrary to the other systems, this is a left-
handed system. Its origin is a fixed point on the aircraft. The Xr axis points to the rear of the
aircraft. The Yr axis points to the left. Finally, the Zr axis can be found using the left-hand rule.
(It points upward.) This system is often used by the aircraft manufacturer, to denote the position
of parts within the aircraft.

2.2 Changing between reference frames


We’ve got a lot of reference frames. It would be convenient if we could switch from one coordinate system
to another. To do this, we need to rotate reference frame 1, until we wind up with reference frame 2. (We
don’t consider the translation of reference frames here.) When rotating reference frames, Euler angles
φ come in handy. The Euler angles φx , φy and φz denote rotations about the X axis, Y axis and Z axis,
respectively.
We can go from one reference frame to any other reference frame, using at most three Euler angles. An
example transformation is φx → φy → φz . In this transformation, we first rotate about the X axis,
followed by a transformation about the Y axis and the Z axis, respectively. The order of these rotations
is very important. Changing the order will give an entirely different final result.

2.3 Transformation matrices


An Euler angle can be represented by a transformation matrix T. To see how this works, we consider
a vector x1 in reference frame 1. The matrix T21 now calculates the coordinates of the same vector x2
in reference frame 2, according to x2 = T21 x1 .
Let’s suppose we’re only rotating about the X axis. In this case, the transformation matrix T21 is quite
simple. In fact, it is  
1 0 0
T21 = 0 cos φx sin φx  . (2.1)
 

0 − sin φx cos φx

2
Similarly, we can rotate about the Y axis and the Z axis. In this case, the transformation matrices are,
respectively,
   
cos φy 0 − sin φy cos φz sin φz 0
T21 =  0 1 0  and T21 = − sin φz cos φz 0 . (2.2)
   

sin φy 0 cos φy 0 0 1

A sequence of rotations (like φx → φy → φz ) is now denoted by a sequence of matrix multiplications


T41 = T43 T32 T21 . In this way, a single transformation matrix for the whole sequence can be obtained.
Transformation matrices have interesting properties. They only rotate points. They don’t deform them.
For this reason, the matrix columns are orthogonal. And, because the space is not stretched out either,
these columns must also have length 1. A transformation matrix is thus orthogonal. This implies that

T−1 T
21 = T21 = T12 . (2.3)

2.4 Transformation examples


Now let’s consider some actual transformations. Let’s start at the body-fixed reference frame Fb . If we
rotate this frame by an angle αa about the Y axis, we find the stability reference frame FS . If we then
rotate it by an angle βa about the Z axis, we get the aerodynamic reference frame Fa . So we can find
that     
cos βa sin βa 0 cos βa sin βa 0 cos αa 0 sin αa
xa = − sin βa cos βa 0 xS = − sin βa cos βa 0  0 1 0  xb . (2.4)
    

0 0 1 0 0 1 − sin αa 0 cos αa
By working things out, we can thus find that
 
cos βa cos αa sin βa cos βa sin αa
Tab = − sin βa cos αa cos βa − sin βa sin αa  . (2.5)
 

− sin αa 0 cos αa

We can make a similar transformation between the Earth-fixed reference frame FE and the body-fixed
reference frame Fb . To do this, we first have to rotate over the yaw angle ψ about the Z axis. We then
rotate over the pitch angle θ about the Y axis. Finally, we rotate over the roll angle ϕ about the X
axis. If we work things out, we can find that
 
cos θ cos ψ cos θ sin ψ − sin θ
TbE = sin ϕ sin θ cos ψ − cos ϕ sin ψ sin ϕ sin θ sin ψ + cos ϕ cos ψ − sin ψ cos θ . (2.6)
 

cos ϕ sin θ cos ψ + sin ϕ sin ψ cos ϕ sin θ sin ψ − sin ϕ cos ψ cos ψ cos θ

Now that’s one hell of a matrix . . .

2.5 Moving reference frames


Let’s examine some point P . This point is described by vector rE in reference frame FE and by rb in
reference frame Fb . Also, the origin of Fb (with respect to FE ) is described by the vector rEb . So we
have rE = rEb + rb .
E

Now let’s examine the time derivative of rE in FE . We denote this by drdt . It is given by
E

drE drb

drEb
= + . (2.7)
dt E dt E dt E

3
Let’s examine the terms in this equation. The middle term of the above equation simply indicates the
movement of Fb , with respect to FE . The right term is, however, a bit more complicated. It indicates
the change of rb with respect to FE . But we usually don’t know this. We only know the change of rb
in Fb . So we need to transform this term from FE to Fb . Using a slightly difficult derivation, it can be
shown that
drb drb

= + ΩbE × rb . (2.8)
dt E dt b
The vector ΩbE denotes the rotation vector of Fb with respect to FE . Inserting this relation into the
earlier equation gives us
drE drb

drEb
= + + ΩbE × rb . (2.9)
dt E dt E dt b
This is quite an important relation, so remember it well. By the way, it holds for every vector. So instead
of the position vector r, we could also take the velocity vector V.
Finally, we note some interesting properties of the rotation vector. Given reference frames 1, 2 and 3, we
have
Ω12 = −Ω21 and Ω31 = Ω32 + Ω21 . (2.10)

Common questions

Powered by AI

Various reference frames, such as the inertial, Earth-fixed, body-fixed, stability, aerodynamic, and vehicle frames, provide specific perspectives for analyzing different aspects of flight dynamics. Each frame serves particular analytical needs, such as body-fixed for internal dynamics or aerodynamic for wind effects . Transitioning between frames involves using Euler angles, which denote the order of rotation about axes, and transformation matrices that perform these rotations orthogonally without distortion, allowing comparison and transformation of vector coordinates across frames .

Primary flight control surfaces include elevators, ailerons, and rudders, and are essential for controlling the aircraft's roll, pitch, and yaw. Malfunction of primary surfaces renders the aircraft nearly uncontrollable, significantly affecting its ability to maneuver and maintain stability . Conversely, secondary control surfaces like flaps and trim tabs assist primarily in enhancing control and reducing pilot workload without being critical to maintaining flight control .

Control systems in aircraft manage the maneuverability through control surfaces like elevators, ailerons, and rudders, which are primary flight control surfaces. Secondary surfaces, such as flaps, assist but are not critical for control . A reversible system provides direct feedback to the pilot, as in mechanical controls, where the pilot feels the forces on the control stick. An irreversible system, like fly-by-wire, does not give this direct feedback, relying on electronic inputs instead .

Constant velocity vector transformation in moving reference frames accounts for the dynamics of motion across different frames, crucial in real-time navigation and guidance systems. The velocity vector in one frame is expressed concerning another via transformation matrices, requiring the addition of rotational vectors like ΩbE, which denote frame rotation rates . Such adjustments ensure vector quantities are consistently interpreted across dynamic conditions and various frames, essential for applications like inertial navigation that rely on precise spatial data transformations .

To convert data from a body-fixed frame to an Earth-fixed frame, the typical Euler angle transformations involve a rotation over the yaw angle ψ about the Z axis, then a rotation over the pitch angle θ about the Y axis, and finally, a rotation over the roll angle ϕ about the X axis. This sequence allows for adjusting the aircraft's orientation relative to the Earth-fixed frame systematically, maintaining coherence with navigational systems .

Euler angles facilitate transformation between reference frames by specifying sequential rotations about principal axes. The order of these angles is crucial because changing the sequence results in different spatial orientations due to the non-commutative nature of 3D rotations. This ensures precise orientation calculations and avoids errors such as gimbal lock, which can occur when axes align and rotations become indeterminate .

The stability reference frame FS is derived from the body-fixed frame Fb but is rotated by an angle αa to align with the relative wind vector Va, aiding in stability analysis related to aerodynamic forces . The aerodynamic reference frame Fa further rotates from the stability frame by an angle βa to ensure the primary axis aligns with the relative wind vector, often used in performance analyses to account for wind direction . Each frame offers unique insights: body-fixed is useful for internal dynamics, while stability and aerodynamic frames help assess external aerodynamic effects and stability .

Assuming a 'flat Earth' simplifies flight dynamics equations by removing the complexity of accounting for Earth's curvature, which affects gravitational calculations and trajectory predictions. This assumption allows for linear approximations over small spans of flight, providing computational simplicity and focusing on core aerodynamic principles without the distortions introduced by curvature adjustments .

Simplifying assumptions in flight dynamics are necessary to make complex equations tractable and to focus on key factors affecting flight. Common assumptions include a flat Earth with zero curvature, a non-rotating Earth to ignore Coriolis effects, aircraft with constant mass and rigid body, symmetry, no rotating masses like turbines, and constant wind ignoring turbulence and gusts .

Transformation matrices preserve orthogonality because they represent rotations without any scaling or skewing, thus maintaining angle and distance properties essential in vector transformations . This property is crucial as it ensures that spatial relationships, necessary for accurate orientation and position calculations in aerospace dynamics, remain unchanged despite reference frame rotations . Orthogonality also implies that the inverse of a transformation matrix is its transpose, simplifying computational reversibility and error checking .

You might also like