Why are integrals well defined?

  • Thread starter Thread starter jamesbob
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
jamesbob
Messages
63
Reaction score
0
Im having trouble explaining why intergrals are well defined. For instance:

[tex]\int_{0}^{\infty} \frac{1}{(x + 16)^{\frac{5}{4}}}dx.[/tex]

Here do i say something like:

[tex]\mbox{The integral behaves at zero, and at } \infty, (x + 16)^{\frac{5}{4}} > x^{\frac{5}{4}} \mbox{ therefore the integral diverges.}[/tex]
 
Last edited:
Physics news on Phys.org
It depends on what you mean by "well-defined". If you mean "is a real number" then look at what happens when you apply the definition of the improper integral to what you have, and show that you really do get a real number.
 
jamesbob said:
Im having trouble explaining why intergrals are well defined. For instance:

[tex]\int_{0}^{\infty} \frac{1}{(x + 16)^{\frac{5}{4}}}dx.[/tex]

Here do i say something like:

[tex]\mbox{The integral behaves at zero, and at } \infty, (x + 16)^{\frac{5}{4}} > x^{\frac{5}{4}} \mbox{ therefore the integral diverges.}[/tex]
No, it does not make sense. This is an Improper integral. As you know:
[tex]\mathop {\int} \limits ^ {b}_{a} f(x) dx = F(b) - F(a)[/tex], so what if b is not finite, i.e b tends to infinity? We have:
[tex]\mathop {\int} \limits ^ {\infty}_{a} f(x) dx = \lim_{b \rightarrow \infty} \mathop {\int} \limits ^ {b}_{a} f(x) dx = \lim_{b \rightarrow \infty}(F(b)) - F(a)[/tex]
-----------
Say you want to evaluate:
[tex]\mathop {\int} \limits ^ {\infty}_{1} \frac{dx}{x ^ 2}[/tex]
We have:
[tex]\mathop {\int} \limits ^ {\infty}_{1} \frac{dx}{x ^ 2} = \left( \lim_{x \rightarrow \infty} - \frac{1}{x} \right) + \frac{1}{1} = 1[/tex].
Can you get this? :)
 
Yeah, thanks. Its just the way my silly university asks questions and explains things that confused me. Thanks for the help :smile: