Internal
problem
ID
[3001]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
11,
page
45
Problem
number
:
20
Date
solved
:
Monday, January 27, 2025 at 07:07:08 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
With initial conditions
✓ Solution by Maple
Time used: 0.911 (sec). Leaf size: 26
dsolve([2*y(x)=(x^2*y(x)^4+x)*diff(y(x),x),y(1) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.762 (sec). Leaf size: 33
DSolve[{2*y[x]==(x^2*y[x]^4+x)*D[y[x],x],{y[1]==1}},y[x],x,IncludeSingularSolutions -> True]