Internal
problem
ID
[1121]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.1.
Page
40
Problem
number
:
24
Date
solved
:
Monday, January 27, 2025 at 04:34:08 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.339 (sec). Leaf size: 21
dsolve([(1+t)*y(t)+t*diff(y(t),t) = 2*t/exp(t),y(1) = a],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.076 (sec). Leaf size: 22
DSolve[{(1+t)*y[t]+t*D[y[t],t] == 2*t/Exp[t],y[1]==a},y[t],t,IncludeSingularSolutions -> True]