How do I integrate this? x/(x^2-1)^.5

  • Thread starter Thread starter ComFlu945
  • Start date Start date
  • Tags Tags
    Integrate
ComFlu945
Messages
9
Reaction score
0
How do I integrate this? 1/(x^2-1)^.5

How do I integrate this? x/(x^2-1)^.5

And this
1/(x^2-1)^.5
 
Last edited:
Physics news on Phys.org
For the first, make a u-substitution.

For the second, make a trigonometric substitution suggested by that difference of squares.
 
Thanks!

First one worked like a charm.

For second one I substituted x for cosh(y). Since cosh(y)^2-1=sinh(y)^2, but bottom turns into sinh(y). And since x=cosh(y), dx/dy= sinh(y).

Back to original equation:
integral( 1/(x^2-1)^.5 dx) = integral ( sinh(y)/sinh(y)) dy = 1 + constant. However, the answer is supposed to be cosh^-1(x).
 
Let x=secø
dx=secøtanødø
tanø=√(x2-1)

So your integral becomes:
∫dx/√(x2-1) = ∫secødø = ln|secø+tanø|

Substituting back in
ln|secø+tanø|=ln|x+√(x2-1)|
 
ComFlu945 said:
integral ( sinh(y)/sinh(y)) dy = 1 + constant

Think about that some more
 
By u substitution, let u=x^2-1 then du=2x
you have x you only need 2
 
Back
Top