$$-\int \frac{\mathrm dx}{\sqrt{x^3-x^2}}$$
I know I have to use the formulas for things like arccos and arccsin, but I don't know how to get it in that form.
$$-\int \frac{\mathrm dx}{\sqrt{x^3-x^2}}$$
I know I have to use the formulas for things like arccos and arccsin, but I don't know how to get it in that form.
On
The integrand is $-1/(x\sqrt(1-x))$. Let $u^2=x$. $2udu=dx$.
=> integral $-2/(u\sqrt(u^2-1)) du = -2\text{arcsec}(u)+ C$
So our answer is $-2\text{arcsec}(\sqrt(x))+C$.
I assume $x > 1$. Then your integral has the form
$$- \int \frac{\mathrm dx}{x\sqrt{x - 1}}.$$
Now let $u = \sqrt{x - 1}, \ \mathrm dx = 2 \sqrt{x - 1}\ \mathrm du$. This substitution leads to
$$- 2 \int \frac{\mathrm du}{u^2 + 1}.$$
But this is a standard integral, which evaluates to
$$- 2 \arctan(u) + C.$$
Undoing the substitution gives
$$\fbox{$-2\arctan(\sqrt{x - 1}) + C$.}$$