Internal
problem
ID
[11884]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1885
Date
solved
:
Tuesday, January 28, 2025 at 06:23:59 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.134 (sec). Leaf size: 46
dsolve([t*diff(x(t),t)-t*diff(y(t),t)-2*y(t)=0,t*diff(x(t),t,t)+2*diff(x(t),t)+t*x(t)=0],singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 54
DSolve[{t*D[x[t],t]-t*D[y[t],t]-2*y[t]==0,t*D[x[t],{t,2}]+2*D[x[t],t]+t*x[t]==0},{x[t],y[t]},t,IncludeSingularSolutions -> True]