2
$\begingroup$

What is an example of a sequence of continuous functions $f_n$ defined on the interval $[0,1]$ where $f_n \rightarrow 0$ pointwise and $\forall n, \int_0^1 f_n(x) dx = 1$?

I've thought of $f_n(x) = nx^n$, but for $x = 1$, $\lim_{n \rightarrow \infty} f_n(1) = +\infty$. I feel like I'm over thinking it and it's something dead simple.

1 Answers 1

4

Let $f_n(x) = \begin{cases} 0 & x \in [0,1-\frac{1}{n}) \\ 4n^2(x-(1-\frac{1}{n})) & x \in [1-\frac{1}{n},1-\frac{1}{2n}) \\ 4n^2(1-x) & x \in [1-\frac{1}{2n}, 1] \end{cases}$. (Basically a suitably large triangle with base $[1-\frac{1}{n},1]$.)

Then $f_n$ is continuous, $f_n(x) \to 0$ for all $x \in [0,1]$, and $\int f_n = 1$.

  • 0
    Woops, nevermind!2012-12-10