Internal
problem
ID
[5304]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
714
Date
solved
:
Monday, January 27, 2025 at 11:07:57 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.193 (sec). Leaf size: 133
dsolve(x*(1-x^2*y(x)^4)*diff(y(x),x)+y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 12.028 (sec). Leaf size: 172
DSolve[x(1-x^2 y[x]^4)D[y[x],x]+y[x]==0,y[x],x,IncludeSingularSolutions -> True]