jollyrancher9
- 1
- 0
A ferry cross a river of width d. The speed of the boat is v relative to the water, and the speed of the tidal current is w parallel to the riverbanks. The ferry landing points are directly opposite each other on each side of the river. How long does the shortest return trip take?
My attempt: vector v and vector w add to form vector v+w, which is directionally a straight line between the 2 ferry landing points. Then, (v+w) = d/t, and t = d/(v+w), where d, v and w are all vectors. Is this correct? The answer seems too simplistic.
Thanks to everyone for taking the time to look at this. Your help is much appreciated!
jollyrancher99
My attempt: vector v and vector w add to form vector v+w, which is directionally a straight line between the 2 ferry landing points. Then, (v+w) = d/t, and t = d/(v+w), where d, v and w are all vectors. Is this correct? The answer seems too simplistic.
Thanks to everyone for taking the time to look at this. Your help is much appreciated!
jollyrancher99