4.19.49 4a2xy(x)+a2y(x)+y(x)y(x)2=0

ODE
4a2xy(x)+a2y(x)+y(x)y(x)2=0 ODE Classification

[[_homogeneous, `class A`], _dAlembert]

Book solution method
No Missing Variables ODE, Solve for x

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

$Aborted

Maple
cpu = 0.049 (sec), leaf count = 51

{[x(_T)=(_T2+a2)_C11_T23a23_T43,y(_T)=4a2_C1_T3_T23a23]} Mathematica raw input

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

Mathematica raw output

$Aborted

Maple raw input

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

Maple raw output

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