Internal
problem
ID
[13773]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
14,
Inhomogeneous
second
order
linear
equations.
Exercises
page
140
Problem
number
:
14.1
(ix)
Date
solved
:
Tuesday, January 28, 2025 at 06:02:42 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 31
dsolve(diff(x(t),t$2)+2*diff(x(t),t)+10*x(t)=exp(-t)*cos(3*t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.053 (sec). Leaf size: 70
DSolve[D[x[t],{t,2}]+2*D[x[t],t]+10*x[t]==Exp[-t]*Cos[3*t],x[t],t,IncludeSingularSolutions -> True]