I need to solve a limit of a f(x,y) (as a part of bigger task), but I'm bad at math. So basically here's this limit:
$$\lim_{x,y\to(0,0)} \frac{y^4}{(x^2+2y^2)\sqrt{x^2+y^2}}$$
I tried to use other methods, but I just can't understand them (like using $\frac{1}{n}, \frac{1}{n}$ as a replacement for $x, y$ and then other sequence, like $\frac{1}{n}, \frac{2}{n}$ to check if the limit is identical, but it just doesn't work here. So I replaced $x, y$ with polar coordinates $x = r\cos{\phi}, y = r\sin{\phi}$ and I have something like this:
$$\lim_{r\to 0} \frac{r^3\sin^4{\phi}}{\sin^2{\phi} + 2\cos^2{\phi}} = 0$$
Can I now safely assume that the limit of the function above (the first one) is equal 0? If not, what else I have to do? Is there a better, or no, simpler method to calculate this limit?
Thanks in advance.
things can't go wrong because the denominator $$\sin^2 \phi + 2\cos^2 \phi \ge 1 + \cos^2 \phi $$ and the numerator $$r^3 \sin^4 \phi \le r^3 \to 0 \text{ as } r \to 0.$$ therefore the limit of the quotient is zero as $(x,y) \to (0, 0)$ in any manner.