Internal
problem
ID
[7530]
Book
:
THEORY
OF
DIFFERENTIAL
EQUATIONS
IN
ENGINEERING
AND
MECHANICS.
K.T.
CHAU,
CRC
Press.
Boca
Raton,
FL.
2018
Section
:
Chapter
3.
Ordinary
Differential
Equations.
Section
3.5
HIGHER
ORDER
ODE.
Page
181
Problem
number
:
Example
3.35
Date
solved
:
Monday, January 27, 2025 at 03:04:41 PM
CAS
classification
:
[[_high_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.081 (sec). Leaf size: 45
dsolve(diff(y(t),t$4)+2*diff(y(t),t$2)+y(t)=3*sin(t)-5*cos(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.119 (sec). Leaf size: 56
DSolve[D[y[t],{t,4}]+2*D[y[t],{t,2}]+y[t]==3*Sin[t]-5*Cos[t],y[t],t,IncludeSingularSolutions -> True]