4.22.17 4x2+xy(x)32y(x)y(x)2=0

ODE
4x2+xy(x)32y(x)y(x)2=0 ODE Classification

[[_1st_order, _with_linear_symmetries]]

Book solution method
No Missing Variables ODE, Solve for y

Mathematica
cpu = 600.014 (sec), leaf count = 0 , timed out

$Aborted

Maple
cpu = 0.656 (sec), leaf count = 97

{(y(x))327x48=0,[x(_T)=_T((_T2_C1)csgn(_T2+_C1)_T2)8,y(_T)=_C1_T216+_C1232],[x(_T)=_T((_T2+_C1)csgn(_T2+_C1)_T2)8,y(_T)=_C1_T216+_C1232]} Mathematica raw input

DSolve[4*x^2 - 2*y[x]*y'[x]^2 + x*y'[x]^3 == 0,y[x],x]

Mathematica raw output

$Aborted

Maple raw input

dsolve(x*diff(y(x),x)^3-2*y(x)*diff(y(x),x)^2+4*x^2 = 0, y(x),'implicit')

Maple raw output

y(x)^3-27/8*x^4 = 0, [x(_T) = 1/8*_T*((_T^2-_C1)*csgn(-_T^2+_C1)-_T^2), y(_T) = 
-1/16*_C1*_T^2+1/32*_C1^2], [x(_T) = 1/8*_T*((_T^2+_C1)*csgn(_T^2+_C1)-_T^2), y(
_T) = 1/16*_C1*_T^2+1/32*_C1^2]