Consider a fixed-wing airplane with a mass of 3800 kg. At a given time instant, the Euler angles are: ψ = 90 deg, θ = 0 deg, ϕ = 30 deg.
a) (10 pts) In which direction does the airplane fly? Find the numerical value of the direction cosine matrix L_VB.
b) (10 pts) Determine the components of the weight (force) in the vehicle-carried coordinate system (W_V), and in the body-fixed coordinate system (W_B). How can you verify that the results are correct?
c) (10 pts) At another time instant, the instruments show the following non-zero readings: pitch rate equal to 0.2 rad/s, x-body velocity equal to 90 m/s, angle of attack equal to 4 deg. What is the acceleration of the airplane w.r.t the inertial reference frame (in the body axes)?
Useful formula and expressions
Elementary transformation matrices:
L_1 = [1 0 0; 0 cosϕ sinϕ; 0 -sinϕ cosϕ]; L_2 = [cosϕ 0 -sinϕ; 0 1 0; sinϕ 0 cosϕ]; L_3 = [cosϕ sinϕ 0; -sinϕ cosϕ 0; 0 0 1]
Aerodynamic angles: tan α = w/u, sin β = v/|V|.