...I think it is true, but I'd like to be able to prove it!
Thanks,
Jenny
snipez90
Aug8-08, 02:53 PM
Your notation is a bit awkward. Are f(x)a(x) and f(x)b(x) the integrands?
CompuChip
Aug8-08, 03:00 PM
If f is continuous (you will definitely need that, I think) and the interval is finite, then you could probably estimate it by its maximum and do a series of inequalities like
| \int_a^b f(x) p(x) dx | < | f(x) p(x) (b - a) | < \cdots
Or you could try considering
\int_a^b f(x) (p(x) - q(x) )
and showing that it is positive (for q(x) < p(x) everywhere).
morphism
Aug8-08, 03:13 PM
You don't need continuity or anything of the sort -- the integral is monotone. That is, if h and k are integrable on [a,b], and h(x)<=k(x) for all x in [a,b], then
\int_a^b h(x) dx \leq \int_a^b k(x) dx.
Edit: Oh. Maybe that's what you were saying here:
Or you could try considering
\int_a^b f(x) (p(x) - q(x) )
and showing that it is positive (for q(x) < p(x) everywhere).
jenga42
Aug8-08, 04:25 PM
Hi,
Thanks for replying! I didn't know I could type the equations!
I'd like to know if there is a general theorem for this to be true? ...I think that (please correct me if I'm wrong!) I could only use
Or you could try considering
\int_a^b f(x) (p(x) - q(x) )
and showing that it is positive (for q(x) < p(x) everywhere).
for a specific f(x).
What does "the integral is monotone" mean?
Thanks!
jenga42
Aug8-08, 05:46 PM
I've just had a thought, can I just say that as f(x)>0, then it cannot change the direction of the inequality, hence if a(x)<b(x) , then multiplying both sides by f(x), we find f(x)a(x)<f(x)b(x) and therefore
But I don't understand why this second equation is true - I've tried looking up monotone functions, but haven't found anything useful!
Thanks
morphism
Aug8-08, 06:51 PM
I've just had a thought, can I just say that as f(x)>0, then it cannot change the direction of the inequality, hence if a(x)<b(x) , then multiplying both sides by f(x), we find f(x)a(x)<f(x)b(x) and therefore
\int_{x_i}^{x_f} f(x)a(x) dx < \int_{x_i}^{x_f} f(x)b(x) dx
That's perfect. (But you should be using \leq instead of <.)
But I don't understand why this second equation is true
This should be straightforward to prove if you just use the definition of the integral. To make it even easier, you can prove the following:
If c(x) is integrable on [x_i, x_f] and if c(x)>=0 for all x in [x_i, x_f], then
\int_{x_i}^{x_f} c(x) \geq 0.
[Once you do this, you can put c(x)=b(x)-a(x) to get the result you want.]