Internal
problem
ID
[17663]
Book
:
Differential
equations.
An
introduction
to
modern
methods
and
applications.
James
Brannan,
William
E.
Boyce.
Third
edition.
Wiley
2015
Section
:
Chapter
4.
Second
order
linear
equations.
Section
4.5
(Nonhomogeneous
Equations,
Method
of
Undetermined
Coefficients).
Problems
at
page
260
Problem
number
:
23
Date
solved
:
Tuesday, January 28, 2025 at 10:48:41 AM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 65
dsolve(diff(y(t),t$2)+3*diff(y(t),t)=2*t^4+t^2*exp(-3*t)+sin(3*t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 1.123 (sec). Leaf size: 101
DSolve[D[y[t],{t,2}]+3*D[y[t],t]==2*t^4+t^2*Exp[-3*t]+Sin[3*t],y[t],t,IncludeSingularSolutions -> True]