I have the function
$$f(z)=\frac{z}{z^2-1}$$
I have to find Taylor or Laurent series of this function about the indicated point $z=2$. I tried to find Laurent series but looks like Taylor series will be much easier. So how can I find its Taylor series expansion?
\begin{align*} \frac{z}{z^2 - 1} &= \frac{-z}{1-z^2} \\ &= \frac{1/2}{z+1} + \frac{1/2}{z-1} \\ &= \frac{1/2}{(z-2)+2+1} + \frac{1/2}{(z-2)+2-1} \\ &= \frac{1/2}{3--(z-2)} \cdot \frac{1/3}{1/3}+ \frac{1/2}{1--(z-2)} \\ &= \frac{1/6}{1-(-1/3)(z-2)} + \frac{1/2}{1--(z-2)} \\ &= \sum_{k=0}^\infty \frac{1}{6}(-1/3)^k(z-2)^k + \sum_{k=0}^\infty \frac{1}{2}(-1)^k(z-2)^k \\ &= \sum_{k=0}^\infty \left( \frac{1}{6}(-1/3)^k+\frac{1}{2}(-1)^k \right)(z-2)^k \text{.} \end{align*}
First, separate by partial fraction decomposition. Then coerce every appearance of $z$ into the combination "$z-2$". Rearrange the denominators to be of the form "$(\text{constant, preferably $1$})-(\text{term})$" and then scale the numerator and denominator so that the constant(s) are all $1$. Now apply the standard geometric series to $\frac{c}{1-x}$. Finally, collect by like powers of $z-2$.