4.19.41 3x4y(x)2xy(x)y(x)=0

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

[_rational, [_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]

Book solution method
No Missing Variables ODE, Solve for y

Mathematica
cpu = 0.249133 (sec), leaf count = 166

{{y(x)3c12x223c1xx+1+2x(x+13c1x)tanh1(x+1)+x2tanh1(x+1)2+x+112x2},{y(x)3c12x2+23c1xx+1+2x(3c1x+x+1)tanh1(x+1)+x2tanh1(x+1)2+x+112x2}}

Maple
cpu = 0.098 (sec), leaf count = 107

{33xxy(x)+y(x)1y(x)33Artanh(1xy(x)+y(x)1y(x))+2y(x)+_C1=0,33xxy(x)+y(x)1y(x)+33Artanh(1xy(x)+y(x)1y(x))+2y(x)+_C1=0,y(x)=0} Mathematica raw input

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

Mathematica raw output

{{y[x] -> (1 + x + x^2*ArcTanh[Sqrt[1 + x]]^2 - 2*Sqrt[3]*x*Sqrt[1 + x]*C[1] + 3
*x^2*C[1]^2 + 2*x*ArcTanh[Sqrt[1 + x]]*(Sqrt[1 + x] - Sqrt[3]*x*C[1]))/(12*x^2)}
, {y[x] -> (1 + x + x^2*ArcTanh[Sqrt[1 + x]]^2 + 2*Sqrt[3]*x*Sqrt[1 + x]*C[1] + 
3*x^2*C[1]^2 + 2*x*ArcTanh[Sqrt[1 + x]]*(Sqrt[1 + x] + Sqrt[3]*x*C[1]))/(12*x^2)
}}

Maple raw input

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

Maple raw output

y(x) = 0, -1/3*3^(1/2)/y(x)^(1/2)*(x*y(x)+y(x))^(1/2)/x-1/3*3^(1/2)*arctanh((x*y
(x)+y(x))^(1/2)/y(x)^(1/2))+2*y(x)^(1/2)+_C1 = 0, 1/3*3^(1/2)/y(x)^(1/2)*(x*y(x)
+y(x))^(1/2)/x+1/3*3^(1/2)*arctanh((x*y(x)+y(x))^(1/2)/y(x)^(1/2))+2*y(x)^(1/2)+
_C1 = 0