14.7 problem 388

Internal problem ID [3642]

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

CAS Maple gives this as type [_Chini]

\[ \boxed {x^{k} y^{\prime }-b y^{n}=a \,x^{m}} \]

Solution by Maple

dsolve(x^k*diff(y(x),x) = a*x^m+b*y(x)^n,y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[x^k y'[x]==a x^m + b y[x]^n,y[x],x,IncludeSingularSolutions -> True]
 

Not solved