Maths Olympiad Prep

Library / /38 of 86

Algebra Difficulty 6.5 National Olympiad Prove it United States

Problem:
Let x1,x2,,xnx_{1}, x_{2}, \ldots, x_{n} be positive numbers, with n2n \geq 2. Prove that
(x1+1x1)(x2+1x2)(xn+1xn)(x1+1x2)(x2+1x3)(xn1+1xn)(xn+1x1). \left(x_{1}+\frac{1}{x_{1}}\right)\left(x_{2}+\frac{1}{x_{2}}\right) \cdots\left(x_{n}+\frac{1}{x_{n}}\right) \geq\left(x_{1}+\frac{1}{x_{2}}\right)\left(x_{2}+\frac{1}{x_{3}}\right) \cdots\left(x_{n-1}+\frac{1}{x_{n}}\right)\left(x_{n}+\frac{1}{x_{1}}\right) .

Solutions — 2

Solution 1

Solution:
First we will prove a simple lemma involving only two variables: For all positive a,ba, b,
(a2+1)(b2+1)(ab+1)2 \left(a^{2}+1\right)\left(b^{2}+1\right) \geq (a b+1)^{2}
To see why this is true, multiply out, and after simplifying, we have
a2+b22ab a^{2}+b^{2} \geq 2 a b
This is equivalent to
a22ab+b2=(ab)20 a^{2}-2 a b+b^{2}=(a-b)^{2} \geq 0
which of course is true (in fact, for any real numbers aa and bb).

Now we shall attack the problem. Multiplying both sides by x1x2xnx_{1} x_{2} \cdots x_{n} produces the equivalent inequality
(x12+1)(x22+1)(xn2+1)(x1x2+1)(x2x3+1)(xnx1+1). \left(x_{1}^{2}+1\right)\left(x_{2}^{2}+1\right) \cdots\left(x_{n}^{2}+1\right) \geq\left(x_{1} x_{2}+1\right)\left(x_{2} x_{3}+1\right) \cdots\left(x_{n} x_{1}+1\right) .
Applying the lemma repeatedly yields
(x12+1)(x22+1)(x1x2+1)2,(x22+1)(x32+1)(x2x3+1)2,(xn2+1)(x12+1)(xnx1+1)2. \begin{aligned} &\left(x_{1}^{2}+1\right)\left(x_{2}^{2}+1\right) \geq\left(x_{1} x_{2}+1\right)^{2}, \\ &\left(x_{2}^{2}+1\right)\left(x_{3}^{2}+1\right) \geq\left(x_{2} x_{3}+1\right)^{2}, \\ & \vdots \\ &\left(x_{n}^{2}+1\right)\left(x_{1}^{2}+1\right) \geq\left(x_{n} x_{1}+1\right)^{2} . \end{aligned}
Multiplying these yields the square of the desired inequality.

Solution 2

Solution:
We shall use induction. Even though the problem begins with n=2n=2, we can start by noting that for n=1n=1, the statement is merely the trivial
x1+1/x1x1+1/x1 x_{1}+1 / x_{1} \geq x_{1}+1 / x_{1}
In general, suppose without loss of generality that x1x_{1} is the largest among the given nn numbers. The right-hand side products containing x1x_{1} are: (x1+1/x2)(xn+1/x1)\left(x_{1}+1 / x_{2}\right)\left(x_{n}+1 / x_{1}\right). We claim that this product will not decrease if we swap the places of x2x_{2} from the first multiple and x1x_{1} from the second multiple, i.e.
(x1+1/x2)(xn+1/x1)(x1+1/x1)(xn+1/x2). \left(x_{1}+1 / x_{2}\right)\left(x_{n}+1 / x_{1}\right) \leq\left(x_{1}+1 / x_{1}\right)\left(x_{n}+1 / x_{2}\right) .
This inequality is easy to prove: after a little algebra, it becomes
x1x2+x1xnx1x1+x2xn x_{1} x_{2}+x_{1} x_{n} \leq x_{1} x_{1}+x_{2} x_{n}
which is equivalent to
(x1xn)(x1x2)0 \left(x_{1}-x_{n}\right)\left(x_{1}-x_{2}\right) \geq 0
and this is true because x1x_{1} was the largest number among the given nn numbers.

Notice that after performing the "swap," we may cancel (x1+1/x1)\left(x_{1}+1 / x_{1}\right) from both sides, and what we are left with is the same problem but for the (n1)(n-1) numbers x2,x3,xnx_{2}, x_{3}, \ldots x_{n}. This completes the inductive step.

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.