Internal
problem
ID
[3487]
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.4
Date
solved
:
Monday, January 27, 2025 at 07:39:29 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
With initial conditions
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 26
dsolve([diff(f(t),t$2)+6*diff(f(t),t)+9*f(t)=exp(-t),f(0) = 0, D(f)(0) = lambda],f(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.032 (sec). Leaf size: 28
DSolve[{D[ f[t],{t,2}]+6*D[ f[t],t]+9*f[t]==Exp[-t],{f[0]==0,Derivative[1][f][0]==\[Lambda]}},f[t],t,IncludeSingularSolutions -> True]