Internal
problem
ID
[1359]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Chapter
3,
Second
order
linear
equations,
3.7
Forced
Vibrations.
page
217
Problem
number
:
23
Date
solved
:
Monday, January 27, 2025 at 04:54:49 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
With initial conditions
✓ Solution by Maple
Time used: 0.039 (sec). Leaf size: 46
dsolve([diff(u(t),t$2)+125/1000*diff(u(t),t)+4*u(t) = 3*cos(6*t),u(0) = 2, D(u)(0) = 0],u(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.028 (sec). Leaf size: 74
DSolve[{D[u[t],{t,2}]+125/1000*D[u[t],t]+4*u[t] ==3*Cos[6*t],{u[0]==0,Derivative[1][u][0]==0}},u[t],t,IncludeSingularSolutions -> True]