Given a sequence of functions $f_n$ which is known to be pointwise convergent how would you go about showing that is not uniform convergent?
The particular example I'm working with is $f_n (x)=\frac {nx} {x^2+n^2}$ and I've tried using Theorem 7.9 from Rudin (uniform convergence $\iff M_n=(\sup |f_n(x)-f(x)|) \rightarrow 0$ as $n\rightarrow \infty$) but using that I found $M_n$ to be $\frac {\sqrt n} {1+n}$ by maximising $f_n$ but this gives the wrong result.
edit: $f:\mathbb R \rightarrow \mathbb R $, sorry about that