Internal
problem
ID
[2972]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
10,
page
41
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 07:04:59 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 18
dsolve(2*y(x)=(y(x)^4+x)*diff(y(x),x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.129 (sec). Leaf size: 257
DSolve[2*y[x]==(y[x]^4+x)*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]