4.10.29 3y(x)y(x)+5cot(x)cos2(y(x))cot(y(x))=0

ODE
3y(x)y(x)+5cot(x)cos2(y(x))cot(y(x))=0 ODE Classification

[_separable]

Book solution method
Separable ODE, Neither variable missing

Mathematica
cpu = 0.442068 (sec), leaf count = 29

Solve[c1=40sin(x)e310(tan(y(x))y(x)sec2(y(x))),y(x)]

Maple
cpu = 0.028 (sec), leaf count = 64

{(10_C1+10ln(sin(x)))cos(3y(x))3sin(3y(x))+(30_C1+12y(x)+30ln(sin(x)))cos(y(x))3sin(y(x))10cos(3y(x))+30cos(y(x))=0} Mathematica raw input

DSolve[5*Cos[y[x]]^2*Cot[x]*Cot[y[x]] + 3*y[x]*y'[x] == 0,y[x],x]

Mathematica raw output

Solve[C[1] == (40*Sin[x])/E^((3*(Tan[y[x]] - Sec[y[x]]^2*y[x]))/10), y[x]]

Maple raw input

dsolve(3*y(x)*diff(y(x),x)+5*cot(x)*cot(y(x))*cos(y(x))^2 = 0, y(x),'implicit')

Maple raw output

((10*_C1+10*ln(sin(x)))*cos(3*y(x))-3*sin(3*y(x))+(30*_C1+12*y(x)+30*ln(sin(x)))
*cos(y(x))-3*sin(y(x)))/(10*cos(3*y(x))+30*cos(y(x))) = 0