Try to think like this:
Why are these integrals hard?
First hurdle:
There are ugly square roots here!
So, the next question is naturally:
What is the simplest way to "eliminate" a square root sign?
Answer:
Ensuring that the radicand is a perfect square!
Then, the root and the square would eliminate each other.
Agreed?
Thus, tackle the first one:
If x^{2}-1=y^{2}
then x^{2}-y^{2}=1
Do you know of any functions that behaves like x and y here?
Possibly, you are familiar with the hyperbolic functions, Cosh(u) and Sinh(u) which satisfies for all u the identity: Cosh^{2}u-Sinh^{2}(u)=1
In terms of exponentials, we have the relations:
Cosh(u)=\frac{e^{u}+e^{-u}}{2},Sinh(u)=\frac{e^{u}-e^{-u}}{2}
Thus, we set x=Cosh(u), whereby we transform the integral as follows:
\int\frac{dx}{\sqrt{x^{2}-1}}=\int\frac{1}{|Sinh(u)|}\frac{dx}{du}du
Now, we have that \frac{d}{du}Cosh(u)=Sinh(u), whereby the integral reduces to:
sgn(Sinh(u))\int{du}=sgn(Sinh(u))u=|u|
since Sinh(u) and u has matching sign domains.
Okay so far?