I have the following problem and I am kind of stuck in the second part of it. So the problem says...
"Find the pointwise limit of the given sequence and determine whether or not the convergence is uniform, giving reasons for your answer.
$f_n(x)=n^2 x^n(1-x)^2$ on $I=[0,a]$, where $a<1$"
And my answer is:
If $x=0$ then $f_n(0)=0$.
If $0<x\le a$ and $a<1$, then $0<(1-x)^2\le a$ is equivalent to $0<(1-x)^2<1$, and so $x^n\to 0$ as $n\to\infty$. Hence $f_n(x)\to 0$.
Therefore, $f_n(x)\to f(x)=0$ pointwise.
Now here is where I do not know what to do - proving if it converges uniformly or not. I solved another problem which was the same but with $I=[0,1]$ by letting $x=1-1/n$, which gave me $f_n(x)=(1-1/n)^n\to 1$ as $n\to\infty$. I think this could be used here as well, but it would be weird, I do not see why my professor would give us 2 exercises that are so similar and give each of them the same weight in the assignment (more than other exercises). :/ How would you show if it is uniformly convergent?
Thanks a lot!
We have
$$\forall x\in[0,a],\qquad|f_n(x)|\le n^2 a^n\xrightarrow{n\to\infty}0$$ so the sequence $(f_n)$ is uniformly convergent to the zero function.