Difference between revisions of "2001 IMO Shortlist Problems/A5"
m (New page: == Problem == Find all positive integers <math>a_1, a_2, \ldots, a_n</math> such that <center><math>\frac {99}{100} = \frac {a_0}{a_1} + \frac {a_1}{a_2} + \cdots + \frac {a_{n - 1}}{a_n},...) |
|||
Line 5: | Line 5: | ||
== Solution == | == Solution == | ||
− | {{ | + | We claim that there is only one such sequence: <math>a_1=2, a_2=5, a_3=56, a_4=56\times 1400</math>. This works because |
+ | <cmath>\frac{1}{2}+\frac{2}{5}+\frac{5}{56}+\frac{56}{56\times 1400} </cmath> | ||
+ | <cmath>=\frac{700}{1400}+\frac{560}{1400}+\frac{125}{1400}+\frac{1}{1400}=\frac{1386}{1400}=\frac{99}{100}. </cmath> | ||
+ | |||
+ | It is also easy to check that <math>(a_{k+1}-1)a_{k-1} \geq a_k^2(a_k - 1)</math> for <math>k=1,2,3</math>. | ||
+ | |||
+ | Now we prove such a sequence is unique. We first claim that a sequence of positive integers <math>a_0, a_1,\dots, a_n</math> satisfying <math>(a_{k+1}-1)a_{k-1} \geq a_k^2(a_k - 1)</math> for <math>k = 1,2,\ldots,n-1</math> has the property that | ||
+ | <cmath>\sum_{k=0}^{n-1}\frac{a_k}{a_{k+1}}<\frac{a_0}{a_1-1}. </cmath> | ||
+ | We use induction on the length of the sequence. | ||
+ | The base case is trivial (the condition guarantees that <math>a_1>1</math>). For the inductive step, notice that by the inductive hypothesis, | ||
+ | <cmath>\sum_{k=1}^{n-1}\frac{a_k}{a_{k+1}}<\frac{a_1}{a_2-1}, </cmath> | ||
+ | so it suffices to show | ||
+ | <cmath>\frac{a_0}{a_1}+\frac{a_1}{a_2-1}\le \frac{a_0}{a_1-1}, </cmath> | ||
+ | but this is equivalent to | ||
+ | <cmath>a_0(a_1-1)(a_2-1)+a_1^2(a_1-1)\le a_0a_1(a_2-1) </cmath> | ||
+ | <cmath>a_1^2(a_1-1)\le a_0(a_2-1), </cmath> | ||
+ | which we know to be true. | ||
+ | |||
+ | Now suppose there were two sequences <math>a_1,\dots, a_n</math> and <math>a'_1,\dots, a'_m</math> that satisfied the conditions in the problem. Clearly one cannot be a subsequence of the other, or else the longer one will obviously have a larger sum. So there exists a smallest integer <math>c</math> such that <math>a_c\neq a'_c</math> (so for <math>k<c</math>, <math>a_k=a'_k</math>). Without loss of generality, let <math>a_c<a'_c</math>. | ||
+ | |||
+ | By our previous claim, we have that <cmath>\sum_{k=c-1}^{n-1}\frac{a'_k}{a'_{k+1}}<\frac{a'_{c-1}}{a'_c-1}=\frac{a_{c-1}}{a'_c-1}\le\frac{a_{c-1}}{a_c},</cmath> | ||
+ | and as a corollary, since the first <math>c-2</math> terms are equal, | ||
+ | <cmath>\sum_{k=1}^{n-1}\frac{a'_k}{a'_{k+1}}<\sum_{k=1}^{c-1}\frac{a_k}{a_{k+1}}\le \sum_{k=1}^{m-1}\frac{a_k}{a_{k+1}}, </cmath> | ||
+ | which contradicts the fact that they are equal. So there is a unique sequence satisfying the problem conditions. | ||
== Resources == | == Resources == |
Latest revision as of 16:42, 8 August 2019
Problem
Find all positive integers such that
where and for .
Solution
We claim that there is only one such sequence: . This works because
It is also easy to check that for .
Now we prove such a sequence is unique. We first claim that a sequence of positive integers satisfying for has the property that We use induction on the length of the sequence. The base case is trivial (the condition guarantees that ). For the inductive step, notice that by the inductive hypothesis, so it suffices to show but this is equivalent to which we know to be true.
Now suppose there were two sequences and that satisfied the conditions in the problem. Clearly one cannot be a subsequence of the other, or else the longer one will obviously have a larger sum. So there exists a smallest integer such that (so for , ). Without loss of generality, let .
By our previous claim, we have that and as a corollary, since the first terms are equal, which contradicts the fact that they are equal. So there is a unique sequence satisfying the problem conditions.