residue

A PV integral using contour integration.

January 27, 2025 math and physics play , , , , , ,

[Click here for a PDF version of this post]

Here’s the second last real-integral sub-problem from [1], problem 31(j). Find
\begin{equation}\label{eqn:oscillatorKernel:20}
I = P \int_{-\infty}^\infty \inv{ \lr{ \omega’ – \omega_0 }^2 + a^2 } \inv{ \omega’ – \omega } d\omega’.
\end{equation}

Our poles are sitting at \( \omega \), and
\begin{equation}\label{eqn:oscillatorKernel:80}
\alpha, \beta = \omega_0 \pm i a
\end{equation}
one of which sits above the x-axis, one below, and one on the line.

This means that if we compute the usual infinite semicircular contour integral, we have a \( 2 \pi i \) weighted residue above the line and one \( \pi i \) weighted residue for the x-axis pole. That is
\begin{equation}\label{eqn:oscillatorKernel:50}
\begin{aligned}
\oint \inv{ \lr{ z – \omega_0 }^2 + a^2 } \inv{ z – \omega } dz
&=
\lr{ 2 \pi i } \evalbar{ \inv{\lr{z – \lr{ \omega_0 – i a } } \lr{ z – \omega } } }{z = \omega_0 + i a }
+
\lr{ \pi i } \evalbar{ \inv{ \lr{ z – \omega_0 }^2 + a^2 }}{z = \omega } \\
&=
\lr{ 2 \pi i } \inv{\lr{\omega_0 + i a – \lr{ \omega_0 – i a } } \lr{ \omega_0 + i a – \omega } }
+
\lr{ \pi i } \inv{ \lr{ \omega – \omega_0 }^2 + a^2 } \\
&=
\frac{ 2 \pi i }{2 i a} \inv{ \omega_0 + i a – \omega } \frac{ \omega_0 – i a – \omega }{\omega_0 – i a – \omega }
+
\lr{ \pi i } \inv{ \lr{ \omega – \omega_0 }^2 + a^2 } \\
&=
\frac{ \pi }{ \lr{ \omega – \omega_0 }^2 + a^2 } \lr{ \frac{\omega_0 – \omega}{a} – i + i },
\end{aligned}
\end{equation}
or
\begin{equation}\label{eqn:oscillatorKernel:100}
\boxed{
I =
\frac{ \pi \lr{ \omega_0 – \omega } }{ a \lr{ \lr{ \omega – \omega_0 }^2 + a^2} }.
}
\end{equation}

Interestingly, Mathematica doesn’t seem to be able to solve this integral, even setting PrincipleValue to True. The solution ends up with a bogus seeming \( \textrm{Im}\left(\omega_0-\omega \right) = \textrm{Re}(a) \) restriction, and as far as I can tell, the Mathematica result is also zero after simplification that it fails to do. Mathematica can solve this if we explicitly state the PV condition as a limit, as shown in fig. 1.

fig. 1. Coercing Mathematica to evaluate this.

References

[1] F.W. Byron and R.W. Fuller. Mathematics of Classical and Quantum Physics. Dover Publications, 1992.

A weighted sinc function integral.

January 25, 2025 math and physics play , , , , ,

[Click here for a PDF version of this post]

Here’s another real integral problem from [1] (31(f)). Find
\begin{equation}\label{eqn:weightedSinc:20}
I = \int_0^\infty \frac{\sin x dx}{x\lr{ x^2 + a^2 }}.
\end{equation}
Both Mathematica and the text state that the answer is
\begin{equation}\label{eqn:weightedSinc:40}
I = \frac{\pi}{2 a^2} \lr{ 1 – e^{-a}}.
\end{equation}

My initial attempt to evaluate this using contour integral techniques gets the wrong answer. I’m going to post both my wrong solution method, and why the initial method was wrong.

Then I’ll follow up with the corrected method. The mistake, and it’s identification, is probably more interesting than the solution.

The contour.

