Internal
problem
ID
[13703]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
13,
Limit
cycles
and
periodic
solutions.
Section
13.4,
Exercises
page
706
Problem
number
:
8
Date
solved
:
Tuesday, January 28, 2025 at 08:24:56 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.138 (sec). Leaf size: 32
dsolve([diff(x(t),t)=x(t)-x(t)^2,diff(y(t),t)=2*y(t)-y(t)^2],singsol=all)
✓ Solution by Mathematica
Time used: 0.448 (sec). Leaf size: 238
DSolve[{D[x[t],t]==x[t]-x[t]^2,D[y[t],t]==2*y[t]-y[t]^2},{x[t],y[t]},t,IncludeSingularSolutions -> True]