How Does Gaussian Wave Packet Transformation Work in Quantum Mechanics?

  • Thread starter Thread starter quasar987
  • Start date Start date
  • Tags Tags
    Substitution
AI Thread Summary
The discussion centers on the transformation of a Gaussian wave packet in quantum mechanics, specifically how to manipulate the wave function using a change of variables. Participants express confusion over the application of substitutions and the completion of the square in the context of integrals. There is debate about the validity of using complex numbers in the transformation and whether the results align with expected forms. The conversation highlights the challenges in understanding the mathematical intricacies involved in quantum wave packet transformations. Ultimately, the discussion reveals a need for clarity on complex analysis and its implications in quantum mechanics.
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
Yes, it's me and the wave packets... again!

This is taken from the text of Gasiorowicz's Quantum Physics 3rd ed. pp.26.

We have a gaussian wave packet at t=0 that is is described by

\psi(x,0)=\int_{-\infty}^{\infty}dke^{-\alpha (k-k_0)^2/2}e^{ikx}

and we apply the change of variable q' = k-k_0. Suposedly the wave packet becomes

\psi(x,0)=e^{ik_0x}e^{-x^2/2\alpha}\int_{-\infty}^{\infty}dq'e^{-\alpha q'^2/2}

How does one gets to that? When I make the substitution k = q' + k_0, I get

e^{ik_0x}\int_{-\infty}^{\infty}dq' e^{-\alpha q'^2/2}e^{iq'x}
 
Physics news on Phys.org
Combine the exponentials under the integral and complete the square (for q') in the resulting exponent.

Regards,
George
 
I really don't like that Gasiorowicz book. It's the one that's purple and yellow on the front right? When substituting I get the same thing you do. It seems that he's "pulling out" the e^{iq'x} from the integral and it "becomes" e^{-x^2/2\alpha }. Let's simplify some thing. Let b = -a/2, and let y be used where x was being used, and let x be used where q' was being used. The integrand is then:

dx ebx2 + ixy

We want to see why:

\int _{-\infty } ^{\infty } dx\, \exp (bx^2 + ixy) = \exp \left (\frac{y^2}{4b}\right ) \int _{-\infty } ^{\infty }dx\, \exp (bx^2)

Using Wolfram's "The Integrator" we get that the left side of the equation in indefinite form is the top thing in the attached image, and the right side is the bottom thing.

This is exactly what we want if

\lim _{x \to \infty} \left [\mbox{Erfi}\left (\frac{2bx + iy}{2\sqrt{b}}\right ) - \mbox{Erfi}\left (\frac{2b(-x) + iy}{2\sqrt{b}}\right )\right ] = \lim _{x \to \infty} \left [\mbox{Erfi}(\sqrt{b}x ) - \mbox{Erfi} (\sqrt{b}(-x))\right ]

\lim _{x \to \infty} \left [\mbox{Erfi}\left (\sqrt{b}x + \frac{iy}{2\sqrt{b}}\right ) - \mbox{Erfi}\left (\sqrt{b}(-x) + \frac{iy}{2\sqrt{b}}\right )\right ] = \lim _{x \to \infty} \left [\mbox{Erfi}(\sqrt{b}x ) - \mbox{Erfi} (\sqrt{b}(-x))\right ]

This would seem plausible because iy/2√b would just be a constant, but it's a complex number, and from what I could tell, Erfi takes real arguments only. I have no idea why the Integrator would put the "i" in the argument, I don't always trust that application.
 

Attachments

  • integral.JPG
    integral.JPG
    4.6 KB · Views: 465
Last edited:
Ouch, yes, completing the square is much less involved. However, I still run into a problem, namely that I end up with:

\psi (x, 0) = e^{ik_0x}e^{-x^2/2\alpha }\int _{-\infty } ^{\infty} dq' \, e^{-\alpha \mathbf{(q' - xi/\alpha )}^2/2}

instead of:

\psi (x, 0) = e^{ik_0x}e^{-x^2/2\alpha }\int _{-\infty } ^{\infty} dq' \, e^{-\alpha \mathbf{q}'^2/2}

If i weren't imaginary, then a simple change of variables from q' to q' - xi/a (or something like that) would make everything okay. I haven't done any complex analysis - is such a substitution valid? If q' goes from -\infty to \infty, would it make sense to say that q' - xi/a ranges over the line in the complex plane {c + di : d = -x/a}?
 
AKG said:
Ouch, yes, completing the square is much less involved. However, I still run into a problem, namely that I end up with:

