Internal
problem
ID
[16662]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
6.
Systems
of
Differential
Equations.
Exercises
6.1,
page
282
Problem
number
:
15
Date
solved
:
Tuesday, January 28, 2025 at 09:16:26 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 26
dsolve(diff(x(t),t$2)+16*x(t)=t*sin(t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 33
DSolve[D[x[t],{t,2}]+16*x[t]==t*Sin[t],x[t],t,IncludeSingularSolutions -> True]