Internal
problem
ID
[7393]
Book
:
Ordinary
differential
equations
and
calculus
of
variations.
Makarets
and
Reshetnyak.
Wold
Scientific.
Singapore.
1995
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.1
Separable
equations
problems.
page
7
Problem
number
:
12
Date
solved
:
Monday, January 27, 2025 at 02:51:55 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.016 (sec). Leaf size: 15
dsolve((1+diff(z(t),t))*exp(-z(t))=1,z(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.791 (sec). Leaf size: 28
DSolve[(1+D[z[t],t])*Exp[-z[t]]==1,z[t],t,IncludeSingularSolutions -> True]