pantboio
- 43
- 0
How can i compute $Res(f,z_k)$ where
$$f(z)=\frac{z-1}{1+cos\pi z}$$
and $z_k=2k+1, k\neq 0$?
$$f(z)=\frac{z-1}{1+cos\pi z}$$
and $z_k=2k+1, k\neq 0$?
The residue computation for the function \( f(z) = \frac{z-1}{1+\cos(\pi z)} \) at the poles \( z_k = 2k + 1 \) (for \( k \neq 0 \)) reveals that \( z_0 = 0 \) is a simple pole, while all other \( z_k \) are double poles. The residue at these double poles can be calculated using the formula \( \text{Res}(f, z_k) = \lim_{z \to z_k} \frac{d}{dz} \left[(z - z_k)^2 f(z)\right] \). The final result shows that the residue \( \text{Res}(f, 2k + 1) = \frac{2}{\pi^2} \) is consistent across all poles due to the periodic nature of the cosine function.
PREREQUISITESMathematicians, students of complex analysis, and anyone interested in advanced calculus and residue computations in complex functions.
pantboio said:$z_k$ are zeros of order two of denominator, but $z_0=0$ is also a zero of numerator. So $z_0=0$ is a simple pole, but all the others $z_k=2k+1$ with $k\neq 0$ are 2-poles.
so the residue is the same for all poles, maybe because of $\cos$ periodicityFernando Revilla said:Using a series expansion: $1+\cos \pi z=\ldots=\dfrac{\pi^2}{2}[z-(2k+1)]^2+\ldots$. Now,
$\dfrac{z-1}{1+\cos \pi z}=\dfrac{2k+[z-(2k+1)]}{\dfrac{\pi^2}{2}[z-(2k+1)]^2+\ldots}=\ldots +\dfrac{A_{-2}}{[z-(2k+1)]^2}+\dfrac{2/\pi^2}{z-(2k+1)}+A_0+\ldots$
So, $\mbox{Res }(f,2k+1)=\mbox{coef }\left(\dfrac{1}{z-(2k+1)}\right)=\dfrac{2}{\pi^2}$
pantboio said:so the residue is the same for all poles, maybe because of $\cos$ periodicity