Internal
problem
ID
[4693]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
4
Problem
number
:
87
Date
solved
:
Monday, January 27, 2025 at 09:31:55 AM
CAS
classification
:
[_Bernoulli]
✓ Solution by Maple
Time used: 0.030 (sec). Leaf size: 75
dsolve(diff(y(x),x)+2*x*y(x)*(1+a*x*y(x)^2) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 7.779 (sec). Leaf size: 106
DSolve[D[y[x],x]+2 x y[x](1+ a x y[x]^2)==0,y[x],x,IncludeSingularSolutions -> True]