Internal
problem
ID
[13347]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.3
(Linear
equations).
Exercises
page
56
Problem
number
:
37
(b)
Date
solved
:
Tuesday, January 28, 2025 at 05:31:20 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.011 (sec). Leaf size: 37
dsolve((y(x)+1)*diff(y(x),x)+x*(y(x)^2+2*y(x))=x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 23.612 (sec). Leaf size: 163
DSolve[(y[x]+1)*D[y[x],x]+x*(y[x]^2+2*y[x])==x,y[x],x,IncludeSingularSolutions -> True]