Internal
problem
ID
[13777]
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.3
Date
solved
:
Tuesday, January 28, 2025 at 06:03:12 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 36
dsolve(diff(x(t),t$2)+4*x(t)=289*t*exp(t)*sin(2*t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 40
DSolve[D[x[t],{t,2}]+4*x[t]==289*t*Exp[t]*Sin[2*t],x[t],t,IncludeSingularSolutions -> True]