2.1834   ODE No. 1834

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

\[ \left (x^2 \left (-y'(x)^2\right )+x^2 y(x) y''(x)+y(x)^2\right )^2-4 x y(x) \left (x y'(x)-y(x)\right )^3=0 \] Mathematica : cpu = 14.8484 (sec), leaf count = 0 , could not solve

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

Maple : cpu = 1.007 (sec), leaf count = 92

\[ \left \{ y \left ( x \right ) =0,y \left ( x \right ) ={\it \_C1}\,x,y \left ( x \right ) ={\it ODESolStruc} \left ( {{\rm e}^{\int \!{\it \_b} \left ( {\it \_a} \right ) \,{\rm d}{\it \_a}+{\it \_C1}}},[ \left \{ {\frac {\rm d}{{\rm d}{\it \_a}}}{\it \_b} \left ( {\it \_a} \right ) ={\frac {1}{{{\it \_a}}^{2}} \left ( -2\,\sqrt {{\it \_a}\, \left ( -1+{\it \_b} \left ( {\it \_a} \right ) {\it \_a} \right ) }{\it \_b} \left ( {\it \_a} \right ) {\it \_a}+2\,\sqrt {{\it \_a}\, \left ( -1+{\it \_b} \left ( {\it \_a} \right ) {\it \_a} \right ) }-1 \right ) } \right \} , \left \{ {\it \_a}=x,{\it \_b} \left ( {\it \_a} \right ) ={\frac {{\frac {\rm d}{{\rm d}x}}y \left ( x \right ) }{y \left ( x \right ) }} \right \} , \left \{ x={\it \_a},y \left ( x \right ) ={{\rm e}^{\int \!{\it \_b} \left ( {\it \_a} \right ) \,{\rm d}{\it \_a}+{\it \_C1}}} \right \} ] \right ) \right \} \]