Olympiad Maths Prep

Track / Stage 7 / 160 of 300 #1560 of 2000

Problem 1560

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.4 Prove it

Let x,y,zx, y, z be real numbers greater than 11 such that 1x+1y+1z=2\frac{1}{x}+\frac{1}{y}+\frac{1}{z}=2. Prove that
x1+y1+z1x+y+z.\sqrt{x-1}+\sqrt{y-1}+\sqrt{z-1}\leq \sqrt{x+y+z}.

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

Given x,y,z x, y, z are real numbers greater than 1 such that 1x+1y+1z=2\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 2, we need to prove that:
x1+y1+z1x+y+z. \sqrt{x-1} + \sqrt{y-1} + \sqrt{z-1} \leq \sqrt{x+y+z}.

1. Express the given condition in a useful form:
1x+1y+1z=2. \frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 2.
This implies:
x1x+y1y+z1z=32=1. \frac{x-1}{x} + \frac{y-1}{y} + \frac{z-1}{z} = 3 - 2 = 1.

2. Use the Cauchy-Schwarz inequality:
The Cauchy-Schwarz inequality states that for any real numbers aia_i and bib_i:
(i=1naibi)2(i=1nai2)(i=1nbi2). \left( \sum_{i=1}^n a_i b_i \right)^2 \leq \left( \sum_{i=1}^n a_i^2 \right) \left( \sum_{i=1}^n b_i^2 \right).
Let ai=xi1a_i = \sqrt{x_i - 1} and bi=1xib_i = \frac{1}{\sqrt{x_i}} for i=1,2,3i = 1, 2, 3. Then:
(i=13xi11xi)2(i=13(xi1))(i=131xi). \left( \sum_{i=1}^3 \sqrt{x_i - 1} \cdot \frac{1}{\sqrt{x_i}} \right)^2 \leq \left( \sum_{i=1}^3 (x_i - 1) \right) \left( \sum_{i=1}^3 \frac{1}{x_i} \right).

3. Simplify the left-hand side:
(i=13xi1xi)2=(i=13xi1xi)2. \left( \sum_{i=1}^3 \frac{\sqrt{x_i - 1}}{\sqrt{x_i}} \right)^2 = \left( \sum_{i=1}^3 \sqrt{\frac{x_i - 1}{x_i}} \right)^2.

4. Simplify the right-hand side:
(i=13(xi1))(i=131xi)=(x+y+z3)2. \left( \sum_{i=1}^3 (x_i - 1) \right) \left( \sum_{i=1}^3 \frac{1}{x_i} \right) = (x + y + z - 3) \cdot 2.

5. Combine the results:
(x1x+y1y+z1z)22(x+y+z3). \left( \sqrt{\frac{x-1}{x}} + \sqrt{\frac{y-1}{y}} + \sqrt{\frac{z-1}{z}} \right)^2 \leq 2(x + y + z - 3).

6. **Use the fact that x1x+y1y+z1z=1\frac{x-1}{x} + \frac{y-1}{y} + \frac{z-1}{z} = 1:**
(x1x+y1y+z1z)22(x+y+z3). \left( \sqrt{\frac{x-1}{x}} + \sqrt{\frac{y-1}{y}} + \sqrt{\frac{z-1}{z}} \right)^2 \leq 2(x + y + z - 3).

7. Apply the AM-GM inequality:
x1xx1,y1yy1,z1zz1. \sqrt{\frac{x-1}{x}} \leq \sqrt{x-1}, \quad \sqrt{\frac{y-1}{y}} \leq \sqrt{y-1}, \quad \sqrt{\frac{z-1}{z}} \leq \sqrt{z-1}.

8. Combine the inequalities:
x1+y1+z12(x+y+z3). \sqrt{x-1} + \sqrt{y-1} + \sqrt{z-1} \leq \sqrt{2(x + y + z - 3)}.

9. Simplify the right-hand side:
2(x+y+z3)x+y+z. \sqrt{2(x + y + z - 3)} \leq \sqrt{x + y + z}.

10. Conclude the proof:
Since x,y,z>1x, y, z > 1, we have x+y+z>3x + y + z > 3. Therefore:
x1+y1+z1x+y+z. \sqrt{x-1} + \sqrt{y-1} + \sqrt{z-1} \leq \sqrt{x + y + z}.
\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.