00:01
So in this problem here, we have a river that is flowing 10 miles per hour going south.
00:07
And then we also have a boat that is traveling relative to the shore, 20 miles per hour east, like that.
00:15
So then we need to know how fast is the boat going relative to the shore, or relative to the moving water.
00:24
So that means we're going to take a vector sum of these two, and then we need to find the speed and direction.
00:32
So that means, okay, to find the speed, we're going to take the magnitude of the vector.
00:39
So our vector here is going to be equal to.
00:41
So east means we'll say positive 20, and then south is going to be negative 10.
00:48
Let me do that in different colors here.
00:50
So again, east, so we're going 20, and then negative 10.
00:55
So to find the magnitude of this vector, we're going to take 20 squared, and then negative 10, oops, and then plus negative 10 squared, and then take the square root of that to get the speed.
01:12
So 20 squared, that's going to be 400, and then plus 100.
01:16
So we're going to have 500.
01:18
So square root of 500...