The given problem is:
Find any critical points of the function $f(x, y) = xy^2$ and classify them as either relative minima, relative maxima, or saddle points. Also, determine whether $f$ has an absolute maximum or absolute minimum.
By immediate observation, $f$ is differentiable everywhere. Also, the range of $f$ is $f(x, y) \in (-\infty, \infty)$, so there is no absolute maximum nor minimum.
$$ f_x(x, y) = 0 \quad f_y(x, y) = 0 $$ $$ y^2 = 0 \quad 2xy = 0 $$
From the two equations, $y$ must be $0$ but $x$ can be any value. Therefore, the critical (stationary) points are of the form $(x, 0)$.
Using the second derivative test, I will define the discriminant.
$$\begin{align} D(x, y) & = f_{xx}(x, y)f_{yy}(x, y) - \left[f_{xy}(x, y)\right]^2 \\ & = (0)(2x) - (2y)^2 \\ & = -4y^2 \end{align}$$
At $(x, 0)$, $D(x, 0) = -4(0)^2 = 0$, so the test yields no conclusion.
Is there a way around this?