What is the air velocity here?
Show older comments
I'm trying to find the lift force to what I have here in the system that shown below in the attached picture. I found some parameters to solve the equation of the left, but I couldn't find the air velocity. How could I find this velocity?. Could anyone help me with this matter, please?.
%The given aircraft characteristics are defined below
m= 4.6; % Aircraft Mass [kg]
S= 0.85; % Wing surface [m^2]
k= 0.0095; % Induced drag parameter
Cd0=0.118; % Zero-lift drag coefficient
alpha=2.75; % Angle of attack[deg]
p0=945.15; % Air pressure[hPa]
rho=1.225; %Air density of (ISA)standard[kg/m^3]
alpha0 = -4; % zero lift angle of attack (Found from given graph)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%Q1:How much is the lift force?
%The lift force can be found by the below equation:
L=(1/2)*rho*(v^2)*S*CL
The system


8 Comments
darova
on 8 Jun 2019
I think lift force and mass of an aircraft has to be equal: m == L
HAITHAM AL SATAI
on 9 Jun 2019
Edited: HAITHAM AL SATAI
on 9 Jun 2019
Walter Roberson
on 9 Jun 2019
The gravitational force downward F = m * a, and a = g (possibly reduced due to altitude). That has to balance the lifting force or else the plane will either ascend or descend.
However, this is a force, and a force is not a mass, and a force is not a velocity. Do your units analysis!
HAITHAM AL SATAI
on 9 Jun 2019
Walter Roberson
on 9 Jun 2019
darova thought that the lift force and mass has to be equal, but a force is mass times acceleration whereas the mass of the plane is just a mass, so the units between the two are not the same. Therefore lift force and mass cannot be equal. However, lift force and downward force must be equal.
HAITHAM AL SATAI
on 9 Jun 2019
darova
on 9 Jun 2019
But an aircraft don't fall down. Why there is acceleration?
Walter Roberson
on 9 Jun 2019
Gravity causes downward acceleration, which is countered by the upwards acceleration of the lift.
Accepted Answer
More Answers (0)
Categories
Find more on Guidance, Navigation, and Control in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!