How can I solve the integral
$$\int \frac{1}{\sqrt{x^2-1}}dx$$ without using any trigonometric substitution? I know that $$\frac{d}{dx} \text{arccosh} (x)=±\frac{1}{\sqrt{x^2-1}}$$
Does the fundamental theorem of calculus apply? If so, I could conclude, for $x>0$, the integral as $$\text{arccosh}(x)+C$$
Let $x^2-1=u^2$ thus $dx=\frac{udu}{x}$ but $ x=\sqrt{u^2+1}$ thus integral becomes after simplification $$\int \frac{1}{\sqrt{u^2+1}}du=ln(u+\sqrt{u^2+1^2})+C$$