Internal
problem
ID
[2868]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
5,
page
21
Problem
number
:
28
Date
solved
:
Monday, January 27, 2025 at 06:20:53 AM
CAS
classification
:
[_rational, _Abel]
With initial conditions
✓ Solution by Maple
Time used: 0.034 (sec). Leaf size: 7
dsolve([x^2+3*x*diff(y(x),x)=y(x)^3+2*y(x),y(1) = 1],y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[{x^2+3*x*D[y[x],x]==y[x]^3+2*y[x],y[1]==1},y[x],x,IncludeSingularSolutions -> True]
{}