Internal
problem
ID
[14060]
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
3(b)
Date
solved
:
Tuesday, January 28, 2025 at 06:13:21 AM
CAS
classification
:
[[_linear, `class A`]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 9.269 (sec). Leaf size: 38
dsolve([diff(y(t),t)-2*y(t)=4*t*(Heaviside(t)-Heaviside(t-2)),y(0) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.491 (sec). Leaf size: 75
DSolve[{D[y[t],t]-2*y[t]==4*t*(UnitStep[t]-UnitStep[t-2]),{y[0]==1}},y[t],t,IncludeSingularSolutions -> True]