Consider $f_n(x)=n^2xe^{-nx^2}$ on $[1,\infty)$. The exercise asks to prove that $f_n$ converges uniformly.
However it seems not to converge uniformly. Since if it were then it would converge to $0$ (because it converges pointwise to $0$). On the other hand $$f_n'(x)=n^2e^{-nx^2} (1-2nx^2)$$
then we can see $x=\frac{1}{\sqrt{2n}}$ is a global maximum point on $[1,\infty)$ but $$f_n \left( \frac{1}{\sqrt{2n}} \right)= \frac{ n^\frac{3}{2} }{\sqrt{2e}}$$ which doesn't go to $0$ as $n \rightarrow \infty$.
Am I doing something wrong? Thank you.