Internal
problem
ID
[3438]
Book
:
Ordinary
Differential
Equations,
Robert
H.
Martin,
1983
Section
:
Problem
1.2-1,
page
12
Problem
number
:
1.2-1
(a)
Date
solved
:
Monday, January 27, 2025 at 07:36:43 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 15
dsolve(diff(y(t),t)=(t^2+1)*y(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.027 (sec). Leaf size: 24
DSolve[D[y[t],t]==(t^2+1)*y[t],y[t],t,IncludeSingularSolutions -> True]