Internal
problem
ID
[866]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
5.4,
Mechanical
Vibrations.
Page
337
Problem
number
:
19
Date
solved
:
Wednesday, February 05, 2025 at 04:34:44 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.014 (sec). Leaf size: 23
dsolve([4*diff(x(t),t$2)+20*diff(x(t),t)+169*x(t)=0,x(0) = 4, D(x)(0) = 16],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 29
DSolve[{4*D[x[t],{t,2}]+20*D[x[t],t]+169*x[t]==0,{x[0]==4,Derivative[1][x][0 ]==16}},x[t],t,IncludeSingularSolutions -> True]