Internal
problem
ID
[13185]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
3,
Laplace
transform.
Section
3.2.1
Initial
value
problems.
Exercises
page
156
Problem
number
:
6(b)
Date
solved
:
Tuesday, January 28, 2025 at 05:12:05 AM
CAS
classification
:
[[_linear, `class A`]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 8.121 (sec). Leaf size: 23
dsolve([diff(x(t),t)+x(t)=sin(2*t),x(0) = 0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.072 (sec). Leaf size: 28
DSolve[{D[x[t],t]+x[t]==Sin[2*t],{x[0]==0}},x[t],t,IncludeSingularSolutions -> True]