How to solve the integral
$$\int\frac{\ln x}{\sqrt{1-x}}dx$$
and
$$\int\sqrt{\frac{x}{x-1}}dx$$
I have no idea of how to deal with these integrals.
It's the first integral I attempted.
$$\begin{align} u&=\ln x\\ du&=\frac{dx}{x}\\ \int\frac{\ln x}{\sqrt{1-x}}dx&\stackrel{?}{=}\int\frac{ue^u}{\sqrt{1-e^u}}du \end{align}$$
but only I got something more complicated.
For the first one, integrating by parts: $$ \int \frac{\ln x}{\sqrt{1-x}}\,dx = -2\sqrt{1-x}\ln x+2\int\frac{\sqrt{1-x}}{x}\,dx $$ Then do $u=\sqrt{1-x}$ in the integral, and you will be done after a few simpler steps.
For the second one, let $s=\sqrt{x/(x-1)}$.