so I'm given this differential equation
$$x'=x(1-x)$$
with the initial value being
$$x(0)=\frac{1}{10}$$
I have to find a solution for $x(t)$ of the differential equation
I can tell that the differential equation is separable
$$\frac{dx(t)}{dt} = x(t)(1-x(t))$$
$$\frac{dx(t)}{dt}=x(t)((-1-x(t))$$
then I procced to divide both side with the RHS
$$\frac{\frac{dx(t)}{dt}}{(x(t)-1)x(t)}=1$$
$$\int\frac{\frac{dx(t)}{dt}}{(x(t)-1)x(t)}dt=\int1 dt$$
I know that the RHS would give me $t+c_1$, after this, i'm pretty much stuck.