The definition of uniform continuity states that a function is uniformly continuous if, given any challenge $\epsilon > 0$ that there exists a response $\delta > 0$ for every value $x_1,x_2 \in R$ s.t. $|f(x_1)-f(x_2)| < \epsilon$ implies that $|x_1-x_2| < \delta$.
I found that for the function $f(x)$, in order to satisfy $|x1-x2| < \delta$,
$$\left|\frac{1}{1+x_1^2}-\frac{1}{1+x_2^2}\right| < \epsilon$$
I simplified that to $\left|\frac{x_2^2-x_1^2}{(1+x_1^2)(1+x_2^2)}\right| < \epsilon$, but I wasn't sure how to simplify or modify that expression to get $\left|x_1-x_2\right|$ in terms of $x_1, x_2$, and $\epsilon$. Any help would be appreciated!