9.41 problem 38 part (f)

Internal problem ID [1147]

Book: Elementary differential equations with boundary value problems. William F. Trench. Brooks/Cole 2001
Section: Chapter 5 linear second order equations. Section 5.6 Reduction or order. Page 253
Problem number: 38 part (f).
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_quadrature]

\[ \boxed {6 y^{\prime }+6 y^{2}-y=1} \]

Solution by Maple

Time used: 0.031 (sec). Leaf size: 24

dsolve(6*diff(y(x),x)+6*y(x)^2-y(x)-1=0,y(x), singsol=all)
 

\[ y \left (x \right ) = \frac {1+c_{1} {\mathrm e}^{\frac {5 x}{6}}}{2 c_{1} {\mathrm e}^{\frac {5 x}{6}}-3} \]

Solution by Mathematica

Time used: 0.234 (sec). Leaf size: 56

DSolve[6*y'[x]+6*y[x]^2-y[x]-1==0,y[x],x,IncludeSingularSolutions -> True]
 

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