The Illusion of Complexity
When you first read this problem, your instinct might be to set up a coordinate system on the riverbank. You'd write down the ground velocities of the boats—taking into account the upstream and downstream river flow—and try to solve a system of equations. While this brute-force method works, it is mathematically exhausting and prone to errors.
In physics, the right frame of reference can turn a nightmare into a walk in the park. Let's abandon the ground and jump into the river!
The Magic of the River Frame
Imagine you are floating on a raft, moving perfectly in sync with the river current. From your perspective, the water around you is completely still.
What happens to the buoy in this frame? Since the buoy simply floats with the water, it has zero velocity. It is completely stationary!
What about the boats? The problem states their velocities relative to the water are 4.0 m/s and 6.0 m/s. In our river frame, this is exactly how fast they are moving away from the stationary buoy.
The Outward Journey and Maximum Separation
Let's say the boats travel outwards for a time
t0 before turning back. During this time, the faster boat is constantly pulling ahead of the slower boat. The rate at which their separation increases is simply the difference in their speeds:
vrel=v2−v1=6.0−4.0=2.0 m/s
The separation will be at its absolute maximum right at the instant they decide to turn around. The problem tells us this maximum separation is
200 m. We can easily find
t0:
Smax=vrel×t0
200=2.0×t0⟹t0=100 s
The Symmetry of the Return
Now, both boats turn around and head back towards the buoy. They maintain their same engine speeds relative to the water.
Think about the symmetry here. If a boat travels away from a stationary point at a speed v for 100 s, it covers a distance of 100v. To cover that exact same distance back at the same speed v, it will take exactly another 100 s!
This beautiful symmetry means
both boats will arrive back at the buoy at the exact same instant. The total time elapsed from dropping the buoy to meeting it again is:
Ttotal=2×t0=200 s
Translating Back to the Ground
The question asks for the distance between the places where the faster boat passes the buoy.
1. Place 1: The exact spot where the buoy was dropped into the water (t=0).
2. Place 2: The spot where the faster boat catches up to the buoy (t=200 s).
Notice that both of these events happen exactly where the buoy is! Therefore, the distance between these two places on the ground is simply the distance the buoy drifted down the river during those 200 s.
Since the river flows at
vr=1.5 m/s, the buoy's displacement is:
d=vr×Ttotal
d=1.5×200=300 m
By choosing the right perspective, we bypassed all the messy algebra and solved the problem using pure physical intuition.