2.1776 ODE No. 1776
\[ 8 \left (1-x^3\right ) y(x) y''(x)-4 \left (1-x^3\right ) y'(x)^2-12 x^2 y(x) y'(x)+3 x y(x)^2=0 \]
✗ Mathematica : cpu = 300.026 (sec), leaf count = 0
DSolve[3*x*y[x]^2 - 12*x^2*y[x]*Derivative[1][y][x] - 4*(1 - x^3)*Derivative[1][y][x]^2 + 8*(1 - x^3)*y[x]*Derivative[2][y][x] == 0,y[x],x]
, timed out
$Aborted
✓ Maple : cpu = 0.284 (sec), leaf count = 49
dsolve(8*(-x^3+1)*y(x)*diff(diff(y(x),x),x)-4*(-x^3+1)*diff(y(x),x)^2-12*x^2*y(x)*diff(y(x),x)+3*x*y(x)^2=0,y(x))
\[y \left (x \right ) = \frac {{\left (c_{1} \operatorname {LegendreQ}\left (-\frac {1}{6}, \frac {1}{3}, \sqrt {-\left (x -1\right ) \left (x^{2}+x +1\right )}\right )+\frac {c_{2} \operatorname {LegendreP}\left (-\frac {1}{6}, \frac {1}{3}, \sqrt {-\left (x -1\right ) \left (x^{2}+x +1\right )}\right )}{2}\right )}^{2} x}{c_{1}}\]