Before delving into the residue calculations, it’s first helpful to note that the integrand is an even function, so we may transform it first into an integral over the entire real axis:
\begin{equation}\label{eqn:weightedSinc:60}
I = \inv{2} \int_{-\infty}^\infty \frac{\sin x dx}{x\lr{ x^2 + a^2 }}.
\end{equation}
The obvious choice for the contour is illustrated in fig. 1, where \( R \rightarrow \infty \), and \( \rho \rightarrow 0 \).

fig. 1. Contour with two semicircles.

We have to figure out if the circular contour integrals are zero, in the limit. Let’s start with the small contour, with \( z = \rho e^{i \theta} \)
\begin{equation}\label{eqn:weightedSinc:80}
\begin{aligned}
I_\rho
&= \inv{2} \oint \frac{\sin z dz}{z \lr{ z^2 + a^2 }} \\
&= \inv{2} \int_\pi^{2 \pi} \frac{\sin\lr{ \rho e^{i\theta} } \rho i e^{i \theta} d\theta}{\rho e^{i\theta} \lr{ \rho^2 e^{2 i \theta} + a^2 }} \\
&\approx \inv{2} \int_\pi^{2 \pi} \frac{\rho e^{i\theta} d\theta}{\lr{ \rho^2 e^{2 i \theta} + a^2 }} \\
&= \frac{\rho}{2} \int_\pi^{2 \pi} \frac{e^{i\theta} d\theta}{\lr{ \rho^2 e^{2 i \theta} + a^2 }} \\
&\rightarrow \frac{\rho}{2 a^2} \int_\pi^{2 \pi} e^{i\theta} d\theta \\
&\rightarrow 0.
\end{aligned}
\end{equation}

The wrong way.

To complete the problem, I did a similar argument showing that the limit along the infinite semicircle was zero, and then proceeded to evaluate the residues. Let’s see what we get if this is done. We are trying to evaluate

\begin{equation}\label{eqn:weightedSinc:100}
I = \inv{2} \oint \frac{\sin z dz}{z \lr{ z + ia } \lr{ z – ia } },
\end{equation}
where we have a “half-enclosed” pole at \( z = 0 \), and fully enclosed pole at \( z = i a \). The residues are

\begin{equation}\label{eqn:weightedSinc:120}
\begin{aligned}
I
&= \inv{2} \lr{ 2 \pi i } \lr{ \evalbar{ \frac{\sin z}{z \lr{ z + ia } } }{z = i a} + \evalbar{ \inv{2} \frac{\sin z}{\lr{ z^2 + a^2 }} }{z = 0} } \\
&= \inv{2} \lr{ 2 \pi i } \frac{e^{i^2 a} – e^{-i^2 a}}{2i \lr{ ia } \lr{ 2 ia } } \\
&= \frac{ \pi }{4 a^2} \lr{e^{a} – e^{-a}}.
\end{aligned}
\end{equation}

This has a similar structure to the actual answer, but is wrong. I couldn’t find any obvious mistake in the residue calculation, so I was scratching my head for a while about what I did wrong. This confusion was only compounded by figuring out a different way to evaluate this, which did yield the right answer.

The right way.

The key to getting the right answer is to notice that
\begin{equation}\label{eqn:weightedSinc:65}
\inv{2} \int_{-\infty}^\infty \frac{\cos x dx}{x\lr{ x^2 + a^2 }} = 0,
\end{equation}
so we can, instead compute
\begin{equation}\label{eqn:weightedSinc:70}
I = \inv{2} \textrm{Im} \int_{-\infty}^\infty \frac{e^{ix} dx}{x\lr{ x^2 + a^2 }}.
\end{equation}
It’s easy to repeat the argument that after the \( x \rightarrow z \) substitution, this is also zero on the small semicircle, in the \( \rho \rightarrow 0 \) limit. On the large semicircle, the integrand is now in the perfect form to apply Jordan’s lemma. Recall that lemma was:

Lemma 1.1: Jordan’s Lemma.

Given \( R(z) \rightarrow 0 \), then for \( \alpha > 0 \) on a upper half-plane semicircular arc,
\begin{equation*}
\lim_{\Abs{z} \rightarrow \infty} \oint R(z) e^{i \alpha z} dz = 0.
\end{equation*}

