2.1216   ODE No. 1216

\[ x y'(x) \left (a x^{\text {a1}}+b\right )+y(x) \left (A x^{2 \text {a1}}+B x^{\text {a1}}+C x^{\text {b1}}+\text {DD}\right )+x^2 y''(x)=0 \] Mathematica : cpu = 1.09888 (sec), leaf count = 0


, could not solve

DSolve[(DD + B*x^a1 + A*x^(2*a1) + C*x^b1)*y[x] + x*(b + a*x^a1)*Derivative[1][y][x] + x^2*Derivative[2][y][x] == 0, y[x], x]

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


, result contains DESol or ODESolStruc

\[y \relax (x ) = \mathit {DESol}\left (\left \{\frac {d^{2}}{d x^{2}}\textit {\_Y} \relax (x )+\frac {\left (a \,x^{\mathit {a1}}+b \right ) \left (\frac {d}{d x}\textit {\_Y} \relax (x )\right )}{x}+\frac {\left (A \,x^{2 \mathit {a1}}+B \,x^{\mathit {a1}}+C \,x^{\mathit {b1}}+\mathit {DD} \right ) \textit {\_Y} \relax (x )}{x^{2}}\right \}, \left \{\textit {\_Y} \relax (x )\right \}\right )\]