Evaluating the squared sinc integral.
Posted by peeterjoot on December 10, 2011
[Click here for a PDF of this post with nicer formatting]
Motivation
In the Fermi’s golden rule lecture we used the result for the integral of the squared function. Here is a reminder of the contours required to perform this integral.
Guts
We want to evaluate
We make a few change of variables
Now we pick a contour that is distorted to one side of the origin as in fig. 1.1
We employ Jordan’s theorem (section 8.12 [1]) now to pick the contours for each of the integrals since we need to ensure the terms converges as
for the
part of the contour. We can write
The second two integrals both surround no poles, so we have only the first to deal with
Putting everything back together we have
On the cavalier choice of contours
The choice of which contours to pick above may seem pretty arbitrary, but they are for good reason. Suppose you picked for the first integral. On the big
arc, then with a
substitution we have
This clearly doesn’t have the zero convergence property that we desire. We need to pick the contour for the first (positive exponent) integral since in that
range,
is always negative. We can however, use the
contour for the second (negative exponent) integral. Explicitly, again by example, using
contour for the first integral, over that portion of the arc we have
References
[1] W.R. Le Page and W.R. LePage. Complex Variables and the Laplace Transform for Engineers. Courier Dover Publications, 1980.

Doug said
How can you justify the contours used in equation 2.2? For the first term, you choose C0+C2 to include the double pole at the origin, whereas in the second term, you choose C0+C1 to omit the double pole at the origin. How can you include or omit the poles in such cavalier fashion? (I believe the third term evaluates to zero because its residue is zero, and not due to the choice of C1 vs. C2.)
peeterjoot said
I’ve added some rationale on why the contours were chosen. Tightening up the argument where I’ve just lazily written
is the job of Jordan’s theorem.
Evgeniy Kogan said
There is an error in above calculation.
In line where variable “y” is changed by “z” before exp(-2z) should be plus and not minus
peeterjoot said
I don’t see where you are talking about (the line before “Now we pick a contour”?). Note that the change of variables was
. The minus sign in the equation right before that
is due to a factorization of unity
.
NOTE: I’ve regenerated the attached pdf with equation numbers for all equations and refreshed this page.
EDIT2: Ah, I see the rogue sign you are talking about. Thanks.
Evgeniy Kogan said
When you open brackets (e^x-e^(-x))^2 in numerator it is equal to e^(2z)+e^(-2z)-2 and not to e^(2z)-e^(-2z)-2.
It doesn’t affect the final result.