We have \( \alpha = 1 \), which is greater than zero, and the rest of the integrand is \( O(R^{-3}) \), so it’s zero. Now we can just compute the residues

\begin{equation}\label{eqn:weightedSinc:140}
\begin{aligned}
\inv{2} \oint \frac{e^{iz} dz}{z\lr{ z^2 + a^2 }}
&=
\lr{ \pi i } \lr{ \evalbar{ \frac{e^{iz}}{z \lr{ z + i a }} }{z = i a} + \inv{2} \evalbar{ \frac{e^{iz}}{z^2 + a^2 }}{z = 0} } \\
&=
\lr{ \pi i } \lr{ \frac{e^{-a}}{ia \lr{ 2 i a }} + \inv{2} \frac{1}{a^2}} \\
&=
\frac{\pi i}{2 a^2} \lr{ 1 – e^{-a} }.
\end{aligned}
\end{equation}
Taking the imaginary part of this integral, we have the solution.

What went wrong?

I don’t think there is anything wrong with the residue calculation for “the wrong way”, but it was not correct to argue that the integral along the infinite semicircular arc was zero in that case.

I’d made that argument in the following fashion, looking for the limit of
\begin{equation}\label{eqn:weightedSinc:160}
\begin{aligned}
\int \frac{\sin z}{z \lr{ z^2 + a^2 } } dz
=
\int \frac{e^{iz}}{2 i z \lr{ z^2 + a^2 } } dz –
\int \frac{e^{-iz}}{2 i z \lr{ z^2 + a^2 } } dz
\end{aligned}
\end{equation}
We can apply Jordan’s lemma to the first integral, but not the second. To see why specifically, consider an explicit \( z = R e^{i \theta } \) parameterization of that integral
\begin{equation}\label{eqn:weightedSinc:180}
\begin{aligned}
\Abs{\int \frac{e^{-iz}}{2 i z \lr{ z^2 + a^2 } } dz}
&=
\inv{2} \Abs{ \int_0^\pi \frac{e^{-i R e^{i\theta} }}{R e^{i\theta} \lr{ R^2 e^{2 i \theta} + a^2 } } i R e^{i \theta} d\theta } \\
&=
\inv{2} \Abs{ \int_0^\pi \frac{e^{-i R e^{i\theta} }}{\lr{ R^2 e^{2 i \theta} + a^2 } } d\theta } \\
&=
\inv{2} \Abs{ \int_0^\pi \frac{ e^{-i R \cos\theta} e^{R \sin\theta} }{\lr{ R^2 e^{2 i \theta} + a^2 } } d\theta }.
\end{aligned}
\end{equation}
Not only is this not zero, it’s very obviously infinite for \( R \rightarrow \infty \), as the real exponential will dominate (at least for some angles.) In particular, note that along the imaginary axis, say \( z = i u\), we have \( \sin z = i \sinh u \), which blows up as \( u \rightarrow \infty \). That sine is not well behaved, so we have to use the imaginary part trick, to convert it to an exponential that will submit properly to Jordan’s lemma.

The moral of the story is that if we incorrectly identify that a portion of the contour integral is zero, when it isn’t, the rest of the results that follow are garbage.

References

[1] F.W. Byron and R.W. Fuller. Mathematics of Classical and Quantum Physics. Dover Publications, 1992.

A contour integral with a third order pole.

January 21, 2025 math and physics play , , ,

[Click here for a PDF version of this post]

Here’s problem 31(e) from [1]. Find
\begin{equation}\label{eqn:thirdOrderPole:20}
I = \int_0^\infty \frac{x^2 dx}{\lr{ a^2 + x^2 }^3 }.
\end{equation}
Again, we use the contour \( C \) illustrated in fig. 1

fig. 1. Standard above the x-axis, semicircular contour.

