28.3 problem 800

Internal problem ID [3532]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 28
Problem number: 800.
ODE order: 1.
ODE degree: 2.

CAS Maple gives this as type [[_homogeneous, class G]]

Solve \begin {gather*} \boxed {\left (y^{\prime }\right )^{2}+y^{\prime } a x +b \,x^{2}+c y=0} \end {gather*}

Solution by Maple

dsolve(diff(y(x),x)^2+a*x*diff(y(x),x)+b*x^2+c*y(x) = 0,y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[(y'[x])^2+a x y'[x]+b x^2+c y[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

Timed out