ODE No. 1510

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

\[ y(x) \left (a (\nu -1) x^{2 \nu }+b x^{3 \nu }+\nu ^2-1\right )+x \left (a x^{2 \nu }-\nu ^2+1\right ) y'(x)+x^3 y^{(3)}(x)=0 \] Mathematica : cpu = 0.0870668 (sec), leaf count = 0 , could not solve

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

Maple : cpu = 0. (sec), leaf count = 0 , result contains DESol

\[ \left \{ y \left ( x \right ) ={\it DESol} \left ( \left \{ {x}^{3}{\frac {{\rm d}^{3}}{{\rm d}{x}^{3}}}{\it \_Y} \left ( x \right ) + \left ( {x}^{2\,\nu }ax-{\nu }^{2}x+x \right ) {\frac {\rm d}{{\rm d}x}}{\it \_Y} \left ( x \right ) + \left ( {x}^{2\,\nu }a\nu -a{x}^{2\,\nu }+b{x}^{3\,\nu }+{\nu }^{2}-1 \right ) {\it \_Y} \left ( x \right ) \right \} , \left \{ {\it \_Y} \left ( x \right ) \right \} \right ) \right \} \]