Internal
problem
ID
[16306]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
4.
Higher
Order
Equations.
Exercises
4.3,
page
156
Problem
number
:
69
Date
solved
:
Tuesday, January 28, 2025 at 09:02:16 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
With initial conditions
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 18
dsolve([diff(x(t),t$2)+9*x(t)=sin(3*t),x(0) = 0, D(x)(0) = 0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.040 (sec). Leaf size: 93
DSolve[{D[x[t],{t,2}]+9*x[t]==Sin[3*t],{x[0]==0,Derivative[1][x][0 ]==0}},x[t],t,IncludeSingularSolutions -> True]