Along the infinite semicircle, with \( z = R e^{i\theta} \),
\begin{equation}\label{eqn:thirdOrderPole:40}
\Abs{ \int \frac{z^2 dz}{\lr{ a^2 + z^2 }^3 } } = O(R^3/R^6),
\end{equation}
which tends to zero. We are left to just evaluate some residues
\begin{equation}\label{eqn:thirdOrderPole:60}
\begin{aligned}
I
&= \inv{2} \oint \frac{z^2 dz}{ \lr{ a^2 + z^2 }^3 } \\
&= \inv{2} \oint \frac{z^2 dz}{ \lr{ z – i a }^3 \lr{ z + i a }^3 } \\
&= \inv{2} \lr{ 2 \pi i } \inv{2!} \evalbar{ \frac{d^2}{dz^2} \lr{ \frac{z^2}{ \lr{ z + i a }^3 } } }{z = i a}
\end{aligned}
\end{equation}
Evaluating the derivatives, we have
\begin{equation}\label{eqn:thirdOrderPole:80}
\begin{aligned}
\lr{ \frac{z^2}{ \lr{ z + i a }^3 } }’
&= \frac{ 2 z \lr{ z + i a } – 3 z^2 }{ \lr{ z + i a }^4 } \\
&=
\frac{ – z^2 + 2 i a z }
{ \lr{ z + i a }^4 },
\end{aligned}
\end{equation}
and
\begin{equation}\label{eqn:thirdOrderPole:100}
\begin{aligned}
\frac{d^2}{dz^2} \lr{ \frac{z^2}{ \lr{ z + i a }^3 } }
&= \lr{ \frac{ – z^2 + 2 i a z }
{ \lr{ z + i a }^4 } }’ \\
&= \frac{ \lr{ – 2 z + 2 i a }\lr{ z + i a} – 4 \lr{ – z^2 + 2 i a z }}{ \lr{ z + i a }^5 },
\end{aligned}
\end{equation}
so
\begin{equation}\label{eqn:thirdOrderPole:120}
\begin{aligned}
\evalbar{ \frac{d^2}{dz^2} \lr{ \frac{z^2}{ \lr{ z + i a }^3 } } }{z = i a}
&=
\frac{ \lr{ – 2 i a + 2 i a }\lr{ 2 i a} – 4 \lr{ a^2 – 2 a^2 }}{ \lr{ 2 i a }^5 } \\
&=
\frac{ 4 a^2 }{ \lr{ 2 i a }^5 } \\
&=
\inv{8 a^3 i}.
\end{aligned}
\end{equation}
Putting all the pieces together, we have
\begin{equation}\label{eqn:thirdOrderPole:140}
\boxed{
I = \frac{\pi}{16 a^3}.
}
\end{equation}

References

[1] F.W. Byron and R.W. Fuller. Mathematics of Classical and Quantum Physics. Dover Publications, 1992.

Another real integral using contour integration.

January 21, 2025 math and physics play , , ,

[Click here for a PDF version of this post]

Here’s (31(d)) from [1]. Find
\begin{equation}\label{eqn:fourPoles:20}
I = \int_0^\infty \frac{dx}{1 + x^4} = \inv{2}\int_{-\infty}^\infty \frac{dx}{1 + x^4}.
\end{equation}
This one is easy conceptually, but a bit messy algebraically. We integrate over the contour \( C \) illustrated in fig. 1.

fig. 1. Standard above the x-axis, semicircular contour.

We want to evaluate
\begin{equation}\label{eqn:fourPoles:40}
2 I = \oint_C \frac{dz}{1 + z^4},
\end{equation}
because the semicircular part of the integral is \( O(R^{-3}) \), which tends to zero in the \( R \rightarrow \infty \) limit.

