Internal
problem
ID
[1124]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.1.
Page
40
Problem
number
:
27
Date
solved
:
Monday, January 27, 2025 at 04:34:51 AM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 19
dsolve([1/2*y(t)+diff(y(t),t) = 2*cos(t),y(0) = -1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.046 (sec). Leaf size: 27
DSolve[{1/2*y[t]+D[y[t],t] == 2*Cos[t],y[0]==-1},y[t],t,IncludeSingularSolutions -> True]