Find the solution of the model when $y(0)=100$
$\frac{dy}{dt}=2y(y-1)(3-y)$
This is what I have using partial fractions we get
$1=A(y-1)(3-y)+B(2y)(3-y)+C(2y)(y-1)$
We then get that :
$A=\frac{-1}{3}, B=\frac{1}{4}, C=\frac{1}{12}$.
Then I have
$\frac{-1}{3}\int \frac{1}{2y}+ \frac{1}{4}\int \frac{1}{y-1}+\frac{1}{12}\int \frac{1}{3-y}= \int dt$
$\rightarrow ln[\frac{(y-1)^{1/4}}{(2y)^{1/6} \cdot (3-y)^{1/12}}]=t+c$
finally we get that:
$[\frac{(y-1)^{1/4}}{(2y)^{1/6} \cdot (3-y)^{1/12}}]=c \cdot e^t$
I'm stuck in this step, what do I have to do to get $y(0)=100$ Any help would be appreciated.