1

How would you show that $(1-x) x^n$ is uniformly convergent on $[0,1]$?

abiessu
  • 8,115
cambelot
  • 2,411

1 Answers1

1

To prove uniform convergence, first, note that $\lim_{n\to \infty} (1-x)x^n=0 $. Now, you need to prove

$$ \sup_{x\in[0,1]}|(1-x)x^n-0|< \epsilon. $$

To find the $\sup$, you can use the derivative test to get that the sup is achieved at point $x=\frac{n}{n+1}$, that gives

$$ \sup_{x\in[0,1]}|(1-x)x^n-0|= \frac{(\frac{n}{n+1})^n}{n+1}<\dots. $$

I leave it here for you to finish the problem. See related technique.