21.17 problem 593

Internal problem ID [3335]

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

CAS Maple gives this as type [[_Abel, 2nd type, class C]]

Solve \begin {gather*} \boxed {\left (\mathit {g0} \relax (x )+y \mathit {g1} \relax (x )\right ) y^{\prime }-\mathit {f0} \relax (x )-\mathit {f1} \relax (x ) y-\mathit {f2} \relax (x ) y^{2}-\mathit {f3} \relax (x ) y^{3}=0} \end {gather*}

Solution by Maple

dsolve((g0(x)+y(x)*g1(x))*diff(y(x),x) = f0(x)+f1(x)*y(x)+f2(x)*y(x)^2+f3(x)*y(x)^3,y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[(g0[x]+y[x] g1[x])y'[x]==f0[x]+f1[x] y[x]+f2[x] y[x]^2+f3[x] y[x]^3,y[x],x,IncludeSingularSolutions -> True]
 

Timed out