I am having a bit of trouble on this revision question.
To determine pointwise convergence: $\lim_{n\rightarrow\infty} = nx(1-x)^n $. For $x=0, x=1$, it's clear that the limit is $0$. How can I determine the limit for $0 \le x \le 1$? (My limit finding skills are rusty). I'm quite sure it is $0$ as well, but how do I go about showing this properly?
Supposing this is true, then to determine uniform convergence, let $d_n(x):= |f_n(x)-f(x)|= nx(1-x)^n - 0$
Then $$ d_n'(x)= n(1-x)^n - n^2(1-x)x = 0$$ if $x=1$. So the maximum of $f_n(x)$ occurs at $x=1$. It follows that:
$$0 \le d_n(x)= |f_n(x)-f(x)|< d_n(1) = 0$$ So $(f_n)$ converges uniformly on $[0,1]$. Would this be correct?
Thanks for the help in advance!
The plan is good, the execution isn't.
If you maximize $f_n(x)$ for fixed $n$ as a function of $x$ you get $x=1/(n+1)$. Uniform convergence then doesn't hold because
$$\sup_x f_n(x) = \frac{n}{n+1} \Bigl( 1 - \frac{1}{n+1}\Bigr)^n \to \frac{1}{e},$$
as $n\to\infty$.