The Moving Window
A Tale of Relative Motion and Number Theory
Imagine you are Boy C, walking along the bottom track. You look up and see your friends, A and B, walking on the track ahead of you. Because Boy A is walking twice as fast as Boy B, the gap between them is constantly increasing. This gap acts like a moving, expanding window through which you can see the power line in the distance. The question asks us to graph how many poles you can see through this window as time goes on.
This isn't just a kinematics problem; it's a beautiful intersection of geometry and number theory!
Setting Up the Geometry
Let's anchor this physical situation with a coordinate system. We can place the track of Boy C on the x-axis, so y=0. The problem states that the track of Boys A and B is equidistant from Track C and the power line. If we place Track A/B at y=d, the power line must be located at y=2d.
At t=0, everyone starts at the origin x=0. Given their velocities (vC=2, vB=2, vA=4), we can write their positions at any time t:
- Boy C: (2t,0)
- Boy B: (2t,d)
- Boy A: (4t,d)
Notice something interesting? Boys B and C both have an x-coordinate of 2t. They are always perfectly aligned vertically!
Defining the Field of View
Boy C's vision is restricted by the positions of B and A. The left boundary of his vision is the straight line passing through C and B. Since they share the same x-coordinate, this is simply the vertical line x=2t. This line intersects the power line (y=2d) exactly at x=2t.
The right boundary of his vision is the line passing through C
(2t,0) and A
(4t,d). Let's find its equation. The slope
m is:
m=4t−2td−0=2td
The equation of this line is
y=2td(x−2t). To find where this line of sight hits the power line, we substitute
y=2d:
2d=2td(x−2t)
4t=x−2t⟹x=6t
So, at any given time t, Boy C can see the segment of the power line strictly between x=2t and x=6t.
The Number Theory of Poles
The poles are spaced 18 m apart, starting from x=0. So, the poles are located at x=18n for integers n=0,1,2,…
To find the number of visible poles
N(t), we need to count how many multiples of
18 fall strictly inside the open interval
(2t,6t). Mathematically, we are looking for the number of integers
n that satisfy:
2t<18n<6t
Let's analyze when the number of visible poles changes:
1. A pole enters the view: This happens when the right boundary expands past a pole. 6t=18n⟹t=3n. So, a new pole enters at t=3,6,9,12,15… seconds.
2. A pole leaves the view: This happens when the left boundary moves past a pole. 2t=18n⟹t=9n. So, an old pole leaves at t=9,18,27… seconds.
The Double-Wide Steps
Now, let's construct the graph of N(t):
- For t∈(0,3), no poles are visible. N=0.
- At t=3, the pole at 18 m enters. N=1 for t∈(3,6).
- At t=6, the pole at 36 m enters. N=2 for t∈(6,9).
Here is the catch! What happens at t=9?
At t=9, the right boundary hits 54 m, so a new pole enters. But at the exact same instant, the left boundary hits 18 m, so the first pole leaves! The net change in visible poles is zero.
Therefore, N(t) remains 2 for the interval t∈(9,12).
This phenomenon repeats every 9 seconds. The graph is a staircase, but the steps at N=2,4,6… are twice as wide (lasting 6 seconds) as the steps at N=1,3,5… (lasting 3 seconds). This subtle, beautiful detail is what makes this a truly elite kinematics problem!