I am looking at ways which you can write a function as a series. I am aware that one can use the Taylor series. I am currently trying to understand the Laurent series. I understand there are cases where the Taylor series will not work as all the terms in it cannot have a negative degree. The Laurent series is there to aid this kind of problem.
Upon examining texts, including the wikipedia page I see that for a function $f:C\subset \mathbb{C} \rightarrow \mathbb{C}$, the Laurent series at a point $z_0 \in C$ is given by
\begin{equation} f(z) = \sum_{n=-\infty}^{\infty}a_n(z-z_0)^n \end{equation}
where the $a_n$ is a somewhat a generalized version of the Cauchy integral formula. I have the following questions with regards to this:
- Why do you need to have an annulus around $z_0$
- When calculating the $a_n$'s, can you pick any closed curves surrounding $z_0$ within the annulus and integrate along their boundaries?