AlgebraDifficulty 6.5National OlympiadProve itUnited States
Problem:
The sequence of integers {ai}i=0∞ satisfies a0=3, a1=4, and an+2=an+1an+⌈an+12−1an2−1⌉ for n≥0. Evaluate the sum n=0∑∞(an+2an+3−anan+2+an+3an+1−an+1an).
Solution
Solution:
The key idea is to note that an+1an+an+12−1an2−1 is the larger zero of the quadratic fn(x)=x2−(2an+1an)x+an2+an+12−1. Since an+2 is the smallest integer greater than or equal to this root, it follows that an2+an+12+an+22−2anan+1an+2−1 is some small nonnegative integer. For these particular initial conditions (a0=3, a1=4, a2=12+⌈120⌉=23), this integer is (32+42)+(232−2⋅3⋅4⋅23)−1=25−23−1=1.
We now use induction to prove both an+3=2an+2an+1−an and an2+an+12+an+22−2anan+1an+2−1=1 for n≥0. The base case is not difficult to check: a3=4⋅23+⌈7920⌉=181=2⋅4⋅23−3, and the other equation has been checked above. Since the quadratic equation fn+1(x)=1 has a solution an by induction hypothesis. Then, using Vieta's theorem, 2an+1an+2−an is also a solution. Then, the two roots of fn+1(x)=0 must be in strictly between an and 2an+1an+2−an, so we have that an+3≤2an+1an+2−an since an+3 is the ceiling of the larger root. In fact, since an+1an+2 is much larger than an for n≥1 (it is not difficult to see that an grows faster than exponential), meaning that the two roots of fn+1 are more than 1 away from the minimum, and f(2an+1an+2−an)=1, we have f(2an+1an+2−an−1)<0, which mean that we must have an+3=2an+1an+2−an, which simultaneously proves both statements due to Vieta jumping.
To finish, note that the above recurrence gives an+2an+3−anan+2=2an+1−an+2an−2an+1+anan−1=−an+2an+anan−1 which telescopes with the other two terms. (Convergence can be shown since the ratio of adjacent terms is bounded above by 1/3. In fact it goes to zero rapidly.) The only leftover terms after telescoping are a2a3−a0a2=−a2a0+a0a−1=−233+31=6914, giving the answer. (Here, we use the backwards recurrence an−1=2anan+1−an+2 to find a−1=2⋅3⋅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.