Internal
problem
ID
[13362]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
Miscellaneous
Review.
Exercises
page
60
Problem
number
:
12
Date
solved
:
Tuesday, January 28, 2025 at 05:32:05 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 27
dsolve(x^2*diff(y(x),x)+x*y(x)=x*y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.372 (sec). Leaf size: 52
DSolve[x^2*D[y[x],x]+x*y[x]==x*y[x]^3,y[x],x,IncludeSingularSolutions -> True]