While solving an problem of Reator design i have encountered a integral, $$ I =\int \left(\frac{3x+1}{1-x}\right)^{1/2} dx$$ $0<x<1$
My Approach: Rationalization didn't helped much, so i have substituted $$\frac{3x+1}{1-x}=t $$
and $$dt =\frac{3(1-x)+(3x+1)}{(1-x)^2}dx= \frac{4}{(1-x)^2}dx $$
also $x$ would become $x = \frac{t-1}{t+3}$,
the integral would become
$$I = 2\int \sqrt{t}\left(\frac{t+1}{(t+3)^2}\right) dt $$
$$I =2\int \left[\frac{t^{3/2}}{(t+3)^2} + \frac{t^{1/2}}{(t+3)^2}\right]dt $$
From here i can't form the expression into some standard integrable form,how can i proceed further.
Hints are appreciated
First substitute $t=1-x$, which gives $$-\int (\frac{4-3t}{t})^{1/2}dt$$. Then substitute $t=\frac{4}{3}\sin^2u$ which gives $$-\frac{8}{3}\int \frac{2 \cos u}{(2/\sqrt 3)\sin u}\sin u \cos udu$$ You can easily integrate in terms of $u$ and then substitute to express the result first in terms of $t$ and then in terms of $x$.