Internal
problem
ID
[4949]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
12
Problem
number
:
349
Date
solved
:
Monday, January 27, 2025 at 09:53:26 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.814 (sec). Leaf size: 26
dsolve(x^3*diff(y(x),x)+20+x^2*y(x)*(1-x^2*y(x)) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.165 (sec). Leaf size: 36
DSolve[x^3 D[y[x],x]+20+x^2 y[x](1-x^2 y[x])==0,y[x],x,IncludeSingularSolutions -> True]