Internal
problem
ID
[2484]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.2.
Linear
equations.
Excercises
page
9
Problem
number
:
13
Date
solved
:
Monday, January 27, 2025 at 05:54:00 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.125 (sec). Leaf size: 51
dsolve([diff(y(t),t)+y(t)=1/(1+t^2),y(1) = 2],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.047 (sec). Leaf size: 72
DSolve[{D[y[t],t]+y[t]==1/(1+t^2),{y[1]==2}},y[t],t,IncludeSingularSolutions -> True]