4.43 problem Problem 61

Internal problem ID [2198]

Book: Differential equations and linear algebra, Stephen W. Goode and Scott A Annin. Fourth edition, 2015
Section: Chapter 1, First-Order Differential Equations. Section 1.8, Change of Variables. page 79
Problem number: Problem 61.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_Riccati]

Solve \begin {gather*} \boxed {y^{\prime }+p \relax (x ) y+q \relax (x ) y^{2}-r \relax (x )=0} \end {gather*}

Solution by Maple

dsolve(diff(y(x),x)+p(x)*y(x)+q(x)*y(x)^2=r(x),y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[y'[x]+p[x]*y[x]+q[x]*y[x]^2==r[x],y[x],x,IncludeSingularSolutions -> True]
 

Not solved