
John W. answered 08/04/20
Engineer and Physics Enthusiast
Hi!
First of all, good on you for asking for help on how to understand the problem instead of just asking for the answer! It'll help a lot more in the long run! Now, onto the problem:
When you're having trouble dealing with positives and negatives, it may help to define a coordinate system. In this case, let's say the we consider East to be the positive direction and West to be the negative direction. This would mean that the velocity of you on your motorcycle (vM) is +70 km/h and the velocity of the bumblebee (vB) is -2.90 m/s. First, we should convert the motorcycle velocity to units of m/s:
vM = +70.0 km / hr * 1000 m / km * (1 hr / 60 min) * (1 min / 60 s) = +19.444 m / s (note that this number should be reported with three significant figures, but let's hang on to a couple more until our calculations are done to avoid rounding errors)
To find the relative velocity between two objects, you take the difference between the two velocities. We can do this in either order, but there is a slight difference in what the result means:
vrelative = vM - vB = 19.444 m/s - (-2.90 m/s) = +22.344 m/s
vrelative = vB - vM = (-2.90 m/s) - 19.444 m/s = -22.344 m/s
(this result should also be considered to have 3 significant figures, but again let's save a couple more for our calculations)
So what does each one mean? When calculating the relative velocity of two object, the first term is the object we consider to have the velocity, and the second term is the object we consider to be the point of reference. So, our first result is the velocity of the motorcycle from the bumblebee's point of view, and the second result is the velocity of the bumblebee from the motorcycle's point of view.
We could use the same calculation for any other object as well. Suppose there's a stationary cactus on the side of the road. The cactus would have a velocity (vC) of 0 m/s, from a stationary viewpoint. Let's say we want to know the relative velocity of the cactus from the bumblebee's point of view; the calculation would be:
vrelative = vC - vB = 0 m/s - (-2.90 m/s) = +2.90 m/s
So, from the bumblebee's perspective, the cactus appears to be traveling 2.90 m/s in the East direction.
Anyways, getting back to the problem, we know that the bumblebee and motorcycle are 10.0 m apart and are approaching each other at 22.344 m/s. We can calculate the time it takes for them to collide with Distance = Rate * Time. Solving for time, we get Time = Distance / Rate = 10.0 m / 22.344 m/s = 0.4475 s.
This doesn't line up with your given answer, but I think it may be the result of some confusion with the givens. You provide the calculation t = 50 / (19.4 + 2.90), which seems to indicate a distance of 50 meters instead of 10 meters. 50 meters divided by 22.344 meters per second is 2.24 seconds, so if the bumblebee and motorcycle are really 50.0 m apart, then:
Time = 50.0 m / 22.344 m/s = 2.24 s
Let me know if you're still having trouble / have any questions!
Brief Side Note: The relativity calculation discussed above only works for classical or Newtonian mechanics. If you start dealing with special relativity, it gets harder and weirder!
Please H.
Thank you for the helpful explanation! The distance was supposed to be 50m instead of 10m i accidentally wrote it wrong.08/04/20