$\frac{1}{z(e^z-1)}$ is the function I want to expand. I tried using the expansion for $e^z$ and got $$\frac{1}{z^2+z^3/2!+z^4/3!+...}$$ Can I put this fraction into the $b_n/(z-z_0)^n$ form, or did I take the wrong approach?
2026-03-30 16:07:05.1774886825
On
How should I expand $\frac{1}{z(e^z-1)}$ to find the residue and order at the pole z = 0?
152 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
$z=0$ is a simple zero both for $z$ and $e^z-1$, hence $z=0$ is a double pole for $f(z)=\frac{1}{z(e^z-1)}$ and: $$\operatorname{Res}(f(z),z=0) = \left.\frac{d}{dz}(z^2 f(z))\right|_{z=0}=\left.\frac{d}{dz}\frac{z}{e^z-1}\right|_{z=0}=B_1=\color{red}{-\frac{1}{2}} $$ by the definition of Bernoulli numbers.
Note that you can do with some few terms:
$$\frac1{z(e^z-1)}=\frac1z\cdot\frac1{z\left(1+\frac z2+\mathcal O(z^2)\right)}=\frac1{z^2}\left(1-\frac z2+\frac{z^2}4-\ldots\right)=\frac1{z^2}-\frac1{2z}+\ldots$$
So the pole is double and its residue is $\;-\dfrac12\;$ .