Internal
problem
ID
[3022]
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
:
19
Date
solved
:
Monday, January 27, 2025 at 07:09:04 AM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 73
dsolve((2*x^3-y(x)^3-3*x)+(3*x*y(x)^2)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.442 (sec). Leaf size: 80
DSolve[(2*x^3-y[x]^3-3*x)+(3*x*y[x]^2)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]