Internal
problem
ID
[2942]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
9,
page
38
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 06:59:53 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 32
dsolve((x^3*y(x)^3-1)*diff(y(x),x)+x^2*y(x)^4=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.437 (sec). Leaf size: 90
DSolve[(x^3*y[x]^3-1)*D[y[x],x]+x^2*y[x]^4==0,y[x],x,IncludeSingularSolutions -> True]