Changing the order of integration and summation

Random Variable
Messages
114
Reaction score
0

Homework Statement



I want to justify that \int_{0}^{1} \frac{f(x)}{1-x} \ dx = \int_{0}^{1} f(x) \sum_{k=0}^{\infty} x^{n} \ dx = \sum_{k=0}^{\infty} \int_{0}^{1} f(x) x^{n} \ dx



Homework Equations





The Attempt at a Solution



I always thought changing the order of summation and integration could be justified by uniform convergence. But the geometric series \sum_{k=0}^{\infty} x^{n} does not converge uniformly for x= 1. In fact, it doesn't converge at all for x=1. Is that an issue?
 
Physics news on Phys.org
That is an issue. But there are certain other theorems which assure you that you can switch integral and limit (a sum is a special kind of limit of course).

See this page: http://planetmath.org/encyclopedia/CriterionForInterchangingSummationAndIntegration.html

You shouldn't really care about "measurable functions". If your functions are continuous, then everything holds.

There are other criterions of course.
For example, if all f_n are positive, then \sum_n \int f_n(x)dx=\int \sum_n f_n(x)dx always holds, for example. So what you wrote above is certainly allowed if your f is positive.
 
Last edited by a moderator:
Say that f(x)= \ln x.
 
Random Variable said:
Say that f(x)= \ln x.

Then the question becomes whether

\int_0^1\sum_{n=1}^{+\infty}|ln(x)x^n| dx<+\infty

This is equivalent to showing that

\int_0^1 \frac{|ln(x)|}{1-x}dx<+\infty

Perhaps you could split the integrals and try a comparison test?
 
Could you say the following?

\int_{0}^{1} |\ln x \ x^{n} | \ dx = - \int_{0}^{1} \ln x \ x^{n} = \frac{1}{(n+1)^{2}}

and \sum_{n=0}^{\infty} \frac{1}{(n+1)^{2}} = \zeta(2) = \frac{\pi}{6} < \infty
 
Random Variable said:
Could you say the following?

\int_{0}^{1} |\ln x \ x^{n} | \ dx = - \int_{0}^{1} \ln x \ x^{n} = \frac{1}{(n+1)^{2}}

and \sum_{n=0}^{\infty} \frac{1}{(n+1)^{2}} = \zeta(2) = \frac{\pi}{6} < \infty

Ah, yes. That is good as well.

Now, you've actually proven that \sum\int |ln(x)x^n|dx<+\infty. But that's ok.

So good, here it is alright to skip sum and integral.

(and by the way, \zeta(2)=\frac{\pi^2}{6}. You forgot the square)
 
micromass said:
Ah, yes. That is good as well.

Now, you've actually proven that \sum\int |ln(x)x^n|dx<+\infty. But that's ok.

So good, here it is alright to skip sum and integral.

(and by the way, \zeta(2)=\frac{\pi^2}{6}. You forgot the square)

So you're saying that I didn't actually have to evaluate it directly. I just needed to show that it converges.

Do you have a link for that second criterion? Is it also something from measure theory?
 
Random Variable said:
So you're saying that I didn't actually have to evaluate it directly. I just needed to show that it converges.

Do you have a link for that second criterion? Is it also something from measure theory?

Yes, it's measure theory. I don't have a direct link. But I can tell you it either follows from the measure-theoretic Fubini theorem, or from the theorem of monotone/dominated convergence.

The monotone and dominated convergence theorems can be found here:

http://en.wikipedia.org/wiki/Monotone_convergence_theorem
http://en.wikipedia.org/wiki/Dominated_convergence_theorem

But it's all measure theory and Lebesgue integration.
 
Thanks. I'm familiar with both convergence theorems, although my knowledge of Lebesgue integration is limited.

I have one more question.

If \sum_{n=0}^{\infty} x^{n} does not converge for x = 1, why is it necessarily true that \int_{0}^{1} \frac{f(x)}{1-x} \ dx = \int_{0}^{1} f(x) \sum_{k=0}^{\infty} x^{n} \ dx?
 
  • #10
Random Variable said:
Thanks. I'm familiar with both convergence theorems, although my knowledge of Lebesgue integration is limited.

I have one more question.

If \sum_{n=0}^{\infty} x^{n} does not converge for x = 1, why is it necessarily true that \int_{0}^{1} \frac{f(x)}{1-x} \ dx = \int_{0}^{1} f(x) \sum_{k=0}^{\infty} x^{n} \ dx?

Note that the function \frac{f(x)}{1-x} is also not defined in 0. If you're dealing with Lebesgue integration then this doesn't hurt. In Lebesgue integration you only have to have functions which are defined almost everywhere. That is, if a function is not defined in a point, then this causes no harm.

If you're dealing with Riemann integration, then the situation is a bit more serious. In that case, you're dealing with an improper integral.
 
  • #11
Is something like this what you had in mind?

\int_0^1 \frac{|ln(x)|}{1-x}dx = \int_0^\frac{1}{2} \frac{|ln(x)|}{1-x}dx + \int_\frac{1}{2}^{1} \frac{|\ln (x)|}{1-x} \ dx\int_0^\frac{1}{2} \frac{|ln(x)|}{1-x}dx < \int_{0}^{\frac{1}{2}} \frac{1}{(1-x)\sqrt{x}} \ dx < \infty since the integral behaves like \frac{1}{\sqrt{x}} near zero.And the second integral converges since 1 is a removable singularity.
 
Last edited:
  • #12
Looks good.
 
  • #13
I'm a bit confused. You said that we need to show that \int_0^1\sum_{n=1}^{+\infty}|ln(x)x^n| dx<+\infty. I originally showed that \sum_{n=1}^{+\infty}\int_0^1|ln(x)x^n| dx<+\infty (because that's what it says needs to be shown on the web page to which you linked). But since one implies the other (due to the monotone convergence theorem), does it not matter which one we choose to show?
 
  • #14
Random Variable said:
I'm a bit confused. You said that we need to show that \int_0^1\sum_{n=1}^{+\infty}|ln(x)x^n| dx<+\infty. I originally showed that \sum_{n=1}^{+\infty}\int_0^1|ln(x)x^n| dx<+\infty (because that's what it says needs to be shown on the web page to which you linked). But since one implies the other (due to the monotone convergence theorem), does it not matter which one we choose to show?

Indeed. If all terms are positive (and you tool the absolute value, so all terms ARE positive), then you can change the integral and the sum around with no problems. So both ways of showing this are good.
 
  • #15
But even if \sum \ln x \ x^{n} did converge uniformly for x=1 we would still have a problem at x=0, right?

And since we are not integrating over a closed interval, we couldn't invoke uniform convergence to justify that \int_{0}^{\infty} \frac{f(x)}{1+e^{x}} \ dx = \int_{0}^{\infty} \sum_{k=1}^{\infty} f(x) (-1)^{n-1} e^{-nx} \ dx = \sum_{k=1}^{\infty} \int_{0}^{\infty} f(x) (-1)^{n-1} e^{-nx} \ dx either, correct?
 
  • #16
Now I'm not so sure if [0, \infty) is considered to be a closed interval or not.

But regardless of that, do we also have an issue at x=0 even if f(x) = 0?
 
Back
Top