Internal
problem
ID
[1357]
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
:
21
Date
solved
:
Monday, January 27, 2025 at 04:52:16 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
With initial conditions
✓ Solution by Maple
Time used: 0.031 (sec). Leaf size: 46
dsolve([diff(u(t),t$2)+125/1000*diff(u(t),t)+4*u(t) = 3*cos(t/4),u(0) = 2, D(u)(0) = 0],u(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.031 (sec). Leaf size: 71
DSolve[{D[u[t],{t,2}]+125/1000*D[u[t],t]+4*u[t] ==3*Cos[t/4],{u[0]==0,Derivative[1][u][0]==0}},u[t],t,IncludeSingularSolutions -> True]