$$ \int\frac{dx}{(1+\sqrt{x})(x-x^2)} $$
Set $\sqrt{x}=\cos2a\implies\dfrac{dx}{2\sqrt{x}}=-2\sin2a.da$
$$ \int\frac{dx}{(1+\sqrt{x})(x-x^2)}=\int\frac{dx}{(1+\sqrt{x})x(1-x)}=\int\frac{-4\sin2a\cos2a.da}{2\cos^2a.\cos^22a.\sin^22a}\\ =\int\frac{-2.\sec^2a.da}{\sin2a\cos2a} $$ I think I am getting stuck here, is there a better substitution that I can chose so that the integral becomes more simple to evaluate ?
Solution as per my reference: $\dfrac{2(\sqrt{x}-1)}{\sqrt{1-x}}$
Note: I'd prefer to choose a substitution which does not make use of partial fractions, as there seems to be 4 terms for the substitution $\sqrt{x}=y\implies \frac{dx}{2\sqrt{x}}=dy$. $$ I=\int\frac{dx}{(1+\sqrt{x})(x-x^2)}=\int\frac{dx}{(1+\sqrt{x})x(1-x)}\\ =\int\frac{2dy}{y(1+y)(1-y^2)}=\int\frac{2dy}{y(1+y)^2(1-y)}\\ \frac{2}{y(1+y)^2(1-y)}=\frac{A}{y}+\frac{B}{1-y}+\frac{C}{1+y}+\frac{D}{(1+y)^2} $$
What's wrong with partial fractions? They are easy if you use the Heaviside method. If $\sqrt x=y$ then $$\int\frac{dx}{\left(1+\sqrt x\right)\left(x-x^2\right)}=\int\frac{2dy}{y(1+y)^2(1-y)}$$ And if $$\frac2{y(1+y)^2(1-y)}=\frac Ay+\frac B{1-y}+\frac C{1+y}+\frac D{(1+y)^2}$$ Then $$\begin{align}A&=\left.\frac2{(1+y)^2(1-y)}\right|_{y=0}=2\\ B&=\left.\frac2{y(1+y)^2}\right|_{y=1}=\frac12\\ C&=\left.\frac d{dy}\frac2{y(1-y)}\right|_{y=-1}=\left.\frac{-2}{y^2(1-y)^2}(1-2y)\right|_{y=-1}=-\frac32\\ D&=\left.\frac2{y(1-y)}\right|_{y=-1}=-1\end{align}$$ So $$\begin{align}\int\frac{dx}{\left(1+\sqrt x\right)\left(x-x^2\right)}&=\int\left(\frac 2y+\frac{1/2}{1-y}-\frac{3/2}{1+y}+\frac1{(1+y)^2}\right)dy\\ &=2\ln|y|-\frac12\ln|1-y|-\frac32\ln|1+y|-\frac1{1+y}+C_1\\ &=\ln x-\frac12\ln\left|1-\sqrt x\right|-\frac32\ln\left(1+\sqrt x\right)+\frac1{1+\sqrt x}+C_1\end{align}$$ So at this point maybe you can see your way through to a clever $u$-substitution to achieve this result.