Solving a Boat Navigation Problem: A Family's Journey Downstream

  • Thread starter Thread starter danago
  • Start date Start date
  • Tags Tags
    Boat Navigation
AI Thread Summary
To navigate a boat 500m downstream across a 300m wide river with a current of 4 m/s, the boat must head at an angle of 49 degrees relative to the perpendicular of the riverbank. The initial approach involved drawing a triangle to visualize the problem and calculating the resultant direction of travel. The discussion also touched on the use of matrices for vector addition, with suggestions to verify the solution by checking the vector sums. Overall, the calculations indicate that the boat's heading must compensate for the river's current to reach the desired destination. The method used appears valid, but there may be alternative approaches to consider.
danago
Gold Member
Messages
1,118
Reaction score
4

Homework Statement


A Family has a boat which can travel at 12 m/s in still water. They are using it to reach a point 500m downstream on the other side of a river 300m wide, and flowing at 4 m/s. What heading must they take, relative to their starting point, in order to reach their destination?

The Attempt at a Solution


I first drew a triangle, with the side parallel to the river banks 500m, and the side perperndicular 300m. From there, i found that to end up 500m downstream, the resultant direction of travel should be ~59 degrees from the perpendicular (or 31 degrees from the bank).

The rivers current plus the boats motion should result in a velocity in the direction of 59 degrees. So:

<br /> \left( {\begin{array}{*{20}c}<br /> 4 \\<br /> 0 \\<br /> \end{array}} \right) + \left( {\begin{array}{*{20}c}<br /> {12\sin \theta } \\<br /> {12\cos \theta } \\<br /> \end{array}} \right) = \lambda \left( {\begin{array}{*{20}c}<br /> {100\sqrt {34} \sin 59} \\<br /> {100\sqrt {34} \cos 59} \\<br /> \end{array}} \right)<br />

I solved for theta, and found that it equals 49 degrees. So i concluded that to end up 500m downstream, the boat should set off at 49 degrees to the perpendicular of the banks.



Im unsure if that is correct. Also, is there a better way i should have gone about it?

Thanks,
Dan.
 
Physics news on Phys.org
Are the matrices really necessary? Other than that, that seems like a good way to do it. You can check if its correct by yourself, add up the vectors assuming 49 degrees is correct, see if it gets you where you want.
 
Back
Top