Is Integrating from -L<x<L the Same as -L ≤ x ≤ L?

  • Context: Undergrad 
  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Bounds Integration
Click For Summary

Discussion Overview

The discussion centers around whether integrating from -L < x < L is equivalent to integrating over -L ≤ x ≤ L, specifically in the context of Riemann and Lebesgue integrals. Participants seek a rigorous explanation of the implications of endpoint inclusion in integration.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant asks for a rigorous explanation regarding the equivalence of the two integration intervals.
  • Another participant states that for Riemann integrals, there is no contribution from the endpoints.
  • A participant questions which definition of integration is being used, indicating that different definitions may yield different results.
  • It is proposed that if a function is integrable on [-L, L], it will have the same integral on (-L, L) due to the endpoints having measure zero in the Lebesgue integral context.
  • Discussion includes the use of improper integrals to define integration over (-L, L) for Riemann integrals, with a focus on the limits approaching the endpoints.
  • Another participant inquires about which integral definitions might produce different answers, particularly in relation to measures.
  • Clarification is provided that a function is Riemann integrable if it has a finite number of discontinuities, which has been confirmed by multiple participants.
  • One participant mentions that changing the value of a function at a finite number of points does not affect the integral, suggesting a method of reasoning about the equivalence of the two intervals.

Areas of Agreement / Disagreement

Participants express differing views on the implications of endpoint inclusion in integration, with some agreeing on the equivalence under certain conditions while others raise questions about the definitions and contexts that may lead to different conclusions. The discussion remains unresolved regarding the broader implications of different integral definitions.

Contextual Notes

Participants note that the Riemann integral is defined on closed intervals, and the discussion includes considerations of improper integrals and the measure of discontinuities affecting integrability.

member 428835
hey everyone

is integrating from [itex]-L<x<L[/itex] the same as integrating over [itex]-L \leq x \leq L[/itex]? I am looking for a rigorous response, so if you have time could you explain why, rather than simply yes or no?

thanks!
 
Physics news on Phys.org
If you're speaking about a Riemman Integral, then last I checked there was zero contribution from the endpoints.
 
Which definition of integration are you using?
 
Assuming the function is integrable on ##[-L,L]##, it will have the same integral on ##(-L,L)##.

For the Lebesgue integral, the reason is simple: the two endpoints have measure zero, so they do not contribute to the value of the integral.

The Riemann integral is only defined on closed intervals, so we have to define what is meant by integrating over ##(-L,L)##. The usual way to do this is to use improper integrals:
$$\lim_{\epsilon \rightarrow 0^+} \int_{-L + \epsilon}^0 f(x) dx + \lim_{\epsilon \rightarrow 0^+} \int_0^{L - \epsilon} f(x) dx$$
Note that we have
$$\int_{-L}^{L} f(x) dx = \int_{-L}^{-L + \epsilon} f(x) dx + \int_{-L + \epsilon}^0 f(x) dx + \int_0^{L - \epsilon} f(x) dx + \int_{L - \epsilon}^{L} f(x) dx$$
so to prove what we want, we simply need to show that
$$\lim_{\epsilon \rightarrow 0^+} \int_{-L}^{-L + \epsilon} f(x) dx = \lim_{\epsilon \rightarrow 0^+} \int_{L - \epsilon}^{L} f(x) dx = 0$$
But this is quite straightforward; since ##f## is integrable over ##[-L,L]##, by definition it is bounded on that interval, say ##|f(x)| \leq M## for all ##x \in [-L,L]##. Then
$$\left| \int_{-L}^{-L + \epsilon} f(x) dx \right| \leq \int_{-L}^{-L + \epsilon} |f(x)| dx \leq \int_{-L}^{-L + \epsilon} M dx = M\epsilon$$
which converges to 0 as ##\epsilon \rightarrow 0^+##. We can do the same thing for the other small interval.
 
pwsnafu, I'm curious what integral definitions produce different answers in this case?
 
bossman27 said:
pwsnafu, I'm curious what integral definitions produce different answers in this case?

If ##\mu## is a measure on ℝ, then the integral wrt ##\mu## gives
##\int_{[a,b]} f \, d\mu = \int_{(a,b)} f \, d\mu + f(a)\, \mu(\{a\}) + f(b) \, \mu(\{b\})##.

So for any atomless measure (including the Lebesgue measure) the integrals are equal.
But if ##\mu(\{a\}) \neq 0## then the integrals are different.
 
Last edited:
jbunniii said:
Assuming the function is integrable on ##[-L,L]##, it will have the same integral on ##(-L,L)##.

and for [itex]f(x)[/itex] to be integrable on ##[-L,L]##, is it sufficient [itex]f(x)[/itex] need only exist on that interval provided only a finite amount of discontinuities exist? i ask because i am integrating over a piecewise-smooth function.

for the record i am talking about a reimann integral. apologies for the ambiguity.

thanks i appreciate your response(s)!
 
joshmccraney said:
and for [itex]f(x)[/itex] to be integrable on ##[-L,L]##, is it sufficient [itex]f(x)[/itex] need only exist on that interval provided only a finite amount of discontinuities exist? i ask because i am integrating over a piecewise-smooth function.

for the record i am talking about a reimann integral. apologies for the ambiguity.

thanks i appreciate your response(s)!

A function is Riemann integrable if the set of discontinuities has measure zero. In particular if there are a finite number of jump discontinuities, you have no problem.
 
pwsnafu said:
A function is Riemann integrable if the set of discontinuities has measure zero.
Just for the sake of completeness I'll mention that the function must be bounded, and that the condition is both necessary and sufficient: a bounded function on a finite length closed interval [a,b] is Riemann integrable if and only if the set of discontinuities has measure zero.
 
  • #10
By the way, another way to see this is to observe that if ##f## is integrable over ##[-L,L]##, then integrating ##f## over ##(-L,L)## is equivalent to setting ##f(L) = f(-L) = 0##, and integrating over ##[-L, L]##. So the problem reduces to showing that if you change the value of a function at a finite number of points, the integral does not change. It's easy to see that this in turn is equivalent to showing that if you integrate a function which is zero everywhere except at a finite number of points (it suffices to consider just one point, by linearity), the result is zero. This is an easy Riemann sum argument.
 
  • #11
jbunniii said:
By the way, another way to see this is to observe that if ##f## is integrable over ##[-L,L]##, then integrating ##f## over ##(-L,L)## is equivalent to setting ##f(L) = f(-L) = 0##, and integrating over ##[-L, L]##.

thanks. i suddenly feel like an idiot for not realizing this.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 23 ·
Replies
23
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K