I have the following differential equation:
$$ny(x)^2=\sqrt{1+y'(x)^2}$$
I know that $n$ is a real number, and that the intial condition is $y(a)=b$, where $a$ and $b$ are also real numbers.
The questions I have are:
- What is the function $y(x)$?
- In what range of $x$ is the function $y(x)$ real-valued, and how does that range depend on $n$, $a$, and $b$?


HINT
To start with, notice that \begin{align*} ny^{2} = \sqrt{1+(y')^{2}} & \Longleftrightarrow y' = \pm\sqrt{n^{2}y^{4} - 1} \Longleftrightarrow \int\frac{\mathrm{d}y}{\sqrt{n^{2}y^{4} - 1}} = \pm\int 1\mathrm{d}x \end{align*}
Then WA gives the following result. Hopefully this helps.