I am trying to prove that $\lim_{(x,y)\to(2,0)}{\frac{xy^2}{x+y^4+3}}=0$ using the $\epsilon$-$\delta$ limit definition. So to prove that $\lim_{(x,y)\to(2,0)}{\frac{xy^2}{x+y^4+3}}=0$ it would be enough to show that $\forall \epsilon>0 \; \exists \delta>0 : \; [\sqrt{(x-2)^2+y^2}<\delta] \implies \Big| \frac{xy^2}{x+y^2+3}\Big| < \epsilon $.
Now I can't figure out anything reasonable to do to find what $\delta$ should be. I also tried using a rectangle instead of a sphere, but didn't get anywhere with this approach either. I've been struggling for quite a while with this and I appreciate all the help I can get.
You may start by taking $(x,y)$ close to $(2,0)$ (This is a rough approximation) to get control over the denominator: for example Take $|x-2|<\frac12$ and $|y|<\tfrac12$. Then $x+y^2+3>1$ and so $$\left|\frac{x y^2}{x+y^4+3}\right|\leq |x|y^2$$
Now that denominator is under control, dealing with the numerator is much easier:
Given $\varepsilon>0$, let $\delta<\min(\frac12, \frac{1}{3}\sqrt{\varepsilon})$. Then $|x|y^2<\varepsilon$