Relative Wind Problem (Modern Engineering Mathematics, 5th)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
SubZer0
Messages
19
Reaction score
0

Homework Statement



A cyclist traveling east at 8 km/hr finds that the wind appears to blow directly from the north. On doubling his speed it appears to blow from the north-east.. Find the actual velocity of the wind.[/B]

Homework Equations



Wind(relative) = Wind(Actual) - Velocity(cyclist)

The Attempt at a Solution



I am completely stuck on this. I do know that there is a (16, 0) vector for the velocity of the cyclist, and a vector of -a(cos(45 deg), sin(45 deg)), which represents the relative, or perceived wind.

Slotting this into the relative wind equation,

Wind(r) = Wind(a) - Vel(cyclist)

-a*cos(45 deg) = Wx - 16
-a*sin(45 deg) = Wy

I'm not sure if this is even on the correct track.

Any trips highly appreciated.
 
Physics news on Phys.org
haruspex said:
It is.
You just need to write the corresponding equations for the 8km/h case.

Thanks heaps for the reply, haruspex. I think I just needed that little confidence boost you gave me to help solve the problem.

So now I have the full set of equations:

-a*cos(45 deg) + 16 = Wx
-a*sin(45 deg) = Wy
Wx = 8
Wy = b

Slotting Wx into the first equation;

8 = 16 - a*cos(45 degrees)
a = 11.3137

Slotting a into (2), gives:

Wy = -11.3137*sin(45 degrees)
Wy = -7.999 (approx 8)

Therefore, actual wind velocity has vector of (8, -8). Magnitude, of sqrt(64+64) = 11.31km/hr

Thanks, haruspex!