Prove that the function $$ f(x,y) = \begin{cases}\sqrt{x^2+y^2}\sin \frac{1}{\sqrt{x^2+y^2}} & \text{if}\ (x,y) \ne (0,0) \\ 0 & \text{if}\ (x,y) = (0,0) \end{cases}$$
is uniformly continuous over $\mathbb{R}^2$.
I know that for the function to be uniformly continuous it should hold the property
For ever $\epsilon > 0$ there exist $\delta(\epsilon) > 0$ such that for every $x, y$ such that $ d(x,y) < \delta $ it exist that: $|f(x) - f(y)| < \epsilon $
where $x=(x_1,y_1)$ ,$y=(x_2,y_2)$ $\in \mathbb R^2$
From $$|f(x) - f(y)| = \left|\sqrt{x_1^2+y_1^2}\sin \frac{1}{\sqrt{x_1^2+y_1^2}}-\sqrt{x_2^2+y_2^2}\sin \frac{1}{\sqrt{x_2^2+y_2^2}}\right|$$
but I don't where to go from here
Can somebody help me with this problem, because I don't really know how to prove it?
An idea that can make things way easier: substitute $\;t:=\sqrt{x^2+y^2}\;$ , and now check that $\;t\to 0\iff (x,y)\to (0,0)\;$ , so you can take your function as
$$f(t)=\begin{cases}t\sin\frac1t\,&t\neq0\\{}\\0,&t=0\end{cases}$$
so what you need to check is simply
$$\text{If}\;\;\lim_{n\to\infty}|t_n-s_n|=0\;,\;\;\text{then}\;\lim_{n\to\infty}|f(t_n)-f(s_n)|=0$$
and we have here
$$|f(t_n)-f(s_n)|=\left|t_n\sin\frac1{t_n}-s_n\sin\frac1{s_n}\right|=\left|t_n\sin\frac1{t_n}-s_n\sin\frac1{t_n}+s_n\sin\frac1{t_n}-s_n\sin\frac1{s_n}\right|\le$$
$$\le\left|t_n-s_n\right|\left|\sin\frac1{t_n}\right|+\left|\sin\frac1{t_n}-\sin\frac1{s_n}\right||s_n|\;(**)$$
But we have that
$$\sin\frac1{t_n}-\sin\frac1{s_n}=2\,\sin\frac{\frac1{t_n}-\frac1{s_n}}2\;\cos\frac{\frac1{t_n}+\frac1{s_n}}2=2\,\sin\frac{s_n-t_n}{2t_ns_n}\;\cos\frac{t_n+s_n}{2t_ns_n}\xrightarrow[n\to\infty]{}0$$
as the last one is the limit of a sequence converging to zero times a bounded one, and thus
$$(**)\xrightarrow[n\to\infty]{}0\cdot\left|\sin\frac1{t_n}\right|+0\cdot|s_n|=0$$
and we're done.