Analyze if the function is uniformly continuous: $$f(x) = \frac{x}{1+x^{2}}, x\in\mathbb{R}$$
We are free to use anything but I'd like to solve it with $\varepsilon$-$\delta$. And I also think this is the best way doing, too.
I found out that the function isn't uniformly continuous but I'm not sure at all (I just claim this because I couldn't find a solution..):
$$\left|\frac{x}{1+x^{2}}-\frac{x_{0}}{1+x_{0}^{2}}\right | = \left|\frac{x(1+x_{0}^{2})-\left(x_{0}(1+x^{2})\right)}{(1+x^{2})(1+x_{0}^{2})}\right |= \left|\frac{x+x\cdot x_{0}^{2}-x_{0}-x_{0}\cdot x^{2}}{(1+x^{2})(1+x_{0}^{2})}\right|$$
$$= \left| \frac{x-x_{0}+x \cdot x_{0}^{2}-x_{0} \cdot x^{2}}{(1+x^{2})(1+x_{0}^{2})}\right| < \left|\frac{\delta + x \cdot x_{0}^{2}-x_{0} \cdot x^{2}}{(1+x^{2})(1+x_{0}^{2})}\right | < \left|\frac{\delta + x \cdot x_{0}^{2}}{(1+x^{2}) (1+x_{0}^{2})}\right| < \delta +x \cdot x_{0}^{2}$$
Omg, first I must say it was a pain typing all that as a LATEX beginner...
Anyway, what makes me feel bad is I cannot see if it's uniformly continuous or not, the way I solved it. Cannot even see if the function is continuous at all (but if I look at it, it seems like it's continuous at least).
Did I do anything correctly at all?
Note that we can write
$$\begin{align} \left| \frac{x}{1+x^2}-\frac{y}{1+y^2} \right|&=\left| \frac{(x-y)(1-xy)}{(1+x^2)(1+y^2)} \right|\\\\ &\le |x-y|\,\left(\frac{1+|xy|}{1+|xy|^2}\right) \end{align}$$
Inasmuch as $\frac{1+|xy|}{1+|xy|^2}\le \frac{1+\sqrt 2}{2}$, we find that
$$\left| \frac{x}{1+x^2}-\frac{y}{1+y^2} \right|<\epsilon$$
whenever $|x-y|<\delta =\frac{2\epsilon}{1+\sqrt 2}$. This demonstrates that the function $f(x)=\frac{x}{1+x^2}$ is uniformly continuous.