2.813   ODE No. 813

\[ y'(x)=\frac {1}{2} \sqrt {a} \left (2 \sqrt {a x^4+8 y(x)}-\sqrt {a} x^3+2 x^3 \sqrt {a x^4+8 y(x)}+2 x^2 \sqrt {a x^4+8 y(x)}\right ) \] Mathematica : cpu = 0.42264 (sec), leaf count = 66

DSolve[Derivative[1][y][x] == (Sqrt[a]*(-(Sqrt[a]*x^3) + 2*Sqrt[a*x^4 + 8*y[x]] + 2*x^2*Sqrt[a*x^4 + 8*y[x]] + 2*x^3*Sqrt[a*x^4 + 8*y[x]]))/2,y[x],x]
 

\[\left \{\left \{y(x)\to \frac {1}{72} a \left (9 x^8+24 x^7+16 x^6+72 x^5+87 x^4-72 c_1 x^4-96 c_1 x^3+144 x^2-288 c_1 x+144 c_1{}^2\right )\right \}\right \}\] Maple : cpu = 0.798 (sec), leaf count = 40

dsolve(diff(y(x),x) = 1/2*(-a^(1/2)*x^3+2*(a*x^4+8*y(x))^(1/2)+2*x^2*(a*x^4+8*y(x))^(1/2)+2*x^3*(a*x^4+8*y(x))^(1/2))*a^(1/2),y(x))
 

\[\frac {\sqrt {a \,x^{4}+8 y \left (x \right )}}{4}+\frac {\left (-3 x^{4}-4 x^{3}-12 x \right ) \sqrt {a}}{12}-c_{1} = 0\]