Maths Olympiad Prep

Library / /1392 of 1394

, 2019

Algebra Difficulty 6.5 National Olympiad Prove it United States

Problem:

The sequence of integers {ai}i=0\{a_{i}\}_{i=0}^{\infty} satisfies a0=3a_{0}=3, a1=4a_{1}=4, and
an+2=an+1an+an+121an21 a_{n+2}=a_{n+1} a_{n}+\left\lceil\sqrt{a_{n+1}^{2}-1} \sqrt{a_{n}^{2}-1}\right\rceil
for n0n \geq 0. Evaluate the sum
n=0(an+3an+2an+2an+an+1an+3anan+1). \sum_{n=0}^{\infty}\left(\frac{a_{n+3}}{a_{n+2}}-\frac{a_{n+2}}{a_{n}}+\frac{a_{n+1}}{a_{n+3}}-\frac{a_{n}}{a_{n+1}}\right) .

Solution

Solution:

The key idea is to note that an+1an+an+121an21a_{n+1} a_{n}+\sqrt{a_{n+1}^{2}-1} \sqrt{a_{n}^{2}-1} is the larger zero of the quadratic
fn(x)=x2(2an+1an)x+an2+an+121. f_{n}(x)=x^{2}-\left(2 a_{n+1} a_{n}\right) x+a_{n}^{2}+a_{n+1}^{2}-1 .
Since an+2a_{n+2} is the smallest integer greater than or equal to this root, it follows that an2+an+12+an+222anan+1an+21a_{n}^{2}+a_{n+1}^{2}+a_{n+2}^{2}-2 a_{n} a_{n+1} a_{n+2}-1 is some small nonnegative integer. For these particular initial conditions (a0=3a_{0}=3, a1=4a_{1}=4, a2=12+120=23a_{2}=12+\lceil\sqrt{120}\rceil=23), this integer is (32+42)+(23223423)1=25231=1(3^{2}+4^{2})+(23^{2}-2 \cdot 3 \cdot 4 \cdot 23)-1=25-23-1=1.

We now use induction to prove both
an+3=2an+2an+1an and an2+an+12+an+222anan+1an+21=1 a_{n+3}=2 a_{n+2} a_{n+1}-a_{n} \text{ and } a_{n}^{2}+a_{n+1}^{2}+a_{n+2}^{2}-2 a_{n} a_{n+1} a_{n+2}-1=1
for n0n \geq 0. The base case is not difficult to check: a3=423+7920=181=24233a_{3}=4 \cdot 23+\lceil\sqrt{7920}\rceil=181=2 \cdot 4 \cdot 23-3, and the other equation has been checked above. Since the quadratic equation fn+1(x)=1f_{n+1}(x)=1 has a solution ana_{n} by induction hypothesis. Then, using Vieta's theorem, 2an+1an+2an2 a_{n+1} a_{n+2}-a_{n} is also a solution. Then, the two roots of fn+1(x)=0f_{n+1}(x)=0 must be in strictly between ana_{n} and 2an+1an+2an2 a_{n+1} a_{n+2}-a_{n}, so we have that an+32an+1an+2ana_{n+3} \leq 2 a_{n+1} a_{n+2}-a_{n} since an+3a_{n+3} is the ceiling of the larger root. In fact, since an+1an+2a_{n+1} a_{n+2} is much larger than ana_{n} for n1n \geq 1 (it is not difficult to see that ana_{n} grows faster than exponential), meaning that the two roots of fn+1f_{n+1} are more than 1 away from the minimum, and f(2an+1an+2an)=1f\left(2 a_{n+1} a_{n+2}-a_{n}\right)=1, we have f(2an+1an+2an1)<0f\left(2 a_{n+1} a_{n+2}-a_{n}-1\right)<0, which mean that we must have an+3=2an+1an+2ana_{n+3}=2 a_{n+1} a_{n+2}-a_{n}, which simultaneously proves both statements due to Vieta jumping.

To finish, note that the above recurrence gives
an+3an+2an+2an=2an+1anan+22an+1+an1an=anan+2+an1an \frac{a_{n+3}}{a_{n+2}}-\frac{a_{n+2}}{a_{n}}=2 a_{n+1}-\frac{a_{n}}{a_{n+2}}-2 a_{n+1}+\frac{a_{n-1}}{a_{n}}=-\frac{a_{n}}{a_{n+2}}+\frac{a_{n-1}}{a_{n}}
which telescopes with the other two terms. (Convergence can be shown since the ratio of adjacent terms is bounded above by 1/31 / 3. In fact it goes to zero rapidly.) The only leftover terms after telescoping are a3a2a2a0=a0a2+a1a0=323+13=1469\frac{a_{3}}{a_{2}}-\frac{a_{2}}{a_{0}}=-\frac{a_{0}}{a_{2}}+\frac{a_{-1}}{a_{0}}=-\frac{3}{23}+\frac{1}{3}=\frac{14}{69}, giving the answer. (Here, we use the backwards recurrence an1=2anan+1an+2a_{n-1}=2 a_{n} a_{n+1}-a_{n+2} to find a1=23423=1a_{-1}=2 \cdot 3 \cdot 4-23=1.)

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 reproduced verbatim; metadata (topic, difficulty) added by this project.