Calculating Resultant Velocity: Plane Encounter with Wind

AI Thread Summary
A plane flying at 125 m/s south encounters wind blowing at 25 m/s at 30 degrees north of east, requiring vector addition to determine the resultant velocity. The wind's vector is drawn first, followed by the plane's southward vector, creating a triangle to apply the Law of Cosines. The correct angle between the vectors is 60 degrees, leading to a resultant speed of approximately 115 m/s. The direction is calculated using the Law of Sines, resulting in an angle of 79.7 degrees east of south. The discussion emphasizes the importance of correctly interpreting angles and vector directions in calculations.
sweet877
Messages
30
Reaction score
0
A plane flying at 125 m/s [south] encounters a storm that changes its course due to the wind blowing 25 m/s 30 degrees N of E. What is the plane's resultant velocity?

How would you draw the wind's component?
 
Physics news on Phys.org
In mathematics, angles are generally measured anti-clockwise from the positive x-axis. If you superimpose a compass rose on the standard Cartesian coordinate axes, the positive x-axis becomes east. So 30 degrees north of east would be a 30 degree angle as typically measured.

Does that do it?
 
So the diagram would roughly be:
Code:
.../
.../ 25 m/s
./
| 30 degrees
|
| 125 m/s
|
?
Then would I find the resultant velocity using cosine law?
 
Not quite. When you're adding vectors graphically, you place the tail of the next one at the head of the last one. If you draw the wind speed first, it would make a 30 degree angle with the positive x-axis. When you draw in the airspeed of the plane, it would head due south from the head of the wind speed vector. A little geometry will give you the angle between the vectors - then go for the Law of Cosines.
 
So the angle between the two vectors is 180-30-5.74 = 144.26.
Then, using Cosine Law:
Result V= sqrt[25^2 + 125^2 - 2(25)(125)cos (144.26)]= 146.02 m/s at 5.74 degrees W of N

Was what I did correct?
 
Not quite. I'm not sure where you're getting the 5.74.
 
Oh...I made a mistake in thinking that the angle opposite the 125 m/s is 30 degrees. Let me try this again...
 
So the angle in between the vectors is 60 degrees. Then, using Cosine Law,
resultant vector: sqrt[25^2 + 125^2 - 2(25)(125)(cos 60)] = 115 m/s at 60 degrees E of S?
 
Yes, the angle is 60 degrees, and I'm getting the same answer as you for the speed. The direction is another matter - you'll need to use the Law of Sines to get the angle. Be careful - the angle in the triangle is obtuse, so you'll have to interpret the results the Law of Sines gives you. Then, you'll have to remember that the angle you're getting is with respect to the wind speed - you'll need to subtract 30 degrees from it to get the correct direction.
 
  • #10
Hmm...would it be 10.9 W of S?
sin 60/115 = sin x/25
 
  • #11
Right idea, but what you're finding there is the obtuse angle between the resultant and the wind. The Law of Sines - well, your calculator, actually - will always give you the acute angle. That's what I meant by "you'll need to interpret the result." So - find the obtuse angle that has that same sine. Lastly, remember that that angle is not what you want. You want the angle it makes with one of the axes.

Look at your sketch again - I think you'll see it.
 
  • #12
Is it sin 60/115 = sin x/125 to get 70.2765. Then, subtract it from 180, which equals 109.7235. Then, subtract 30 from that number, which equals 79.7.

So the direction would be 79.7 degrees E of S?
 
  • #13
I ended up with 76 degrees south of east, but that may be because I used the full length calculated instead of just the 115. Remember - there is a difference between "south of east" and "east of south". "South of east" is measured clockwise from the positive x-axis. "East of south" would be measured clockwise from the negative y-axis.

Outside of that, I think you've got it. :)
 
  • #14
Thanks very much! I appreciated your help.
 
Back
Top