Abraham
- 68
- 0
Homework Statement
Solve:
\int\sqrt{x^2-1}dx
Homework Equations
This is where I need help. What integration technique do I use? u-substitution? Integration by parts? None seem to work. As an added note, I've been trying to teach myself some calculus II work over the summer, so I just need a pointer in the right direction. Thank you
The Attempt at a Solution
I attempted to use u-substitution. I don't think this is the right method. Does anyone know the correct method? It got pretty messy, but I didn't get the right answer:
\int\sqrt{x^{2}+1}dx
u = x^{2}+1
du = 2x
x = \sqrt{u-1}
= \frac{1}{2} \int(\sqrt{u})(\sqrt{u-1}) du
= ? Is this the correct start?