So I have some function f(x,y) where
$$f(x,y) = \frac{3xy^2}{x^2+y^4}$$
and I have used other ways to determine that $\lim \limits_{x,y \to 0,0} {f(x,y)}$ might be $0$. So now I want to use the epsilon-delta definition to prove that the limit is $0$.
What I have so far is that $\delta > \sqrt{x^2 + y^2} > 0$ and $\epsilon > \frac{3|x|y^2}{x^2+y^4}$. My argument is that because $\sqrt{x^2+y^2}$ is always positive for $(x,y)$ in the domain of $f(x,y)$ then there exists a $\delta > 0$ for all $\epsilon > 0$ and therefore the limit is $0$.
I was wondering if there is a flaw in this logic and if there is how it should be corrected. Thank you.