What is the Integral Mean Value Theorem for Continuous Functions?

WHOAguitarninja
Messages
20
Reaction score
0
Prove that if the functions g:[a,b] --> R and h:[a,b] --> R are continuous, with h(x)\geq0 for all x in [a,b] then there is a point c in (a,b) such that

\int h(x)g(x)dx = g(c) \int h(x)dx
when the integrals go from a to b


---
My immediate thought was Integral MVT, so I said

\int h(x)dx = (b-a)*h(c)

I then multiply by some g(c') with c' in (a,b), to obtain


g(c') \int h(x)dx = (b-a)*h(c)*g(c')

I'd then like to conclude
(b-a)*h(c)*g(c') = \int h(x)*g(x)
But I'm almost 100% positive that's not a valid step for c'=c, and then I'm not really using the integral MVT if I use c'=/= c.

My thoughts on this are that I'd like to show that because h and g are continuous there is some other number c'' in (a,b) such that h(c)*g(c')=h(c'')*g(c''), and that is equal to the integral I'm looking for. I also have so far completely ignored h(x) being greater than or equal to 0, and I'm pretty sure that should factor in in some way.

Also, this problem appears in a section about the Cauchy Integral Remainder Theorem, although this book frequently gives problems where the necessary theorems do not lie in the chapter you are on to keep you on your toes.

Thanks in advance.
 
Physics news on Phys.org
Let M=max(g) and m=min(g) on [a,b]. Write bounds on the integral of g*h.
 
Dick said:
Let M=max(g) and m=min(g) on [a,b]. Write bounds on the integral of g*h.

Ah, good call, even simpler than I thought, thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top