Consider the differential equation $$y'=y(y-1)(y-2)$$ Which of the following statements is true ?
- If $y(0)=0.5$ then y is decreasing.
- If $y(0)=1.2$ then y is increasing.
- If $y(0)=2.5$ then y is unbounded.
- If $y(0)<0$ then y is bounded below.
My Attempt: I have solved the given differential equation by variable separable method and got it $$\frac{y(y-2)}{(y-1)^2}=ce^{2x}$$ where c is arbitrary constant. Furthermore, please guide me! Or suggest other way to tackle this question. Thanks ☺


You can study the behaviour of the solutions. First of all, there are three constant solutions, which correspond to the roots of the polynomial $$y(y-1)(y-2),$$ and these are the horizontal lines $y=0$, $y=1$ and $y=2$. By uniqueness of the solutions you know that other solutions do not intersect these three lines. Hence, for $0<y<1$ you have $y>0$, $y-1 < 0$ and $y-2 < 0$, thus $y'=y(y-1)(y-2)$ is positive, so solutions between the lines $y=0$ and $y=1$ are increasing. This implies the first statement is false. Can you see the others using a similar reasoning?