Im trying to find: $\lim\limits_{(x,y)\to(0,0)}\frac{x^2}{x^2+y^2-x}$
- If I take the path $x=y$ that limit is $0$:
$\lim\limits_{(x,y)\to(0,0)}\frac{y^2}{y^2+y^2-y}=\lim\limits_{(x,y)\to(0,0)}\frac{y}{2y-1}=0$
- If I take the path $x=y^2$ that limit is $1$:
$\lim\limits_{(x,y)\to(0,0)}\frac{y^4}{y^4+y^2-y^2}=\lim\limits_{(x,y)\to(0,0)}\frac{y^4}{y^4}=1$
So the limit doesn't exist.
But wolframalpha says that limit is $0$.
I tried polar coordinates and I get: $\lim\limits_{r\to0}\frac{rcos^2\alpha}{r-cos\alpha}$
If $cos\alpha \neq 0$ that limit is $0$.
If $cos\alpha = 0$ that means that $x = 0$. Then:
$\lim\limits_{(x,y)\to(0,0)}\frac{x^2}{x^2+y^2-x}$ = $\lim\limits_{(x,y)\to(0,0)}\frac{0}{y^2}=0$
So the limit is $0$.
Wich one is true? What is correct and what is wrong? (Excuse me for my english).