Internal
problem
ID
[13774]
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
(x)
Date
solved
:
Tuesday, January 28, 2025 at 06:03:01 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 32
dsolve(diff(x(t),t$2)+6*diff(x(t),t)+10*x(t)=exp(-2*t)*cos(t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.049 (sec). Leaf size: 47
DSolve[D[x[t],{t,2}]+6*D[x[t],t]+10*x[t]==Exp[-3*t]*Cos[t],x[t],t,IncludeSingularSolutions -> True]