The poles are at the points
\begin{equation}\label{eqn:fourPoles:60}
\begin{aligned}
z^4
&= -1 \\
&= e^{i \pi + 2 \pi i k},
\end{aligned}
\end{equation}
or
\begin{equation}\label{eqn:fourPoles:80}
\begin{aligned}
z
&= e^{i \pi/4 + \pi i k/2},
\end{aligned}
\end{equation}
These are the points \( z = (\pm 1 \pm i)/\sqrt{2} \), two of which are enclosed by our contour. Specifically
\begin{equation}\label{eqn:fourPoles:100}
\begin{aligned}
2 I
&= \oint_C \frac{dz}{
\lr{ z – \frac{1 + i}{\sqrt{2}} }
\lr{ z – \frac{-1 + i}{\sqrt{2}} }
\lr{ z – \frac{1 – i}{\sqrt{2}} }
\lr{ z – \frac{-1 – i}{\sqrt{2}} }
} \\
&= \oint_C \frac{dz}{
\lr{ z – \frac{1 + i}{\sqrt{2}} }
\lr{ z – \frac{-1 + i}{\sqrt{2}} }
\lr{ \lr{z + \frac{i}{\sqrt{2}}}^2 – \inv{2} }
} \\
&=
\evalbar{
\frac{ 2 \pi i }
{
\lr{ z – \frac{-1 + i}{\sqrt{2}} }
\lr{ \lr{z + \frac{i}{\sqrt{2}}}^2 – \inv{2} }
}
}{z = \frac{1 + i}{\sqrt{2}}}
+
\evalbar{
\frac{ 2 \pi i }
{
\lr{ z – \frac{1 + i}{\sqrt{2}} }
\lr{ \lr{z + \frac{i}{\sqrt{2}}}^2 – \inv{2} }
}
}
{z = \frac{-1 + i}{\sqrt{2}} } \\
&=
\evalbar{
\frac{(2 \pi i )(2 \sqrt{2})}
{
\lr{ z’ + 1 – i }
\lr{ \lr{z’ + i}^2 – 1 }
}
}{z’ = 1 + i}
+
\evalbar{
\frac{(2 \pi i )(2 \sqrt{2})}
{
\lr{ z’ – 1 – i }
\lr{ \lr{z’ + i}^2 – 1 }
}
}
{z’ = -1 + i}
\\
&=
\frac{2 \pi i \sqrt{2}}
{
\lr{2 i + 1}^2 – 1 }

\frac{2 \pi i \sqrt{2}}
{ \lr{2 i – 1}^2 – 1 }
\\
&=
\frac{\pi i \sqrt{2}}
{
2 (-1 + i)
}
+
\frac{\pi i \sqrt{2}}
{ 2(1 + i) }
\\
&=
\lr{ -1 – i }
\frac{\pi i}
{
2 \sqrt{2}
}
+
\lr{ 1 – i }
\frac{\pi i}
{ 2 \sqrt{2} }
\\
&=
\frac{\pi}
{ \sqrt{2} }
\end{aligned}
\end{equation}
or
\begin{equation}\label{eqn:fourPoles:120}
\boxed{
I = \frac{\pi}{2 \sqrt{2}}.
}
\end{equation}

References

[1] F.W. Byron and R.W. Fuller. Mathematics of Classical and Quantum Physics. Dover Publications, 1992.

A fun ellipse related integral.

January 18, 2025 math and physics play , , ,

[Click here for a PDF version of this post]

Motivation.

This was a problem I found on twitter ([2])

Find
\begin{equation}\label{eqn:ellipicalIntegral:20}
I = \int_0^\pi \frac{dx}{a^2 \cos^2 x + b^2 \sin^2 x}.
\end{equation}

I posted my solution there (as a screenshot), but had a sign wrong. Here’s a correction.

Solution.

Let’s first assume we aren’t interested in the \( a^2 = b^2 \), nor either of the \( a = 0, b = 0\) cases (if either of \( a, b \) is zero, then the integral is divergent.)

