4.15.18 (x2y(x)5)y(x)=2xy(x)

ODE
(x2y(x)5)y(x)=2xy(x) ODE Classification

[[_homogeneous, `class G`], _rational]

Book solution method
Exact equation, integrating factor

Mathematica
cpu = 0.0127628 (sec), leaf count = 116

{{y(x)Root[#15+4#1c1+4x2&,1]},{y(x)Root[#15+4#1c1+4x2&,2]},{y(x)Root[#15+4#1c1+4x2&,3]},{y(x)Root[#15+4#1c1+4x2&,4]},{y(x)Root[#15+4#1c1+4x2&,5]}}

Maple
cpu = 0.02 (sec), leaf count = 35

{ln(x)_C158ln(y(x)x25)+58ln((y(x))5+4x2x2)=0} Mathematica raw input

DSolve[(x^2 - y[x]^5)*y'[x] == 2*x*y[x],y[x],x]

Mathematica raw output

{{y[x] -> Root[4*x^2 + 4*C[1]*#1 + #1^5 & , 1]}, {y[x] -> Root[4*x^2 + 4*C[1]*#1
 + #1^5 & , 2]}, {y[x] -> Root[4*x^2 + 4*C[1]*#1 + #1^5 & , 3]}, {y[x] -> Root[4
*x^2 + 4*C[1]*#1 + #1^5 & , 4]}, {y[x] -> Root[4*x^2 + 4*C[1]*#1 + #1^5 & , 5]}}

Maple raw input

dsolve((x^2-y(x)^5)*diff(y(x),x) = 2*x*y(x), y(x),'implicit')

Maple raw output

ln(x)-_C1-5/8*ln(y(x)/x^(2/5))+5/8*ln((y(x)^5+4*x^2)/x^2) = 0