Proving convergence given inequalities of powers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
anniecvc
Messages
28
Reaction score
0

Homework Statement



Show that if a>-1 and b>a+1 then the following integral is convergent:

∫(x^a)/(1+x^b) from 0 to ∞



The Attempt at a Solution



x^-1 < x^a < x^a+1 < x^b

x^-1/(1+x^b) < x^a/(1+x^b) < x^a+1/(1+x^b) < x^b/(1+x^b)

I also know any integral of the form ∫1/x^p when p>1 is convergent (from any number t to ∞)

Honestly not sure how to attack this problem. I'm trying to bound it but not sure how to show the parameters.
 
Physics news on Phys.org
anniecvc said:

Homework Statement



Show that if a>-1 and b>a+1 then the following integral is convergent:

∫(x^a)/(1+x^b) from 0 to ∞



The Attempt at a Solution



x^-1 < x^a < x^a+1 < x^b

x^-1/(1+x^b) < x^a/(1+x^b) < x^a+1/(1+x^b) < x^b/(1+x^b)

I also know any integral of the form ∫1/x^p when p>1 is convergent (from any number t to ∞)

Honestly not sure how to attack this problem. I'm trying to bound it but not sure how to show the parameters.

You need to show that both
[tex] \lim_{\epsilon \to 0^{+}}\int_\epsilon^1 x^a(1 + x^b)^{-1}\,dx[/tex]
and
[tex] \lim_{R \to \infty} \int_1^R x^a(1 + x^b)^{-1}\,dx[/tex]
converge. Since [itex]b - 1 > a > -1[/itex] we have [itex]b > 0[/itex], so [itex]0 < x^b < 1[/itex] if [itex]0 < x < 1[/itex] and [itex]0 < x^{-b} < 1[/itex] if [itex]x > 1[/itex] so you can use the binomial theorem to expand [itex](1 + x^b)^{-1}[/itex] in powers of [itex]x^b[/itex] or [itex]x^{-b}[/itex] as appropriate.