Three speed skaters have a friendly “race” on a skating oval. They all start from the same point and skate in the same direction, but with different speeds that they maintain throughout the race. The slowest skater does lap a minute, the fastest one does laps a minute, and the middle one does laps a minute for some . The race ends at the moment when all three skaters again come together to the same point on the oval (which may differ from the starting point.) Find how many different choices for are there such that exactly passings occur before the end of the race. (A passing is defined when one skater passes another one. The beginning and the end of the race when all three skaters are together are not counted as passings.)
, 2010
Solutions — 2
Solution 1
Assume that the length of the oval is one unit. Let be the difference of distances that the slowest and the fastest skaters have skated by time . Similarly, let be the difference between the middle skater and the slowest skater. The path is a straight ray in , starting from the origin, with slope depending on . By assumption, .
One skater passes another one when either , or .
The race ends when both .
Let be the endpoint of the ray . We need to find the number of such points satisfying:
(a)
(b) The ray intersects at endpoints only.
(c) The ray crosses times the lines , , .
The second condition says that and are relatively prime. The ray crosses of the lines , of the lines and of the lines .
Thus, we need , or equivalently, .
That is .
Now must be a positive integer less than and relatively prime to . The number of such can be found using the Euler's function:
Thus the answer is .
Solution 2
First, let us name our skaters. From fastest to slowest, call them: A, B and C. (Abel, Bernoulli and Cayley?)
Now, it is helpful to consider the race from the viewpoint of C. Relative to C, both A and B complete a whole number of laps, since they both start and finish at C.
Let be the number of laps completed by A relative to C, and let be the number of laps completed by B relative to C. Note that:
Consider the number of minutes required to complete the race. Relative to C, A is moving with a speed of laps per minute and completes the race in minutes. Also relative to C, B is moving with a speed of laps per minute and completes the race in minutes. Since A and B finish the race together (when they both meet C):
Hence, there is a one-to-one relation between values of and values of the positive proper fraction . The fraction should be reduced, that is the pair should be relatively prime, or else, with , the race ends after laps for A and laps for B when they first meet C together.
It is also helpful to consider the race from the viewpoint of B. In this frame of reference, A completes only laps. Hence A passes B only times, since the racers do not "pass" at the end of the race (nor at the beginning). Similarly A passes C only times and B passes C only times. The total number of passings is:
Hence the number of values of equals the number of for which the fraction is positive, proper and reduced. That is the number of positive integer values smaller than and relatively prime to . One could simply count: , but Euler's function gives this number:
Therefore, there are values for which give the desired number of passings.
Note that the actual values for the speeds of A and C do not affect the result. They could be any values, rational or irrational, just so long as they are different, and there will be possible values for the speed of B between them. ☐