1st Putnam 1938

------
 
 
Problem A6

A swimmer is standing at a corner of a square swimming pool. She swims at a fixed speed and runs at a fixed speed (possibly different). No time is taken entering or leaving the pool. What path should she follow to reach the opposite corner of the pool in the shortest possible time?

 

Solution

Answer: let k be the running speed divided by the swimming speed. For k > √2, the unique solution is to run round the outside. For k < √2, the unique solution is to swim direct. For k = √2 there is no unique solution. Run along a side to X, swim to Y equidistant from the corner between X and Y, then run from Y. The time taken is independent of X.

We may take the side of the square to be 1, the swimming speed to be 1 and the running speed to be k. Let the square be ABCD. Suppose the start is at A and the finish at C. Possible routes are (1) run to X on AB, swim to Y on BC, run to C, (2) run to X on AD, swim to Y on CD, run to C, (3) run to X on AB, swim to Y on CD, run to C. We start by considering case (1). Take BX to be x, BY to be y. Then the time taken is (2 - x - y)/k + √(x2 + y2). Note that this includes the extreme cases of running all the way (x = y = 0) and swimming all the way (x = y = 1).

Now (x - y)2 >= 0, with equality iff x = y, so (x + y)2 <= 2(x2 + y2) and hence (x + y) ≤ √2 √(x2 + y2), with equality iff x = y. So if k > √2, then (x + y) < k √(x2 + y2) and hence 2/k < (2 - x - y)/k + √(x2 + y2) unless x = y = 0 (when we have equality). Hence for k > √2, the unique solution is to run all the way.

If k < √2, then (x + y) ≤ √2 √(x2 + y2) implies √2 (√2 - √(x2 + y2) ≤ 2 - x - y and hence k (√2 - √(x2 + y2) < 2 - x - y unless x = y = 1 (when we have equality). So √2 < (2 - x - y)/k + √(x2 + y2) unless x = y = 1. In other words, for k < √2 the unique solution is to swim all the way.

For k = √2 we have equality (in both the previous paragraphs) iff x = y. So any solution with x = y is optimal in this case.

 


 

1st Putnam 1938

© John Scholes
jscholes@kalva.demon.co.uk
5 Mar 2002