Prove that the function $$f(x) = \frac1{1+x^2}$$ is uniformly continuous on the interval $[0, \infty)$.
One part of my proof is $$\begin{align*} \left|\frac1{1+x^2}-\frac1{1+y^2}\right| &= \left|\frac{y^2-x^2}{(1+x^2)(1+y^2)}\right| \\ & = \frac{|y-x||y+x|}{|1+x^2||1+y^2|}\end{align*}$$
My question is how to make that to equal to $\epsilon$?