Introductory quantum mechanics (particle in a box)

Click For Summary

Homework Help Overview

The discussion revolves around the expectation values of position and momentum for a particle in a one-dimensional box, described by a normalized wavefunction. Participants are exploring the mathematical framework of quantum mechanics, particularly focusing on the integration of wavefunctions and the application of quantum operators.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the integration process for calculating expectation values, questioning the correctness of their methods and the application of operators. There are inquiries about simplifying integrals and the implications of combining constants. Some participants express confusion regarding the application of operators for position and momentum.

Discussion Status

Some participants have confirmed the correctness of the position expectation value calculation, while others are still clarifying the momentum calculation. There is an ongoing exploration of the differences in applying operators to the wavefunction, with guidance being offered on the correct placement of operators in integrals.

Contextual Notes

Participants are grappling with the mathematical intricacies of quantum mechanics, particularly in relation to the normalization of wavefunctions and the implications of operator actions on these functions. There is a noted confusion about the consistency of applying different operators for position and momentum.

Nono713
Gold Member
MHB
Messages
615
Reaction score
4

Homework Statement



The (normalized) wavefunction of the particle is defined as:

[tex]\psi_n = \sqrt{\frac{2}{L}} \sin \left ({\frac{\pi n}{L} x} \right )[/tex] for [tex]0 \leqslant x \leqslant L[/tex] and [tex]\psi_n = 0[/tex] otherwise, where L is the length of the one-dimensional box and n is the particle's energy level (so n is a nonzero positive integer).

1. Find the expectation values for the particle's position.
2. Find the expectation values for the particle's momentum.

Homework Equations



Quantum operators on the wavefunction.
Calculus.

The Attempt at a Solution



1. We integrate over the wavefunction squared using the position operator (which is just x) to obtain the expectation values for the particle's position:
\begin{align*}\int_0^L | \psi_n |^2 x ~~ dx &= \int_0^L x \frac{2}{L} \sin^2 \left ({\frac{\pi n}{L} x} \right ) ~~ dx \\
&= \frac{2}{L} \int_0^L \frac{x}{2} \left (1 - \cos \left ({\frac{2 \pi n}{L} x} \right ) \right ) ~~ dx = \frac{1}{L} \int_0^L x - x\cos \left ({\frac{2 \pi n}{L} x} \right ) ~~ dx \\
&= \frac{1}{L} \left [ \frac{x^2}{2} \right ]_{0}^{L} - \frac{1}{L} \left [ x\sin \left ({\frac{2 \pi n}{L} x} \right ) + \cos \left ({\frac{2 \pi n}{L} x} \right ) \right ]_0^L ~~ dx = \frac{L}{2}\end{align*} So the expectation value for position is always the middle of the box for any energy level.

2. We use the momentum operator which is -ih d/dx, so:
[tex]\frac{d}{dx} = \sqrt{2} \pi \left ( \frac{1}{L} \right )^\frac{3}{2} n \cos{ \left ( \frac{\pi n}{L} x \right ) }[/tex]
\begin{align*}-ih \int_0^L | \psi_n |^2 \frac{d}{dx} ~~ dx &= -ih \int_0^L \frac{2}{L} \sin^2 \left ({\frac{\pi n}{L} x} \right ) \sqrt{2} \pi \left ( \frac{1}{L} \right )^\frac{3}{2} n \cos{ \left ( \frac{\pi n}{L} x \right ) } ~~ dx \\
&= -ih \frac{2}{L} \sqrt{2} \pi \left ( \frac{1}{L} \right )^\frac{3}{2} n \int_0^L \sin^2 \left ({\frac{\pi n}{L} x} \right ) \cos{ \left ( \frac{\pi n}{L} x \right ) } ~~ dx \\
&= c \int_0^L \sin^2 \left ({\frac{\pi n}{L} x} \right ) \cos{ \left ( \frac{\pi n}{L} x \right ) } ~~ dx
\end{align*} where [itex]c = -ih \frac{2}{L} \sqrt{2} \pi \left ( \frac{1}{L} \right )^\frac{3}{2} n[/itex]

Using substitution, we obtain:
[tex]c \left [ \frac{\sin^3{ \frac{\pi n}{L} x }}{3 \frac{\pi n}{L}} \right ]_0^L = 0[/tex]So the momentum is zero for any energy level.

---

Is the reasoning and maths correct? And does anyone have any tips to simplify the integrals, they are incredibly messy I find - would it help to just always bunch up constants into a single letter like I did for 2) and are there dangers in doing this?
 
Last edited by a moderator:
Physics news on Phys.org
The expectation value of an operator ##\hat{A}## is given by
$$\langle \hat{A} \rangle = \int \psi^* \hat{A} \psi \, dx.$$ Your calculation for <x> turns out to be correct, but the one for <p> isn't. You should have
$$\langle \hat{p} \rangle = \int \psi^* \hat{p} \psi \, dx = \int \psi^* \left(\frac{\hbar}{i}\frac{d}{dx}\right) \psi \, dx$$
 
Ah, I see. So if I replace my -ih with h / i it will be correct? It should still come to zero anyway because it's a constant difference, right?

Is there a reason operators are placed in between the conjugate of the wavefunction and the wavefunction, rather than just multiplying it with the wavefunction's modulus squared? Just wondering.
 
Nono713 said:
Ah, I see. So if I replace my -ih with h / i it will be correct? It should still come to zero anyway because it's a constant difference, right?
h/i = -ih

Is there a reason operators are placed in between the conjugate of the wavefunction and the wavefunction, rather than just multiplying it with the wavefunction's modulus squared? Just wondering.
Yes, that was my point. Your method is wrong. The operator acts on ψ, and then you evaluate the resulting integral.
 
vela said:
h/i = -ih
Right, that makes sense.

Yes, that was my point. Your method is wrong. The operator acts on ψ, and then you evaluate the resulting integral.
If I get this right, the difference is in the derivative for momentum, so I have to take the derivative of ψ, multiply it with -ih, then multiply that with ψ* and then integrate?

But then why is position correct, shouldn't the operator x do nothing to ψ, and so I end up with |ψ|^2 and not x|ψ|^2 ?

I'm very confused now. I think I understand the concept but it doesn't seem to be consistently applied for momentum and position.
 
The operator ##\hat{x}## simply ends up multiplying ψ by x, that is, ##\hat{x}\psi \to x\psi##, so you end up with
$$\int \psi^* x \psi \,dx$$ which is equal to the integral you got.
 
Right, that makes much more sense. Thanks a lot Vela! I think I can solve the problem correctly now :)
 

Similar threads

Replies
9
Views
3K
Replies
2
Views
2K
Replies
2
Views
2K
Replies
4
Views
2K
Replies
0
Views
2K
  • · Replies 15 ·
Replies
15
Views
4K
Replies
46
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K