I tried evaluating $\int\sqrt{x^2-1}\ dx$ using the substitution $x = \sec u$
I know my method gets to the same answer as WolframAlpha, namely:
$$\int\sqrt{x^2-1}\ dx = \frac{1}{2} \left(\ x \sqrt{x^2-1} - \ln\left|x + \sqrt{x^2-1}\right|\ \right) + C,\quad (*)$$
but there is one step I can't justify. When I got to $$\int \tan^2(u)\sec(u)\ du = \frac{1}{2}\left(\ \tan(u)\sec(u) - \ln\left|\sec(u)+\tan(u)\right|\ \right) + C,$$ I then have to substitute stuff back in terms of $x$. Now $$x=\sec(u) \implies \tan^2(u) = x^2 - 1,$$ but I don't see how this implies $\tan(u) = \sqrt{x^2 - 1}$.
Comparing the graphs of $\sec(u)$ and $\tan(u)$, I don't see why not: $\ \tan(u) = -\sqrt{x^2 - 1}$, which would give:
$$\int\sqrt{x^2-1}\ dx = \frac{1}{2} \left(\ -x \sqrt{x^2-1} - \ln\left|x - \sqrt{x^2-1}\right|\ \right) + C,\quad (**)$$
which is a different answer than $(*)$ ?
Now I noticed that $(*) = -(**)\ $ (ignoring the $C \to -C)$.
I can see from the graph of $\sqrt{x^2-1}$ that for $x>1$, the definite integral $\int^x_1\sqrt{t^2-1}\ dt = (*),$ and for $x<-1,\ \int^{-1}_x\sqrt{t^2-1}\ dt = (**)$
So is the indefinite integral sort of poorly defined, or would you say it is:
$$\int\sqrt{x^2-1}\ dx = \pm \frac{1}{2} \left(\ x \sqrt{x^2-1} - \ln\left|x + \sqrt{x^2-1}\right|\ \right) + C?$$
Let's differentiate and see by using which sign we get the integrand. $\begin{align}\frac{d}{dx}\left[\frac{x}{2}\sqrt{x^2-1}-\frac12\ln|x+\sqrt{x^2-1}| + c\right]& = \frac{1}{2}\sqrt{x^2-1}+\frac x2\frac{x}{\sqrt{x^2-1}}-\frac{1+\frac{x}{\sqrt{x^2-1}}}{2(x+\sqrt{x^2-1})}\\ \\& = \frac{2x^2-1}{2\sqrt{x^2-1}}-\frac{1}{2\sqrt{x^2-1}}\\ \\& = \sqrt{x^2-1}\end{align}$
But using the negative sign yields $-\sqrt{x^2-1}$. So the one we've been using is correct.