Proving that $f(x,y)=(2x^2-y)(y-x^2)$ has positive and negative function values in every neighborhood around $(0,0)$

61 Views Asked by At

I want to show that $f(x,y)=(2x^2-y)(y-x^2)$ has positive and negative function values in every neighborhood around $(0,0)$.

Is my reasoning sufficient to prove this claim?

On the one hand, I approached $(0,0)$ using $y=\sqrt{2}x^2$. Then, for all $x\in \mathbb{R}\setminus \{0\}$, we have:$$f(x,\sqrt{2}x^2)=(3\sqrt{2}-4)x^4>0$$ and on the other hand, I approached $(0,0)$ using $x=0$. Then, for all $y\in \mathbb{R}\setminus \{0\}$, we have:$$f(0,y)=-y^2<0$$

My reasoning is that you can get arbitrarily close to $(0,0)$ using both ways to approach $(0,0)$ which guarantee negative and positive function values. Is this sufficient?