Internal
problem
ID
[18094]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
1.
The
Nature
of
Differential
Equations.
Separable
Equations.
Section
2.
Problems
at
page
9
Problem
number
:
4
(a)
Date
solved
:
Tuesday, January 28, 2025 at 11:26:04 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.077 (sec). Leaf size: 20
dsolve([diff(y(x),x)=exp(3*x-2*y(x)),y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.828 (sec). Leaf size: 23
DSolve[{D[y[x],x]==Exp[3*x-2*y[x]],{y[0]==0}},y[x],x,IncludeSingularSolutions -> True]