Internal
problem
ID
[5306]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
716
Date
solved
:
Monday, January 27, 2025 at 11:08:09 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.102 (sec). Leaf size: 37
dsolve(x*(x^3+y(x)^5)*diff(y(x),x) = (x^3-y(x)^5)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.861 (sec). Leaf size: 141
DSolve[x(x^3+y[x]^5)D[y[x],x]==(x^3-y[x]^5)y[x],y[x],x,IncludeSingularSolutions -> True]