Solution of the differential equation $\frac{dy}{dx}=\sqrt{\frac{x}{1-x}}$ is a family of
(a) hyperbolas (b) ellipses (c) parabolas (d) concentric circles
After solving the integration, i obtained $y= \sin^{-1}(\sqrt{x})-\sqrt{x}\sqrt{1-x}+c$. Which option should be correct?
I think that your differential equation is not correct. $$\dfrac {d}{dx}\dfrac {\partial F}{ \partial y'}-\dfrac {\partial F}{ \partial y}=0$$ Since $F=F(x,y')$ we have: $$\dfrac {\partial F}{ \partial y'}=C$$ $$\dfrac {y'\sqrt x }{ \sqrt {1+y'^2}}=C$$ $$y'^2(x-C^2)=C^2$$ $$y'=\pm \dfrac {C}{\sqrt {x-C^2}}$$ $$y+A=\pm \int \dfrac {Cdx}{\sqrt {x-C^2}}$$ $$(y+A)^2=4C^2( {x-C^2})$$ I think you should end with a family of parabolas. $$Y^2=2pX$$