I want to prove that
$f(x,y) = (x-2y)^4+64xy+16 \geq 0$
Using only algebraic methods (I guess it can be solved via completing the square).
I didn't manage to do so. Any help will be appreciated.
Thank you in advance.
I want to prove that
$f(x,y) = (x-2y)^4+64xy+16 \geq 0$
Using only algebraic methods (I guess it can be solved via completing the square).
I didn't manage to do so. Any help will be appreciated.
Thank you in advance.
Write $t = x-2y$ so $x=t+2y$ and now we have $$\begin{align} f(t,y) &= t^4+64y(t+2y)+16 \\ &= 128y^2+64yt +(t^4+16) \end{align}$$ This is quadratic function on $y$. It discriminant is $$\begin{align} D&= 64^2t^2 -4\cdot 128 (t^4 +16)\\ & = -128\cdot 4 (t^4-8t^2+16)\\ &= -128\cdot 4(t^2-4)^2\\ &\leq 0\end{align} $$
and we are done.