I used substituition as required to solve this: Let $t = \frac{1}{2}\cos^2\theta$ where $0 \leq \theta \leq \frac\pi2$.
So I want to solve $$\int \dfrac{\sqrt{t}}{1-2t}dt$$ By substituition, we have this form $$\dfrac{1}{\sqrt{2}}\int\csc\theta - \sin\theta ~d\theta$$
The end result is $$\frac{1}{\sqrt{2}}\left[-\ln\left|\csc\theta+\cot\theta\right| + \cos\theta + C\right]$$
Now I have some trouble subbing in $\theta = \cos^{-1}\sqrt{2t}$ back to the equation.
Hint:
Let $\sqrt t=v\implies t=v^2,dt=2v\ dv$
$$\int\dfrac{\sqrt t\ dt}{1-2t}=\int\dfrac{2v^2\ dv}{1-2v^2}$$
$$=\int\dfrac{(2v^2-1+1)\ dv}{1-2v^2}=\dfrac12\int\dfrac{dv}{(1/\sqrt2)^2-v^2}-\int dv$$