I need to prove that
\begin{equation}f_n(x)=\frac{x}{1+n^2x^2}\end{equation}
Converges uniformly to $0$. I've tried a solution:
(Scratchwork) Want $|f_n(x)-0|=|f_n(x)|=|\frac{x}{1+n^2x^2}|<\epsilon$, i.e. $\frac{|x|}{1+n^2x^2}<\epsilon$. Solving for $n$,
\begin{align*} \frac{|x|}{\epsilon}<1+n^2x^2 \\ \frac{|x|}{\epsilon}-1<n^2x^2 \\ \frac{|x|}{x^2 \epsilon}-\frac{1}{x^2}<n^2 \end{align*}
So choosing $N$ so that $N^2>\frac{|x|}{x^2 \epsilon}-\frac{1}{x^2}$ completes the proof. Would this be enough to prove uniform convergence on $\mathbb{R}$?
Edit My error above was that I chose $N$ in terms of $x$ which is no good. Thanks to "user" for pointing this out and thanks to Orman for his genius observation!
From the inequality $(1-n|x|)^2\geq 0$ we conclude that $1+n^2x^2\geq 2n|x|$ or $|f_n(x)|\leq\frac{1}{2n}$ for every $x$.