Conditions for existance of definite integral

mnb96
Messages
711
Reaction score
5
Hello,
what are the conditions that a continuous even function f must satisfy in order to have \int_{-\infty}^{+\infty}f(x)dx < \infty ?
 
Mathematics news on Phys.org
well, use the definition of the improper integral. the answer to your question is more than obvious if you follow the definition and proprieties of even continuous functions.

tip: only one "part" needs to converge to a finite value.
 
I guess part of the answer would be that:

the limit for a\rightarrow +\infty of the quantity F(a)-F(0) must be finite.
Here, F denotes the antiderivative of f. Note that now I temporarily assumed that f has an antiderivative, which is not true in general.

- What about functions that don't have an antiderivative but have a proper integral like simple Gaussian functions? Can we state conditions under which such functions surely have a finite integral?
 
Last edited:
mnb96 said:
What about functions that don't have an antiderivative but have a proper integral like simple Gaussian functions? Can we state conditions under which such functions surely have a finite integral?

You're asking a fairly general question but expect a specific answer. :)

There are a few tricks we can use to test if an improper integral converges but most of them have certain restrictions... so yes we can state conditions under which certain functions have an improper integral, but at the cost of generality.

The most general criterion for the convergence of an improper integral is the Cauchy one... but being general it's also relatively hard to verify.

In the end you have to chose what's more "convenient" .
 
Last edited by a moderator:
it seems the forum is screwing my text code.
but no that's not the Cauchy criterion you need (I'll try and write the correct one again, maybe it'll work this time).

as for the second question, yes there are a few results you can use if the function has only positive values.

I'll try to post everything in my next post (the forum is eating or breaking my tex now).
 
the Cauchy criterion for the convergence of an improper integral:

for f : [a, \infty ) \longrightarrow \mathbb{R} , a \in \mathbb{R}
that is integrable on [a, c] , for any c > a
\int_{a}^{\infty}f
exists if and only if for any positive \epsilon \in \mathbb{R}
\exists K_{\epsilon} \in \mathbb{R} such that
| \int_{c}^{b}f | < \epsilon
for any b,
b >= c >= K_{\epsilon}
 
Last edited:
if your function has only positive values
\int_{a}^{\infty}f
converges if and only if the set
H = \{ I_c | \ I_c = \int_{a}^{c} f , c > a \}
is bounded.
in this case
\int_{a}^{\infty}f = sup H

another criterion: if there is another positive function g, such that f(x} <= g(x) for any x > a,
if the infinite integral of g converges the integral of f also converges and is between 0 and the integral of g.

sorry for the late reply
 
Hi,
thanks a lot for your answers.
That was pretty much what I was looking for.
If you have time, could you please point out some reference to those results you wrote? (title of a book, internet page, or anything...)
Thanks.
 
  • #10
Hello,

All the results are standard stuff and you can find them in most real analysis textbooks.
A specific example... well you can find them in Robert G. Bartle's, https://www.amazon.com/dp/047105464X/?tag=pfamazon01-20.
Sorry, I don't know any online material for them but I think you can find what you need at a library.

Glad I could help and sorry I answered late. :)
 
Last edited by a moderator:
Back
Top