Difference between revisions of "2010 USAMO Problems/Problem 3"
(Problem and solution. Displayed equations still look sub-optimal (not centered) and don't work right without a paragraph break... :-() |
(Work-around lack of automatic centering of displayed equations...) |
||
Line 13: | Line 13: | ||
<math>(a_{2i-i},a_{2i}), 1\le i \le 1005</math>, the product is at most | <math>(a_{2i-i},a_{2i}), 1\le i \le 1005</math>, the product is at most | ||
<math>(2i-1) + 2i = 4i - 1</math>, and so the product of all the pairs is at most: | <math>(2i-1) + 2i = 4i - 1</math>, and so the product of all the pairs is at most: | ||
− | + | <center> | |
<cmath> | <cmath> | ||
\prod_{i=1}^{1005}(4i-1). | \prod_{i=1}^{1005}(4i-1). | ||
</cmath> | </cmath> | ||
− | + | </center> | |
If we can demonstrate a sequence in which for <math>1 \le i \le 1005</math> the product | If we can demonstrate a sequence in which for <math>1 \le i \le 1005</math> the product | ||
<math>a_{2i-1}a_{2i} = 4i-1</math>, and all the inequalities are satisfied, the above | <math>a_{2i-1}a_{2i} = 4i-1</math>, and all the inequalities are satisfied, the above | ||
Line 24: | Line 24: | ||
We will construct sequences of an arbitrary large even length <math>2n \ge 4</math>, | We will construct sequences of an arbitrary large even length <math>2n \ge 4</math>, | ||
in which: | in which: | ||
− | + | <center> | |
<cmath> | <cmath> | ||
\begin{cases} | \begin{cases} | ||
Line 32: | Line 32: | ||
\end{cases} | \end{cases} | ||
</cmath> | </cmath> | ||
− | + | </center> | |
Given <math>a_1</math>, from the equations <math>a_ia_{i+1} = 2i+1,\; 1\le i\le n</math>, | Given <math>a_1</math>, from the equations <math>a_ia_{i+1} = 2i+1,\; 1\le i\le n</math>, | ||
we obtain the whole sequence recursively: | we obtain the whole sequence recursively: | ||
<math>a_1 = a_1,\; a_2 = 3/a_1,\; a_3 = 5/a_2 = 5a_1/3,\; | <math>a_1 = a_1,\; a_2 = 3/a_1,\; a_3 = 5/a_2 = 5a_1/3,\; | ||
a_4 = 7/a_3 = (3\cdot 7)/(5a_1) \ldots,</math> and in general: | a_4 = 7/a_3 = (3\cdot 7)/(5a_1) \ldots,</math> and in general: | ||
− | + | <center> | |
<cmath> | <cmath> | ||
a_{i+2} = a_i \cdot (2i+3)/(2i+1). | a_{i+2} = a_i \cdot (2i+3)/(2i+1). | ||
</cmath> | </cmath> | ||
− | + | </center> | |
The same equations <math>a_ia_{i+1} = 2i+1</math> can be used to compute the | The same equations <math>a_ia_{i+1} = 2i+1</math> can be used to compute the | ||
whole sequence from any other known term. | whole sequence from any other known term. | ||
Line 47: | Line 47: | ||
For <math>i < j</math>, <math>a_ia_j \le i+j \implies a_ia_{j+2} < i+j+2</math>. | For <math>i < j</math>, <math>a_ia_j \le i+j \implies a_ia_{j+2} < i+j+2</math>. | ||
If it were otherwise, we would have for some <math>i < j</math>: | If it were otherwise, we would have for some <math>i < j</math>: | ||
− | + | <center> | |
<cmath> | <cmath> | ||
a_{j+2}/a_j \ge (i+j+2)/(i+j) > (j+j+2)/(j+j) = (2j+2)/2j, | a_{j+2}/a_j \ge (i+j+2)/(i+j) > (j+j+2)/(j+j) = (2j+2)/2j, | ||
</cmath> | </cmath> | ||
− | + | </center> | |
but the ratio of the <math>j^{\mathrm{th}}</math> term to the next term of the same | but the ratio of the <math>j^{\mathrm{th}}</math> term to the next term of the same | ||
parity is <math>(2j+3)/(2j+1) < (2j+2)/2j</math>, so our assumption is impossible. | parity is <math>(2j+3)/(2j+1) < (2j+2)/2j</math>, so our assumption is impossible. | ||
Line 64: | Line 64: | ||
We now compare <math>a_ia_{i+2}/(2i+2)</math> with <math>a_{i+2}a_{i+4}/(2i+6)</math>. By our | We now compare <math>a_ia_{i+2}/(2i+2)</math> with <math>a_{i+2}a_{i+4}/(2i+6)</math>. By our | ||
recurrence relations: | recurrence relations: | ||
− | + | <center> | |
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
Line 85: | Line 85: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | + | </center> | |
So, for both odd and even index pairs, the strict inequality | So, for both odd and even index pairs, the strict inequality | ||
<math>a_ia_{i+2} < 2i+2</math> follows from <math>a_{i+2}a_{i+4} \le 2i+6</math> | <math>a_ia_{i+2} < 2i+2</math> follows from <math>a_{i+2}a_{i+4} \le 2i+6</math> | ||
Line 95: | Line 95: | ||
we can solve for the last three terms (or equivalently their squares) | we can solve for the last three terms (or equivalently their squares) | ||
and thus compute the whole sequence. From the equations: | and thus compute the whole sequence. From the equations: | ||
− | + | <center> | |
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
Line 103: | Line 103: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | + | </center> | |
multiplying any two and dividing by the third, we get: | multiplying any two and dividing by the third, we get: | ||
− | + | <center> | |
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
Line 113: | Line 113: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | + | </center> | |
from which, | from which, | ||
− | + | <center> | |
<cmath> | <cmath> | ||
a_{2n-3}^2 = (4n-5)^2/a_{2n-2}^2 = \frac{(4n-5)^2(4n-1)}{(4n-3)(4n-2)} | a_{2n-3}^2 = (4n-5)^2/a_{2n-2}^2 = \frac{(4n-5)^2(4n-1)}{(4n-3)(4n-2)} | ||
</cmath> | </cmath> | ||
− | + | </center> | |
With the squares of the last four terms in hand, we can now verify | With the squares of the last four terms in hand, we can now verify | ||
the only non-redundant inequality: | the only non-redundant inequality: | ||
− | + | <center> | |
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
Line 133: | Line 133: | ||
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | + | </center> | |
This completes the construction and the proof of all the inequalities, | This completes the construction and the proof of all the inequalities, | ||
which miraculously reduced to just one inequality for the last pair | which miraculously reduced to just one inequality for the last pair | ||
of odd indices. | of odd indices. |
Revision as of 15:01, 5 May 2010
Problem
The positive numbers satisfy the inequality for all distinct indices . Determine, with proof, the largest possible value of the product .
Solution
The largest possible value is
Proof
No larger value is possible, since for each consecutive pair of elements: , the product is at most , and so the product of all the pairs is at most:
If we can demonstrate a sequence in which for the product , and all the inequalities are satisfied, the above upper bound will be achieved and the proof complete.
We will construct sequences of an arbitrary large even length , in which:
Given , from the equations , we obtain the whole sequence recursively: and in general:
The same equations can be used to compute the whole sequence from any other known term.
For , . If it were otherwise, we would have for some :
but the ratio of the term to the next term of the same parity is , so our assumption is impossible. Therefore, we need only verify inequalities with an index difference of or , as these imply the rest.
Now, when the indices differ by we have ensured equality (and hence the desired inequalities) by construction. So, we only need to prove the inequalities for successive even index and successive odd index pairs, i.e. for every index , prove .
We now compare with . By our recurrence relations:
So, for both odd and even index pairs, the strict inequality follows from and we need only prove the inequalities and , the second of which holds (as an equality) by construction, so only the first remains.
We have not yet used the equation , with this we can solve for the last three terms (or equivalently their squares) and thus compute the whole sequence. From the equations:
multiplying any two and dividing by the third, we get:
from which,
With the squares of the last four terms in hand, we can now verify the only non-redundant inequality:
This completes the construction and the proof of all the inequalities, which miraculously reduced to just one inequality for the last pair of odd indices.