Maths Olympiad Prep

Library / /9 of 12

Algebra Difficulty 8.7 Shortlist Prove it Netherlands

Determine the largest real number MM such that for each infinite sequence x0,x1,x2,x_0, x_1, x_2, \dots of real numbers satisfying

a. x0=1x_0 = 1 and x1=3x_1 = 3,

b. x0+x1++xn13xnxn+1x_0 + x_1 + \dots + x_{n-1} \ge 3x_n - x_{n+1} for all n1n \ge 1,

the inequality
xn+1xn>M, \frac{x_{n+1}}{x_n} > M,
holds for all n0n \ge 0.

Solution

The largest possible MM for which the given property holds is M=2M = 2.

We first show that the given property holds for M=2M = 2. To do this, we show by induction on nn the stronger statement that xn+1>2xn>xn+xn1++x0x_{n+1} > 2x_n > x_n + x_{n-1} + \dots + x_0 for all n0n \ge 0.

For n=0n = 0, this is the statement x1>2x0>x0x_1 > 2x_0 > x_0 which translates with the given initial values to 3>2>13 > 2 > 1.

Now suppose for the induction hypothesis that xn+1>2xn>xn+xn1++x0x_{n+1} > 2x_n > x_n + x_{n-1} + \dots + x_0. Then we find for xn+2x_{n+2}:
xn+23xn+1(xn++x0)>2xn+1>xn+1+xn++x0. \begin{aligned} x_{n+2} &\ge 3x_{n+1} - (x_n + \dots + x_0) \\ &> 2x_{n+1} \\ &> x_{n+1} + x_n + \dots + x_0. \end{aligned}
This completes the induction step. By induction, it follows that for all sequences xx satisfying (a) and (b), the inequality xn+1xn>2\frac{x_{n+1}}{x_n} > 2 holds for all n0n \ge 0.

To show that we cannot find a higher value for MM, we look at the sequence xx with x0=1x_0 = 1, x1=3x_1 = 3, and for which equality holds in (b), i.e. x0+x1++xn1=3xnxn+1x_0 + x_1 + \cdots + x_{n-1} = 3x_n - x_{n+1} for all n1n \ge 1. Then the following relation holds:
xn+1=3xn(xn1++x0)=3xnxn1(xn2++x0)=3xnxn1(3xn1xn)=4xn4xn1. \begin{align*} x_{n+1} &= 3x_n - (x_{n-1} + \cdots + x_0) \\ &= 3x_n - x_{n-1} - (x_{n-2} + \cdots + x_0) \\ &= 3x_n - x_{n-1} - (3x_{n-1} - x_n) \\ &= 4x_n - 4x_{n-1}. \end{align*}
Note that this is a homogeneous linear recurrence relation, the characteristic equation of which is λ24λ+4=(λ2)2=0\lambda^2 - 4\lambda + 4 = (\lambda - 2)^2 = 0. Since the characteristic equation has a double root at λ=2\lambda = 2, the general solution of the recurrence relation is of the form xn=B2n+Cn2nx_n = B2^n + Cn2^n for real numbers BB and CC.

If we now solve this for the given starting values x0=1x_0 = 1 and x1=3x_1 = 3, we get the system of equations B+0=x0=1B + 0 = x_0 = 1 and 2B+2C=x1=32B + 2C = x_1 = 3. Its unique solution is given by B=1B = 1 and C=12C = \frac{1}{2}. So the solution for these starting values is xn=12n+12n2n=(n+2)2n1x_n = 1 \cdot 2^n + \frac{1}{2} n 2^n = (n+2)2^{n-1}.

Now that we have solved the recurrence relation, a simple computation yields
xn+1xn=(n+3)2n(n+2)2n1=2n+3n+2=2(1+1n+2). \frac{x_{n+1}}{x_n} = \frac{(n+3)2^n}{(n+2)2^{n-1}} = 2\frac{n+3}{n+2} = 2\left(1 + \frac{1}{n+2}\right).
So for sufficiently large nn, this fraction becomes arbitrarily close to 2. To state this more precisely: suppose M=2+εM = 2 + \varepsilon with ε>0\varepsilon > 0. Then, for this sequence and n>2ε2n > \frac{2}{\varepsilon} - 2, we have xn+1xn=2+2n+2<2+ε=M\frac{x_{n+1}}{x_n} = 2 + \frac{2}{n+2} < 2 + \varepsilon = M. Therefore no such MM can have the given property.

So the largest value of MM that has the given property is 2, and in the first part of this solution we have already seen that M=2M = 2 has the given property. \square

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.