ODE No. 463

\[ y(x) y'(x)^2-e^{2 x}=0 \] Mathematica : cpu = 0.0468933 (sec), leaf count = 47

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

\[\left \{\left \{y(x)\to \left (\frac {3}{2}\right )^{2/3} \left (-e^x+c_1\right ){}^{2/3}\right \},\left \{y(x)\to \left (\frac {3}{2}\right )^{2/3} \left (e^x+c_1\right ){}^{2/3}\right \}\right \}\] Maple : cpu = 0.125 (sec), leaf count = 50

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

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