Internal
problem
ID
[3422]
Book
:
Ordinary
Differential
Equations,
Robert
H.
Martin,
1983
Section
:
Problem
1.1-2,
page
6
Problem
number
:
1.1-2
(e)
Date
solved
:
Monday, January 27, 2025 at 07:36:15 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 14
dsolve(diff(y(t),t)=t/(t^2+4),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 18
DSolve[D[y[t],t]==t/(t^2+4),y[t],t,IncludeSingularSolutions -> True]