QUESTION: I want to integrate the following expression: $$\frac{dx}{\sqrt{c_1x^{-2s}-1}}$$ Where $s \in \mathbb{R}-{0}$.
My Attempt:
I could only rearrange and create the following: $$\frac{dx}{\sqrt{c_1x^{-2s}-1}}$$ $$=\frac{x^s \, dx}{\sqrt{c_1-x^{2s}}}$$ $$=\frac{x}{s}\cdot \frac{d(x^s)}{\sqrt{c^2-(x^{s})^2}}$$ where $c_1=c^2$ Integrating by parts, we get that $$=\frac{x}{s}\cdot \arcsin \left(\frac{x^s}{c}\right)-\frac{1}{s}\int \arcsin \left(\frac{x^s}{c}\right) dx + c_2$$
If you need to know where this came from, then I must add that it was obtained from the equation $(2)$ as in this link by putting $n(x,y)=x^s$.
I cannot proceed any further. Help is needed. Any kind of closed form evaluation is welcome.