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?