integral of ((x-sqrt(x^2-1))^2 dx (1--> inf)

dwbent

New member
Joined
Feb 4, 2008
Messages
1
I have been struggling with the following integral for days, which I can integrate numerically to a simple 1/3:

int_1^inf ((x-sqrt(x^2-1))^2 dx:

Latex:

\int_{1}^{\infty} (x-\sqrt{x^2-1})^2dx. Numerically it appears to be exactly 1/3, but try as I may I cannot integrate it to prove that. The function equals 1 at x=1 and behaves as 1/(2x^2) for large x (thus converging to zero at x= infinity). I'm probably missing something stupid, but any help would be appreciated.
 
dwbent said:
int_1^inf ((x-sqrt(x^2-1))^2 dx:
A good first step might be to multiply out the square:

. . . . .(xx21)2\displaystyle (x\, -\, \sqrt{x^2\, -\, 1})^2

. . . . .x22xx21+(x21)\displaystyle x^2\, -\, 2x\sqrt{x^2\, -\, 1}\, +\, (x^2\, -\, 1)

. . . . .x2+x212xx21\displaystyle x^2\, +\, x^2\, -\, 1\, -\, 2x\sqrt{x^2\, -\, 1}

. . . . .2x212xx21\displaystyle 2x^2\, -\, 1\, -\, 2x\sqrt{x^2\, -\, 1}

The first two terms integrate easily, so break them off and integrate separately:

. . . . .2x21dx2xx21dx\displaystyle \int\, 2x^2\, -\, 1\, dx\, -\, \int\, 2x\sqrt{x^2\, -\, 1}\, dx

This leaves you with the square-root integral to puzzle with. Have you tried a u-substitution?

. . . . .u=x21\displaystyle u\, =\, x^2\, -\, 1

. . . . .du=2xdx\displaystyle du\, =\, 2x\, dx

Where might that lead...? :D

Note: You can check your work using The Integrator on the Wolfram web site. :wink:

Eliz.
 
Top