Maths Olympiad Prep

Library / /93 of 397

, 2021

Algebra Difficulty 5.2 AIME, harder Prove it Taiwan

For each positive integer nn, define Vn=2n2020+2n2021V_n = \lfloor 2^n \sqrt{2020} \rfloor + \lfloor 2^n \sqrt{2021} \rfloor. Prove that, in the sequence V1,V2,V_1, V_2, \dots, there are infinitely many odd integers, as well as infinitely many even integers.
Remark. x\lfloor x \rfloor is the largest integer that does not exceed the real number xx.

Solution

Let an=1{{2n2020}}>12a_n = 1_{\{\{2^n\sqrt{2020}\}\} > \frac{1}{2}}, bn=1{{2n2021}}>12b_n = 1_{\{\{2^n\sqrt{2021}\}\} > \frac{1}{2}}. Suppose that after some term NN the parity of VnV_n is always the same, then the parity of Vn+12Vn=an+bnV_{n+1} - 2V_n = a_n + b_n must also always be the same. This means an=bnnNa_n = b_n \forall n \ge N, or an=1bnnNa_n = 1 - b_n \forall n \ge N. In other words, in binary, 2N20202^N\sqrt{2020} and 2N20212^N\sqrt{2021} either have the same fractional part, or their fractional parts sum to 1, but in either case, one of 2021±2020\sqrt{2021} \pm \sqrt{2020} must be rational. But this implies that 2020×2021\sqrt{2020} \times 2021 is rational, a contradiction, hence the original statement holds.

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 translated into English from zh; metadata (topic, difficulty) added by this project.