ODE No. 1779

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

\[ a x+y(x)^2 y''(x)+y(x) y'(x)^2=0 \] Mathematica : cpu = 3.07249 (sec), leaf count = 0 , could not solve

DSolve[a*x + y[x]*Derivative[1][y][x]^2 + y[x]^2*Derivative[2][y][x] == 0, y[x], x]

Maple : cpu = 0.637 (sec), leaf count = 112

\[ \left \{ \ln \left ( x \right ) -\int ^{{\frac {y \left ( x \right ) }{x}}}\!{\frac {{{\it \_g}}^{2}}{2\,{{\it \_g}}^{3}+2\,a} \left ( \sqrt [3]{{\frac {a}{{{\it \_g}}^{3}}}}\sqrt {3}\tan \left ( {\it RootOf} \left ( -2\,{\it \_Z}\,\sqrt {3}+\ln \left ( {\frac { \left ( \tan \left ( {\it \_Z} \right ) \right ) ^{2}+1}{ \left ( \tan \left ( {\it \_Z} \right ) \right ) ^{2}+2\,\sqrt {3}\tan \left ( {\it \_Z} \right ) +3}} \right ) +6\,{\it \_C1}+6\,\int \!{\frac {{{\it \_g}}^{2}}{{{\it \_g}}^{3}+a} \left ( {\frac {a}{{{\it \_g}}^{3}}} \right ) ^{2/3}}\,{\rm d}{\it \_g} \right ) \right ) +\sqrt [3]{{\frac {a}{{{\it \_g}}^{3}}}}-2 \right ) }{d{\it \_g}}-{\it \_C2}=0 \right \} \]