Internal
problem
ID
[912]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
5.6,
Forced
Oscillations
and
Resonance.
Page
362
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 03:18:33 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 60
dsolve(m*diff(x(t),t$2)+k*x(t)=F__0*cos(omega*t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.033 (sec). Leaf size: 54
DSolve[m*D[x[t],{t,2}]+k*x[t]==F0*Cos[omega*t],x[t],t,IncludeSingularSolutions -> True]