Internal
problem
ID
[2310]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
1.2.
Page
9
Problem
number
:
13
Date
solved
:
Monday, January 27, 2025 at 05:45:19 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.375 (sec). Leaf size: 51
dsolve([y(t)+diff(y(t),t) = 1/(t^2+1),y(1) = 2],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.040 (sec). Leaf size: 72
DSolve[{y[t]+D[y[t],t] == 1/(t^2+1),y[1]==2},y[t],t,IncludeSingularSolutions -> True]