Internal
problem
ID
[4265]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
section
10,
page
47
Problem
number
:
4(b)
Date
solved
:
Monday, January 27, 2025 at 08:46:59 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.015 (sec). Leaf size: 14
dsolve(y(x)-(x+x*y(x)^3)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.684 (sec). Leaf size: 76
DSolve[y[x]-(x+x*y[x]^3)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]