Internal
problem
ID
[7518]
Book
:
THEORY
OF
DIFFERENTIAL
EQUATIONS
IN
ENGINEERING
AND
MECHANICS.
K.T.
CHAU,
CRC
Press.
Boca
Raton,
FL.
2018
Section
:
Chapter
3.
Ordinary
Differential
Equations.
Section
3.3
SECOND
ORDER
ODE.
Page
147
Problem
number
:
Example
3.18
Date
solved
:
Monday, January 27, 2025 at 03:04:16 PM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 13
dsolve([diff(s(t),t$2)+2*diff(s(t),t)+s(t)=0,s(0) = 4, D(s)(0) = -2],s(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.016 (sec). Leaf size: 15
DSolve[{D[s[t],{t,2}]+2*D[s[t],t]+s[t]==0,{s[0]==4,Derivative[1][s][0]==-2}},s[t],t,IncludeSingularSolutions -> True]