Internal
problem
ID
[14053]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
5.6
Laplace
transform.
Nonhomogeneous
equations.
Problems
page
368
Problem
number
:
Problem
2(i)
Date
solved
:
Tuesday, January 28, 2025 at 06:13:16 AM
CAS
classification
:
[[_linear, `class A`]]
Using Laplace method With initial conditions
✓ Solution by Maple
Time used: 8.376 (sec). Leaf size: 13
dsolve([2*diff(y(t),t)+y(t)=exp(-t/2),y(0) = -1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.057 (sec). Leaf size: 19
DSolve[{2*D[y[t],t]+y[t]==Exp[-t/2],{y[0]==-1}},y[t],t,IncludeSingularSolutions -> True]