Internal
problem
ID
[3958]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
10,
The
Laplace
Transform
and
Some
Elementary
Applications.
Exercises
for
10.7.
page
704
Problem
number
:
Problem
29
Date
solved
:
Monday, January 27, 2025 at 08:05:00 AM
CAS
classification
:
[[_linear, `class A`]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 3.328 (sec). Leaf size: 30
dsolve([diff(y(t),t)-y(t)=4*Heaviside(t-Pi/4)*cos(t-Pi/4),y(0) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.105 (sec). Leaf size: 40
DSolve[{D[y[t],t]-y[t]==4*UnitStep[t-Pi/4]*Cos[t-Pi/4],{y[0]==1}},y[t],t,IncludeSingularSolutions -> True]