The Setup
A Classic Chase with a Twist
Imagine the scene: two towns, A and B, separated by a distance d=24 km. Josh starts from Town A riding at vJ=25 km/h, and Mike starts from Town B riding at vM=15 km/h. They are heading straight for each other.
If this were a standard relative motion problem, it would be over in a flash. But there's a twist! A highly energetic fly takes off from Josh's nose the moment he starts, zipping towards Mike at an air speed of vF=30 km/h. Once it reaches Mike, it instantly turns around and flies back to Josh, repeating this back-and-forth dance until the two cyclists finally meet.
To make matters even more interesting, there is a steady wind blowing towards Mike with a velocity u=10 km/h. Our mission? Find the total distance s the fly travels.
Step 1
The Ticking Clock
Before we worry about the fly, we need to know how long this entire event lasts. The fly will only be in the air until Josh and Mike meet.
Since the cyclists are moving towards each other, their relative velocity of approach is simply the sum of their individual speeds:
vrel=vJ+vM=25+15=40 km/h
The time it takes for them to cover the
24 km distance is:
t0=vreld=4024=0.6 hours
So, the fly has exactly 0.6 hours to do its zigzagging.
Step 2
The Fly's Ground Speed
The fly's speed isn't constant relative to the ground because of the wind.
When it flies towards Mike, the wind is at its back, pushing it forward. Its ground speed becomes:
v1=vF+u=30+10=40 km/h
When it turns around to fly back to Josh, it must fight the wind. Its ground speed drops to:
v2=vF−u=30−10=20 km/h
Step 3
The Master Stroke (The Displacement Insight)
Here is where the magic happens. You might be tempted to calculate the distance of the first leg, then the second leg, and sum an infinite geometric series. While that works, it's a mathematical nightmare. Let's use physics intuition instead.
Think about the fly's net displacement.
Where does the fly start? At Josh's starting position.
Where does the fly finish? At the exact spot where Josh and Mike meet.
This means that despite all the chaotic back-and-forth flying, the fly's overall displacement is exactly the same as Josh's displacement!
Let's calculate Josh's displacement over the
0.6 hours:
sfly=vJ×t0=25×0.6=15 km
Step 4
Setting Up the Equations
Now we have two powerful pieces of information: the total time of flight, and the net displacement. Let's define two variables:
- t1: The total time the fly spends flying towards Mike.
- t2: The total time the fly spends flying towards Josh.
We know the sum of these times is the total duration:
t1+t2=0.6
We also know that the forward distance minus the backward distance must equal the net displacement of
15 km:
v1t1−v2t2=15
40t1−20t2=15
Step 5
Solving for the Distance
We have a simple system of linear equations. From the time equation, we can express
t2 as:
t2=0.6−t1
Substitute this into the displacement equation:
40t1−20(0.6−t1)=15
40t1−12+20t1=15
60t1=27
t1=0.45 hours
Now, find
t2:
t2=0.6−0.45=0.15 hours
Finally, we want the
total distance flown, which is the sum of the forward distance and the backward distance (no negative signs here, distance is a scalar!):
s=v1t1+v2t2
s=(40)(0.45)+(20)(0.15)
s=18+3=21 km
The Elegant General Formula
If we had solved this entirely with variables, we would arrive at a beautiful general formula for the total distance:
s=vF(vJ+vM)d(vF2+uvJ−u2)
Plugging our numbers into this formula yields the exact same result of 21 km. This problem is a brilliant demonstration of how looking at the macroscopic constraints (like net displacement) can completely bypass the need for tedious microscopic calculations!