What is the integral of sqrt(x^2-1)/x dx?

  • Thread starter Thread starter funzone36
  • Start date Start date
  • Tags Tags
    Dx Integral
funzone36
Messages
6
Reaction score
1

Homework Statement



What is the integral of sqrt(x^2-1)/x dx?

Homework Equations





The Attempt at a Solution



∫ √(x^2 - 1) dx / x

let x = sec u: u = sec^-1(x) and tan u = √(x^2 - 1)

dx = sec u tan u du

now the integral becomes

∫ √sec^2(u) - 1) sec u tan u du / sec u

= ∫ tan u tan u du

= ∫ tan^2(u) du

= ∫ (sec^2(u) - 1) du

= ∫ (sec^2(u) du - ∫ du

= tan u - u + c

back substitute u = sec^-1(x) and tan u = √(x^2 - 1)

= √(x^2 - 1) - sec^-1(x) + c

However, the correct answer should be arccot(sqrt(x^2-1))+sqrt(x^2-1) + c. Can someone help me find what went wrong?
 
  • Like
Likes knownothing
Physics news on Phys.org
Maple says that this integral is
sqrt(x^2-1)+arctan(1/(x^2-1))+c
 
Well, arctan(1/(x^2-1)) is the same as arccot(sqrt(x^2-1)). I just don't know the mistake I did when showing my steps.
 
funzone36, what you initially had was more or less correct. you can check by writing sec^-1(x) as arccos(1/x) and then differentiating.

The answer that you said was supposedly correct involving arccot is gotten by substituting x = csc(u) and turns out to be a slightly neater approach.
 
arcsec(x)=arctan(sqrt(x^2-1)). Draw a right triangle with hypotenuse x and leg 1. t=arcsec(x) is the angle between those two. What's tan(t)?
 
Thanks everywhere. My steps were actually correct. I learned that I should draw diagrams next time I do these problems.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top