Internal
problem
ID
[13337]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.3
(Linear
equations).
Exercises
page
56
Problem
number
:
24
Date
solved
:
Tuesday, January 28, 2025 at 05:22:48 AM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 21
dsolve([diff(x(t),t)-x(t)=sin(2*t),x(0) = 0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.085 (sec). Leaf size: 28
DSolve[{D[x[t],t]-x[t]==Sin[2*t],{x[0]==0}},x[t],t,IncludeSingularSolutions -> True]