1

For positive reals $a,b,c$ prove that $$ a^4+b^4+c^4 \ge abc(a+b+c). $$ I tried to pls around trying to reorganize to get AM-GM but i couldn't Thanks for the help in advance.

VTand
  • 2,634

4 Answers4

5

By AM_GM we get \begin{align*} \frac{2a^4+b^4+c^4}{4} & \geq a^2bc\\ \frac{2b^4+a^4+c^4}{4} & \geq b^2ac\\ \frac{2c^4+b^4+a^4}{4} & \geq c^2ab \end{align*} Now add these to get your inequality.

Anurag A
  • 41,067
2

Hint

$$\frac{a^4+a^4+b^4+c^4}{4}\geq abca \\ \frac{a^4+b^4+b^4+c^4}{4}\geq abcb \\ \frac{a^4+c^4+b^4+c^4}{4}\geq abcc \\$$

N. S.
  • 132,525
1

Why should the mean inequalities not work? Geometric mean vs. mean of power 4 $$ abc\le\left(\frac{a^4+b^4+c^4}3\right)^{\frac34} $$and arithmetic mean vs. mean of power 4$$ \frac{a+b+c}3\le\left(\frac{a^4+b^4+c^4}3\right)^{\frac14} $$ implies $$ \frac{abc(a+b+c)}3\le \frac{a^4+b^4+c^4}3. $$

Lutz Lehmann
  • 126,666
  • How do you conclude the second inequality from the first one? – Mostafa Ayaz Sep 11 '19 at 19:27
  • I am unable to understand the second line – Tamaghna Chaudhuri Sep 11 '19 at 19:29
  • @MostafaAyaz : You don't. The mean inequality chain is geometric mean $\le$ arithmetic mean $\le$ quadratic mean $\le$ cubic mean $\le$ quartic mean etc. – Lutz Lehmann Sep 11 '19 at 19:33
  • @TamaghnaChaudhuri : This is the mean inequality for the 4th degree power function. In general, for any convex function $f$ you get the Jensen inequality $f(\frac{x_1+...+x_n}n)\le\frac{f(x_1)+...+f(x_n)}n$. Here use $f(x)=x^4$ for the second inequality. Or apply the inequality for arithmetic and quadratic mean twice. – Lutz Lehmann Sep 11 '19 at 19:36
0

\begin{eqnarray*} &(x^2-y^2)^2+(y^2-z^2)^2+(z^2-x^2)^2 \\&+2(z^2-xy)^2 +2(x^2-yz)^2+2(y^2-zx)^2\geq 0 \end{eqnarray*} now divide by $4$ and rearrange.

Donald Splutterwit
  • 36,613
  • 2
  • 26
  • 73