What is the speed of the current in the direction of the canoe's motion?

2.3k Views Asked by At

A canoe is moving with velocity v=<5,3> m/s relative to the water. The velocity of the current in the water is c=<1,2> m/s. Solution is 1.89 m/s.

1

There are 1 best solutions below

0
On BEST ANSWER

Use vector projection of the current vector onto the vector representing the position of the canoe:

$$\frac{5+6}{25+9}*<5,3> = \frac{11}{34}<5,3> = <\frac{55}{34}, \frac{33}{34}>$$

Magnitude: $\sqrt{\left(\frac{55}{34}\right)^2 + \left(\frac{33}{34}\right)^2} = 1.89 \text{m/s}$

comment if you have questions