Basically, I have two functions: $$ f(x, y) = \sqrt{(x-y^2)^2 + x^4} $$ and $$ g(x, y) = | (x-y^2)^3 | $$ I need to compare them in a punctured neighborhood of zero. I am a bit stuck here.
Edit: compare in sense that there exists a punctured neighborhood of zero where for all $x$ and $y$ from that neighborhood one function is greater than the other.
I.e. I want to prove that $$ \exists O(0,0):\quad \forall x, y \in O(0,0) \quad |f(x, y)| > |g(x,y)| $$