Internal
problem
ID
[5309]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
719
Date
solved
:
Monday, January 27, 2025 at 11:08:18 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.336 (sec). Leaf size: 38
dsolve(x*(a+x*y(x)^n)*diff(y(x),x)+b*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.285 (sec). Leaf size: 61
DSolve[x(a+x y[x]^n)D[y[x],x]+b y[x]==0,y[x],x,IncludeSingularSolutions -> True]