karlzr said:
Homework Statement
It is about an example from Essential Mathematical methods for physicists by Weber & Arfken, which describes a scattering process:
[tex]I(\sigma)=\int^{+\infty}_{-\infty}\frac{x \sin x dx}{x^2-\sigma^2}[/tex]2. The attempt at a solution
The straightforward way is to contruct a contour and one can find the result is [itex]\pi \cos\sigma[/itex]. Then the author said that since this is not an outgoing scattering wave, we should try a different technique. He moved both singular points off the real axis by letting [itex]\sigma→\sigma+i\gamma[/itex], and obtained [itex]\pi e^{-i\sigma}[/itex] or [itex]\pi e^{i\sigma}[/itex].
My question is, how can one integration has two results? Both methods make sense to me, but lead to totally different values. This problem has bothered me a lot when discussing Green function in quantum mechanics.
You need to worry about how you define such an integral. Let's look at the integral over [0,∞), which we can regard as having f(x) in the numerator and (x^2-s^2) in the denominator; here, I write s instead of σ because it is easier. Assume s>0. The integral
[tex]J = \int_0^{\infty} \frac{f(x)}{x^2-s^2} \, dx[/tex] is improper, so let us try to define it through a limiting procedure. First, though, note that
[tex]J = \int_0^{\infty} \frac{f(x)-f(s)}{x^2-s^2} \, dx +<br />
\int_0^{\infty} \frac{f(s)}{x^2-s^2} \, dx.[/tex]
The first integral is OK, so we need worry only about the second one; that is, we need to worry about the value of
[tex]K = \int_0^{\infty} \frac{1}{x^2-s^2} \, dx.[/tex]
This integral is improper, so must be defined in terms of some type of limiting procedure. Let us try the following:
[tex]K = \lim_{a,b \rightarrow 0+} J_{ab}, \text{ where } J_{ab} = <br />
\int_0^{s-a} \frac{1}{x^2-s^2}\, dx <br />
+ \int_{s+b}^{\infty} \frac{1}{x^2-s^2}\, dx.[/tex]
We have
[tex]J_{ab} = \frac{1}{2s} \ln \left(\frac{2s+b}{2s-a}\right) + \frac{1}{2s} \ln (a/b).[/tex]
If we let a and b go to zero independently, J
ab need not have a limit, but if we let a and b go to zero in a fixed ratio k = a/b, the limit is
[tex]\frac{1}{2s} \ln (k).[/tex] You can see from this that the value of k matters a lot.
The most common form of such improper integrals is the "symmetric" version (called the principle value), which takes a = b and gives
[tex]J = \lim_{a \rightarrow 0+} \int_0^{s-a} \frac{1}{x^2-s^2} \, dx <br />
+ \int_{s+a}^{\infty} \frac{1}{x^2-s^2} \, dx = 0.[/tex]
However, the undeniable fact is that how you define it can affect its value.
As to your question about getting the two possible values π*exp(± i σ), well I would worry even more about getting a complex value for a real integral; the integrand becomes real in the limit as γ → 0, but the integral remains stubbornly complex, with imaginary part equal to ± π sin(σ).
RGV