Mean value theorem for integral

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
jdz86
Messages
20
Reaction score
0

Homework Statement


Suppose f is continuos on [a,b]. Show that there exists c in (a,b) such that the integral from a to b of f(x)dx equals (b-a)*f(c)


Homework Equations





The Attempt at a Solution


Tried using the mean value theorem to come up with a solution by rearranging different variables, but they don't relate cause it's f(c) not f '(c).
 
Physics news on Phys.org


You're not trying to show that [itex]f(b)-f(a)=(b-a)f(c)[/itex], you are trying to show [tex]\int_{a}^{b}f(x)dx=(b-a)f(c)[/tex].

Hint: suppose that the antiderivative of [itex]f(x)[/itex] is [itex]F(x)[/itex]; what does the mean value theorem say about [itex]F(b)-F(a)[/itex]? What does the fundamental theorem of calculus say about [itex]F(b)-F(a)[/itex]?
 


wow, ok definitely didn't look at it good enough. thanks a lot for the hint
 


Or you could think of it this way:

SInce f is continuous on [a,b], then by the extreme value theorem it reaches its max and min value on that interval. That is there exist r,t such that f(r)=m, f(t)=M, where m and M are its smallest value and its greatest value on that interval.


THat is

[tex]m\leq f(x) \leq M[/tex] for all x in [a,b]

Now integrating from a to be we get

[tex]\int_{a}^bmdx\leq \int_{a}^bf(x)dx\leq \int_{a}^bMdx =>[/tex]

[tex]m(b-a)\leq \int_{a}^bf(x)dx\leq (b-a)M[/tex]

[tex]m\leq \frac{1}{b-a}\int_{a}^bf(x)dx\leq M[/tex]

Now by the IVT there exists some number c on the interval (a,b) such that

[tex]f(c)=\frac{1}{b-a}\int_{a}^bf(x)dx=>\int_{a}^bf(x)dx=(b-a)f(c)[/tex]

Proof done!:approve: