ODE No. 1432

y(x)=cot(x)y(x)14y(x)(17sin2(x)1)csc2(x) Mathematica : cpu = 0.0638446 (sec), leaf count = 37

DSolve[Derivative[2][y][x] == -1/4*(Csc[x]^2*(-1 - 17*Sin[x]^2)*y[x]) - Cot[x]*Derivative[1][y][x],y[x],x]
 

{{y(x)c1e2xsin(x)+c2e2x4sin(x)}} Maple : cpu = 0.042 (sec), leaf count = 22

dsolve(diff(diff(y(x),x),x) = -1/sin(x)*cos(x)*diff(y(x),x)-1/4*(-17*sin(x)^2-1)/sin(x)^2*y(x),y(x))
 

y(x)=c2cosh(2x)+c1sinh(2x)sin(x)