Internal
problem
ID
[8795]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
82
Date
solved
:
Monday, January 27, 2025 at 05:00:50 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 30
dsolve(diff(z(t),t$2)+3*diff(z(t),t)+2*z(t)=24*(exp(-3*t)-exp(-4*t)),z(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.190 (sec). Leaf size: 34
DSolve[D[z[t],{t,2}]+3*D[z[t],t]+2*z[t]==24*(Exp[-3*t]-Exp[-4*t]),z[t],t,IncludeSingularSolutions -> True]