Find the Laurent series for the given function about the indicated point. Also, give the residue of the function at the point. $$ z\mapsto\frac{1}{e^z - 1} $$ The point is $z_0=0$ (four terms of laurent series).
I have wrote $e^z -1$ as $z+z^2/2!+z^3/3!$....
Now i don't know how to proceed with this further.
Please answer in detail I am very weak with this.
Thank you.
Let $f(z) = (e^z - 1)^{-1}$ which has a simple pole at $z = 0$ (easy enough to see). Consider $$ h(z) = \frac{e^z - 1}{z} = \sum_{n = 0}^{\infty}\frac{z^n}{(n + 1)!} $$ $h$ is an entire function (prove it to yourself). Now let $g(z) = \frac{1}{h(z)}$ which is analytic over some area (I leave where as an exercise). Now $$ f(z) = \frac{1}{zh(z)} = \frac{g(z)}{z} = \sum_{n = -\infty}^{\infty}a_nz^n $$ Furthermore, $a_n$ can be found \begin{align} a_n &= \frac{1}{2\pi i}\int_{|z| = R}\frac{f(z)}{z^{n+1}}dz\\ &= \frac{1}{2\pi i}\int_{|z| = R}\frac{g(z)}{z^{n+2}}dz \end{align} where $0<R<2\pi$. $g$ is analytic on the inside of $|z| = R$. By Cauchy's Theorem, $a_n = 0$ for $n\leq -2$. $$ f(z) = \sum_{k = -1}^{\infty}a_nz^n $$ Now compute the first few $a_n$. To find the derivative of $g$, we should first find the derivative of $h$. $$ h^{(k)}(z) = \sum_{n=k}^{\infty}\frac{n!z^{n-k}}{(n-k)!(n+1)!} $$ Therefore, $$ h^{(k)}(0) = \frac{1}{k+1} $$ for all $k\geq 0$ We can easily see that $1 = g(z)h(z)$ so $0=g'h+gh'$. In general, $$ 0 = (gh)^{(k)}(z) = \sum_{i = 0}^k\binom{k}{i}h^{k-i}(z)g^i(z) $$ At $z = 0$, $h^{k-i}(0) = \frac{1}{k - i + 1}$; therefore, $$ 0 = (gh)^{(k)}(0) = \sum_{i = 0}^k\binom{k + 1}{i}g^i(0) $$ Going back to the coefficient $a_n$, we have $$ a_n = \frac{1}{2\pi i}\int_{|z| = R}\frac{g(z)}{z^{n+2}}dz = \frac{g^{(n+1)}(0)}{(n+1)!} $$ for all $n\geq -1$. $$ 0 = \sum_{j = 0}^k\frac{a_{j-1}}{(k-(j-1))!} $$ So $a_{-1} = 1$, $a_0 = -1/2$, all positive even terms are zero.... Let $B_k := (-1)^{k-1}(2k)!a_{2k-1}$ be Bernoulli numbers. Note that $F(z) = \frac{1}{e^z - 1} -\frac{1}{z} + \frac{1}{2}$ is an odd function. Therefore, $$ f(z) = \frac{1}{z} -\frac{1}{2} +\sum_{k=1}^{\infty}a_{2k-1}z^{2k-1} = \frac{1}{z} -\frac{1}{2} +\sum_{k=1}^{\infty}(-1)^{k-1}\frac{B_k}{(2k)!}z^{2k-1} $$