Examine $f(x,y)=4x^2-xy+4y^2+x^3y+xy^3-4$ for extreme values My attempt: $$f_x=8x-y+3x^2y+y^3=0$$ $$f_y=-x+8y+x^3+3xy^2=0$$ Adding $f_x$ and $f_y$,I got $7x+7y+(x+y)^3=0$ $$(x+y)[7+(x+y)^2]=0$$ How do I get the stationary points from this?
The solution is given as $(0,0),(3/2,-3/2),(-3/2,3/2)$
The product of two real numbers is zero if and only if at least one of them is zero. Since $7+(x+y)^2>0$, the only solutions are given by $x+y=0$. Hence you must insert the condition $x+y=0$ into your equations $\partial f/\partial x=0$ and $\partial f/\partial y=0$.