Questions tagged [cauchy-principal-value]

Computation of Cauchy principal values of integrals. May be tied in with contour integration, but should be separate from definite-integrals.

Suppose $f$ has a singularity at $c\in (a,b)$, and for each $\epsilon>0$, $f$ is integrable on $(a,c-\epsilon)$ and $(c+\epsilon,b)$. Then, the Cauchy principal value of $\int _a^b f(x) dx$ is defined as $$ \operatorname{pv\!\!}\int_a^b f(x) dx := \lim_{\varepsilon\to 0^+} \int _a^{c-\varepsilon} f(x)\,dx + \int _{c+\varepsilon}^b f(x)\,dx $$ The principal value can exist even if the integral does not. For instance, although $f(x)=1/x,x\neq 0$ is not integrable on $[-1,1]$ since neither sided integral converges, the principal value of the integral is zero by cancellation. If $f$ is improperly integrable on $[a,b]$ anyway, the prinicpal value agrees with the usual result. The principal value is defined similarly over an infinite range of integration: to assign a value to $\int_{\mathbb{R}} f(x)\,dx$, we take $$ \lim_{a\to +\infty} \int _{-a}^{a} f(x)\,dx $$ There are similar definitions for a function with finitely many singularities on $\mathbb R$.

See also the Wikipedia page on the Cauchy principle value.

294 questions
4
votes
0 answers

How to calculate this principal value? The numeric answer is amazing to me.

I need to calculate the following principal value: $$ PV\int_{\pi/a}^\infty \frac{x}{x^2-x_0^2} cos(\sqrt{x^2-(\pi/a)^2}r)\frac{\sqrt{x_0^2-(\pi/a)^2}}{\pi\sqrt{x^2-(\pi/a)^2}}dx $$ At first I thought there was no analytical answer to it, but…
Jieyu You
  • 41
  • 1
4
votes
1 answer

Is there a reason to prefer the improper integral for some cases over the Cauchy principal value?

Suppose one integrates $$ \int^1_0 \frac{1}{4y - 1} \, \mathrm{d} y $$ Evaluating one obtains: $$-\infty - 0 + \infty + \frac{\ln 3}{4} $$ which is indeterminate. However, $$\lim_{y \rightarrow \frac{1}{4}} \frac{\ln (4y - 1)}{4} - 0 - \frac{\ln…
2
votes
1 answer

Evaluating Cauchy Principal value in Tricomi's formula

How to evaluate the Cauchy principal value of the following integral which appears in Tricomi's formula, $$P \int _a^b dt\, \frac{\sqrt {(t - a)(b - t)}}{\pi (x - t)} t$$ $x$ takes values in $[a, b]$ and $P$ stands for Cauchy Principal value.
2
votes
0 answers

Problem with Hilbert Transform of $\operatorname{sgn}(t)$

I haven't found a duplicate question, but apologies in advance if this is a dup. At the DSP SE we were asked about the Hilbert Transform of the unit step (you math guys call it the Heaviside step function which is the sum of a constant and the…
2
votes
0 answers

Should $p.v.\int_0^1 x\cot(\pi x)dx$ converge?

If I consider the Cauchy principal value integral of the function $x\cot(\pi x)$ can I expect convergence? For example, ordinarily the following integrals, $$\int_0^1x\cot(\pi x)dx,$$ or $$\int_0^{1.5}x\cot(\pi x)dx,$$ do not converge.…
pshmath0
  • 10,565
2
votes
1 answer

Cauchy Integral with two poles on the contour

We should find the Cauchy principal value integral of the form $$ I=\oint \frac{dz}{(z-z_1)(z-z_2)}~, $$ where both roots $z_1$ and $z_2$ lie on the contour path. My answer is: $$ I=a \left(-\oint \frac{dz}{z-z_1}+\oint…
Wizzerad
  • 149
1
vote
0 answers

Principal value for a case with many variables involved

I'm having problems in an integral of many variables in which one of them leads to a Dirac delta and a Principal value. I have to solve \begin{equation} Int = \int dp dp' dk dk' dq f[p,p'] f[k,k'] \delta (p-p'-q)\delta (k-k'+q) \int_0^\infty e^{-i…
1
vote
1 answer

Cauchy Principal Value

How do we evaluate the Cauchy Principal value for: $$ \int_{-\infty}^\infty\frac{\cos kx}{x-a}dx $$ Given, a is real, k >${\ 0}$? I thought of integrating from ${-\infty}$ to ${\ a}$ and then from ${\ a}$ to ${+\infty}$ Any help will be…
1
vote
1 answer

Principal value that involves logarithms

I am trying to demonstrate that the principal value via partial fractions of (exercise VII.6.1 from Gamelin's Complex Analysis) $$ \operatorname{P.V.}\int_0^\infty\frac{dx}{1-x^2}=\lim_{\epsilon\rightarrow0}\,\left[\int_0^{1-\epsilon}…
user2820579
  • 2,389
0
votes
0 answers

Cauchy principal value

I strongly believe the following statement : "If $g\varphi$ is integrable for any smooth $\varphi$ with compact support then $g$ is locally integrable." But then I also know that $\text{vp}(\frac{1}{x}) : \varphi \mapsto \lim_{\varepsilon…
James Well
  • 1,209
0
votes
2 answers

Cauchy Principal Value Integral of Simple Rational Functions

How do I find the Cauchy Principal Value of the following integral (or how do I show if the value does not exist at all?): $\int\limits_{-\infty}^\infty\frac{\text{dx}}{x-2}$ The integrand possesses a discontinuity at $x=2$. The limits of…