0

Consider the limit $$\lim_{n\to \infty }\int_0^1(1-t^n)f(t)\;dt$$ Where $f$ is a continuous function on $[0,1]$.

Is it safe to put the limit inside the integral and so that case the limit would be $\int_0^1 f(t)\;dt$? are there any conditions to verify here before putting the limit inside ?

palio
  • 11,064

2 Answers2

0

You can use the Dominated convergence Theorem, your function is dominated by $f(t)$.

Dalamar
  • 767
0

Since $f$ is continuous on $[0,1]$, there is a finite maximum $M=\max_{t\in[0,1]}|f(t)|$. Then $|(1-t^n)f(t)|\leq M$ for all $t\in[0,1]$ and all $n$ (i.e. the sequence of functions $(1-t^n)f(t)$ is dominated by the constant function $M$), so Lebesgue's Dominated Convergence Theorem gives you

$$\lim_{n\to\infty}\int_0^1(1-t^n)f(t)\,dt=\int_0^1\lim_{n\to\infty}(1-t^n)f(t)\,dt=\int_0^1f(t)\,dt.$$