\psi (x, 0) = e^{ik_0x}e^{-x^2/2\alpha }\int _{-\infty } ^{\infty} dq' \, e^{-\alpha \mathbf{(q' - xi/\alpha )}^2/2}

instead of:

\psi (x, 0) = e^{ik_0x}e^{-x^2/2\alpha }\int _{-\infty } ^{\infty} dq' \, e^{-\alpha \mathbf{q}'^2/2}

I was going to post that.

Edit: Actually, no. Instead of

\psi (x, 0) = e^{ik_0x}e^{-x^2/2\alpha }\int _{-\infty } ^{\infty} dq' \, e^{-\alpha \mathbf{(q' - xi/\alpha )}^2/2}

I got

\psi (x, 0) = e^{ik_0x}e^{-x^2/2\alpha }\int _{-\infty } ^{\infty} dq' \, e^{-\alpha \mathbf{(iq' + x/\alpha )}^2/2}
 
Last edited:
-a(iq + x/a)²/2 = -a(iq + ix/ia)²/2 = -a(i(q - ix/a))²/2 = -ai²(q - ix/a)²/2 = a(q - ix/a)²/2, so your exponent is just the negative of mine. However, I'm pretty sure I completed the square correctly. Also, when you complete the square, say, in the variable q, then you want to end up with something of the form A(q - B)² + C, you shouldn't have iq or anything like that (you should have factored the i out, but there was no i to factor). Actually, you should be able to see that yours is wrong, because when you square it, the q² term will be -a(iq)² = aq², but we know that the original thing we were working with had -aq² as the q² term.
 
AKG said:
Is that supposed to be a reason for why the "i" is in there, or is that supposed to be reason to distrust Integrator?

About the trust part.
 
  • #10
AKG said:
-a(iq + x/a)²/2 = -a(iq + ix/ia)²/2 = -a(i(q - ix/a))²/2 = -ai²(q - ix/a)²/2 = a(q - ix/a)²/2, so your exponent is just the negative of mine. However, I'm pretty sure I completed the square correctly. Also, when you complete the square, say, in the variable q, then you want to end up with something of the form A(q - B)² + C, you shouldn't have iq or anything like that (you should have factored the i out, but there was no i to factor). Actually, you should be able to see that yours is wrong, because when you square it, the q² term will be -a(iq)² = aq², but we know that the original thing we were working with had -aq² as the q² term.

I wrote it wrong, sorry! Forget the negative sign.

The way I completed the square is

\frac{-\alpha q'^2}{2}+iq'x = \left(i\sqrt{\frac{\alpha}{2}}q'+\frac{x}{\sqrt{2\alpha}}\right)^2-\frac{x^2}{2\alpha}
 
  • #11
You normally don't see people complete the square as you have. Normally they do this:

Aq² + Bq + C
= A(q² + B/Aq) + C
= A[q² + B/Aq + (B/2A)² - (B/2A)²] + C
= A(q + B/2A)² + (C - B²/4A)

so inside the bracket, the "q" is not multiplied by any factor (the factor appears outside the bracket). However, what you have now is technically correct, but now what do we do with it? Since it's the same thing I have in post 4, how do we get the "-xi/a" to disappear?
 
  • #12
Sorry - from eyeballing the problem I thought completing the square would do the trick. AKG's substitution can be justified by using the residue theorem and an appropriate contour of integration.

Consider

<br /> \int dz e^{-\frac{\alpha}{2} \left( z - ib \right)^2}<br />

for complex values z = x + iy.

Because the integrand in analytic, the residue theorem give that this integral is zero around any closed path (contour) in the complex plane. Consider the closed contour that consists of a horizontal path z = -x + 0i for x = -a to x = a, a vertical path z = a + iy for y = 0 to y = b, a horizontal path z = x + ib for x = a to x = -a, and a vertical path z = a + iy for y = b to y = 0.

Along the bottom horizontal path, dz = dx, and if we let a \rightarrow \infty[/itex], we get the required integral. Along the to horizontal path, dz = dx, and if we let a \rightarrow \infty[/itex], we get AKG's substitution. If it can be shown that the integrals along the 2 vertical paths die as a \rightarrow \infty[/itex], then the "substitution" is valid.

Along the right vertical path, dz = dy, and the integral is

<br /> \int_{0}^{b} dy e^{-\frac{\alpha}{2} \left( a + iy - ib \right)^2}.<br />

Square the brackets and factor out the

<br /> e^{-\frac{\alpha}{2} a^2}.<br />

This dies fast enough to kill the integral. Same thing on the left.

Regards,
George
 
Back
Top