Internal
problem
ID
[2412]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
2.6,
Mechanical
Vibrations.
Page
171
Problem
number
:
13
Date
solved
:
Monday, January 27, 2025 at 05:52:02 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 126
dsolve(m*diff(y(t),t$2)+c*diff(y(t),t)+k*y(t)=F__0*cos(omega*t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.111 (sec). Leaf size: 112
DSolve[m*D[y[t],{t,2}]+c*D[y[t],t]+k*y[t]==F0*Cos[\[Omega]*t],y[t],t,IncludeSingularSolutions -> True]