Internal
problem
ID
[13360]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
Miscellaneous
Review.
Exercises
page
60
Problem
number
:
10
Date
solved
:
Tuesday, January 28, 2025 at 05:31:58 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 15
dsolve((x+1)*diff(y(x),x)+x*y(x)=exp(-x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.113 (sec). Leaf size: 69
DSolve[(x+1)*D[y[x],x]+x*y[x]==Exp[-x],y[x],x,IncludeSingularSolutions -> True]