I have two questions regarding this subject. Hope you can help me.
Consider the limit of the function $f(x,y) = \frac{x^2y}{x^4+y^2}$ as (x,y) approaches (0,0): $$\lim_{(x,y) \to (0,0)} \frac{x^2y}{x^4 + y^2} = \lim_{r \to 0}\frac{r^2\cos^2\theta(r\sin\theta)}{r^4\cos^4\theta + r^2\sin^2\theta}$$ I tried the paths $y=x^2$ and $x=0$ and found different limits which means that the limit of the function doesn't exists. Now, I want to verify that through the polar coordinates. After the simplification, the polar equation reduces to: $$\lim_{r \to 0} \frac{r (\cos^2\theta\sin\theta)}{r^2\cos^4\theta + \sin^2\theta}$$ At first I thought that this limit is equal to $0$ for all lines except the lines $\theta = 0$ and $\theta= \pi$ because I thought these lines would make $sin \theta$ equal to $0$ and that would cause the indeterminate form $0/0$, but after I thought about it, I came to another conclusion:
Since this is a limit, $r$ only approaches to $0$ and it is never actually $0$, then the numerator of the limit is $0$ because of the $sin\theta$ part, and its denominator is not $0$ since $r$ is not $0$. Then, the limit should be just $0$. Is that right ?
My other question is about using different paths on polar coordinates. For example, consider the function $r = sin\theta$. If I use this path, the equation becomes: $$\lim_{r \to 0} \frac{sin^2\theta cos^2\theta}{sin^2\theta \cos^4\theta + \sin^2\theta}$$ Simplifying ${sin^2\theta}/{sin^2\theta}$, we get, $$\lim_{r \to 0} \frac{cos^2\theta}{cos^4\theta + 1}$$ My question is: Can I use the possible $\theta$ values in this expression? For example, Because $r=sin\theta$ and $r$ approaches to $0$, $\theta$ can either be $0$ or $\pi$. Since we only have the even powers of $cos\theta$, we can just assume that $cos^2\theta$ is $1$, which makes the limit equal to: $$\lim_{\theta \to 0} \frac{1}{1 + 1}= 1/2$$ Am I allowed to use $\theta$ value in the limit or is my work after the limit $\lim_{r \to 0} \frac{cos^2\theta}{cos^4\theta + 1}$ just wrong ?
Edit: I was told that my question is a possible duplicate of another question. I am very new at this website, so I'm not sure if this is the right way to explain why my question is not a duplicate but I'm gonna try to explain why. Mine and the other question is about the same limit; however, in the other question, the user asked why the limit doesn't exist, while I already know why, I just want to verify this in terms of polar coordinates. I also want to know if using the value of $\theta$ in different paths is valid, which is a topic the other question doesn't mention.