Internal
problem
ID
[4688]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
3
Problem
number
:
80
Date
solved
:
Monday, January 27, 2025 at 09:31:43 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 70
dsolve(diff(y(x),x) = y(x)*(a+b*y(x)^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.969 (sec). Leaf size: 118
DSolve[D[y[x],x]==y[x](a+b y[x]^2),y[x],x,IncludeSingularSolutions -> True]