How to prove uniform convergence for sequences $f_n = x^n(1-x), f_n = \frac {n^3x} {1+n^4x^2}$ and $ f_n = \sqrt {n} xe^{-nx^2}$ on $[0,1]$
I've already shown that the following sequence of functions converge pointwise to $0$ on $[0,1]$:
$$f_n = \frac {2x} {1+nx}$$
$$f_n = x^n(1-x)$$
$$f_n = \frac {n^3x} {1+n^4x^2}$$
$$f_n = \sqrt {n} xe^{-nx^2}$$
For $f_n = \frac {2x} {1+nx}$ I have $\frac {2x} {1+nx} =\frac {2} {1/x+n} \le \frac 2 n \le \epsilon$, so I can choose $N$ large enough and the inequality will hold for all $x \in [0,1]$.
However, I don't see how to prove whether or not the other three functions converge uniformly. I'm not sure I'm supposed to use majorant series, since this exercise is a basic one.
Could someone point out how to prove uniform convergence for the three sequences in question ?