wts: $e^{-nx}$ converges uniformly on $(0,\infty)$, pointwise on $[0,\infty)$
I feel that $x \in (0,\infty)$ $\Rightarrow$ $f_n(x) \rightarrow 0$ and that $x=0 \Rightarrow f_n(x) \rightarrow 1$.
When I try to prove it converges uniformly on $(0,\infty)$, I know that I am looking for some $N \in \mathbb{N}$ s.t. $|f_n(x)-0| < \epsilon$. That is, I want to find when $e^{-nx} < \epsilon$, which is when $-nx < \ln(\epsilon)$ or $n>-\frac{\ln(\epsilon)}{x}$ for all $x$.
I know that I can't have my answer dependent upon $x$ for uniform convergence, though. I thought it might work if I said $N=0$ (as it is always bigger than $-\frac{\ln(\epsilon)}{x}$), but this yields $|f_n(x)-0|=e^{-nx} < 1$, which isn't strong enough. Similarly, letting $N$ be any other integer doesn't work out very well either.
For pointwise, I can see that at $N=0$ works (as $|f_n(x)-1|=|e^0-1|=0<\epsilon$).