I am working on a complex analysis exercice. I need to find the Laurent series of the function:
$$f(z) = \frac{e^z}{z + 1}$$
about $z = −1$.
I know that the result is
$$\sum_{n=-1}^{\infty}\frac{(z+1)^n}{e\cdot(n+1)!}$$
for $|z+1| > 0$, but I cannot see how one can get this result.
You can develop the Laurent series (which is in fact a Taylor series) of $e^z$ about $z=-1$:
$$e^z = \sum_{n=0}^\infty \frac{e^{-1}}{n!}(z+1)^n = \sum_{n=0}^\infty \frac{1}{e\cdot n!}(z+1)^n$$
because $\frac{d^n}{dz^n}e^z=e^z$. Now just divide:
$$\frac{e^z}{z+1} = \sum_{n=0}^\infty \frac{1}{e\cdot n!}(z+1)^{n-1} = \sum_{n=-1}^\infty \frac{1}{e\cdot (n+1)!}(z+1)^{n}$$