Maths Olympiad Prep

Library / /2 of 7

, 2018

Algebra Difficulty 7.8 National olympiad, round 2 Prove it Saudi Arabia

Let {xn}\{x_{n}\} be a sequence defined by x1=2x_{1}=2 and
xn+1=xn2xn+1 x_{n+1}=x_{n}^{2}-x_{n}+1
for n1n \geq 1. Prove that
1122n1<1x1+1x2++1xn<1122n 1-\frac{1}{2^{2^{n-1}}}<\frac{1}{x_{1}}+\frac{1}{x_{2}}+\ldots+\frac{1}{x_{n}}<1-\frac{1}{2^{2^{n}}}
for all nn.

Solution

The sequence is increasing since xn+1xn=(xn1)20x_{n+1}-x_{n}=(x_{n}-1)^{2} \geq 0. We also have xn+11=xn(xn1)x_{n+1}-1=x_{n}(x_{n}-1) which gives us
1xn+11=1xn(xn1)=1xn11xn \frac{1}{x_{n+1}-1}=\frac{1}{x_{n}(x_{n}-1)}=\frac{1}{x_{n}-1}-\frac{1}{x_{n}}
This identity is valid because given x1=2x_{1}=2 we have xn2x_{n} \geq 2 and therefore xn10x_{n}-1 \neq 0. Now given that 1xn=1xn11xn+11\frac{1}{x_{n}}=\frac{1}{x_{n}-1}-\frac{1}{x_{n+1}-1} we obtain the identity
1x1+1x2++1xn=11xn+11 \frac{1}{x_{1}}+\frac{1}{x_{2}}+\cdots+\frac{1}{x_{n}}=1-\frac{1}{x_{n+1}-1}
So we have to prove
1122n1<11xn+11<1122n 1-\frac{1}{2^{2^{n-1}}}<1-\frac{1}{x_{n+1}-1}<1-\frac{1}{2^{2^{n}}}
or equivalently
22n1<xn+11<22n 2^{2^{n-1}}<x_{n+1}-1<2^{2^{n}}
We will prove this by induction.
For n=1n=1 we simply get 2<x21<42<x_{2}-1<4 which is true since x2=3x_{2}=3. Assume the statement is true for n=kn=k, i.e.
22k1<xk+11<22k 2^{2^{k-1}}<x_{k+1}-1<2^{2^{k}}
For n=k+1n=k+1 we have
xk+21=xk+1(xk+11)>22k1(22k1+1)=22k+22k1>22k x_{k+2}-1=x_{k+1}(x_{k+1}-1)>2^{2^{k-1}}(2^{2^{k-1}}+1)=2^{2^{k}}+2^{2^{k-1}}>2^{2^{k}}
by the induction hypothesis. On the other hand we know that xnx_{n}'s are all integers and therefore xk+122kx_{k+1} \leq 2^{2^{k}} by the induction hypothesis. We obtain
xk+21=xk+1(xk+11)>22k22k=22k+1 x_{k+2}-1=x_{k+1}(x_{k+1}-1)>2^{2^{k}} \cdot 2^{2^{k}}=2^{2^{k+1}}
which is what we wanted to prove. \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.