I am interested in the pointwise limit of $f_n = \frac{x}{1+n^2x^2}$ and whether the sequence of functions converges uniformly on the interval $A=[1,\infty)$, $B=[0,1]$ and $C=[-1,1]$ respectively.
I want to use the fact that $(f_n)$ converges uniformly on a interval $I$ to a limit function $F$
\begin{align}
&\iff\\
\lim_{n\to\infty}\sup_{x \in I} |F(&x)- f_n(x)|=0.\qquad (*)
\end{align}
In $A,B,C$, we presume of course that $F(x)=0$. In order to check the criterium in $(*)$, we calculate
\begin{align}
f'_n(x)=\frac{1-n^2x^2}{(1+n^2x^2)^2}=0,
\end{align}
which gives $x=\frac{-1}{n}$ and $x=\frac{1}{n}$. Therefore, $f'_n(x)> 0$ if $\frac{-1}{n}<x<\frac{1}{n}$ and $f'_n(x)< 0$ if $x<\frac{-1}{n},x>\frac{1}{n}$.
Since $\frac{1}{n}\leq 1$, we know that $f_n$ decreases on $A$. So for $A$,
\begin{align}
\lim_{n\to\infty}\sup_{x \in I} |F(&x)- f_n(x)| \leq \lim_{n\to\infty}f_n(1)=\lim_{n\to\infty}\frac{1}{1+n^2}=0.
\end{align}
Hence, $(f_n)$ converges uniformly on $A$. How to deal with the maximum $x=\frac{1}{n}$ for interval $B$ and $C$?
Since $f_n'(x)=\frac{1-n^2x^2}{(1+n^2x^2)^2}$, then $f_n'(x)=0$ at $x=\pm 1/n$.
At the local extrema, $f_n(1/n)=\frac{1}{2n}$ and $f_n(-1/n)=-\frac{1}{2n}$. Inasmuch as $f_n'(x)<0$ for $|x|>1/n$, $|f_n(x)|\le \frac1{2n}$ for all $x\in \mathbb{R}$.
Hence, given $\epsilon>0$
$$\left|\frac{x}{1+n^2x^2}-0\right|\le \frac{1}{2n}<\epsilon$$
whenever $n>N(\epsilon)=1+\lfloor \frac{1}{2\epsilon}\rfloor$. And we are done!