We are going to be examined on using the Laurent series expansion to find integrals along simple closed curves. But the notes and lectures barely covered it and we only have 2 examples given.
Can someone explain how to solve a question like this:
Determine the Laurent series expansion of
$$f(z)=\frac{1}{1+z^2}$$ about $z_0=i$, that is valid in the region $0<|z-i|<2$ and hence evaluate
$$\int_\gamma \frac{1}{1+z^2}dz$$
where $\gamma(t)=i+e^{it}, 0\leq t\leq2\pi$
EDIT:
So is $$f(z)=\frac{1}{1+z^2}=-\frac{1}{2i}.\frac{1}{z+i}+\frac{1}{2i}.\frac{1}{z-i}$$ $$=\frac{1}{2i}.\frac{1}{z-i}-\frac{1}{2i}.\left(1-\frac{z-i}{2i}+\frac{{(z-i)}^2}{(2i)^2}...\right)$$
The Laurent series expansion.
And since this function has a single pole $i$ inside the circle, the coefficient of $\frac{1}{z-i}$ is the residue? So Res=$\frac{1}{2i}$
Do a partial fraction decomposition : $\frac1{z^2+1}=\frac1{(z+i)(z-i)}=-\frac1{2i}(\frac1{z+i}-\frac1{z-i})$.
Then use the geometric series to get the Laurent series: $\frac1{z+i}=\frac1{z-i+2i}=\frac1{2i}(\frac1{1+\frac {z-i}{2i}})=\frac1{2i}\sum_{n=0}^\infty(-\frac {z-i}{2i} )^n$. This converges for $\mid z-i\mid\lt 2$.
So: $\frac1{2i}(\frac1{z-i}+\sum_{n=0}^\infty(-\frac {z-i}{2i} )^n)$ is the Laurent series centered at $i$.
Now use the residue theorem (the residue is $\frac1{2i}$) to compute the integral.