Given
$$f(z)=(z^2-1)^{\frac{1}{2}}$$
which has a branch cut for $|z|<1$. Find the first three terms of the Laurent expansion.
I proceed by factoring out a $z^2$.
$$z(1-\frac{1}{z^2})^{\frac{1}{2}}$$
where I know the following expansion
$$\frac{1}{z^2}=\sum_{n=0}^{\infty} (n+1)(z+1)^n=1+2(z+1)+3(z+1)^3+ \ldots$$
However, although plugging this in results in a cancellation of the 1's, I do not know how to deal with the 1/2 power.
$$z(2(z+1)+3(z+2)^3+\ldots)^{\frac{1}{2}}$$
Advice, and also how might I deal with the branch cut?
This function has branch points at $z=+1$ and at $z=-1$ and a branch line connecting these two points. Because it is a square-root singularity, the branch line for $|z|>1$ cancels, as may be seen by considering the net phase change when both branch points are encircled: \begin{align*} \left.\arg\left(\sqrt{z^2-1}\right)\right|_{\arg z =0}^{\arg z=2\pi}=0\qquad \mod 2\pi \end{align*}
Note: This is example 6.3.1 found here.