Quantum Mechanics: Even/Odd Stationary States

Click For Summary

Homework Help Overview

The problem involves a particle of mass m in an infinite square well of width a, described by a wave function that is a linear superposition of the ground and first excited eigenstates. The task is to find the expectation value of the position of the particle at time t, using the properties of the wave functions and integrals involved.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the methodology of evaluating the expectation value by considering the evenness and oddness of the integrands involved in the integrals. There are questions about the validity of setting certain integrals to zero based on symmetry arguments.

Discussion Status

Some participants have offered guidance on checking the symmetry of the wave functions and the implications for the integrals. There is an acknowledgment of the potential pitfalls in assuming certain integrals yield zero without thorough verification. The discussion is ongoing, with participants exploring different aspects of the problem.

Contextual Notes

Participants note the importance of boundary conditions for the wave functions and the implications of symmetry in the infinite square well setup. There is a concern about the impact of zero results on the overall analysis of the system's behavior over time.

QuantumBunnii
Messages
15
Reaction score
0

Homework Statement



A particle of mass m in the infinite square well of width a at time t = 0 is in a linear superposition of the ground- and the first excited- eigenstates, specifically it has the wave function

$$| \Psi(x,t) > = A[ | \psi_1 > + e^{i \phi} | \psi_2 >$$

Find the expectation value <x(t)> of the position of the particle at time t.

Homework Equations



&lt; f(x,t) | g(x,t) &gt; = \int_{-a/2}^{a/2} f(x,t)^{*}g(x,t)\ dx
$$ <x(t)> = < \Psi(x,t) | x \Psi(x,t) > $$

The Attempt at a Solution



Obtaining a solution for this problem isn't extraordinarily difficult-- given the stationary states \psi_1 and \psi_2, we can simply plug them into the above equations and-- after having normalized for 'A'-- solve for <x(t)>. My question is a more methodological one, regarding the even-ness and odd-ness of the integrands. After going through a few steps to solve for <x>, we would obtain the following solution:

$$ <x> = A < \psi_1 | x \psi_1 > + B | \psi_1 | x \psi_2 > + C < \psi_2 | x \psi_1 > + D < \psi_2 | x \psi_2 > $$

where A, B, C, and D, are imaginary constants.
In the interest of time, I decided to consider the even-ness and odd-ness of the above integrands: ## \psi_{0,2,4,...} ## correspond to odd functions, and ## \psi_{1,3,5,...} ## correspond to even functions. 'x' should also be considered an odd function, since I have chosen the integral to run from -a/2 to a/2. Hence, we can determine whether each integrand is ultimately even or odd (even times even is even; odd times even is odd; etc.), and immediately set the odd integrands to zero (integrating an odd function centered at the origin yields a value of zero). This would mean: A = 0 and D = 0. However, this turns out to give me the wrong answer, as it seems I'm supposed to consider the value of *all* the integrals.

I tried to keep the mathematical calculations in this question to a minimum; I would just like to know whether the above methodology is mathematically intact (I almost hope it isn't...), and-- if so-- why it doesn't work out in this case.

Thanks for any help.
 
Physics news on Phys.org
The methodology seems pretty much fine. Check the endpoints of the well in the problem statement to make sure there is symmetry across x=0. If so, it would not be A and D which were zero, but the inner products &lt;\psi_1|x|\psi_1 &gt; and &lt;\psi_2|x|\psi_2 &gt;. Perhaps this is for the general case where the endpoints are not symmetrically located across x = 0. Also A in your last equation is not the same A as in your first equation, but perhaps you know this. B and C would depend on phi, which depends on time.

$$ <x(t)> = < \Psi(x,t) | x \Psi(x,t) > = A^*A( <\psi_1| + e^{-i\phi} <\psi_2|)x( | \psi_1 > + e^{i \phi} | \psi_2 >) $$

$$ A^*A( <\psi_1|x|\psi_1 > + e^{i \phi} <\psi_1|x| \psi_2> + e^{-i\phi} <\psi_2|x|\psi_1 > + <\psi_2 |x| \psi_2 >) $$
 
The nature of the infinite square well is such that there is always symmetry about the center (inside, the stationary states represent standing waves). In my particular case, I have chosen the center to lie at x=0 so that I may employ the odd-ness of the function f(x) = x and pursue the methods outlined above, which naturally elicit the following: &lt; \psi_1 | x \psi_1 &gt; = &lt; \psi_2 | x \psi_2 &gt; = 0.
However, anylitically solving each integral will yield a value of zero for all of them.

To be sure, the infinite square well of width 'a' has the following stationary states:

| \psi_n &gt; = \sqrt{ \frac{2}{a} } sin( n \pi x / a)

So...

&lt; \psi_1 | x \psi_1 &gt; = \frac{2}{a} \int_{-a/2}^{a/2} xsin^{2}( \pi x / a)\ dx = 0

&lt; \psi_2 | x \psi_2 &gt; = \frac{2}{a} \int_{-a/2}^{a/2} xsin^{2}( 2 \pi x /a)\ dx = 0

&lt; \psi_1 | x \psi_2 &gt; = &lt; \psi_2 | x \psi_1 &gt; = \frac{2}{a} \int_{-a/2}^{a/2} xsin( \pi x /a)sin(2 \pi x /a)\ dx = 0

(Results obtained from WolframAlpha)
The former two results are expected in light of the integrands' oddness, but the lattermost result is confounding, and constitutes the basis of my question. I'm sure there's something wrong with my 'even/odd-ness' approach (I wouldn't doubt the validity of explicit integration), I'm just not sure what.
(Honestly, I'd just stick to explicit integration, but this might not turn out so well on a 50-minute midterm :\)

Edit: Nvm.. Even if 'zero' was the true result, this would void the possibility of any time-oscillatory terms (zero truncates everything )which are otherwise present in a system running from 0 to a...
 
Last edited:
QuantumBunnii said:
To be sure, the infinite square well of width 'a' has the following stationary states:

| \psi_n &gt; = \sqrt{ \frac{2}{a} } sin( n \pi x / a)

Check to see if these wavefunctions satisfy the boundary conditions at x = ±a/2.
 
TSny said:
Check to see if these wavefunctions satisfy the boundary conditions at x = ±a/2.

Wow-- completely overlooked that.

Thanks a lot!
 

Similar threads

Replies
16
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
3
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K