9.39 problem 38 part (d)

Internal problem ID [1145]

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 (d).
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_quadrature]

\[ \boxed {y^{\prime }+y^{2}+8 y=-7} \]

Solution by Maple

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

dsolve(diff(y(x),x)+y(x)^2+8*y(x)+7=0,y(x), singsol=all)
 

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

Solution by Mathematica

Time used: 0.655 (sec). Leaf size: 47

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

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