Yesterday I asked for some help regarding this question which I found from here but I'm stuck again and I'll show you my working so far with my homework
First I got this equation separated successfully through help found here and got
$$\int \frac{u+u^2}{1-u^2}du=\int \frac{1}{t}dt$$ assuming $R=ut$
I then integrated the equation and got $$-u+1-\ln(u-1)=\ln(t)+c$$ by substitution of $v=u-1$ and $du=dv$
Replaced $u$ with $R$ again and got $$\frac{-R}{t}+1-\ln\left(\frac{R}{t}-1\right)=\ln(t)+c$$
finally I just have to use $R(1) = -1$ to find $c$ but I'm getting a math error and can't see where did I go wrong. Any form of hint will be much appreciated thank you
I assume your math error is $\ln(R/t-1)=\ln(-2)$. You really should have $\ln|u-1|$, not $\ln(u-1)$. Note that the "integration constant" is also allowed to have different values either side of $u=1$; it's what we call a locally constant function.