I am having trouble determining if the limit defined below exists. I do not believe it does, but I am not sure how to find 2 paths where the limits differ. I've tried $f(x, mx)$, $f(my, y)$, $f(x, mx^2)$, but nothing really seems to work.
Show that the limit does not exist:
$$ \lim_{(x,y) \to (0,0)} \frac{y^2 + (1-\cos(x))^2}{x^4 + y^2} $$
I thought about parameterizing using polar coordinates, but I wasn't sure how to show that the $\displaystyle \lim_{r^+ \to 0}$ will depend on $\theta$ (and hence does not exist).
Any help appreciated. Thanks.