I have given following differential equation:
$$y'(t) = a y(t) \cdot (b - y(t))$$
where $y(0) = y_0$ and $a,b,y_0 > 0$. How can I solve this differential equation?
I have tried to separate the variables and ended up with $$ \int a ~dt = \int \frac{1}{y(t)(b - y(t))}~dy(y). $$ I don't know how to go further, because I don't know how to solve the right-side integral. I would appreciate if you could help me solve the integral or solve the equation with another approach.
Note: I have the methods of a first year physics student available.