Internal
problem
ID
[8173]
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
:
3(a)
Date
solved
:
Monday, January 27, 2025 at 03:45:13 PM
CAS
classification
:
[[_2nd_order, _missing_x]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 0.727 (sec). Leaf size: 35
dsolve([diff(y(t),t$2)+3*diff(y(t),t)-5*y(t)=1,y(0) = 0, D(y)(0) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.025 (sec). Leaf size: 67
DSolve[{D[y[t],{t,2}]+3*D[y[t],t]-5*y[t]==1,{y[0]==0,Derivative[1][y][0] ==1}},y[t],t,IncludeSingularSolutions -> True]