Internal
problem
ID
[7356]
Book
:
ADVANCED
ENGINEERING
MATHEMATICS.
ERWIN
KREYSZIG,
HERBERT
KREYSZIG,
EDWARD
J.
NORMINTON.
10th
edition.
John
Wiley
USA.
2011
Section
:
Chapter
6.
Laplace
Transforms.
Problem
set
6.2,
page
216
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 02:50:55 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 0.227 (sec). Leaf size: 11
dsolve([diff(y(t),t$2)+4/100*y(t)=2/100*t^2,y(0) = -25, D(y)(0) = 0],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 14
DSolve[{D[y[t],{t,2}]+4/100*y[t]==2/100*t^2,{y[0]==-25,Derivative[1][y][0] ==0}},y[t],t,IncludeSingularSolutions -> True]