Internal
problem
ID
[3595]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.4,
Separable
Differential
Equations.
page
43
Problem
number
:
Problem
3
Date
solved
:
Monday, January 27, 2025 at 07:46:59 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 15
dsolve(exp(x+y(x))*diff(y(x),x)-1=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.094 (sec). Leaf size: 16
DSolve[Exp[x+y[x]]*D[y[x],x]-1==0,y[x],x,IncludeSingularSolutions -> True]