William W. answered 10/05/22
Experienced Tutor and Retired Engineer
Here is a sketch:
You are trying to find the resultant velocity.
It makes sense that if the plane was traveling due west at 260 and the wind was blowing due east at 35 that the resultant velocity would be 260 - 35 = 225 m/s but when they are at funny angles it becomes harder.
To do this problem, break each vector into it's components (x and y) so that you can then combine the x's and then the y's to get the components of the resultant. I show the components of the plane's velocity and the wind's velocity in grey.
For the x-direction (use the trig ratio cosine: cos(θ) = adjacent/hypotenuse):
V-planex = 260cos(5°) = 259.01 but let's label this as negative since using the Cartesian coordinate system this would be in the negative x-direction) so V-planex = -259.01 m/s
V-windx = 35cos(20) = 32.89 m/s
For the y-direction (use the trig ratio sine: sin(θ) = opposite/hypotenuse):
V-planey = 260sin(5°) = 22.66 but let's label this as negative since using the Cartesian coordinate system this would be in the negative y-direction) so V-planey = -22.66 m/s
V-windy = 35sin(20) = 11.97 m/s again in the negative y-direction so V-windy = -11.97 m/s
Now add the vectors in the x-direction:
V-resultantx = V-planex + V-windx = -259.01 + 32.89 = -226.12 m/s
V-resultanty = V-planey + V-windy = -22.66 + -11.97 = -34.63 m/s
To put the resultants back together:
To find the magnitude of the resultant use the Pythagorean Theorem: R = √[(V-resultantx)2 + (V-resultanty)2] = √[(-226.12)2 + (-34.63)2] = √52330.2 = 229 m/s
To find the direction, use the trig ratio tangent (because tan(θ) = opposite/adjacent):
θ = tan-1(-34.63/-226.12) = tan-1(0.1531) = 8.71°
Based on the fact that both the x-component and y-component of the resultant are negative, this would equate to 8.71° south of west