4.22.9 2y(x)3+xy(x)2y(x)=0

ODE
2y(x)3+xy(x)2y(x)=0 ODE Classification

[[_1st_order, _with_linear_symmetries], _dAlembert]

Book solution method
Clairaut’s equation and related types, d’Alembert’s equation (also call Lagrange’s)

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

$Aborted

Maple
cpu = 0.016 (sec), leaf count = 25

{[x(_T)=_T(6_T+_C1),y(_T)=_T2(8_T+_C1)2]} Mathematica raw input

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

Mathematica raw output

$Aborted

Maple raw input

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

Maple raw output

[x(_T) = _T*(6*_T+_C1), y(_T) = 1/2*_T^2*(8*_T+_C1)]