Difference between revisions of "2007 USAMO Problems/Problem 1"
5849206328x (talk | contribs) m |
5849206328x (talk | contribs) (→Solutions) |
||
Line 5: | Line 5: | ||
=== Solution 1 === | === Solution 1 === | ||
− | Let <math>S_k = a_1 + a_2 + | + | Let <math>S_k = a_1 + a_2 + \cdots + a_k</math> and <math>b_k = \frac{S_k}{k}</math>. Thus, because <math>S_{k+1} = S_k + a_{k+1}</math>, |
− | + | <cmath>b_{k+1} = \frac{b_k \cdot k + a_{k+1}}{k+1} = \left(\frac{k}{k+1}\right) \cdot b_k + \frac{a_{k+1}}{k+1}</cmath> | |
− | + | <math>\frac{k}{k+1} < 1</math>, and by definition, <math>\frac{a_{k+1}}{k+1} < 1</math>. Thus, <math>b_{k+1} < b_k + 1</math>. Also, both <math>b_k</math> and <math>b_{k+1}</math> are integers, so <math>b_{k+1} \le b_k</math>. As the <math>b_k</math>'s form a [[non-increasing]] sequence of positive integers, they must eventually become constant. | |
− | |||
− | <math>\frac{k}{k+1} < 1</math>, and by definition, <math>\frac{a_{k+1}}{k+1} < 1</math>. Thus, <math>b_{k+1} < b_k + 1</math>. Also, both <math>b_k | ||
Therefore, <math>b_k = b_{k+1}</math> for some sufficiently large value of <math>k</math>. Then <math>a_{k+1} = S_{k+1} - S_k = b_k(k + 1) - b_k(k) = b_k</math>, so eventually the sequence <math>a_k</math> becomes constant. | Therefore, <math>b_k = b_{k+1}</math> for some sufficiently large value of <math>k</math>. Then <math>a_{k+1} = S_{k+1} - S_k = b_k(k + 1) - b_k(k) = b_k</math>, so eventually the sequence <math>a_k</math> becomes constant. | ||
=== Solution 2 === | === Solution 2 === | ||
− | + | Define <math>S_k = a_1 + a_2 + \cdots + a_k</math>, and <math>b_k = \frac{S_k}{k}</math>. By the problem hypothesis, <math>b_k</math> is an integer valued sequence. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Define <math>S_k = a_1 + a_2 + | ||
− | |||
− | |||
− | + | '''Lemma:''' There exists a <math>k</math> such that <math>b_k < k</math>. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ''Proof:'' Choose any <math>k</math> such that <math>k^2 + 3k - 2 > 2n</math>. Then | |
+ | <cmath>\begin{align*} | ||
+ | \frac{k^2 + 3k - 2}{2} &> n \\ | ||
+ | k^2 &> \frac{k^2 - 3k + 2}{2} + n \\ | ||
+ | k^2 &> (k-2) + (k-1) + \cdots + 1 + n \\ | ||
+ | k^2 &> a_{k-1} + a_{k-2} + \cdots + a_2 + a_1 \\ | ||
+ | k^2 &> S_k \\ | ||
+ | k &> \frac{S_k}{k} \\ | ||
+ | k &> b_k, | ||
+ | \end{align*}</cmath> | ||
+ | as desired. <math>\blacksquare</math> | ||
− | + | Let <math>k</math> be the smallest <math>k</math> such that <math>b_k < k</math>. Then <math>b_k = m < k</math>, and <math>S_k = km</math>. To make <math>b_{k+1}</math> an integer, <math>S_{k+1} = S_k + a_{k+1}</math> must be divisible by <math>k+1</math>. Thus, because <math>km + m</math> is divisible by <math>k+1</math>, <math>a_{k+1} \equiv m \pmod{k+1}</math>, and, because <math>0 \le a_{k+1} < k</math>, <math>a_{k+1} = m</math>. Then <math>b_{k+1} = \frac{(k+1)m}{k+1} = m</math> as well. Repeating the same process using <math>k+1</math> instead of <math>k</math> gives <math>a_{k+2} = m</math>, and an easy induction can prove that for all <math>N > k+1</math>, <math>a_N = m</math>. Thus, <math>a_k</math> becomes a constant function for arbitrarily large values of <math>k</math>. | |
{{alternate solutions}} | {{alternate solutions}} |
Revision as of 20:30, 6 August 2014
Problem
(Sam Vandervelde) Let be a positive integer. Define a sequence by setting and, for each , letting be the unique integer in the range for which is divisible by . For instance, when the obtained sequence is . Prove that for any the sequence eventually becomes constant.
Solutions
Solution 1
Let and . Thus, because , , and by definition, . Thus, . Also, both and are integers, so . As the 's form a non-increasing sequence of positive integers, they must eventually become constant.
Therefore, for some sufficiently large value of . Then , so eventually the sequence becomes constant.
Solution 2
Define , and . By the problem hypothesis, is an integer valued sequence.
Lemma: There exists a such that .
Proof: Choose any such that . Then as desired.
Let be the smallest such that . Then , and . To make an integer, must be divisible by . Thus, because is divisible by , , and, because , . Then as well. Repeating the same process using instead of gives , and an easy induction can prove that for all , . Thus, becomes a constant function for arbitrarily large values of .
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.
See also
- <url>viewtopic.php?t=145842 Discussion on AoPS/MathLinks</url>
2007 USAMO (Problems • Resources) | ||
Preceded by First Question |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.