Internal
problem
ID
[13063]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
1,
First
order
differential
equations.
Section
1.3.1
Separable
equations.
Exercises
page
26
Problem
number
:
10(a)
Date
solved
:
Tuesday, January 28, 2025 at 04:50:54 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.069 (sec). Leaf size: 13
dsolve([diff(x(t),t)=exp(t+x(t)),x(0) = 0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.763 (sec). Leaf size: 15
DSolve[{D[x[t],t]==Exp[t+x[t]],{x[0]==0}},x[t],t,IncludeSingularSolutions -> True]