Internal
problem
ID
[7839]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Section
1.4
First
Order
Linear
Equations.
Page
15
Problem
number
:
2(e)
Date
solved
:
Monday, January 27, 2025 at 03:24:29 PM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 16
dsolve([diff(y(x),x)+4*y(x)=exp(-x),y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.059 (sec). Leaf size: 21
DSolve[{D[y[x],x]+4*y[x]==Exp[-x],{y[0]==0}},y[x],x,IncludeSingularSolutions -> True]