[Math] Variations on the Mean Value Theorem for Integrals

calculusintegrationreal-analysis

I know a bunch of different versions of the mean value theorem for integrals, and yet none of them are able to solve my problem, but it sure as heck looks like one of them should.

I have attempted the following versions:

$1)$ let $f$ be a continuous function on $[a,b]$. Then there is $c \in [a,b]$ such that $$\int_a^b f(x) dx = f(c)(b-a)\,.$$

$2)$ Let $f$ be a continuous function and $\alpha$ be a continuous function of bounded variation. Then there is $c \in [a,b]$ such that $$\int_a^b f(x) d \alpha (x) = f(a)\int_a^c f(x) d\alpha (x) + f(b)\int_c^bf(x) d \alpha(x)\,.$$

$3)$ the two theorems stated in this question here.

Yet, unless I'm crazy, none of these theorems are able to prove the following fact, which certainly feels like some kind of mean value theorem problem.

Problem: Suppose $f$ is bounded and continuous. Show that there is some $c \in (0, \infty)$ such that $$\int_0^\infty f(x) e^{-x} dx = f(c)\,.$$

Do I need a different version? Something else all together? Did I just miss something obvious? This was an old test problem, and I need someone to put me out of my misery over this question.

Best Answer

The mean value theorems you cite apply to integrals over bounded intervals, so some additional analysis is required.

Note that the integral $\int_0^\infty f(x) e^{-x} \, dx$ is convergent by the Weierstrass test.

Let $m = \inf_{x \in[0,\infty)} f(x)$ and $M = \sup_{x \in[0,\infty)} f(x)$. Since $me^{-x} \leqslant f(x)e^{-x} \leqslant Me^{-x}$, we have

$$m = \int_0^\infty me^{-x} \, dx \leqslant I = \int_0^{-\infty}f(x) e^{-x} \, dx \leqslant \int_0^\infty Me^{-x} \, dx = M,$$

and $m \leqslant I \leqslant M$.

If $m < I < M$ then there exist $a$ and $b$ such that $m \leqslant f(a) < I < f(b) \leqslant M$. (This is a basic property of the infimum and supremum.) By the familiar intermediate value theorem -- which applies to continuous functions on compact intervals -- there exists $c \in (a,b) \subset [0,\infty)$ such that

$$f(c) = I = \int_0^\infty f(x) e^{-x} \, dx.$$

See if you can handle the cases where $I = m$ and $I = M$.

Hint: If $I = m$ then $\int_0^\infty [f(x) - m]e^{-x} \, dx = 0$ where $f(x) - m \geqslant 0$.