I want to solve the following question. $$\lim_{(x,y)\rightarrow (0,0)}\dfrac{xy^2}{x^2-y^2}$$
I am going to use polar coordinates. $x=r\cos\theta$ and $y=r\sin\theta$
$$\lim_{(x,y)\rightarrow (0,0)}\dfrac{xy^2}{x^2-y^2}=\lim_{r\rightarrow 0^+}\frac{r^3\cos\theta\sin\theta}{r^2(\cos^2\theta-\sin^2\theta)}=\lim_{r\rightarrow 0^+}\dfrac{r\cos\theta\sin^2\theta}{\cos^2\theta-\sin^2\theta}=0$$
if $\theta\neq \dfrac{\pi}{4},\dfrac{3\pi}{4},\dfrac{5\pi}{4}, \dfrac{7\pi}{4}.$
For values of $\theta$ we have the lines $y=x$ and $y=-x$, but they are bot in the domain of the function.
Wolfram says it does not exist. Why?