4.43 problem Problem 61

Internal problem ID [2707]

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]

\[ \boxed {y^{\prime }+p \left (x \right ) y+q \left (x \right ) y^{2}=r \left (x \right )} \]

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