;
Problem 4.
Turbo the snail sits on a point on a circle with circumference . Given an infinite sequence of positive real numbers , Turbo successively crawls distances around the circle, each time choosing to crawl either clockwise or counterclockwise. Determine the largest constant with the following property: for every sequence of positive real numbers with for all , Turbo can (after studying the sequence) ensure that there is some point on the circle that it will never visit or crawl across. Solution
The answer is For , consider the following strategy for Turbo. Choose an arbitrary point (which is not Turbo's starting point), and always jump in the direction of which is the antipode of . Indeed, this strategy works by induction. Now, assume . Consider the following construction to guarantee every point is covered. First, start off the sequence with This will guarantee that turbo will have crawled across every point, except some interval of length , and that turbo will be standing right on an endpoint of . Now, let the next number in the sequence be the distance from any endpoint of to the antipode of the midpoint of . This forces Turbo to the antipode of the midpoint of , otherwise, he must cover and, by extension, the whole circle. From here, choose some and make turbo move a distance of . This reduces the size of the interval of uncovered points by exactly . Let be the new set of uncovered points. Then, do the exact same process we did on to . In general we have which is negative for sufficiently large . |