pivoxa15
- 2,250
- 1
Homework Statement
Find the contour integral of e(iqz)/z^4
The Attempt at a Solution
Is it infinite as the pole at z=0 is too high?
Avodyne said:If you define the integral by deforming the contour around the pole, then the answer is not infinite, but the value depends on how you choose to go around the pole (above or below). Once you've deformed the contour, you can add an arc at infinity (in either the upper or lower half plane, depending on the sign of q), and then you have a closed contour integral that can be evaluated by computing the residue, which is finite.
Dick said:Actually, the contour around the origin is not a problem. It will pick up half the residue at the origin which is perfectly finite. The problem is the rest of the contour on the real axis. As the arc gets smaller and smaller it's that part that diverges. I don't think the integral can be defined.
Avodyne said:There is no divergence if you go around the pole (in either direction). The apparent divergence along the real axis is canceled by the one from the little arc. It's easy to see this explicitly for q=0. We have
\int_{-\infty}^{-\varepsilon}{dz\over z^4} = {1\over 3\varepsilon^3}
\int^{\infty}_{\varepsilon}{dz\over z^4} = {1\over 3\varepsilon^3}
Now for the little arc, let z = \varepsilon e^{i\theta}, dz = i\varepsilon e^{i\theta}d\theta. To go above the contour, we integrate \theta from \pi to 0; to go below, we integrate from -\pi to 0. We get
\int_{\rm arc}{dz\over z^4} = \int_{\pm\pi}^0{ i\varepsilon e^{i\theta}d\theta\over (\varepsilon e^{i\theta})^4} = {i\over\varepsilon^3}\int_{\pm\pi}^0{e^{-3i\theta}d\theta = -{1\over3\varepsilon^3}e^{-3 i\theta}\Big|^0_{\pm\pi} = -{1\over3\varepsilon^3}\bigl(1-(-1)\bigr) = -{2\over3\varepsilon^3}.
The sum of the three terms (left half of the real axis, right half, little arc) is zero.
Avodyne said:There is no divergence if you go around the pole (in either direction). The apparent divergence along the real axis is canceled by the one from the little arc. It's easy to see this explicitly for q=0. We have
\int_{-\infty}^{-\varepsilon}{dz\over z^4} = {1\over 3\varepsilon^3}
\int^{\infty}_{\varepsilon}{dz\over z^4} = {1\over 3\varepsilon^3}
Now for the little arc, let z = \varepsilon e^{i\theta}, dz = i\varepsilon e^{i\theta}d\theta. To go above the contour, we integrate \theta from \pi to 0; to go below, we integrate from -\pi to 0. We get
\int_{\rm arc}{dz\over z^4} = \int_{\pm\pi}^0{ i\varepsilon e^{i\theta}d\theta\over (\varepsilon e^{i\theta})^4} = {i\over\varepsilon^3}\int_{\pm\pi}^0{e^{-3i\theta}d\theta = -{1\over3\varepsilon^3}e^{-3 i\theta}\Big|^0_{\pm\pi} = -{1\over3\varepsilon^3}\bigl(1-(-1)\bigr) = -{2\over3\varepsilon^3}.
The sum of the three terms (left half of the real axis, right half, little arc) is zero.
I already showed explicity that this doesn't happen. Nonzero q won't affect this explanation, because at small epsilon, e^(iqz) is always very close to one. And in any case, the contour evaluation that gives either 0 or \pi |q|^3/3 (depending on how the contour is deformed) is rigorously valid.pivoxa15 said:But I am worried that the deformed integral near the origin will blow to infinity due to 1/z^4.