Internal
problem
ID
[1356]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Chapter
3,
Second
order
linear
equations,
3.7
Mechanical
and
Electrical
Vibrations.
page
203
Problem
number
:
29
Date
solved
:
Monday, January 27, 2025 at 04:52:13 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.023 (sec). Leaf size: 20
dsolve([diff(u(t),t$2)+1/4*diff(u(t),t)+2*u(t) = 0,u(0) = 0, D(u)(0) = 2],u(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.023 (sec). Leaf size: 30
DSolve[{D[u[t],{t,2}]+1/4*D[u[t],t]+2*u[t] ==0,{u[0]==0,Derivative[1][u][0]==2}},u[t],t,IncludeSingularSolutions -> True]