Why Does Integration of Certain Functions Result in Infinity?

  • Context: Graduate 
  • Thread starter Thread starter touqra
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
touqra
Messages
284
Reaction score
0
Using Maple 8, I integrate this:

[tex]\int_0^1\frac{1}{\sqrt(p(1-p))} dp[/tex]

and I get [tex]\pi[/tex]
but, this function goes to infinity at p = 0 and 1.
How can this be possible ?
 
Physics news on Phys.org
Hurkyl said:
Why wouldn't it be?

The denominator has sqrt[p*(1-p)], which will give infinity on both p = 0 and 1. And so, the area under this curve is infinity too, right ?
 
Can you think of a reason why that should be true, though? If you're convinced the area should be infinite, then try to work out a proof of it -- such exercises are often really good at clearing up misunderstandings.

Incidentally, it might help to play with simpler functions, e.g.

[tex]\int_0^1 \frac{1}{\sqrt{x}} \, dx[/tex]

or

[tex]\int_1^\infty \frac{1}{y^2} \, dy[/tex]