I am trying to expand this function around $x_0=0$.
Using Mathematica I get $$\sqrt{\frac{1}{x}-1}=\frac{1}{\sqrt{x}}-\frac{\sqrt{x}}{2}-\frac{x^{\frac{3}{2}}}{8}+\mathcal{O}(x^{\frac{5}{2}})$$
I somehow manage to calculate the first term by hand, even though I don't know if it is correct.
But I don't understand how to calculate the higher order terms.
Any help would be appreciated.
Try
$$ \sqrt{\frac{1}{x}-1} = \frac{1}{\sqrt{x}}\sqrt{1-x} $$
and
$$ \sqrt{1-x} = 1+\frac{1}{2}(-x)+\frac{1}{2}\left(\frac{1}{2}-1\right)\frac{(-x)^2}{2!}+\cdots $$