Internal
problem
ID
[5291]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
25
Problem
number
:
701
Date
solved
:
Monday, January 27, 2025 at 11:04:38 AM
CAS
classification
:
[_rational, [_1st_order, `_with_symmetry_[F(x)*G(y),0]`]]
✓ Solution by Maple
Time used: 0.012 (sec). Leaf size: 46
dsolve(x*(2-x*y(x)^2-2*x*y(x)^3)*diff(y(x),x)+1+2*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.311 (sec). Leaf size: 47
DSolve[x(2-x y[x]^2-2 x y[x]^3)D[y[x],x]+1+2 y[x]==0,y[x],x,IncludeSingularSolutions -> True]