Internal
problem
ID
[8745]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
34
Date
solved
:
Monday, January 27, 2025 at 04:46:12 PM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.045 (sec). Leaf size: 29
dsolve([diff(p(t),t)=a*p(t)-b*p(t)^2,p(t0) = p0],p(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.917 (sec). Leaf size: 39
DSolve[{D[p[t],t]==a*p[t]-b*p[t]^2,p[t0]==p0},p[t],t,IncludeSingularSolutions -> True]