Internal
problem
ID
[13749]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
10,
Two
tricks
for
nonlinear
equations.
Exercises
page
97
Problem
number
:
10.5
Date
solved
:
Tuesday, January 28, 2025 at 06:01:46 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 18
dsolve(diff(x(t),t)=k*x(t)-x(t)^2,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.272 (sec). Leaf size: 42
DSolve[D[x[t],t]==k*x[t]-x[t]^2,x[t],t,IncludeSingularSolutions -> True]