Quantum Mechanics, a free particle prepared as a gaussian wavepacket

Click For Summary

Homework Help Overview

The discussion revolves around a quantum mechanics problem involving a free particle represented as a Gaussian wave packet. Participants are exploring the mathematical formulation of the wave function and its properties, particularly focusing on the Fourier transform and expectation values.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to normalize the wave function and apply the Fourier transform to derive the momentum space representation. They express uncertainty about the bounds of integration after a change of variables.
  • Some participants confirm the bounds of integration and discuss the implications of the variable substitution used in the Fourier transform.
  • Further attempts are made to compute expectation values, with questions raised about handling complex terms in the integrals and the potential use of known relationships to simplify calculations.
  • One participant suggests that a Fourier transform may be relevant, noting that the transform of a Gaussian function yields another Gaussian.

Discussion Status

The discussion is ongoing, with participants providing insights and confirming each other's reasoning. Some guidance has been offered regarding the relationship between expectation values, but no consensus has been reached on the best approach to simplify the integrals involved.

Contextual Notes

Participants are working under the constraints of homework rules, which may limit the extent of assistance they can provide to one another. There is also mention of a specific method discussed by the lecturer that could facilitate the calculations, though details remain unclear.

Cogswell
Messages
54
Reaction score
0

Homework Statement


The problem is given in the attached image. I'm currently trying to work out question one.

Homework Equations



\phi (k) = \dfrac{1}{2 \pi} \int_{- \infty}^{ \infty} \Psi (x,0) e^{-ikx} dx

The Attempt at a Solution



Okay, so the first thing I did was to normalise it, but then I realized it was already normalised, so there's no need to do so there.

Using the above relevant equation:

