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