Internal
problem
ID
[2297]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.2.
Page
6
Problem
number
:
Example
6
Date
solved
:
Monday, January 27, 2025 at 05:44:53 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 17
dsolve([diff(y(t),t)+2*t*y(t)=t,y(1) = 2],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.039 (sec). Leaf size: 22
DSolve[{D[y[t],t]+2*t*y[t]==t,y[1]==2},y[t],t,IncludeSingularSolutions -> True]