I have a question about partial differential , stationary points and to classify those.
$$f(x,y) = e^x + x + \frac{xy^2}{2} - 2xy +6y - \frac {3y²}{2}$$
so the partial diffs are(quite sure it's right):
$$f_y = xy-2x+6-3y = (x-3)(y-2)$$ $$f_x = e^x +1 + \frac{y}{2}(y-4)$$ $$f_{yy} = (x-3)$$ $$f_{xx} = e^x $$
My task was to show that $(0,2)$ is a stationary point and then i should classify the point. I've shown it by setting $f_x,f_y = 0$. What i don't manage to do is classifying the point. Can i get some help with that? Thanks