Internal
problem
ID
[1117]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.1.
Page
40
Problem
number
:
20
Date
solved
:
Monday, January 27, 2025 at 04:34:00 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 17
dsolve([(1+t)*y(t)+t*diff(y(t),t) = t,y(ln(2)) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.034 (sec). Leaf size: 23
DSolve[{(1+t)*y[t]+t*D[y[t],t]== t,y[Log[2]]==1},y[t],t,IncludeSingularSolutions -> True]