the sequence $\{f_n\}$ is uniformly convergent

227 Views Asked by At

Let $f: [0,1]\rightarrow\mathbb{R}$ be continuous. For $n\geq 1$, define $f_n(x)=f(x)x^n$ for all $x\in[0,1]$. Show that if $f(1)=0$, then the sequence $\{f_n\}$ is uniformly convergent.

Certainly it converges to $0$ point wise. I tried to show that $\forall\epsilon>$, there is some $n$ big enough such that $|f_n(x)|=|f(x)x^n|<\epsilon$.

2

There are 2 best solutions below

0
On BEST ANSWER

Find some $\delta\in(0,1/2)$ such that $|f(x)|<\epsilon$ for all $x\in[1-\delta,1]$. Then by choosing $N$ large enough such that $(1-\delta)^{n}<\epsilon$ for all $n\geq N$, then \begin{align*} |f_{n}(x)|=|f(x)x^{n}|\leq\max_{x\in[0,1-\delta]}|f(x)x^{n}|+\max_{x\in[1-\delta,1]}|f(x)x^{n}|\leq M(1-\delta)^{n}+\epsilon<(M+1)\epsilon, \end{align*} here $M=\max_{x\in[0,1]}|f(x)|$.

0
On

Take $\varepsilon>0$. Let $M=\max|f|$. Since $f$ is continuous at $1$, there is a $\delta>0$ such that $1-\delta<x\leqslant1\implies\bigl|f(x)\bigr|<\varepsilon$. If $n$ is big enough, then $|x^n|<\frac\varepsilon M$ when $x\in[0,\delta]$. Therefore, if $n$ is big enough, then$$(\forall x\in[0,1]):\bigl|f(x)x^n\bigr|<\varepsilon$$because $[0,1]=[0,\delta]\cup(\delta,1]$.