The question asks to evaluate the limit and discuss the continuity of the function. I think I made steps in the right direction, but I'm not sure how to go from there
$$\lim_{x, y\to(0, 0)} \frac{x^2y}{x^4+y^2}?$$
I divided the numerator and the denominator by $x^2y$ and got $$\lim_{x, y \to(0, 0)} \frac{1}{\frac{x^2}{y}+\frac{y}{x^2}}?$$
I was thinking of setting $a=\dfrac{x^2}{y}$ and $\dfrac 1a=\dfrac{y}{x^2}$. However, I'm not sure what $\lim_{x, y\to(0, 0)} a$ is. I suspect it's $0$, but I'm not sure. I'm also not sure if I even have to use the epsilon delta definition of a limit to prove that it exists before solving it.