I am trying to evaluate $$\lim_{(x,y)\to(0,0)}\frac{x^2y}{x^2+y^4}$$
I was thinking of using $$0\leq\frac{x^2y}{x^2+y^4}<\frac{(x^2+y^4)\cdot y}{x^2+y^4}=y$$ which tends to as $(x,y)\to(0,0)$, which means that the limit is $0$ by the squeeze theorem. Is that correct?