[Math] Find the smallest integer $n$ such that $(x^2 + y^2 + z^2)^2 \leq n(x^4 + y^4 + z^4)$ for all real numbers $x, y,$ and $z.$

algebra-precalculusfunctional-inequalitiesinequalitylinear algebra

Find the smallest integer $n$ such that

$$(x^2 + y^2 + z^2)^2 \leq n(x^4 + y^4 + z^4)$$for all real numbers $x, y,$ and $z.$

How should I manipulate this inequality? I am stuck and don't know how to proceed. All solutions are greatly appreciated!

Best Answer

Let's work with $a=x^2$, $b=y^2$, and $c=z^2$ which are all nonnegative. Then $$ (a+b+c)^2\leq 3(a^2+b^2+c^2) \tag{$*$} $$ (either by Cauchy-Schwarz or by expanding both sides) so $n\leq 3$. But ($*$) is an equality when $a=b=c>0$ so $n\geq 3$. We infer that $n=3$.

Related Question