IMO 1995

------
 
 
Problem B1

Find the maximum value of x0 for which there exists a sequence x0, x1, ... , x1995 of positive reals with x0 = x1995 such that for i = 1, ... , 1995:

        xi-1 + 2/xi-1 = 2xi + 1/xi.

 

Answer

2997.

 

Solution

The relation given is a quadratic in xi, so it has two solutions, and by inspection these are xi = 1/xi-1 and xi-1/2. For an even number of moves we can start with an arbitrary x0 and get back to it. Use n-1 halvings, then take the inverse, that gets to 2n-1/x0 after n moves. Repeating brings you back to x0 after 2n moves. However, 1995 is odd!

The sequence given above brings us back to x0 after n moves, provided that x0 = 2(n-1)/2. We show that this is the largest possible x0. Suppose we have a halvings followed by an inverse followed by b halvings followed by an inverse. Then if the number of inverses is odd we end up with 2a-b+c- .../x0, and if it is even we end up with x0/2a-b+c- .... In the first case, since the final number is x0 we must have x0 = 2(a-b+-...)/2. All the a, b, ... are non-negative and sum to the number of moves less the number of inverses, so we clearly maximise x0 by taking a single inverse and a = n-1. In the second case, we must have 2a-b+c- ... = 1 and hence a - b + c - ... = 0. But that implies that a + b + c + ... is even and hence the total number of moves is even, which it is not. So we must have an odd number of inverses and the maximum value of x0 is 2(n-1)/2.

 


 

36th IMO 1995

© John Scholes
jscholes@kalva.demon.co.uk
24 Oct 1998
Last corrected/updated 25 Nov 03