4.21.41 axy(x)y(x)+2ay(x)2+y(x)3=0

ODE
axy(x)y(x)+2ay(x)2+y(x)3=0 ODE Classification

[[_1st_order, _with_linear_symmetries]]

Book solution method
No Missing Variables ODE, Solve for x

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

$Aborted

Maple
cpu = 1.507 (sec), leaf count = 38

{y(x)=ax327,[x(_T)=2_C12_Ta+1_C1a,y(_T)=_C1_T2]} Mathematica raw input

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

Mathematica raw output

$Aborted

Maple raw input

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

Maple raw output

y(x) = 1/27*a*x^3, [x(_T) = (2*_C1^2*_T*a+1)/a/_C1, y(_T) = _C1*_T^2]