I'm struggling to evaluate this limit problem:
$$\lim\limits_{(x,y) \to (\pi,0)} {\cos x + 1 + {y^2/2} \over (x - \pi)^2 + y^2}$$
I've tried this with paths $x=\pi$, $y=0$, $y=x-\pi$, ... and so far all of them have resulted in $1 \over 2$. However when I try to evaluate this in WolframAlpha, it says that the limit does not exist.
I haven't found any paths that result in a value other than $1/2$. How can I prove that this limit does not exist?
By the change of variable
$u=x-\pi\to 0$
$v=y\to 0$
we have that
$$\lim\limits_{(x,y) \to (\pi,0)} {\cos(x) + 1 + {y^2/2} \over (x - \pi)^2 + y^2}=\lim\limits_{(u,v) \to (0,0)} {{1-\cos u+v^2/2} \over u^2+v^2}=\lim\limits_{(u,v) \to (0,0)} {{u^2/2+v^2/2+o(u^2+v^2)} \over u^2+v^2}=\lim\limits_{(u,v) \to (0,0)} \frac12 +\frac{o(u^2+v^2)}{u^2+y^2} =\frac12$$