Questions about definite integrals

Click For Summary

Discussion Overview

The discussion revolves around the conditions under which definite integrals exist, diverge, or are undefined. Participants explore various scenarios related to the continuity and behavior of functions at the boundaries of integration, as well as the implications of these conditions on the existence of definite integrals. The scope includes theoretical considerations and conceptual clarifications relevant to calculus.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants suggest that if a definite integral diverges, it may not necessarily mean it does not exist, depending on the interpretation of "exist." Others argue that a diverging integral does not imply non-existence.
  • There is a claim that if a definite integral does not exist, it cannot be concluded that it diverges.
  • It is proposed that a function only needs to be defined within the open interval (a, b) to be integrable, challenging the necessity of definitions at the endpoints.
  • Participants discuss the implications of undefined values at the boundaries of integration, with some suggesting that certain functions can still be integrated despite being undefined at specific points.
  • One participant raises the question of whether Lipschitz continuity is relevant to the discussion of integrability.
  • There are inquiries about the conditions under which a Riemann integral exists, particularly whether continuity is required on the closed interval [a, b] or just on the open interval (a, b).
  • Examples are requested to illustrate the scenarios discussed, particularly regarding functions that are undefined at certain points.

Areas of Agreement / Disagreement

Participants express differing views on the implications of divergence and non-existence of definite integrals, as well as the requirements for integrability. The discussion remains unresolved with multiple competing perspectives on these issues.

Contextual Notes

Participants note that definitions of integration may vary, which affects the conclusions drawn about the existence of definite integrals. There is also mention of the potential for different interpretations of continuity and piecewise functions in the context of integrability.

Who May Find This Useful

This discussion may be of interest to students and educators in calculus, particularly those exploring the nuances of definite integrals and the conditions affecting their existence and behavior.

Bipolarity
Messages
773
Reaction score
2
While reading my calc book, I have developed a few questions about the situations in which definite integrals can exist. I've thought about these questions, and I feel that if I am able to answer some of them, I can make some other problems much easier, such as testing for convergence of a definite integral.

1) If a definite integral diverges, can we conclude that it does not exist?
2) If a definite integral does not exist, can we conclude that it diverges?
3) If [itex]f(a)[/itex] is not defined, does [itex]\int^{b}_{a}f(x)dx[/itex] necessarily not exist?
3) If [itex]f(a)[/itex] is not defined, but but [itex]\lim_{x→a+}f(x)[/itex] is, does [itex]\int^{b}_{a}f(x)dx[/itex] necessarily not exist?
5) If [itex]f(a)[/itex] is defined, but [itex]\lim_{x→a+}f(x)[/itex] does not, does [itex]\int^{b}_{a}f(x)dx[/itex] necessarily not exist?

I assume all these questions can be answered using the definition of the definite integral, along with the definition of continuity, but how exactly?

Thanks!

Note: Assume that b>a for the above integrals

BiP
 
Physics news on Phys.org
An integral is just a fancy way of doing a sum.
So.

1. yes and no - depends what you mean by "exist".
2. no.
Can you think of where diverging integrals may come from - say - in Nature?

3. no.
f(x) only needs only to exist in (a,b) not [a,b] to be integrable.

4. Also answered by 3.

5. Can you come up with an example to illustrate this? I think you are describing a situation where f is not a function or is not peicewise continuous within (a,b).

Generally, in order to be integrable, f has to be a piecewise-continuous function in the range of the integration. Look these up.
 
Simon Bridge said:
3. no.
f(x) only needs only to exist in (a,b) not [a,b] to be integrable.

Generally, in order to be integrable, f has to be a piecewise-continuous function in the range of the integration. Look these up.

Those statements depend on how you define "integration", and you can define it so nether of them is required. But I guess the OP is thinking about the http://en.wikipedia.org/wiki/Riemann_integral (even if the calc textbook doesn't mention the name).
 
Simon Bridge said:
An integral is just a fancy way of doing a sum.
So.

1. yes and no - depends what you mean by "exist".
2. no.
Can you think of where diverging integrals may come from - say - in Nature?

3. no.
f(x) only needs only to exist in (a,b) not [a,b] to be integrable.

4. Also answered by 3.

5. Can you come up with an example to illustrate this? I think you are describing a situation where f is not a function or is not peicewise continuous within (a,b).

Generally, in order to be integrable, f has to be a piecewise-continuous function in the range of the integration. Look these up.

I see, thank you for all your help. If time permits, could you please offer an example of functions for the questions 3, 4, and 5?

Also, I have heard of something called Lipschitz continuity, does that have any bearing on this problem?

Also, for a Riemann integral, does the function have to be continuous in (a,b) or in [a,b] ? wikipedia proves the FTC assuming continuity in [a,b] but I assume that is superfluous condition and that continuity in (a,b) suffices to determine the existence of a riemann integral?
Thanks!

BiP
 
Last edited:
The simplest way to create an undefined value is to divide by zero.

If I define a function u(x): u=0 for x≤0 and u=1 for x>0 then f(x)=1/u(x-a) would be undefined for x≤a ... but I can still do the integral from a to b if b>a. (It's b-a).

I'm pretty sure you can do the rest.
 
AlephZero said:
Those statements depend on how you define "integration", and you can define it so nether of them is required. But I guess the OP is thinking about the Riemann Integral.
Yah. I kinda figured a definition something like:
$$\int_a^bf(x)dx = \lim_{N\rightarrow \infty} \frac{b-a}{N} \sum_{n=0}^N f(\frac{b-a}{N}n + a)$$... but if I just bring the sum in each end by one unit ... in the limit N → ∞ it's the same.

$$\int_a^bf(x)dx = \lim_{N\rightarrow \infty} \frac{b-a}{N} \sum_{n=1}^{N-1} f(\frac{b-a}{N}n + a)$$

... though there is danger in that kind of argument of shaving a bit of each end until there's nothing left.

I can also take the sum to within a small distance ##\epsilon << (b-a)/N## of the limits
... so I do the sum in range ##[a+\epsilon, b-\epsilon]##, instead of ##[a,b]##, and see what happens in the limit ##\epsilon \rightarrow 0##.
$$\int_a^bf(x)dx = \lim_{N\rightarrow \infty}_{\epsilon \rightarrow 0}\frac{b-a-2\epsilon}{N} \sum_{n=0}^N f(\frac{b-a-2\epsilon}{N}n + a + \epsilon)$$
I'm sure AlephZero can refine this argument.

Few beginning courses are even this explicit anyway.
 
Last edited:

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 31 ·
2
Replies
31
Views
5K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K