If $f(x,y) = x^{2}-4xy+y^{3}+4y$, find and classify all local extrema.
The answer is supposed to be:
$(4,2)$ is a minimum and $(\frac{4}{3},\frac{2}{3})$ is a saddle point.
This is my work:
$$f_x=2x-4y$$ $$f_{xx}=2$$ $$f_{xy}=-4$$
$$f_y=-4x+3y^{2}+4$$ $$f_{yy}=6y$$ $$f_{yx}=-4$$$
Then, after setting $f_{x}=0$ and $f_y=0$, the points I get are $(\frac{8}{3},\frac{4}{3})$ and $(-4,-4)$.
What am I doing wrong?
Partials derivatives are okay. Then you should have done $$f_x(x,y)=0\implies 2x-4y=0\implies x=2y$$ and $$f_y(x,y)=0\implies-4x+3y^2+4=0\implies3y^2-8y+4=0.$$ Here see that if you note $P=3X^2-8X+4$ then $\Delta_P=16$ then your roots are $\frac{8\pm 4}{6}$ so $y=\frac{2}{3}$ and $y=2.$ Finally $(\frac{4}{3},\frac{2}{3})$ and $(4,2)$ are your only extrema possible.