Internal
problem
ID
[13729]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
8,
Separable
equations.
Exercises
page
72
Problem
number
:
8.7
Date
solved
:
Tuesday, January 28, 2025 at 05:59:55 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.065 (sec). Leaf size: 22
dsolve([diff(x(t),t)=k*x(t)-x(t)^2,x(0) = x__0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.267 (sec). Leaf size: 50
DSolve[{D[x[t],t]==k*x[t]-x[t]^2,{x[0]==x0}},x[t],t,IncludeSingularSolutions -> True]