story problem involving vectors
A plane is flying in the direction 290 degrees ( measured clockwise from north). Its airspeed is 800 km/ hr. The wind at the planes altitude is blowing in the direction 150 degrees ( measured clockwise from north) at 100 km/ hr. what is the true direction ( measured clockwise from north) and ground speed of the plane?
This is what i have so far
for the boat vector

for the wind vector

vector t for the true coarse of plane.
After multiplying and adding both cos and sin of both vectors i have:

that would put me in the third quadrant?
i need to find the angle?

at this point do i subtract 180^0?
Re: story problem involving vectors
Re: story problem involving vectors
Unless my solution and interpretation of the problem were wildly off (they could be), this doesn't belong in the calculus section. Ignoring that, here is my solution, assuming my interpretation of the problem was correct:
Since the degrees are measured clockwise from the North you have (converted into standard degrees):
Plane: 
Wind: 
From here it seems you need to find
to find the true speed and direction of the plane. We do this by decomposing the vectors.
, 800sin(160$^{\circ}$)) \approx (-751.754, 273.616) )
, 100sin(300$^{\circ}$)) = (50, -50\sqrt3) )
Through simple addition we get:
 )
I don't have time to finish this but from here just convert back into standard vector notation. The radius will be the groundspeed and the angle (be sure to convert back into the original From-the-North angle definition) will be your true direction.
Re: story problem involving vectors
thank you but this was a problem in my calculus 3 class.