Internal
problem
ID
[8952]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
4.0
Problem
number
:
60
Date
solved
:
Monday, January 27, 2025 at 05:20:43 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 29
dsolve(diff(y(x),x)=y(x)*(1-y(x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.731 (sec). Leaf size: 100
DSolve[D[y[x],x]==y[x]*(1-y[x]^2),y[x],x,IncludeSingularSolutions -> True]