4.18.41 4xy(x)2+4y(x)y(x)=1

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

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

Book solution method
No Missing Variables ODE, Solve for y

Mathematica
cpu = 20.4233 (sec), leaf count = 1

$Aborted

Maple
cpu = 0.023 (sec), leaf count = 32

{[x(_T)=1(112_T32+_C1)1_T,y(_T)=16_T2(6_T5/2_C1+_T)]} Mathematica raw input

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

Mathematica raw output

$Aborted

Maple raw input

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

Maple raw output

[x(_T) = 1/_T^(1/2)*(1/12/_T^(3/2)+_C1), y(_T) = 1/6*(-6*_T^(5/2)*_C1+_T)/_T^2]