Determine all points on which the following function is continuous:
$$f(x,y) = \begin{cases} \cos\left(\frac{1}{x^2+y^2}\right) & \text{if } (x,y) \neq (0,0) \\ 1 & \text{if } (x,y) = (0,0). \end{cases}$$
By composition of functions, the function of concern is $\frac{1}{x^{2}+y^{2}}$.
In order to establish continuity we must determine the limit of $f(x,y)$ as $(x,y) \rightarrow 0$.
$$\lim_{(x,y) \to (0,0)} \frac{1}{x^{2}+y^{2}} $$
This is where I'm struggling. In most of the examples in the book, the fractions will have a variable in the numerator with which you can cancel out some element in the denominator. This will either allow you to easily find (a) some examples where you can show the limit of the function reaching different values and thus, the non-existence of the limit. Or (b) some function bigger than or equal to the function of interest that will allow you to determine the actual limits function.
I'm not sure what I can do with this limit. Ideas/suggestions/comments/critiques welcome.