Maths Olympiad Prep

Library / /7 of 15

, 2024

Algebra Difficulty 6.5 National olympiad Prove it China

The sequence {an}\{a_n\} is defined as follows: a1=0a_1 = 0, and for integer n2n \ge 2,
an=1n+1n2k=1n2ak, a_n = \frac{1}{n} + \frac{1}{\lceil \frac{n}{2} \rceil} \sum_{k=1}^{\lceil \frac{n}{2} \rceil} a_k,
where n2\lceil \frac{n}{2} \rceil denotes the smallest integer not less than n2\frac{n}{2}. Find the maximum term of the sequence {an}\{a_n\}.

Solution

Proof. From the given definition, we have a2=a12+12=a1+a22+13=712a_2 = \frac{a_1}{2} + \frac{1}{2} = \frac{a_1+a_2}{2} + \frac{1}{3} = \frac{7}{12}.
We now prove by induction that an712a_n \le \frac{7}{12}, with equality if and only if n=3n = 3. The cases n=1,2,3n = 1, 2, 3 have been verified. Assume the statement holds for all 1,2,,n11, 2, \dots, n-1 (n4n \ge 4), then
an=a1++an2n2+1n0+12+(n22)712n2+1n=71223n2+1n=7122n3n23nn27122n3(n+12)3nn2=712n2323nn2<712. \begin{align*} a_n &= \frac{a_1 + \dots + a_{\lceil \frac{n}{2} \rceil}}{\lceil \frac{n}{2} \rceil} + \frac{1}{n} \\ &\le \frac{0 + \frac{1}{2} + \left(\lceil \frac{n}{2} \rceil - 2\right) \cdot \frac{7}{12}}{\lceil \frac{n}{2} \rceil} + \frac{1}{n} \\ &= \frac{7}{12} - \frac{2}{3\lceil \frac{n}{2} \rceil} + \frac{1}{n} \\ &= \frac{7}{12} - \frac{2n - 3\lceil \frac{n}{2} \rceil}{3n \cdot \lceil \frac{n}{2} \rceil} \\ &\le \frac{7}{12} - \frac{2n - 3\left(\frac{n+1}{2}\right)}{3n \cdot \lceil \frac{n}{2} \rceil} \\ &= \frac{7}{12} - \frac{\frac{n}{2} - \frac{3}{2}}{3n \cdot \lceil \frac{n}{2} \rceil} \\ &< \frac{7}{12}. \end{align*}
Therefore, the maximum term of the sequence {an}\{a_n\} is a3=712a_3 = \frac{7}{12}. \square

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 and solution reproduced as published; topic and difficulty added by this site.