Maths Olympiad Prep

Library / /102 of 397

, 2018

Algebra Difficulty 5.3 AIME, harder Prove it Taiwan

Let a1,a2,,ana_1, a_2, \dots, a_n be positive integers (a1<a2<<ana_1 < a_2 < \dots < a_n), and let kk be a positive real number with k1k \ge 1.
Prove that:
i=1nai2k+1(i=1naik)2. \sum_{i=1}^{n} a_i^{2k+1} \ge \left( \sum_{i=1}^{n} a_i^k \right)^2 .

Solution

We prove the statement in two steps:

(1) Prove by mathematical induction that:
2i=1naik(an+1)kan.(1) 2 \sum_{i=1}^{n} a_i^k \le (a_n + 1)^k a_n. \qquad (1)
Proof: When n=1n=1, it is easy to see that Eq. (1) holds.
Assume that when n=mn=m, Eq. (1) holds, that is
2i=1maik(am+1)kam. 2 \sum_{i=1}^{m} a_i^k \le (a_m + 1)^k a_m .
Then when n=m+1n=m+1,
2i=1m+1aik=2i=1maik+2am+1k(am+1)kam+2am+1kam+1k(am+11)+2am+1k=am+1k(am+1+1)(am+1+1)kam+1. \begin{aligned} 2 \sum_{i=1}^{m+1} a_i^k &= 2 \sum_{i=1}^{m} a_i^k + 2a_{m+1}^k \\ &\le (a_m + 1)^k a_m + 2a_{m+1}^k \\ &\le a_{m+1}^k (a_{m+1} - 1) + 2a_{m+1}^k \\ &= a_{m+1}^k (a_{m+1} + 1) \\ &\le (a_{m+1} + 1)^k a_{m+1}. \end{aligned}

(2) Next, prove that the statement holds by mathematical induction.
When n=1n=1, it is easy to see that the statement holds.
Assume that when n=mn=m, the statement holds, that is
(i=1maik)2i=1mai2k+1. \left( \sum_{i=1}^{m} a_i^k \right)^2 \le \sum_{i=1}^{m} a_i^{2k+1} .

(i=1m+1aik)2=(i=1maik)2+2(i=1maik)am+1k+am+12ki=1mai2k+1+2(i=1maik)am+1k+am+12ki=1mai2k+1+(am+1)kamam+1k+am+12k(by Eq. (1))i=1mai2k+1+am+1k(am+1k(am+11)+am+1k)i=1m+1ai2k+1. \begin{aligned} & \left( \sum_{i=1}^{m+1} a_i^k \right)^2 \\ &= \left( \sum_{i=1}^{m} a_i^k \right)^2 + 2 \left( \sum_{i=1}^{m} a_i^k \right) a_{m+1}^k + a_{m+1}^{2k} \\ &\le \sum_{i=1}^{m} a_i^{2k+1} + 2 \left( \sum_{i=1}^{m} a_i^k \right) a_{m+1}^k + a_{m+1}^{2k} \\ &\le \sum_{i=1}^{m} a_i^{2k+1} + (a_m + 1)^k a_m a_{m+1}^k + a_{m+1}^{2k} \quad \text{(by Eq. (1))} \\ &\le \sum_{i=1}^{m} a_i^{2k+1} + a_{m+1}^k \left( a_{m+1}^k (a_{m+1}-1) + a_{m+1}^k \right) \\ &\le \sum_{i=1}^{m+1} a_i^{2k+1}. \end{aligned}

Combining the above, the 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 the original; metadata (topic, difficulty) added by this project.