Internal
problem
ID
[13291]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.2
(Separable
equations).
Exercises
page
47
Problem
number
:
2
Date
solved
:
Tuesday, January 28, 2025 at 05:16:08 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 15
dsolve((x*y(x)+2*x+y(x)+2)+(x^2+2*x)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.169 (sec). Leaf size: 92
DSolve[(x*y[x]+2*x+y[x]+2)+(x^2+2*x)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]