Olympiad Maths Prep

Track / Stage 6 / 334 of 400 #1334 of 2000

Problem 1334

National olympiad, first round
Algebra Difficulty 6.7 Prove it China Girls' Mathematical Olympiad · China

Let nn be an integer greater than 33, and let a1,a2,,ana_1, a_2, \dots, a_n be nonnegative real numbers with a1+a2++an=2a_1 + a_2 + \dots + a_n = 2.

Determine the minimum value of
a1a22+1+a2a32+1++ana12+1. \frac{a_1}{a_2^2+1} + \frac{a_2}{a_3^2+1} + \cdots + \frac{a_n}{a_1^2+1}.

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

The answer is 32\frac{3}{2}.

The given problem is equivalent to finding the minimum value of
m=2(a1a22+1+a2a32+1++ana12+1)=(a1a1a22+1)+(a2a2a32+1)++(anana12+1)=a1a22a22+1+a2a32a32+1++ana12a12+1. \begin{aligned} m &= 2 - \left( \frac{a_1}{a_2^2+1} + \frac{a_2}{a_3^2+1} + \cdots + \frac{a_n}{a_1^2+1} \right) \\ &= \left( a_1 - \frac{a_1}{a_2^2+1} \right) + \left( a_2 - \frac{a_2}{a_3^2+1} \right) + \cdots + \left( a_n - \frac{a_n}{a_1^2+1} \right) \\ &= \frac{a_1 a_2^2}{a_2^2+1} + \frac{a_2 a_3^2}{a_3^2+1} + \cdots + \frac{a_n a_1^2}{a_1^2+1}. \end{aligned}
Since ai2+12aia_i^2 + 1 \ge 2a_i, we have
ma1a2+a2a3++ana12. m \le \frac{a_1 a_2 + a_2 a_3 + \cdots + a_n a_1}{2}.
Our result follows from the following well-known fact:
f(a1,,an)=(a1++an)24(a1a2+a2a3++ana1)01 \begin{aligned} & f(a_1, \cdots, a_n) \\ &= (a_1 + \cdots + a_n)^2 - 4(a_1 a_2 + a_2 a_3 + \cdots + a_n a_1) \\ &\ge 0 \end{aligned} \qquad \textcircled{1}
for integers n4n \ge 4 and nonnegative real numbers a1,a2,,ana_1, a_2, \cdots, a_n.

To prove this fact, we use induction on nn. For n=4n=4, 1\textcircled{1} becomes
f(a1,a2,a3,a4)=(a1+a2+a3+a4)24(a1a2+a2a3+a3a4+a4a1)=(a1+a2+a3+a4)24(a1+a3)(a2+a4), \begin{aligned} & f(a_1, a_2, a_3, a_4) \\ &= (a_1 + a_2 + a_3 + a_4)^2 - 4(a_1 a_2 + a_2 a_3 + a_3 a_4 + a_4 a_1) \\ &= (a_1 + a_2 + a_3 + a_4)^2 - 4(a_1 + a_3)(a_2 + a_4), \end{aligned}
which is nonnegative by the AM-GM inequality.

Assume that 1\textcircled{1} is true for n=kn=k for some integer k4k \ge 4.

Consider the case when n=k+1n = k + 1. By (cyclic) symmetry in 1\textcircled{1}, we may assume that ak+1=min{a1,a2,,ak+1}a_{k+1} = \min\{a_1, a_2, \dots, a_{k+1}\}. By the induction hypothesis, it suffices to show that
D=f(a1,,ak,ak+1)f(a1,,ak1,ak+ak+1)0. D = f(a_1, \dots, a_k, a_{k+1}) - f(a_1, \dots, a_{k-1}, a_k + a_{k+1}) \ge 0.
Note that
D4=(a1a2++akak+1+ak+1a1)+[a1a2++ak1(ak+ak+1)+(ak+ak+1)a1]=ak1ak+1+aka1akak+1=ak1ak+1+(a1ak+1)ak0, \begin{aligned} \frac{D}{4} &= -(a_1a_2 + \cdots + a_k a_{k+1} + a_{k+1}a_1) + [a_1a_2 + \cdots \\ & \qquad \qquad + a_{k-1}(a_k + a_{k+1}) + (a_k + a_{k+1})a_1] \\ &= a_{k-1}a_{k+1} + a_k a_1 - a_k a_{k+1} \\ &= a_{k-1}a_{k+1} + (a_1 - a_{k+1})a_k \\ &\ge 0, \end{aligned}
completing our proof.

From the above result, we can get
12(a1a2+a2a3++ana1)18(a1+a2++an)2=18×22=12, \begin{aligned} & \frac{1}{2}(a_1a_2 + a_2a_3 + \cdots + a_n a_1) \\ \le & \frac{1}{8}(a_1 + a_2 + \cdots + a_n)^2 \\ = & \frac{1}{8} \times 2^2 \\ = & \frac{1}{2}, \end{aligned}
therefore
a1a22a22+1+a2a32a32+1++ana12a12+112, \frac{a_1 a_2^2}{a_2^2 + 1} + \frac{a_2 a_3^2}{a_3^2 + 1} + \cdots + \frac{a_n a_1^2}{a_1^2 + 1} \le \frac{1}{2},
that is m32m \ge \frac{3}{2}. When a1=a2=1a_1 = a_2 = 1 and a3==an=0a_3 = \cdots = a_n = 0, m=32m = \frac{3}{2} holds.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.