Difference between revisions of "2018 USAMO Problems/Problem 1"

 
(11 intermediate revisions by 5 users not shown)
Line 8: Line 8:
  
 
The last inequality is true by AM-GM. Since all these steps are reversible, the proof is complete.
 
The last inequality is true by AM-GM. Since all these steps are reversible, the proof is complete.
 +
 +
- It should actually be 4(a)(a+b+c) + 4bc which results in a wrong inequality by AM-GM
 +
 +
Hence, the solution is wrong.
 +
 +
==Solution 2==
 +
https://wiki-images.artofproblemsolving.com//6/69/IMG_8946.jpg
 +
 +
-srisainandan6
 +
 +
==Solution 3==
 +
Similarly to Solution 2, we will prove homogeneity but we will use that to solve the problem differently. Let <math>f(a,b,c)=a+b+c-4\sqrt[3]{abc}</math>. Note that <math>f(a,b,c)=f(ka,kb,kc)</math>, thus proving homogeneity.
 +
 +
WLOG, we can scale down all variables such that the lowest one is <math>1</math>. WLOG, let this be <math>a=1</math>.
 +
We now have <math>1+b+c=4\sqrt[3]{bc}</math>, and we want to prove <math>2bc+2b+2c+4\ge 1+b^2+c^2.</math> Adding <math>2bc</math> to both sides and subtracting <math>2b+2c</math> gives us <math>4bc+4\ge 1+ (b+c)(b+c-2)</math>, or <math>4bc+3\ge (b+c)(b+c-2)</math>. Let <math>\sqrt[3]{bc}=x</math>. Now, we have <cmath>4x^3+3 \ge (4x-1)(4x-3)</cmath> <cmath>4x^3 - 16x^2 + 16x \ge 0</cmath> <cmath>4x^2 - 16 + 16 \ge 0</cmath> <cmath>4(x-2)^2 \ge 0</cmath> By the trivial inequality, this is always true. Since all these steps are reversible, the proof is complete.
 +
~SigmaPiE
 +
 +
==Solution 4==
 +
WLOG, let <math>a \le b</math> and <math>a \le c</math> and add <math>2(ab+bc+ca)</math> to both sides to make the left side a square.
 +
<cmath>4(ab+bc+ca)+4a^2 \ge (a+b+c)^2</cmath> <cmath>4bc+4a(a+b+c) \ge (a+b+c)^2</cmath> Now we perform the substitution for <math>a+b+c</math>. <cmath>4bc+4a(4(abc)^{1/3}) \ge 16(abc)^{2/3}</cmath> Multiply both sides by <math>a</math> because we want all the terms to have a factor of <math>(abc)^{1/3}</math>. <cmath>4abc+16a^2(abc)^{1/3} \ge 16a(abc)^{2/3}</cmath> Divide both sides by <math>4(abc)^{1/3}</math> . <cmath>(abc)^{2/3}+4a^2 \ge 4a(abc)^{1/3}</cmath> <cmath>((abc)^{1/3}-2a)^2 \ge 0</cmath> This is true by the trivial inequality. Lastly, all the steps are reversible so the given inequality has been proved.
 +
 +
-Themathcanadian
 +
 +
{{USAMO newbox|year=2018|before=First Question|num-a=2}}

Latest revision as of 23:31, 29 April 2025

Problem 1

Let $a,b,c$ be positive real numbers such that $a+b+c=4\sqrt[3]{abc}$. Prove that \[2(ab+bc+ca)+4\min(a^2,b^2,c^2)\ge a^2+b^2+c^2.\]


Solution

WLOG let $a \leq b \leq c$. Add $2(ab+bc+ca)$ to both sides of the inequality and factor to get: \[4(a(a+b+c)+bc) \geq (a+b+c)^2\] \[\frac{4a\sqrt[3]{abc}+bc}{2} \geq 2\sqrt[3]{a^2b^2c^2}\]

The last inequality is true by AM-GM. Since all these steps are reversible, the proof is complete.

- It should actually be 4(a)(a+b+c) + 4bc which results in a wrong inequality by AM-GM

Hence, the solution is wrong.

Solution 2

https://wiki-images.artofproblemsolving.com//6/69/IMG_8946.jpg

-srisainandan6

Solution 3

Similarly to Solution 2, we will prove homogeneity but we will use that to solve the problem differently. Let $f(a,b,c)=a+b+c-4\sqrt[3]{abc}$. Note that $f(a,b,c)=f(ka,kb,kc)$, thus proving homogeneity.

WLOG, we can scale down all variables such that the lowest one is $1$. WLOG, let this be $a=1$. We now have $1+b+c=4\sqrt[3]{bc}$, and we want to prove $2bc+2b+2c+4\ge 1+b^2+c^2.$ Adding $2bc$ to both sides and subtracting $2b+2c$ gives us $4bc+4\ge 1+ (b+c)(b+c-2)$, or $4bc+3\ge (b+c)(b+c-2)$. Let $\sqrt[3]{bc}=x$. Now, we have \[4x^3+3 \ge (4x-1)(4x-3)\] \[4x^3 - 16x^2 + 16x \ge 0\] \[4x^2 - 16 + 16 \ge 0\] \[4(x-2)^2 \ge 0\] By the trivial inequality, this is always true. Since all these steps are reversible, the proof is complete. ~SigmaPiE

Solution 4

WLOG, let $a \le b$ and $a \le c$ and add $2(ab+bc+ca)$ to both sides to make the left side a square. \[4(ab+bc+ca)+4a^2 \ge (a+b+c)^2\] \[4bc+4a(a+b+c) \ge (a+b+c)^2\] Now we perform the substitution for $a+b+c$. \[4bc+4a(4(abc)^{1/3}) \ge 16(abc)^{2/3}\] Multiply both sides by $a$ because we want all the terms to have a factor of $(abc)^{1/3}$. \[4abc+16a^2(abc)^{1/3} \ge 16a(abc)^{2/3}\] Divide both sides by $4(abc)^{1/3}$ . \[(abc)^{2/3}+4a^2 \ge 4a(abc)^{1/3}\] \[((abc)^{1/3}-2a)^2 \ge 0\] This is true by the trivial inequality. Lastly, all the steps are reversible so the given inequality has been proved.

-Themathcanadian

2018 USAMO (ProblemsResources)
Preceded by
First Question
Followed by
Problem 2
1 2 3 4 5 6
All USAMO Problems and Solutions