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