I have this differential equation in an exercise:
$$y' = \frac{y}{\sqrt{1-x^2}}$$
I solved it like this:
$$\frac{dy}{dx} = \frac{y}{\sqrt{1-x^2}}$$
$$\frac{1}{y}dy = \frac{1}{\sqrt{1-x^2}}dx$$
$$\int \frac{1}{y} \,dy = \int \frac{1}{\sqrt{1-x^2}} \,dx$$
$$\ln \,\lvert\,y\,\lvert + C_1 = \arcsin\,x + C_2$$
$$\lvert\,y\,\lvert\,= {e}^{\arcsin\,x + C_3}$$
$$\lvert\,y\,\lvert\,=C{e}^{\arcsin\,x}$$
$$y=±C{e}^{\arcsin\,x}$$
However, the solution given in my textbook is
$$y=C{e}^{\arcsin\,x}$$
How to get rid of the absolute value? Did I do something wrong? Some of the other exercises indicates when $y > 0$ but this one has no such indication. I guess it can be deducted?
Since $C$ is an arbitrary constant it can have a positive or a negative value, (e.g $C=\pm 2$).