The question is
"Find for which values of $\alpha\in\mathbb R$ such that $ f_n(x)$ converge uniformally in $[0,\infty)$ where $f_n(x)=n^\alpha x \dot e^{-nx} $".
For $\alpha<0$, the sequence converges uniformally to $0$ (since $\forall x\in[0,\infty):e^{nx}>x $ hence the denominator is bigger then the counter and tend to infinity). My problem is I don't know how to procedd further... The book claims the sequence converges $\forall \alpha<1$. Why is this answer correct?
We know that the $f_n$ are continuous and non-negative, that $f_n(0) = 0$ and $\lim_{x\to\infty} f_n(x) = 0$, since the exponential function grows much faster than $x$.
So let's try to find $\max \{ f_n(x) \colon x \in [0,\,\infty)\}$. That must be a critical point of $f_n$, so let's try to find the zeros of $f_n'$.
$$f_n'(x) = n^\alpha e^{-nx} + n^\alpha x \cdot(-n)e^{-nx} = n^\alpha e^{-nx} (1-nx).$$
The only zero of $f_n'$ is therefore $x = \frac1n$, and thus that must be the point where $f_n$ attains its maximum.
$$f_n(\frac1n) = n^\alpha \frac1n e^{-n\frac1n} = n^{\alpha-1}/e,$$
and $n^{\alpha-1} \to 0 \iff \alpha < 1$.