4.18.39 4xy(x)2+2xy(x)y(x)=0

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

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

Book solution method
No Missing Variables ODE, Solve for y

Mathematica
cpu = 0.0808966 (sec), leaf count = 58

{{y(x)14e2c1(e2c12x)},{y(x)14e4c1(12e2c1x)}}

Maple
cpu = 0.021 (sec), leaf count = 29

{y(x)=x4,[x(_T)=_C1_T2,y(_T)=(4_T+2)_C1_T]} Mathematica raw input

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

Mathematica raw output

{{y[x] -> (E^(2*C[1])*(E^(2*C[1]) - 2*Sqrt[x]))/4}, {y[x] -> (1 - 2*E^(2*C[1])*S
qrt[x])/(4*E^(4*C[1]))}}

Maple raw input

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

Maple raw output

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