(Somewhat) generalised mean value theorem

Problem. Let $f:\Bbb R\to\Bbb R$ be a continuous map. Let $n$ be a non-negative integer. Then show that there is $0<t_0<1$ such that $$\int_0^1(1-t)^nf(t)\ dt=\frac{f(t_0)}{n+1}$$

For $n=0$ this can be proved by the mean value theorem. We define $g:\Bbb R\to\Bbb R$ as $g(x)=\int_0^xf(t)\ dt$. Since $f$ is continuous, $g$ is a differentiable map. So there is $0<t_0<1$ such that $g'(t_0)=g(1)-g(0)$, which gives $f(t_0)=\int_0^1f(t)\ dt$.

But I am unable to prove this for $n>0$.


Solution 1:

Hint: You might write the difference as $$ \int_0^1 (1-t)^n (f(t) - f(t_0)) dt $$ and ask what happens if $f(t_0)$ is the minimum or maximum of $f$.

Solution 2:

Generally you have the following integral mean value theorem.

Theorem

If $f$ and $g$ are integrable functions with $f$ continuous and $g$ not changing sign, then hen there is some $c \in [a,b]$ such that $$ \int_a^b f(x) g(x) dx = f(c) \int_a^b g(x) dx.$$

Once you know the statement, it's quite straightfoward to prove. If you let $\gamma = \int_a^b g(x) dx$ and let $m,M$ be the min,max that $f$ achieves on $[a,b]$ (respectively), then $$ m\gamma \leq \int_a^b f(x) g(x) dx \leq M\gamma,$$ or rather $$ m \leq \frac{\int_a^b f(x) g(x) dx}{\gamma} \leq M.$$ By the intermediate value theorem, $f$ takes every value from $m$ to $M$ within $[a,b]$, and so there is some $c \in [a,b]$ such that $$ f(c) = \frac{\int_a^b f(x) g(x) dx}{\gamma}.$$

Rearranging gives the theorem [except when $\gamma = 0$ --- but that's a straightforward exercise that I leave aside]. $\diamondsuit$

This applies to your problem by taking $f = f$ and $g(x) = (1-x)^n$ in the theorem above. Then in particular $$ \int_0^1 g(x) dx = \int_0^1 (1-x)^n dx = \frac{1}{n+1}.$$

This concludes the proof. $\spadesuit$