Internal
problem
ID
[3485]
Book
:
Mathematical
methods
for
physics
and
engineering,
Riley,
Hobson,
Bence,
second
edition,
2002
Section
:
Chapter
15,
Higher
order
ordinary
differential
equations.
15.4
Exercises,
page
523
Problem
number
:
Problem
15.2(a)
Date
solved
:
Monday, January 27, 2025 at 07:39:18 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 21
dsolve([diff(f(t),t$2)+2*diff(f(t),t)+5*f(t)=0,f(0) = 1, D(f)(0) = 0],f(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.021 (sec). Leaf size: 25
DSolve[{D[ f[t],{t,2}]+2*D[ f[t],t]+5*f[t]==0,{f[0]==1,Derivative[1][f][0]==0}},f[t],t,IncludeSingularSolutions -> True]