A Convergence of an Integral Involving Lebesgue Measure and Sine Functions

AI Thread Summary
The discussion centers on the evaluation of the integral limit involving Lebesgue measure and sine functions, specifically the expression lim_{n → ∞} ∫_{ℝ^+} (1 + x/n) sin^n(x) dμ_1. Participants debate the well-defined nature of the integrals, particularly for even n, and the implications of taking limits in different orders. It is argued that the integrals diverge for each n, making the limit expression potentially meaningless. A proposal is made that the limit approaches zero as n approaches infinity, independent of the upper limit A, due to the behavior of sin^n(x). The conversation highlights the complexities of interchanging limits and the application of convergence theorems in this context.
pawlo392
Messages
7
Reaction score
0
Hello. I have problem with this integral :
\lim_{n \to \infty } \int_{\mathbb{R}^+} \left( 1+ \frac{x}{n} \right) \sin ^n \left( x \right) d\mu_1 where ## \mu_1## is Lebesgue measure.
 
Last edited by a moderator:
Mathematics news on Phys.org
Since the integrand is continuous in x for each n>0, you can safely use the standard Riemann integral. So -set I_{n}=\int_{0}^{\infty}(1+\frac{x}{n})\sin^{n}(x)dx=\int_{0}^{\infty}\sin^{n}(x)dx+\int_{0}^{\infty}\frac{x}{n}\sin^{n}(x)dx. The first integral is trivial, use partial integration on the second.
 
@Svein: I'm quite sure these integrals are not well-defined, especially for (but not limited to) even n.
 
mfb said:
@Svein: I'm quite sure these integrals are not well-defined, especially for (but not limited to) even n.
I agree that a proof might be a little hairy, but it depends on fixing an upper limit (K) in the integrals, then letting n→∞ (use an ε, n argument). These limits are independent of K.

Another thought: You could also argue that as n→∞ sinnx →o a. e.
 
But the integrals
pawlo392 said:
\int_{\mathbb{R}^+} \left( 1+ \frac{x}{n} \right) \sin ^n \left( x \right) d\mu_1 where ## \mu_1## is Lebesgue measure
diverge for each ##n## (to ##+\infty## if ##n## is even, not even to that if ##n## is odd), and it makes no sense to take the limit of a sequence whose elements are not defined. The limit expression is therefore meaningless.
 
  • Like
Likes mfb
Exactly. If we could take the limit for n to infinity first it would work, but that is not the problem statement.
 
  • Like
Likes Erland
mfb said:
Exactly. If we could take the limit for n to infinity first it would work, but that is not the problem statement.
Well, somehow it is.
  1. Any integral of the type \int_{0}^{\infty}f(x)d\mu is in reality a limit process: \lim_{A\rightarrow \infty}\int_{0}^{A}f(x)d\mu
  2. I propose that \lim_{n\rightarrow \infty}\int_{0}^{A}(1+\frac{x}{n})\sin^{n}(x) d\mu = 0 independent of A.
  3. The reason for this is that \lim_{n\rightarrow \infty}\sin^{n}(x) is 0 everywhere except for x=m\cdot \pi, m any integer.
  4. Thus the limit in point 2 is proved.
  5. As A→∞, m does likewise. But still \lim_{n\rightarrow \infty}\sin^{n}(x) is 0 everywhere except for a countable number of points.
 
@Svein: You cannot do this. The problem statement can be expressed as
$$\lim_{n\rightarrow \infty} \lim_{A\rightarrow \infty} \int_{0}^{A}(1+\frac{x}{n})\sin^{n}(x) d\mu$$
This is not the same as
$$\lim_{A\rightarrow \infty} \lim_{n\rightarrow \infty} \int_{0}^{A}(1+\frac{x}{n})\sin^{n}(x) d\mu$$
You try to evaluate the second expression. To do that you have to show that the two expressions are equal. Often you can exchange the order of limits, but this here is an example where you cannot.

An easier example would be:
$$\lim_{n\rightarrow \infty} \lim_{c\rightarrow 0} \int_{c}^{1} max(n-xn^2,0) dx = 1/2$$
$$\lim_{c\rightarrow 0} \lim_{n\rightarrow \infty} \int_{c}^{1} max(n-xn^2,0) dx = 0$$
 
  • Like
Likes Erland and FactChecker
I admit that my specialty lies in another field (complex function algebras - 50 years ago), but I have checked my copy of Royden: Real Analysis. There are several theorems that I think can be applied, such as the Monotone Convergence Theorem (observing that \left\lvert \int f(x)\sin^{n}(x)d\mu \right\rvert\leq \int \left\lvert f(x)\right\rvert\ \left\lvert \sin^{n}(x)\right\rvert\ d\mu).
 
  • #10
That doesn't help if both sides are undefined for every n.
 
  • Like
Likes Erland
  • #11
Thanks everyone for help.
 
Back
Top