2.1693   ODE No. 1693

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

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

DSolve[-h[y[x], f[x]*Derivative[1][y][x]] + f[x]*Derivative[1][f][x]*Derivative[1][y][x] + f[x]^2*Derivative[2][y][x] == 0, y[x], x]

Maple : cpu = 0.342 (sec), leaf count = 68

\[ \left \{ y \left ( x \right ) ={\it ODESolStruc} \left ( {\it \_a},[ \left \{ {\frac {\rm d}{{\rm d}{\it \_a}}}{\it \_b} \left ( {\it \_a} \right ) =-h \left ( {\it \_a}, \left ( {\it \_b} \left ( {\it \_a} \right ) \right ) ^{-1} \right ) \left ( {\it \_b} \left ( {\it \_a} \right ) \right ) ^{3} \right \} , \left \{ {\it \_a}=y \left ( x \right ) ,{\it \_b} \left ( {\it \_a} \right ) ={\frac {1}{f \left ( x \right ) {\frac {\rm d}{{\rm d}x}}y \left ( x \right ) }} \right \} , \left \{ x={\it RootOf} \left ( \int \!{\it \_b} \left ( {\it \_a} \right ) \,{\rm d}{\it \_a}+{\it \_C1}-\int ^{{\it \_Z}}\! \left ( f \left ( {\it \_f} \right ) \right ) ^{-1}{d{\it \_f}} \right ) ,y \left ( x \right ) ={\it \_a} \right \} ] \right ) \right \} \]