Internal
problem
ID
[14080]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
5.6
Laplace
transform.
Nonhomogeneous
equations.
Problems
page
368
Problem
number
:
Problem
6(a)
Date
solved
:
Tuesday, January 28, 2025 at 06:13:46 AM
CAS
classification
:
[[_linear, `class A`]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 10.160 (sec). Leaf size: 41
dsolve([10*diff(Q(t),t)+100*Q(t)=Heaviside(t-1)-Heaviside(t-2),Q(0) = 0],Q(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.085 (sec). Leaf size: 50
DSolve[{10*D[ q[t],t]+100*q[t]==UnitStep[t-1]-UnitStep[t-2],{q[0]==0}},q[t],t,IncludeSingularSolutions -> True]