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