Maths Olympiad Prep

Library / /481 of 520

Algebra Difficulty 6.0 AIME, harder Prove it

Example 4 Given a1=1,a2=2a_{1}=1, a_{2}=2, an+2={5an+13an,anan+1an+1an,anan+1a_{n+2}=\left\{\begin{array}{ll}5 a_{n+1}-3 a_{n}, & a_{n} a_{n+1} \\ a_{n+1}-a_{n}, & a_{n} a_{n+1}\end{array}\right. is odd; prove that for all nN,an0n \in \mathbf{N}, a_{n} \neq 0. (1988, National High School Mathematics Competition)

Solution

Analysis: Direct proof is not easy by hand, so we use the idea of specialization to examine the characteristics of the terms of the sequence.

From the given conditions, we can deduce that the first 9 terms of the sequence {an}\left\{a_{n}\right\} are 1,2,7,29,22,23,49,26,171,2,7,29,22,23,49,26,-17. It can be observed that:
(1) The first 9 terms are not multiples of 3;
(2) The first 9 terms are not multiples of 4;
(3) Modulo 3, the first 9 terms become 1,2,1,2,1,21,2,1,2,1,2, 1,2,11,2,1, which is clearly a periodic function;
(4) Modulo 4, the first 9 terms become 1,2,3,1,2,31,2,3,1,2,3, 1,2,31,2,3, which is also a periodic function.

Conjecture: These 4 properties hold for all terms of the sequence {an}\left\{a_{n}\right\}, thus generating 4 strengthened propositions. They can all be proven using mathematical induction, and the first two can also be proven using the extreme principle.

Proof (3): Clearly, a11(mod3),aˉ2=a_{1} \equiv 1(\bmod 3), \bar{a}_{2}= 2(mod3)2(\bmod 3).
Assume a2k1=1(mod3),a2k2(mod3)a_{2 k-1}=1(\bmod 3), a_{2 k} \equiv 2(\bmod 3).
(1) If a2k1a2ka_{2 k-1} a_{2 k} is even, then a2k+1=5a2ka_{2 k+1}=5 a_{2 k}- 3a2k15×23×11(mod3)3 a_{2 k-1} \equiv 5 \times 2-3 \times 1 \equiv 1(\bmod 3);
(2) If a2k1a2ka_{2 k-1} a_{2 k} is odd, then a2k+1=a2ka_{2 k+1}=a_{2 k}- a2k1211(mod3)a_{2 k-1} \equiv 2-1 \equiv 1(\bmod 3).
Similarly, it can be proven that a2k+22(mod3)a_{2 k+2} \equiv 2(\bmod 3).

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.