Find $$\int\frac{1}{x\sqrt{x-1}}\ dx.$$
I have attempted to use the $A/x + B/\sqrt{x-1}$ method. That does not work. I have tried a substitution with $t= \sqrt{x-1}$ and $t^2 +1 = x$. Finding the $dt$ and exchanging it with $dx$ creates another square root in the denominator.
Substitute $t=x-1$ and $dt=dx$
$$=\int\frac{dt}{\sqrt t(t+1)}$$
Substitute $\nu=\sqrt t$ and $d\nu=\frac{dt}{2\sqrt t}$
$$=2\int\frac{d\nu}{\nu^2+1}=2\arctan \nu+\mathcal C=2\arctan \sqrt t+\mathcal C=\color{red}{2\arctan (\sqrt{x-1})+\mathcal C}$$