Internal
problem
ID
[4107]
Book
:
Theory
and
solutions
of
Ordinary
Differential
equations,
Donald
Greenspan,
1960
Section
:
Chapter
2.
First
order
equations.
Exercises
at
page
14
Problem
number
:
2(g)
Date
solved
:
Monday, January 27, 2025 at 08:09:01 AM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.094 (sec). Leaf size: 35
dsolve([diff(y(x),x)-3*y(x)=exp(3*x)+exp(-3*x),y(5) = 5],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.077 (sec). Leaf size: 48
DSolve[{D[y[x],x]-3*y[x]==Exp[3*x]+Exp[-3*x],y[5]==5},y[x],x,IncludeSingularSolutions -> True]