ODE No. 191

\[ \sqrt {1-x^2} y'(x)-y(x) \sqrt {y(x)^2-1}=0 \] Mathematica : cpu = 0.135985 (sec), leaf count = 39

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

\[\left \{\left \{y(x)\to -\sqrt {1+\tan ^2\left (\sin ^{-1}(x)+c_1\right )}\right \},\left \{y(x)\to \sqrt {1+\tan ^2\left (\sin ^{-1}(x)+c_1\right )}\right \}\right \}\] Maple : cpu = 0.024 (sec), leaf count = 16

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

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