Internal
problem
ID
[4840]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
8
Problem
number
:
240
Date
solved
:
Monday, January 27, 2025 at 09:42:16 AM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 54
dsolve(2*x*diff(y(x),x) = (1+x-6*y(x)^2)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.717 (sec). Leaf size: 73
DSolve[2 x D[y[x],x]==(1+x-6 y[x]^2)y[x],y[x],x,IncludeSingularSolutions -> True]