Internal
problem
ID
[1232]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Miscellaneous
problems,
end
of
chapter
2.
Page
133
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 04:46:16 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 14
dsolve((1+exp(x))*diff(y(x),x) = y(x)-exp(x)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.088 (sec). Leaf size: 23
DSolve[(1+Exp[x])*D[y[x],x]== y[x]-Exp[x]*y[x],y[x],x,IncludeSingularSolutions -> True]