In a previous question, I explored the conditions under which the function $ f(x, y) = (y - x^2)(y - ax^3) $ does not have a relative extremum at the origin. I've found a similar but distinct problem formulation to be equally interesting. Here's the modified version:
Let $f : \mathbb{R}^2 \to \mathbb{R}$ be a function defined by $f(x,y) = (y - x^2)(y - ax^2)$ at each $ (x,y) \in \mathbb{R}^2$, where $a \in \mathbb{R}$. What are the values of $ a $ for which $ f$ does not have a relative extremum at $(0,0)$? Here is my solution attempt: To find the values of $ a$ for which $ f $ does not have a relative extremum at $ (0, 0) $, it is necessary to analyze the critical points of $ f $ at $ (0, 0) $.
$f(x, y) = \frac{y}{y^2} - axy^2 + 2xy + ax^4$
$\frac{\partial f}{\partial x} = -2(a+1)xy + 4ax^3$
$\frac{\partial f}{\partial y} = 2y - 2(a+1)x^2$
$\frac{\partial^2 f}{\partial x^2} = -2a + 12ax^2$
$\frac{\partial^2 f}{\partial y^2} = 2$
$\frac{\partial^2 f}{\partial x \partial y} = -2a + 2x$
$H = \begin{bmatrix} -2a + 12ax^2 & -2a + 2x \\ -2a + 2x & 2 \end{bmatrix}$
$H_1(0,0) = 0$, first principle minor.
$H_2(0,0) = 0$, second principle minor.
I have outlined my analysis and calculations above to determine the values of $a$ for which the function $f$ does not have a relative extremum at $(0, 0)$. But I could not reach any conclusions. I would greatly appreciate it if members of the community could review my approach and calculations. Are there any errors or aspects I might have overlooked? Thank you in advance for your insights and assistance.