Internal
problem
ID
[5173]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
21
Problem
number
:
579
Date
solved
:
Monday, January 27, 2025 at 10:17:15 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.894 (sec). Leaf size: 65
dsolve(x^2*(x-2*y(x))*diff(y(x),x) = 2*x^3-4*x*y(x)^2+y(x)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 14.095 (sec). Leaf size: 132
DSolve[x^2(x-2 y[x])D[y[x],x]==2 x^3-4 x y[x]^2+y[x]^3,y[x],x,IncludeSingularSolutions -> True]