How would you integrate $\int \sqrt\frac{x-1}{x^5}\ dx$?
I've tried to split it up to integrate by parts, with $u = \sqrt{x-1}$ and $v' = \frac{1}{x^5}$. Then I get $-\frac{2}{3}x^{-3/2}(x-1)^{1/2} + \frac{1}{3} \int x^{-3/2}(x-1)^{-1/2}$. It seems to me that I need to further pursue integration by parts on the second integral, but that would seem to throw me into an endless loop. How can I proceed?
I am given that the answer to this is $\frac{2}{3}(1-\frac{1}{x})^{3/2} + C$. What might be the fastest way to achieve this answer?
Hint we have $$\int \frac{1}{x^2}\sqrt{1-\frac{1}{x}}$$
Now put $$t=1-\frac{1}{x}$$ can you end it now?