I think the limit $$\lim\limits_{(x,y)\to(0,0)} \frac{xy^3}{x^2+y^4} $$ is equal to 0, but I have tried using polar coordinates and it only ends up multiplying the denominator by r (which goes to 0).
Other simple algebraic manipulations do not work. I think this could would using the epsilon-delta definition of the limit but I get $$\frac{|x||y|y^2}{x^2+y^4} $$ and I don't know how to go from that to the desired $\sqrt{x^2+y^2}$ .
We have that:
$$\left| \frac{xy^3}{x^2 + y^4} \right| = 2|x| y^2 \left| \frac{y}{2(x^2 + y^4)} \right| \leq \frac{x^2 + y^4}{2(x^2 + y^4)} |y| =\frac{1}{2} |y| \leq \sqrt{x^2 + y^2}$$
So, if we pick $\delta = \epsilon$, we have that $\sqrt{x^2 + y^2} < \epsilon$ and so $\left| \frac{xy^3}{x^2 + y^4} \right|$ gets arbitrarily close to $0$ as $(x, y)$ approaches $(0,0)$. Therefore the limit is equal to $0$.