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 discussion focuses on computing the residues of the function \( f(z) = \frac{z-1}{1+\cos(\pi z)} \) at the points \( z_k = 2k+1 \) for \( k \neq 0 \). Participants explore the nature of the poles and the methods for calculating the residues, including the use of series expansions and derivative limits.
Participants do not reach a consensus on the classification of the poles initially, with some claiming they are simple while others assert they are double. However, there is agreement on the residue value being the same for all poles, attributed to the periodic nature of the cosine function.
There are unresolved aspects regarding the assumptions made about the nature of the poles and the dependence on the series expansion used for residue calculation.
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