3.8 problem 9

Internal problem ID [935]

Book: Elementary differential equations with boundary value problems. William F. Trench. Brooks/Cole 2001
Section: Chapter 2, First order equations. separable equations. Section 2.2 Page 52
Problem number: 9.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_separable]

Solve \begin {gather*} \boxed {y^{\prime }-\left (x -1\right ) \left (y-1\right ) \left (y-2\right )=0} \end {gather*}

Solution by Maple

Time used: 0.015 (sec). Leaf size: 35

dsolve(diff(y(x),x)=(x-1)*(y(x)-1)*(y(x)-2),y(x), singsol=all)
 

\[ y \relax (x ) = \frac {-2+c_{1} {\mathrm e}^{\frac {1}{2} x^{2}-x}}{c_{1} {\mathrm e}^{\frac {1}{2} x^{2}-x}-1} \]

Solution by Mathematica

Time used: 0.342 (sec). Leaf size: 36

DSolve[y'[x]==(x-1)*(y[x]-1)*(y[x]-2),y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to 1+\frac {1}{1-e^{\frac {1}{2} (x-2) x+c_1}} \\ y(x)\to 1 \\ y(x)\to 2 \\ \end{align*}