I'm having a lot of trouble on figuring out how to evaluate this integral using the substitution $u=\sqrt{\frac{1-x}{1+x}}$. $$\int{\frac{1}{(1-x)^{2} \sqrt{1-x^{2}}} d x}$$ Do I have to normalise the denominator of the integral (i.e. multiply the numerator and denominator by $\sqrt{1-x^2}$)? I've done that but I fail to see how to progress from there.
Any help is greatly appreciated!
$$u=\sqrt{\frac{1-x}{1+x}}\implies x=\frac{1-u^2}{1+u^2}\implies dx=-\frac{4 u}{\left(u^2+1\right)^2}\,du$$ Replace and simplify to get $$\int{\frac{dx}{(1-x)^{2} \sqrt{1-x^{2}}} }=-\int \frac{u^2+1}{2 u^4}\,du$$