Solving Vector Addition with Wind and Velocity

AI Thread Summary
An air ambulance needs to travel from Barrie to Toronto, which is 90 km in the direction of S 5° E, while facing a wind blowing from the South at 62 km/h. The plane's airspeed is 375 km/h, and to determine the correct flying direction, vector addition is utilized. The wind vector is defined as W = <0, 62>, and the plane's vector is represented as P = <375cos(θ), 375sin(θ)>, where θ is the angle to be calculated. The goal is to find the angle θ such that the resultant vector of the plane and wind aligns with the direction of Toronto, leading to the equation P + W = kD, where D represents the desired direction. This method effectively combines the vectors to solve for the required flying direction.
StatGuy2000
Education Advisor
Gold Member
Messages
2,065
Reaction score
1,161
1. An air ambulance is traveling from Barrie to Toronto. Toronto is located 90 km (S 5° E) of Barrie. If the wind is blowing from the South with a velocity of 62 km/h, and the plane's air speed is 375 km/h, what direction must the pilot fly to make it to Toronto?



2. Let u=<u_{1},u_{2}>, v=<v_{1},v_{2}> be vectors and let k be a scalar. Then u+v=<u_{1}+v_{1},u_{2}+v_{2}> and ku=<ku_{1},ku_{2}>.

||u|| = √(u^{2}_{1}+u^{2}_{2})

u = ||u||(cos θ)i + ||u||(sin θ)j

tan θ = sin θ / cos θ





3. I tried vector addition but I'm just stumped (my cousin is taking a high school calculus course, and I volunteered to help him out).
 
Last edited:
Physics news on Phys.org
It looks like you are just listing random formulas. :frown:

I'll help you set it up since you are helping someone else. Call the wind vector ##\vec W = \langle 0,62\rangle##. Let ##\theta## be the polar coordinate (unknown) angle the plane flies, so the plane vector is ##\vec P = \langle 375\cos\theta,375\sin\theta\rangle##. You want the resultant vector for the plane and wind to be in the direction of the town, say ##\vec D = \langle \cos(-85^\circ),\sin(-85^\circ)\rangle##. So set up the equations ##\vec P + \vec W = k\vec D## and use the two component equations to solve for ##\theta##.
 
Hi LCKurtz,

Thanks for all your help! As far as listing formulas, I was looking at all relevant formulas from my cousin's algebra textbook -- as a professional statistician, I admit to being rather embarrassed that I had trouble with this question! :redface:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top