The Pulse of City Traffic
Imagine standing by a highway just outside a bustling city. The traffic is regulated by a signal that operates on a strict cycle: it glows green for 1.0 min, allowing a cluster of vehicles to escape, and then turns red for 2.0 min, halting the flow.
Because the vehicles travel at different constant speeds—ranging from a leisurely 60 km/h to a brisk 80 km/h—the cluster of cars that leaves during a single green light doesn't stay tightly packed. Instead, it stretches out over time. The fastest cars pull ahead, while the slowest cars lag behind, creating a distinct "group" or "platoon" of traffic.
Visualizing the Flow
To truly understand when these distinct groups merge and become a continuous, indistinguishable stream of traffic, we need to visualize their motion. A position-time (x−t) graph is the perfect tool for this.
Let's define the boundaries of the first group. It starts emerging at t=0. The absolute front of this group is dictated by the fastest vehicle, which travels at vmax=80 km/h. The absolute rear of this group is dictated by the slowest vehicle, which leaves the signal just as it turns red at t=TG=1.0 min, traveling at vmin=60 km/h.
Now, consider the second group. It is held back by the 2.0 min red light and only starts emerging at t=TG+TR=3.0 min. Its front is led by a new fast vehicle traveling at vmax, and its rear is anchored by a slow vehicle leaving at t=4.0 min.
The Inevitable Catch-Up
The core of the problem lies in a simple realization: the front of the second group is moving faster than the rear of the first group.
The groups will remain distinct as long as there is a physical gap between them. This gap is exactly the distance between the slowest car of the first group and the fastest car of the second group. The moment these two specific vehicles are side-by-side, the gap vanishes, and the groups merge into one continuous stream.
Setting Up the Mathematics
Let's translate this physical intuition into mathematical equations. We need the position of the slowest car of Group 1 (x1,slow) to equal the position of the fastest car of Group 2 (x2,fast).
For the slowest car of Group 1, which started at
t=TG:
x1,slow=vmin(t−TG)
For the fastest car of Group 2, which started at
t=TG+TR:
x2,fast=vmax(t−(TG+TR))
Equating the two gives us our master equation:
vmin(t−TG)=vmax(t−(TG+TR))
The Final Calculation
To avoid messy fractions, let's convert our speeds from km/h to km/min.
- vmin=60 km/h=1 km/min
- vmax=80 km/h=34 km/min
Substituting these values, along with
TG=1 and
TR=2, we get:
1⋅(t−1)=34⋅(t−3)
Multiplying the entire equation by 3 to clear the denominator:
3t−3=4t−12
Solving for
t, we find:
t=9 min
This tells us that exactly 9 minutes after the first light turned green, the groups merge. But the question asks for the
distance. We can substitute
t=9 back into either position equation. Let's use the simpler one:
x=1 km/min⋅(9 min−1 min)=8.0 km
Thus, the groups become indistinguishable exactly 8.0 km down the road. This elegant interplay of relative speeds and time delays perfectly matches option (b).