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
![\[\frac{1}{2}, \frac{1}{4}, \frac{1}{2}\]](https://latex.artofproblemsolving.com/f/4/9/f49ee073815be57d1550b19157f04a69791fe907.png)
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
![\[ \text{length of }T_k = \frac{1}{4} - k \left ( \alpha - \frac{1}{2} \right ) \]](https://latex.artofproblemsolving.com/d/7/2/d7235f01422d27dbad57183662aa10c65be08d2e.png)
which is negative for sufficiently large
.