Internal
problem
ID
[11922]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
9,
system
of
higher
order
odes
Problem
number
:
1923
Date
solved
:
Tuesday, January 28, 2025 at 06:24:07 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.053 (sec). Leaf size: 34
dsolve([(t^2+1)*diff(x(t),t)=-t*x(t)+y(t),(t^2+1)*diff(y(t),t)=-x(t)-t*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.006 (sec). Leaf size: 107
DSolve[{(t^2+1)*D[x[t],t]==-t*x[t]+y[t],(t^2+1)*D[y[t],t]==-x[t]-t*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]