Internal
problem
ID
[16411]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
4.
Higher
Order
Equations.
Exercises
4.6,
page
187
Problem
number
:
6
Date
solved
:
Tuesday, January 28, 2025 at 09:07:38 AM
CAS
classification
:
[[_3rd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 50
dsolve(diff(y(t),t$3)+10*diff(y(t),t$2)+34*diff(y(t),t)+40*y(t)=t*exp(-4*t)+2*exp(-3*t)*cos(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.149 (sec). Leaf size: 138
DSolve[D[ y[t],{t,3}]+10*D[y[t],{t,2}]+34*D[y[t],t]+40*y[t]==t*Exp[-4*t]+2*Exp[-3*t]*Cos[t],y[t],t,IncludeSingularSolutions -> True]