Internal
problem
ID
[3436]
Book
:
Ordinary
Differential
Equations,
Robert
H.
Martin,
1983
Section
:
Problem
1.1-6,
page
7
Problem
number
:
1.1-6
(c)
Date
solved
:
Monday, January 27, 2025 at 07:36:38 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.279 (sec). Leaf size: 16
dsolve(diff(y(t),t)=y(t)^3-y(t)^2,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.239 (sec). Leaf size: 38
DSolve[D[y[t],t]==y[t]^3-y[t]^2,y[t],t,IncludeSingularSolutions -> True]