flyingpig
- 2,574
- 1
Homework Statement
Prove the Mean Value Theorem for IntegralsProof
Let f(x) be defined on [a,b]
Let M be the max of f(x) and m be the min of f(x)
Then
m \leq f(x) \leq M
\int_{a}^{b}m \;dx\leq \int_{a}^{b} f(x)\;dx \leq \int_{a}^{b} M\;dx
m(b-a) \;dx\leq \int_{a}^{b} f(x)\;dx \leq M(b-a)
m \leq\frac{\int_{a}^{b} f(x)\;dx}{b-a} \leq M
Then by the Intermediate Value Theorem there exists a c\in (a,b) such that
f(c) = \frac{\int_{a}^{b} f(x)\;dx}{b-a}
f(c)(b-a) = \int_{a}^{b} f(x)\;dx
Question
How do we know that f(c) is the AVERAGE value function? It is just some value between the max and min, it doesn't have to be the AVERAGE right?