Internal
problem
ID
[3445]
Book
:
Ordinary
Differential
Equations,
Robert
H.
Martin,
1983
Section
:
Problem
1.2-1,
page
12
Problem
number
:
1.2-1
(h)
Date
solved
:
Monday, January 27, 2025 at 07:36:56 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 22
dsolve(diff(y(t),t)=2*t/(t^2+1)*y(t)+t+1,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.039 (sec). Leaf size: 26
DSolve[D[y[t],t]==2*t/(t^2+1)*y[t]+t+1,y[t],t,IncludeSingularSolutions -> True]