Question:
Let $f : \mathbb{R}^2 \to \mathbb{R}$ be a function defined by $f(x,y) = (y - x^2)(y - ax^3)$ at each $ (x,y) \in \mathbb{R}^2$, where $a \in \mathbb{R}$. Find all values of $ a $ for which $ f$ does not have a relative extremum at $(0,0)$.
I performed the second derivative test and calculated the determinant of the Hessian matrix at $(0,0)$, and it turned out to be zero irrespective of $a$, (I think if it was negative I would say that $(0,0)$ is saddle point so there is no relative extremum). According to Wolfram MathWorld on Second Derivative Test, I understand that I need to perform further tests since the second derivative test is inconclusive when the determinant of the Hessian is zero. Could someone guide me on what these further tests are and how to apply them to this function?