Internal
problem
ID
[13304]
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
:
15
Date
solved
:
Tuesday, January 28, 2025 at 05:17:19 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.283 (sec). Leaf size: 18
dsolve([(y(x)+2)+(y(x)*(x+4))*diff(y(x),x)=0,y(-3) = -1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 8.668 (sec). Leaf size: 26
DSolve[{(y[x]+2)+(y[x]*(x+4))*D[y[x],x]==0,{y[-3]==-1}},y[x],x,IncludeSingularSolutions -> True]