What is the residue of $\frac{z}{Log{z}}$ at $z=1$? I tried expanding log into it's series, factoring out a $z-1$ and then applying the geometric series expansion, but I'm just getting a series that starts at $k=1$....
2026-03-28 23:59:16.1774742356
On
Residue of $\frac{z}{Log{z}}$ at $z=1$?
164 Views Asked by user82004 https://math.techqa.club/user/user82004/detail At
2
There are 2 best solutions below
0
On
Another method:
$$\frac{z}{\log(z)} = \frac{z}{\log(1+(z-1))} = \frac{z}{(z-1) - (z-1)^2/2 + ...}$$ and so $\lim z \rightarrow 1 \frac{z(z-1)}{\log(z)} = \lim \frac{z}{1-(z-1)/2 + ...} = 1$ as we found above.
Now, suppose we want the residue for $H(z) = \frac{f(z)}{g(z)}$ at $z=a$ where the pole is simple. Then write $g(z) = g(a) + g'(a)\cdot (z-a) + g''(a)\cdot (z-a)^2/2 + ...$. Then, $\lim_{z\rightarrow a} \frac{f(z)\cdot (z-a)}{g(a) + g'(a)\cdot (z-a) + O(2)} = \lim \frac{f(z)}{g'(a) + (z-a)*(?)} = \frac{f(a)}{g'(a)}$ since $g(a) = 0$. In fact, we can generalise such that for an $n$-pole (where $f$ and $g$ are both holomorphic), the residue is given as $\frac{nf^{(n-1)}(a)}{g^{(n)}(a)}$.
Note that, as $\frac d{dz}\log z = \frac1z$, which $\neq 0$ at $1$, the pole is a simple one; so the residue is $\frac{z}{\frac 1z} = z^2$ at 1, or $1$.