2.1742   ODE No. 1742

\[ f(x) y(x)^2+2 y(x) y''(x)-3 y'(x)^2=0 \] Mathematica : cpu = 6.98205 (sec), leaf count = 0


, could not solve

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

Maple : cpu = 0. (sec), leaf count = 0


, result contains DESol or ODESolStruc

\[y \relax (x ) = \left ({\mathrm e}^{\int \textit {\_}b\left (\textit {\_a} \right )d \textit {\_a} +c_{1}}\right )\boldsymbol {\mathrm {where}}\left [\left \{\frac {d}{d \textit {\_a}}\mathrm {\_}\mathrm {b}\left (\textit {\_a} \right )=\frac {\textit {\_}b\left (\textit {\_a} \right )^{2}}{2}-\frac {f \left (\textit {\_a} \right )}{2}\right \}, \left \{\textit {\_a} =x , \textit {\_}b\left (\textit {\_a} \right )=\frac {\frac {d}{d x}y \relax (x )}{y \relax (x )}\right \}, \left \{x =\textit {\_a} , y \relax (x )={\mathrm e}^{\int \textit {\_}b\left (\textit {\_a} \right )d \textit {\_a} +c_{1}}\right \}\right ]\]