Maths Olympiad Prep

Track / Stage 7 / 164 of 300 #1564 of 1964

Problem 1564

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

Let a,b,ca, b, c be nonnegative real numbers. Prove that
a+b+c3abc3max{(ab)2,(bc)2,(ca)2}. \frac{a+b+c}{3} - \sqrt[3]{abc} \leq \max\{(\sqrt{a} - \sqrt{b})^2, (\sqrt{b} - \sqrt{c})^2, (\sqrt{c} - \sqrt{a})^2\}.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

1. Claim: x6+y6+z6+3x2y2z22(x3y3+y3z3+z3x3) x^6 + y^6 + z^6 + 3x^2y^2z^2 \ge 2(x^3y^3 + y^3z^3 + z^3x^3)

Proof:
- By the AM-GM inequality, we have x2+y22xy x^2 + y^2 \ge 2xy .
- Applying Schur's Inequality, we get:
x6+y6+z6+3x2y2z2x2y2(x2+y2)+y2z2(y2+z2)+z2x2(z2+x2) x^6 + y^6 + z^6 + 3x^2y^2z^2 \ge x^2y^2(x^2 + y^2) + y^2z^2(y^2 + z^2) + z^2x^2(z^2 + x^2)
- Since x2+y22xy x^2 + y^2 \ge 2xy , it follows that:
x2y2(x2+y2)2x3y3 x^2y^2(x^2 + y^2) \ge 2x^3y^3
- Similarly, y2z2(y2+z2)2y3z3 y^2z^2(y^2 + z^2) \ge 2y^3z^3 and z2x2(z2+x2)2z3x3 z^2x^2(z^2 + x^2) \ge 2z^3x^3 .
- Therefore:
x6+y6+z6+3x2y2z22(x3y3+y3z3+z3x3) x^6 + y^6 + z^6 + 3x^2y^2z^2 \ge 2(x^3y^3 + y^3z^3 + z^3x^3)
- This proves the claim. \blacksquare

2. Back to the original problem:
- Assume for the sake of contradiction that:
a+b+c3abc3max{(ab)2,(bc)2,(ca)2} \frac{a+b+c}{3} - \sqrt[3]{abc} \geq \max\{(\sqrt{a} - \sqrt{b})^2, (\sqrt{b} - \sqrt{c})^2, (\sqrt{c} - \sqrt{a})^2\}
- Adding the cyclic variants, we get:
a+b+c3abc3(ab)2+(bc)2+(ca)2 a + b + c - 3\sqrt[3]{abc} \geq (\sqrt{a} - \sqrt{b})^2 + (\sqrt{b} - \sqrt{c})^2 + (\sqrt{c} - \sqrt{a})^2
- By the AM-GM inequality, we know:
(ab)2+(bc)2+(ca)20 (\sqrt{a} - \sqrt{b})^2 + (\sqrt{b} - \sqrt{c})^2 + (\sqrt{c} - \sqrt{a})^2 \geq 0
- Therefore, we have:
a+b+c3abc30 a + b + c - 3\sqrt[3]{abc} \geq 0
- This implies:
a+b+c3abc3 a + b + c \geq 3\sqrt[3]{abc}
- By the AM-GM inequality, we have:
a+b+c3abc3 \frac{a + b + c}{3} \geq \sqrt[3]{abc}
- This is always true, so the assumption does not lead to a contradiction.

3. Plugging in variables:
- Let x=a6 x = \sqrt[6]{a} , y=b6 y = \sqrt[6]{b} , z=c6 z = \sqrt[6]{c} .
- Then a=x6 a = x^6 , b=y6 b = y^6 , c=z6 c = z^6 .
- The inequality becomes:
2(x3y3+y3z3+z3x3)x6+y6+z6+3x2y2z2 2(x^3y^3 + y^3z^3 + z^3x^3) \geq x^6 + y^6 + z^6 + 3x^2y^2z^2
- This is a contradiction to our earlier claim, so the original assumption must be false.

Therefore, we have proven that:
a+b+c3abc3max{(ab)2,(bc)2,(ca)2} \frac{a+b+c}{3} - \sqrt[3]{abc} \leq \max\{(\sqrt{a} - \sqrt{b})^2, (\sqrt{b} - \sqrt{c})^2, (\sqrt{c} - \sqrt{a})^2\}

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