Internal
problem
ID
[5299]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
709
Date
solved
:
Monday, January 27, 2025 at 11:05:02 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.025 (sec). Leaf size: 89
dsolve(2*(x-y(x)^4)*diff(y(x),x) = y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.150 (sec). Leaf size: 128
DSolve[2(x-y[x]^4)D[y[x],x]==y[x],y[x],x,IncludeSingularSolutions -> True]