Internal
problem
ID
[8180]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
7.
Laplace
Transforms.
Section
7.5
Problesm
for
review
and
discovery.
Section
A,
Drill
exercises.
Page
309
Problem
number
:
4(d)
Date
solved
:
Monday, January 27, 2025 at 03:45:18 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
Using Laplace method
✓ Solution by Maple
Time used: 0.633 (sec). Leaf size: 47
dsolve(diff(y(t),t$2)-7*diff(y(t),t)+12*y(t)=t*exp(2*t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 35
DSolve[D[y[t],{t,2}]-7*D[y[t],t]+12*y[t]==t*Exp[2*t],y[t],t,IncludeSingularSolutions -> True]