We can make a couple simple transformations to start with
\begin{equation}\label{eqn:ellipicalIntegral:40}
\begin{aligned}
\cos^2 x &= \frac{\cos(2x) + 1}{2} \\
\sin^2 x &= \frac{1 – \cos(2x)}{2},
\end{aligned}
\end{equation}
and then \( u = 2 x \), for \( dx = du/2 \)
\begin{equation}\label{eqn:ellipicalIntegral:60}
\begin{aligned}
I
&= \int_0^{2\pi} 2 \frac{du/2}{a^2 \lr{ 1 + \cos u } + b^2 \lr{1 – \cos u}} \\
&= \int_0^{2\pi} \frac{du}{ \lr{ a^2 – b^2 } \cos u + a^2 + b^2 }.
\end{aligned}
\end{equation}
There is probably a simple way to evaluate this integral, but let’s try it the fun way, using contour integration. Following examples from [1], let \( z = e^{i u} \), where \( dz = i z du \), and \( \alpha = \lr{ a^2 + b^2 }/\lr{ a^2 – b^2 } \), for
\begin{equation}\label{eqn:ellipicalIntegral:80}
\begin{aligned}
I
&= \oint_{\Abs{z} = 1} \frac{dz/(i z)}{ \lr{ a^2 – b^2 } \lr{ z + \inv{z}}/2 + a^2 + b^2 } \\
&= \frac{2}{i \lr{ a^2 – b^2 }} \oint_{\Abs{z} = 1} \frac{dz}{ z \lr{ z + \inv{z} + 2 \alpha} } \\
&= \frac{2}{i \lr{ a^2 – b^2 }} \oint_{\Abs{z} = 1} \frac{dz}{ z^2 + 2 \alpha z + 1 } \\
&= \frac{2}{i \lr{ a^2 – b^2 }} \oint_{\Abs{z} = 1} \frac{dz}{ \lr{ z + \alpha – \sqrt{\alpha^2 – 1}}\lr{ z + \alpha + \sqrt{\alpha^2 – 1}} }.
\end{aligned}
\end{equation}

There is a single enclosed pole on the real axis. For \( a^2 > b^2 \) where \( \alpha > 0 \) that pole is at \( z = -\alpha + \sqrt{ \alpha^2 – 1} \), so the integral is
\begin{equation}\label{eqn:ellipicalIntegral:100}
\begin{aligned}
I
&= 2 \pi i \frac{2}{i \lr{ a^2 – b^2 }} \evalbar{ \frac{1}{ z + \alpha + \sqrt{\alpha^2 – 1 } }}{z = -\alpha + \sqrt{ \alpha^2 – 1}} \\
&= \frac{4 \pi}{ a^2 – b^2 } \frac{1}{ 2 \sqrt{\alpha^2 – 1 } } \\
&= \frac{4 \pi }{ 2 \sqrt{\lr{a^2 + b^2}^2 – \lr{a^2 – b^2}^2 } } \\
&= \frac{2 \pi }{ \sqrt{4 a^2 b^2 } } \\
&= \frac{\pi }{ \Abs{ a b } },
\end{aligned}
\end{equation}
and for \( a^2 < b^2 \) where \( \alpha < 0 \), the enclosed pole is at \( z = -\alpha – \sqrt{ \alpha^2 – 1} \), where
\begin{equation}\label{eqn:ellipicalIntegral:120}
\begin{aligned}
I
&= 2 \pi i \frac{2}{i \lr{ a^2 – b^2 }} \evalbar{ \frac{1}{ z + \alpha – \sqrt{\alpha^2 – 1 } }}{z = -\alpha – \sqrt{ \alpha^2 – 1}} \\
&= \frac{4 \pi}{ a^2 – b^2 } \frac{1}{ -2 \sqrt{\alpha^2 – 1 } } \\
&= \frac{4 \pi}{ b^2 – a^2 } \frac{1}{ 2 \sqrt{\alpha^2 – 1 } } \\
&= \frac{4 \pi }{ 2 \sqrt{\lr{a^2 + b^2}^2 – \lr{b^2 – a^2}^2 } } \\
&= \frac{2 \pi }{ \sqrt{4 a^2 b^2 } } \\
&= \frac{\pi }{ \Abs{ a b } }.
\end{aligned}
\end{equation}
Observe that this also holds for the \( a = b \) case.

References

[1] F.W. Byron and R.W. Fuller. Mathematics of Classical and Quantum Physics. Dover Publications, 1992.

[2] CalcInsights. A decent integral problem to try out, 2025. URL https://x.com/CalcInsights_/status/1880110549146431780. [Online; accessed 18-Jan-2025].