\phi (k) = \dfrac{1}{2 \pi} \left( \dfrac{2a}{\pi} \right)^{\frac{1}{4}} \int_{- \infty}^{ \infty} e^{-ax^2} e^{ik'x} e^{-ikx} dx

\phi (k) = \dfrac{1}{2 \pi} \left( \dfrac{2a}{\pi} \right)^{\frac{1}{4}} \int_{- \infty}^{ \infty} e^{-ax^2 + ik'x -ikx} dx

\phi (k) = \dfrac{1}{2 \pi} \left( \dfrac{2a}{\pi} \right)^{\frac{1}{4}} \int_{- \infty}^{ \infty} e^{-[ax^2 + (ik - ik')x]} dx

Using the hint, ## ax^2 + (ik - ik')x = u^2 - \dfrac{(ik - ik')^2}{4a} ## where ## u = \sqrt{a} \left( x+\dfrac{(ik-ik')}{2a} \right)##
And therefore ## du = \sqrt{a} dx ##So then the equation becomes:

\phi (k) = \dfrac{1}{2 \pi} \left( \dfrac{2a}{\pi} \right)^{\frac{1}{4}} \int_{x = - \infty}^{ x = \infty} exp - \left( u^2 - \dfrac{(ik - ik')^2}{4a} \right) dx

\phi (k) = \dfrac{1}{2 \pi} \left( \dfrac{2a}{\pi} \right)^{\frac{1}{4}} \int_{x = - \infty}^{ x = \infty} e^{-u^2} e^{\dfrac{(ik - ik')^2}{4a}} \dfrac{du}{\sqrt{a}}\phi (k) = \dfrac{1}{2 \pi} \left( \dfrac{2a}{\pi} \right)^{\frac{1}{4}} \dfrac{1}{\sqrt{a}} e^{\dfrac{(ik - ik')^2}{4a}} \int_{x = - \infty}^{ x = \infty} e^{-u^2} du

Now how do I change the bounds of integration? If there were still from negative infinity to positive infinity, I'd get ## \sqrt{ \pi} ## for the integral part, so is that right?

I feel like it's not from negative infinity to infinity though.
 
Physics news on Phys.org
The bounds look correct, as your definition of u goes toward -∞ as x goes to -∞, and ∞ as x goes to ∞ (provided that \sqrt{a} is taken to be positive, if it's not, the integral just becomes negative and the \sqrt{a} in front of the integral will make it positive again).
 
Last edited:
Okay thanks.

I have done question 2 and this is what I got:

\Psi (x,t) = \dfrac{\dfrac{1}{2 \sqrt{2a}} \left( \dfrac{2a}{\pi} \right) ^{\frac{1}{4}} exp \left( \dfrac{(ix - \frac{2k'}{4a})^2}{4[\frac{1}{4a} + \frac{iht}{2m}]} \right)}{\sqrt{\frac{1}{4a} + \frac{iht}{2m}}}

where exp is the exponential function.
I asked a friend and he said he also got something this messy for the answer.


However, I run into trouble when I try to do the expectation values of ## x ## and ## x^2 ## for question 3.
I remember my lecturer saying something about a way of solving this (if you know ##<x>## and ## \sigma_x ## then you can work out ## <x^2> ## without having to evaluate 2 more gaussian integrals.

So to work out ##<x>## I use:

&lt;x&gt; = \int^{\infty}_{- \infty} \Psi (x,t)^* (x) \Psi (x,t)dx

And of course I can extract out the constants so I get:

&lt;x&gt; = \left( \dfrac{\dfrac{1}{2 \sqrt{2a}} \left( \dfrac{2a}{\pi} \right) ^{\frac{1}{4}} }{\sqrt{\frac{1}{4a} + \frac{iht}{2m}}} \right)^2 \int^{\infty}_{- \infty} x \cdot exp \left( \dfrac{(ix - \frac{2k&#039;}{4a})^2}{4[\frac{1}{4a} + \frac{iht}{2m}]} \right) exp \left( \dfrac{(-ix - \frac{2k&#039;}{4a})^2}{4[\frac{1}{4a} - \frac{iht}{2m}]} \right)


&lt;x&gt; = \left( \dfrac{\dfrac{1}{2 \sqrt{2a}} \left( \dfrac{2a}{\pi} \right) ^{\frac{1}{4}} }{\sqrt{\frac{1}{4a} + \frac{iht}{2m}}} \right)^2 \int^{\infty}_{- \infty} x \cdot exp \left( \dfrac{(ix - \frac{2k&#039;}{4a})^2}{4[\frac{1}{4a} + \frac{iht}{2m}]} + \dfrac{(-ix - \frac{2k&#039;}{4a})^2}{4[\frac{1}{4a} - \frac{iht}{2m}]} \right)


I don't really know what to do now because I have imaginary's on the top and bottom of the fraction. It doesn't really seem like a gaussian integral.

Anyone know what I can do or if there's an easier/better way to do this (my lecturer said I can do all of question 3 on one page if I knew the shortcuts)? Doing the ## <x^2>## will be similar to this as well I presume.
 
huh, how would I got about opening the attachment?
 
I don't know, I'm sure I attached it before.

Here it is again... hopefully it works
 

Attachments

  • IMG_20130428_144247.jpg
    IMG_20130428_144247.jpg
    14.6 KB · Views: 518
I think your lecturer was talking about finding &lt;x^2&gt; with the relation σ=\sqrt{&lt;x^2&gt; - &lt;x&gt;^2}
 
Last edited:
Last edited:
Yea I've already solved it... I just have to transform this:

\left( \dfrac{\dfrac{1}{2 \sqrt{2a}} \left( \dfrac{2a}{\pi} \right) ^{\frac{1}{4}} }{\sqrt{\frac{1}{4a} + \frac{iht}{2m}}} \right)^2 \int^{\infty}_{- \infty} x \cdot exp \left( \dfrac{(ix - \frac{2k&#039;}{4a})^2}{4[\frac{1}{4a} + \frac{iht}{2m}]} + \dfrac{(-ix - \frac{2k&#039;}{4a})^2}{4[\frac{1}{4a} - \frac{iht}{2m}]} \right)

into the form \dfrac{1}{ \sigma \sqrt{2 \pi}} \int_{- \infty}^{\infty} e^{\frac{-(x- \mu)^2}{2 \sigma ^2}}

using a few algebra tricks and compare co-efficients. This is just the general equation for a normal distribution.

The function is already normalised and so ## \mu ## is the expectation value of x and ## \sigma_x ^2 ## is the variance and I can use those 2 things to work out ## <x^2> ##
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
30
Views
5K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K