ODE No. 492

\[ \left (y(x)^2-a^2\right ) y'(x)^2+y(x)^2=0 \] Mathematica : cpu = 0.0891483 (sec), leaf count = 97

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

\[\left \{\left \{y(x)\to \text {InverseFunction}\left [\sqrt {a^2-\text {$\#$1}^2}-a \tanh ^{-1}\left (\frac {\sqrt {a^2-\text {$\#$1}^2}}{a}\right )\& \right ][-x+c_1]\right \},\left \{y(x)\to \text {InverseFunction}\left [\sqrt {a^2-\text {$\#$1}^2}-a \tanh ^{-1}\left (\frac {\sqrt {a^2-\text {$\#$1}^2}}{a}\right )\& \right ][x+c_1]\right \}\right \}\] Maple : cpu = 0.685 (sec), leaf count = 122

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

\[x -\sqrt {a^{2}-y \left (x \right )^{2}}+\frac {a^{2} \ln \left (\frac {2 a^{2}+2 \sqrt {a^{2}}\, \sqrt {a^{2}-y \left (x \right )^{2}}}{y \left (x \right )}\right )}{\sqrt {a^{2}}}-c_{1} = 0\]