Internal
problem
ID
[3014]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
11
Date
solved
:
Monday, January 27, 2025 at 07:08:32 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 16
dsolve((x^2*y(x))-(x^3+y(x)^3)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 7.268 (sec). Leaf size: 80
DSolve[(x^2*y[x])-(x^3+y[x]^3)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]