I am trying to find the integral of:
$$\int \frac{dx}{x\sqrt{x-1}}$$
if I do this $u$-sub:
$u = \sqrt{x-1}$ and $u^2 = x-1$ and $x = u^2 + 1$ and $\frac{dx}{du} = 2u$ and $dx = 2udu$
Then I get:
$$\int \frac{2udu}{(u^2+1)u}$$
if I do a partial fraction of this I wind up stuck and I wonder why:
$$\frac{2udu}{(u^2+1)u} = \frac{A}{u} + \frac{Bu + C}{u^2+1}$$
$$2u = Au^2 + A + Bu^2 + Cu$$
$$2u = u^2(A+B) + Cu + A$$
$$C = 2$$
$$A=0$$ $$B=0$$
But that doesn't seem right because then I'd get $\frac{2}{u^2+1}$ which is not equal to the original fraction.
But if I do some cancelling:
$$\frac{2udu}{(u^2+1)u} = \frac{2}{u^2+1} = 2 \frac{1}{u^2 + 1}$$
So then:
$$\int \frac{2udu}{(u^2+1)u}$$
$$2 \int \frac{1}{u^2 + 1} du$$
$$ = 2\arctan(u)$$
$$2\arctan(\sqrt{x-1}) + C$$
Does not simplifying ruin partial fractions?
EDIT
ohhhhhh I get it. It's the same thing! Reduced or using partial fractions, I wind up with $\int \frac{2}{u^2+1}$. Is that right?$