Integral with Cauchy Prinicpal value

Click For Summary

Discussion Overview

The discussion revolves around the calculation of the integral \( P\int_0^{\pi}\frac{1}{\cos(x)-a}dx \) using the Cauchy Principal value, particularly focusing on the implications of the parameter \( a \) being within the range \(|a| \leq 1\). Participants explore various methods for handling the poles that arise in the integrand when \( a \) is in this domain.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant notes that when \( a \) is not in the specified domain, the integral can be computed directly, but when \( a \) is in the domain, the integrand has poles that require special treatment.
  • Another participant suggests using a substitution \( z=e^{i\theta} \) to transform the integral into a closed-contour integral, which introduces poles on the contour for real \( a \).
  • It is proposed that the integral can be evaluated using the Residue Theorem, with the principal value being the integral excluding the indentation around the poles.
  • One participant calculates the integral over the contour and finds that the sum of the residues is zero, leading to a conclusion about the principal value being zero.
  • Concerns are raised regarding the implications of having complex poles and how they affect the calculation of the principal value.
  • Another participant questions whether the result of zero for the principal value is valid and references a numerical computation using Mathematica that yields a very small value instead of zero.
  • There is a discussion about the appropriateness of parametrizing small circles around the poles and whether this method is suitable for complex poles compared to real poles.

Areas of Agreement / Disagreement

Participants express differing views on the treatment of poles and the implications for the principal value, with no consensus reached on whether the principal value can be considered zero or if it should yield a different result. The discussion remains unresolved regarding the correct approach to handling the complex poles.

Contextual Notes

Participants highlight the dependence on the nature of the poles (real vs. complex) and the implications for the integration process. There are also unresolved questions about the validity of results obtained through numerical methods versus analytical approaches.

M.B.
Messages
13
Reaction score
0
Hi everyone,

I would like to calculate the following integral:
P\int_0^{\pi}\frac{1}{cos(x)-a}dx, with <br /> |a|\leq 1.
The 'P' in front stands for the so-called Cauchy Principle value.
Whenever a is not in the specified domain, the integrand does not have a pole and one can do the integration immediately (I have Maple computed it for me).
However, when a is in the above domain, the denominator can become zero and one has to integrate through the pole, hence the P.
But, I don't know how to do this in practice.
They say just cut out a piece of size delta before and after the pole and just do the integration. Than take the proper limits.
But, can the same rules be applied as wouldn't a have been in this domain. Is it allowed to use the same techniques as without any poles in the integrand?
Otherwise, are there any other techniques, tricks ... ?

Many thanks in advance.
 
Physics news on Phys.org
For starters,

\int_0^{\pi} \frac{d\theta}{\cos(\theta)-a}=1/2 \int_{-\pi}^{\pi}\frac{d\theta}{\cos(\theta)-a}

and for |a|\leq 1 that always has a pole when a is real. Now what happens if we make the normal substitution with these types of integrals: z=e^{i\theta}? Do that and you'll get a closed-contour integral for |z|=1 with the pole now always on the contour when a is real. But we can indent around the pole rather than going through it. In that case, the integral over this contour is the part not including the indentation, that's the principal value and the contribution from the indentation depending on which direction you go around it. You can calculate the integral over the entire contour (principal value+indentation) by using the Residue Theorem and you can calculate the part over the indentation by letting the radius of that indentation go to zero and using a theorem which describes the value of an integral over such a limited indentation when it's a simple pole. Get them two, bingo-bango, the principal value is left.
 
When you do the typical substitution one gets
\frac{2}{i}\int_{C_1}\frac{dz}{z^2-2za+1}
which results in 2 complex poles (a is real)
z_\pm=a\pm i\sqrt{1-a^2}
which are indeed on the contour.
One could indeed avoid the poles by for example going around them in a small circle but with the poles in the contour.
The residue theorem than says that the contour integral is 2 \pi i times the sum of the residues. In this case adding the residus gives zero.
So, what I have is
\frac{2}{i}\int_{C_1}\frac{dz}{z^2-2za+1}=0=P\frac{2}{i}\int_{0}^{2\pi}\frac{dz}{z^2-2za+1}+\frac{2}{i}\int_{small circles}\frac{dz}{z^2-2za+1}
For the small circles (I have now 2 of them because I have 2 complex poles on the contour), I would parametrize them as follows (for the pole z_+)
z=z_++Re^{i\phi}, dz=iRe^{i\phi}d\phi
and than try to do the integration and take the limit R\to 0
Is this the right track or not at all ... ? (I did not convince myself to this point really).

Anyway, as a remark, the result should be real. Is this always for a principal value integral or is it just in this case because we are integrating a real function over a real domain?
 
When it's a simple pole and you let the radius of the indentation, \rho, go to zero, you can use the theorem which states:

\lim_{\rho\to 0} \mathop\int\limits_{\text{indentation}} fdz=\gamma i r

where \gamma is the radian measure of the indentation and r is the residue of the pole. In your case, gamma is pi right. Also, principal value integrals can be real or complex. It's just real in this case because the integral is real.
 
As mentioned before: I have now 2 complex poles.
When I take pi x i x Residu in both and add them I got zero, meaning the Principle value would be zero ...
That is just twice the same calculation, for the integration along the whole contour and for the poles on the contour. This seems strange to me ...

I did know that poles lying on the contour count for one half of a pole inside the contour.

Also, parametrizing such little circles seems fine to me as long as the pole is indeed on the real axis.
but now, my 2 poles!, are complex ...?
 
M.B. said:
As mentioned before: I have now 2 complex poles.
When I take pi x i x Residu in both and add them I got zero, meaning the Principle value would be zero ...

What's wrong with zero? What happens if you code the original principal-valued integral into Mathematica? For example, using a=9/10:

Code:
In[17]:=
NIntegrate[1/(Cos[z] - 9/10), {z, 0, ArcCos[9/10], 
   Pi}, Method -> "PrincipalValue"]

Out[17]=
-1.1746159600534156*^-13
 
There is apparently nothing wrong with zero,
but to me it is more logical to use small circles on a straight line (e.g. for integrating functions over the whole real axis) than to parametrize them themselve on a circle, which is our contour in this case.

Many thanks!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
7K