I would like to solve for $y(x)$ given that (for some constant C):
$$ \frac{\sin^2(x)y'}{\sqrt{(\sin(x)y')^2 + 1}} = C$$
I thought one thing I could do something like:
\begin{align*} &\quad \frac{\sin^2(x)y'}{\sqrt{(\sin(x)y')^2 + 1}} = C \\ &\equiv \sin^2(x)y'= C\sqrt{(\sin(x)y')^2 + 1} \\ &\equiv \sin^4(x)y'^2 = C\left(\sin^2(x)y'^2 + 1\right) \\ &\equiv (y')^2 = \frac{C}{\sin^4(x) - C\sin^2(x)} \\ &\implies y' = \pm \sqrt{\frac{C}{\sin^4(x) - C\sin^2(x)}} \end{align*}
Does the last step make sense? It doesn't really make sense to me. Do I have two ODEs for the same function? Two ODEs defining different parts of the same function? Is there a way to avoid the whole $\pm$ deal with a nice substitution?