I would like to expand the following series around $x=0$. I know the answer already (one way is by simply plugging it into Mathematica) but I would like to understand how to get to the result.
$$\frac{1}{\sqrt{1+x} - 1} = \frac{2}{x} + \frac{1}{2} - \frac{x}{8} + \frac{x^2}{16} + ...$$
I'm not too familiar with Laurent series but from what I understand, the solution is rarely found using the contour integration of Laurent's theorem - rather it usually involves some algebraic manipulation till one reaches a geometric sum.
However, the square root is throwing me off and most introductory examples only involve polynomials of $x$.