Internal
problem
ID
[13715]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
7,
Scalar
autonomous
ODEs.
Exercises
page
56
Problem
number
:
7.1
(ii)
Date
solved
:
Tuesday, January 28, 2025 at 05:55:52 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 17
dsolve(diff(x(t),t)=x(t)*(2-x(t)),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.215 (sec). Leaf size: 42
DSolve[D[x[t],t]==x[t]*(2-x[t]),x[t],t,IncludeSingularSolutions -> True]