2.188   ODE No. 188

  1. Problem in Latex
  2. Mathematica input
  3. Maple input

ay(x)3bnx3+x2n+1y(x)=0 Mathematica : cpu = 14.0018 (sec), leaf count = 0 , could not solve

DSolve[-(b*n*x^3) - a*y[x]^3 + x^(1 + 2*n)*Derivative[1][y][x] == 0, y[x], x]

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

{y(x)=RootOf(ln(x)+_C1+_Z(_a3an_a+b)1d_a)xn}