Internal
problem
ID
[13782]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
16,
Higher
order
linear
equations
with
constant
coefficients.
Exercises
page
153
Problem
number
:
16.1
(iii)
Date
solved
:
Tuesday, January 28, 2025 at 06:03:24 AM
CAS
classification
:
[[_high_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 33
dsolve(diff(x(t),t$4)-4*diff(x(t),t$3)+8*diff(x(t),t$2)-8*diff(x(t),t)+4*x(t)=sin(t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.136 (sec). Leaf size: 152
DSolve[D[x[t],{t,4}]-4*D[x[t],{t,3}]+8*D[x[t],{t,2}]-8*D[x[t],t]+4*x[t]==Sin[t],x[t],t,IncludeSingularSolutions -> True]