[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class C`], _dAlembert]
Book solution method
Homogeneous equation
Mathematica ✓
cpu = 0.0656077 (sec), leaf count = 101
Maple ✓
cpu = 0.03 (sec), leaf count = 48
DSolve[x^2*(x - 2*y[x])*y'[x] == 2*x^3 - 4*x*y[x]^2 + y[x]^3,y[x],x]
Mathematica raw output
{{y[x] -> (2*x^3 - Sqrt[E^(2*C[1])*x^2*(E^(2*C[1]) - 3*x^2)])/(E^(2*C[1]) + x^2)
}, {y[x] -> (2*x^3 + Sqrt[E^(2*C[1])*x^2*(E^(2*C[1]) - 3*x^2)])/(E^(2*C[1]) + x^
2)}}
Maple raw input
dsolve(x^2*(x-2*y(x))*diff(y(x),x) = 2*x^3-4*x*y(x)^2+y(x)^3, y(x),'implicit')
Maple raw output
1/2*ln((y(x)-x)/x)-ln((y(x)-2*x)/x)+1/2*ln((x+y(x))/x)-ln(x)-_C1 = 0