Proving the Integral for n>1: A Scientific Approach

  • Thread starter Thread starter Daggy
  • Start date Start date
  • Tags Tags
    Integral
Daggy
Messages
14
Reaction score
0

Homework Statement


Prove that for n> 1
<br /> \int\limits_{0}^{\infty}{\frac{1}{(x + \sqrt{x^2 + 1})^n}} \mathrm{d}x = \frac{n}{n^2 - 1} <br />

Homework Equations


The Attempt at a Solution



Tried substitute x = cosh theta, then

<br /> \frac{\mathrm{dx}}{\mathrm{d}\theta} = \sinh \theta<br />

<br /> \int\limits_{0}^{\infty}{\frac{1}{(x + \sqrt{x^2 + 1})^n}} \mathrm{d}x = \int\limits_{0}^{\infty}{\frac{\sinh{\theta}}{(\cosh{\theta} + \sinh{\theta})^n }<br />
I'm getting in the right direction here? I'm really stuck..
 
Last edited:
Physics news on Phys.org


Daggy said:

Homework Statement


Prove that
<br /> \int\limits_{0}^{\infty}{\frac{1}{(x + \sqrt{x^2 + 1})^n}} \mathrm{d}x = \frac{n}{n^2 - 1} <br />

Homework Equations





The Attempt at a Solution

Isn't something missing here?
 


n > 1
 


I think he meant your attempt at a solution :wink:
 


well I believe that mentioning n > 1 also is quite important... I've tried to use sinh-substitution, but can't really say I'm getting any wiser about it.
 


Daggy said:
well I believe that mentioning n > 1 also is quite important... I've tried to use sinh-substitution, but can't really say I'm getting any wiser about it.

Use cosh(x)=(e^x+e^(-x))/2 and sinh(x)=(e^x-e^(-x))/2. Now try to integrate it. It's really pretty easy.
 


<br /> <br /> \int\limits_{0}^{\infty}{\frac{1}{(x + \sqrt{x^2 + 1})^n}} \mathrm{d}x = \int\limits_{x = 0}^{x = \infty}{\frac{\sinh{\theta}}{(\cosh{\theta} + \sinh{\theta})^n } \mathrm{d}\theta<br /> <br />

<br /> = \int\limits_{x = 0}^{x = \infty} \frac{e^{\theta} - e^{-\theta}}{(e^\theta)^n} \mathrm{d}\theta<br />
Don't know what to do here.
 
Last edited:


Split it into two integrals. Use rules of exponents. And you are missing a factor of 1/2, I think.
 


<br /> \frac{1}{2} \int\limits_{x = 0}^{x = \infty} {e^{\theta - n\theta}} \mathrm{d}\theta - <br /> \frac{1}{2} \int\limits_{x = 0}^{x = \infty}{e^{-\theta - n\theta} \mathrm{d}\theta =

Then integrating and substitute back, don't really seem to get rid of those exponentials..
 
  • #10


Just continue. Write down the antiderivatives. n>1. The contribution from infinity vanishes. It's the theta=0 part that counts. And e^0=1. See, no exponential?
 
  • #11


Your original substitution x= cosh(theta) has a fundamental problem: the lower limit of integration is x= 0 and cosh(theta) is never 0. I would suggest x= tan(y) instead.
 
  • #12


Is that a problem? when integrating and substituting back the cosh dissappears doesn't it?
 
  • #13


Daggy said:
Is that a problem? when integrating and substituting back the cosh dissappears doesn't it?

Yeah, it's a problem. If you use x=cosh(theta), 1+cosh(theta)^2 isn't equal to sinh(theta)^2. It's the other way around. Use x=sinh(theta). (You had said you were using sinh-substitution, and I didn't notice you had it backwards.) It looks almost the same as x=cosh(theta) except for a sign difference.
 
Last edited:
  • #14


So
<br /> \int\limits_{0}^{\intfty}{\frac{\cosh{\theta}}{(\sinh{\theta} + \cosh{\theta})^n}}\mathrm{d}\theta = \frac{1}{2}\int\limits_{x = 0}^{x = \infty}{\frac{e^{x} + e^{-x}}{(e^x)^n}}{\mathrm{d}\theta}<br />
and

<br /> \frac{1}{2}\int\limits_{x = 0}^{x = \infty}{e^{\theta - n\theta}}\mathrm{d}\theta + \frac{1}{2}\int\limits_{x = 0}^{x = \infty}{e^{-\theta - n\theta}}\mathrm{d}\theta <br /> <br />

and then factorize e^{1 - n} out?
<br /> \frac{e^{1 - n}}{2} \int\limits_{x = 0}^{x = \infty}{cosh \theta}~ \mathrm{d}\theta<br />
 
  • #15


Noooo. And you can change your limits to theta=0 etc, ok? Your first integral is e^((1-n)*theta). That's EASY to integrate.
 
  • #16


ahh. figured out, thanks
 
Back
Top