Find the extreme values of the following expression. $$x^4 + y^4 - 2x^2 + 4xy - 2y^2. $$
I have tried using the partial derivatives method for finding critical points but that's giving me 2 equations (partially differentiating with respect to x and y) which look pretty unsolvable. Any other methods (college level) are more than welcome. Thank you.
Your function is $f(x,y)=x^4+y^4-2(x-y)^2$.
From the two partial derivatives we find the system $$ \begin{cases} x^3-(x-y)=0\\ y^3+(x-y)=0 \end{cases} $$ adding the two equation this gives $x=-y$ and substituting in the first equation we have:
$x^3-2x=0$ that gives the solutions $x=0$ and $x=\pm \sqrt{2}$.
Can you do from this?