Internal
problem
ID
[4847]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
9
Problem
number
:
247
Date
solved
:
Monday, January 27, 2025 at 09:42:34 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 113
dsolve(3*x*diff(y(x),x) = (2+x*y(x)^3)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.200 (sec). Leaf size: 89
DSolve[3 x D[y[x],x]==(2+x y[x]^3)y[x],y[x],x,IncludeSingularSolutions -> True]