- #1
Bobthefreeradical
- 7
- 2
For any given angle, say if the wings were tilted 28 deg, how can I calculate the vectors acting upon the plane?
Isn't one asking for the resultant vector due to the change in airflow (change in momentum of the air)?Bobthefreeradical said:For any given angle, say if the wings were tilted 28 deg, how can I calculate the vectors acting upon the plane?
28° is a high angle of attack. I expect the wing camber and area will be changed at that AoA by the extension of flaps.Bobthefreeradical said:For any given angle, say if the wings were tilted 28 deg, how can I calculate the vectors acting upon the plane?
It may be easiest to just run your experiments in Microsoft Flight Simulator and use your instruments to figure out the forces during your maneuvers...Bobthefreeradical said:For any given angle, say if the wings were tilted 28 deg, how can I calculate the vectors acting upon the plane?
Bobthefreeradical said:For any given angle, say if the wings were tilted 28 deg, how can I calculate the vectors acting upon the plane?
Baluncore said:Why do you need to calculate the forces ?
I think I know why the OP posted this vague question, but we'll see what they reply with. The Mentors are watching this thread...FactChecker said:Your question is vague.
Sorry, that was an oops on my part, meant to indicate a Roll angle of 28 deg.Baluncore said:28° is a high angle of attack. I expect the wing camber and area will be changed at that AoA by the extension of flaps.
What do you mean by "tilted 28 deg" ?
Why do you need to calculate the forces ?
AAAANNNDD...... you have completely ignored the very specific and very direct question you were askedBobthefreeradical said:sorry about that, I'll attempt to be less vague, by tilt of the wing what I probably should have said was that the Roll of the plane being 28 deg off level. ( with all other factors being 0 )
Ignoring questions is bad form here on PF.Baluncore said:Why do you need to calculate the forces ?
If there is no roll rate and it is in level flight, then there is some coordinated yaw. The angle of attack would need to increase in order to have a component of lift that would maintain level flight. I'm afraid that I don't know simple equations for it. I will have to leave this for others to answer.Bobthefreeradical said:sorry about that, I'll attempt to be less vague, by tilt of the wing what I probably should have said was that the Roll of the plane being 28 deg off level. ( with all other factors being 0 )
Something like this?Bobthefreeradical said:... meant to indicate a Roll angle of 28 deg.
there are diagrams in books that have arrows showing the lift vector, & drag & gravity,
...cos and sin require inputs in radians...FactChecker said:If you just want to represent the lift components when there is a roll angle of ##\phi_{deg}## degrees, the equations are:
##\phi_{rad} = \phi_{deg} * \pi / 180##
##F_{vertical} = F_{lift} * \cos(\phi_{rad} )##
and
##F_{horizontal} = F_{lift} * \sin( \phi_{rad} )##
Where ##\cos## and ##\sin## require inputs ion radians (that is usually true).
Good point. Yes, especially if you are using a hand calculator. In most computer programming languages, sin and cos expect inputs in radians. Also Microsoft Excel expects inputs in radians. There may be exceptions.Tom.G said:...cos and sin require inputs in radians...
??
Doesn't that depend on the look-up table you have or whether the calculator you're using is set for Degrees or Radians?
No disrespect , but questions like this are what you get from folks that have no practical experience using the end product of engineers that wish to change terms. Pilots formed their own terms from actually flying the machines. Terms that made logical sense and allowed new pilots to grasp the concepts involved in safely operating airplanes. Thus as you just found out from the diagram providing the force vectors involved with flight these wer calculated long ago.Bobthefreeradical said:sorry about that, I'll attempt to be less vague, by tilt of the wing what I probably should have said was that the Roll of the plane being 28 deg off level. ( with all other factors being 0 )
I see what you did there.Practical User said:So terms matter when diving into someone else's back yard.