AlgebraDifficulty 7.5National Olympiad, round 2Prove itUnited States
The 2010 positive numbers a1,a2,…,a2010 satisfy the inequality aiaj≤i+j for all distinct indices i,j. Determine, with proof, the largest possible value of the product a1a2⋯a2010.
Solution
(By Gabriel Carroll). Multiplying together the inequalities a2i−1a2i≤4i−1 for i=1,2,…,1005, we get a1a2⋯a2010≤3⋅7⋅11⋯4019.(1) It remains to show that this bound can be attained. Let a2008=40194017⋅4018,a2009=40184019⋅4017,a2010=40174018⋅4019, and define ai for i<2008 by downward induction using the recursion ai=(2i+1)/ai+1. We then have aiaj=i+jwhenever j=i+1 or (i,j)=(2008,2010).(2) We will show that (2) implies aiaj≤i+j for all i<j, so that this sequence satisfies the hypotheses of the problem. Since a2i−1a2i=4i−1 for i=1,…,1005, the inequality (1) is an equality, so the bound is attained. We show that aiaj≤i+j for i<j by downward induction on i+j. There are several cases:
* If j=i+1, or (i,j)=(2008,2010), then aiaj=i+j, from (2).
* If (i,j)=(2007,2009), then aiai+2=(ai+1ai+3)(aiai+1)(ai+2ai+3)=2i+4(2i+1)(2i+5)<2i+2. Here the second equality comes from (2), and the inequality is checked by multiplying out: (2i+1)(2i+5)=4i2+12i+5<4i2+12i+8=(2i+2)(2i+4).
* If i<2007 and j=i+2, then we have aiai+2=(ai+1ai+2)(ai+3ai+4)(aiai+1)(ai+2ai+3)(ai+2ai+4)≤(2i+3)(2i+7)(2i+1)(2i+5)(2i+6)<2i+2. The first inequality holds by applying the induction hypothesis for (i+2,i+4) and applying (2) for the other pairs. The second inequality can again be checked by multiplying out: (2i+1)(2i+5)(2i+6)=8i3+48i2+82i+30<8i3+48i2+82i+42=(2i+2)(2i+3)(2i+7).
* If j−i>2, then aiaj=ai+1ai+2(aiai+1)(ai+2aj)≤2i+3(2i+1)(i+2+j)<i+j. Here we have used the induction hypothesis for (i+2,j), and again we check the last inequality by multiplying out: (2i+1)(i+2+j)=2i2+5i+2+2ij+j<2i2+3i+2ij+3j=(2i+3)(i+j).
This covers all the cases and shows that aiaj≤i+j for all i<j, as required.
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 reproduced verbatim; metadata (topic, difficulty) added by this project.