Internal
problem
ID
[13200]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
3,
Laplace
transform.
Section
3.4
Impulsive
sources.
Exercises
page
173
Problem
number
:
2
Date
solved
:
Tuesday, January 28, 2025 at 05:12:19 AM
CAS
classification
:
[[_linear, `class A`]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 9.410 (sec). Leaf size: 38
dsolve([diff(x(t),t)+3*x(t)=Dirac(t-1)+Heaviside(t-4),x(0) = 1],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.684 (sec). Leaf size: 132
DSolve[{D[x[t],t]+3*x[t]==DiracDelta[t-1]+UnitStep[t-4],{x[0]==1}},x[t],t,IncludeSingularSolutions -> True]