2.1700   ODE No. 1700

\[ y(x) y''(x)-y'(x)^2+1=0 \] Mathematica : cpu = 0.203484 (sec), leaf count = 85

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

\[\left \{\left \{y(x)\to -\frac {i e^{-c_1} \tanh \left (e^{c_1} (x+c_2)\right )}{\sqrt {-1+\tanh ^2\left (e^{c_1} (x+c_2)\right )}}\right \},\left \{y(x)\to \frac {i e^{-c_1} \tanh \left (e^{c_1} (x+c_2)\right )}{\sqrt {-1+\tanh ^2\left (e^{c_1} (x+c_2)\right )}}\right \}\right \}\] Maple : cpu = 0.556 (sec), leaf count = 86

dsolve(diff(diff(y(x),x),x)*y(x)-diff(y(x),x)^2+1=0,y(x))
 

\[y \left (x \right ) = \frac {\left (-c_{1} {\mathrm e}^{\frac {2 x}{c_{1}}} {\mathrm e}^{\frac {2 c_{2}}{c_{1}}}+c_{1}\right ) {\mathrm e}^{-\frac {x}{c_{1}}} {\mathrm e}^{-\frac {c_{2}}{c_{1}}}}{2}\]