Total angular momentum operator for a superposition

Click For Summary

Discussion Overview

The discussion revolves around the application of the total angular momentum operator in quantum mechanics, specifically in the context of superpositions of eigenstates. Participants explore how to calculate the expected value of total angular momentum for different wavefunctions and the implications of measurement on these values.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant presents a calculation for the expected value of total angular momentum for a superposition of eigenstates, questioning if their approach is correct.
  • Another participant suggests applying the Born rule to find the expectation value based on the probabilities associated with the eigenstates.
  • A different participant acknowledges a simpler approach and suggests that both methods lead to the same result.
  • One participant introduces a modified wavefunction and poses questions about calculating the expectation value and the probability of measurement outcomes.
  • Another participant points out a potential mistake regarding the squaring of the angular momentum values in earlier posts.
  • Concerns are raised about the distinction between the expectation value of the angular momentum vector and its squared magnitude, emphasizing the need for careful operator treatment.
  • Participants discuss the probabilities of measurement outcomes, with some asserting that the wavefunction collapses upon measurement, leading to certainty in subsequent measurements.
  • Clarifications are made regarding the calculation of probabilities based on the coefficients of the wavefunction, with some participants correcting earlier assumptions about measurement probabilities.

Areas of Agreement / Disagreement

Participants express differing views on the correct approach to calculating expectation values and probabilities, with no consensus reached on the best method. Some agree on the importance of distinguishing between different types of angular momentum calculations, while others clarify their understanding of measurement probabilities.

Contextual Notes

Participants highlight the need to be cautious with the definitions and calculations involving angular momentum operators, particularly regarding the distinction between the vector and squared forms of angular momentum.

Who May Find This Useful

This discussion may be of interest to students and practitioners of quantum mechanics, particularly those exploring angular momentum in quantum systems and the implications of superposition and measurement theory.

DivGradCurl
Messages
364
Reaction score
0
Hi all,

Quick quantum question. I understand the total angular momentum operation [tex]\hat{L}^2 \psi _{nlm} = \hbar\ell(\ell + 1) \psi _{nlm}[/tex] which means the total angular momentum is [tex]L = \sqrt{\hbar\ell(\ell + 1)}[/tex] But how about applying this to an arbitrary superposition of eigenstates such as this [tex]\psi = \frac{1}{\sqrt{2}} \psi _{310} + \frac{1}{\sqrt{2}} \psi _{420}[/tex] and trying to find the expected value of the total angular momentum? Here is my best guess: [tex]\hat{L}^2 \psi = \frac{1}{\sqrt{2}} \hbar \, 1(1+ 1) \psi _{310} + \frac{1}{\sqrt{2}} \hbar \, 2(2 + 1) \psi _{420} = \frac{2}{\sqrt{2}} \hbar \psi _{310} + \frac{6}{\sqrt{2}} \hbar \psi _{420}[/tex] so the expected value is [tex]\langle L ^2 \rangle = \left( \frac{2}{\sqrt{2}} \hbar \right)^2 + \left( \frac{6}{\sqrt{2}} \hbar \right)^2[/tex] which means the expected value of the total angular momentum is maybe [tex]\langle L \rangle = \sqrt{ \left( \frac{2}{\sqrt{2}} \hbar \right)^2 + \left( \frac{6}{\sqrt{2}} \hbar \right)^2}[/tex] Is this correct? Thank you
 
Physics news on Phys.org
Just apply the Born rule. Your wave function is of the form ##\psi=\alpha\psi_1+\beta\psi_2## where ##\psi_1## and ##\psi_2## are eigenvectors of ##L^2## with eigenvalues ##\lambda_1## and ##\lambda_2##, so the probability of getting the result ##\lambda_1## is ##\alpha^2## and the probability of getting the result ##\lambda_2## is ##\beta^2##. That makes the expectation value ##\alpha^2\lambda_1+\beta^2\lambda_2##.

Plug in your known values and you're done.
 
Yeah, I see your point. There is a simpler way to approach it. Looks like we're arriving at the same answer either way, which is good. Thanks
 
Let me bring an additional question, related to the original post with an added twist. If I were to change the wavefunction to, for example [tex]\psi = \frac{1}{\sqrt{2}} \psi_{100} + \frac{1}{\sqrt{2}} \psi_{310}[/tex] and wanted (1) the expectation value of the total angular momentum and (2) the probability of a single measurement yielding the value found in (1), is this correct...

(1) Finding the expectation value of the total angular momentum
[tex]\langle L \rangle = \sqrt{ \left( \frac{1}{\sqrt{2}} \right) ^2 \, 0 (0 +1) \hbar + \left( \frac{1}{\sqrt{2}} \right) ^2 \, 1 (1 +1) \hbar } = \sqrt{ \frac{1}{2} \, 2 \hbar} = \sqrt{\hbar}[/tex]

(2) The probability of a single measurement yielding the value found in (1)

100% since the wavefunction collapses upon the measurement. Is that right? Thanks again! :)
 
I've just caught my own mistake. Every [tex]\hbar[/tex] in the above posts should be squared. Other than that, I'm assuming it's correct.
 
(1): You have to be a bit careful with the operators. [itex]\langle |\mathbf{L}| \rangle = \left\langle \sqrt{ \mathbf{L}^2 }\right\rangle[/itex] is not the same as [itex]\sqrt{\langle \mathbf{L}^2 \rangle}[/itex] in general.

(2): How do you calculate the probabilities? Do you get different probabilities for the state of your initial post and if yes, why?
 
  • Like
Likes   Reactions: blue_leaf77
DivGradCurl said:
which means the expected value of the total angular momentum is maybe [tex]\langle L \rangle = \sqrt{ \left( \frac{2}{\sqrt{2}} \hbar \right)^2 + \left( \frac{6}{\sqrt{2}} \hbar \right)^2}[/tex] Is this correct? Thank you
In which context did you want or were asked to calculate the expectation value of the total angular momentum? Usually, the term "total angular momentum" is sufficiently referred to the square modulus of the angular momentum ##|\mathbf{L}|^2##. Otherwise, angular momentum is a vector, it may be more relevant to calculate the expecation value of the vector angular momentum.
 
DivGradCurl said:
(2) The probability of a single measurement yielding the value found in (1)

100% since the wavefunction collapses upon the measurement. Is that right?

As long as you meant "subsequent" instead of "single", yes. First measurement applied to the superposed state collapses the wave function to the eigenfunction whose eigenvalue is what you measured; subsequent measurements give you that value with probability 100%.

(BTW, this only works because ##L^2## commutes with the Hamiltonian. Otherwise the post-measurement state, whose evolution is governed by the time-dependent Schrödinger equation, would evolve into something that is not a eigenfunction of ##L^2##).

Edit: Oh... and also what BlueLeaf just said. You want to be talking about ##L^2## not ##\vec{L}##
 
Hi,

On (1), thanks for bringing that point up. I guess I should express my solution as
[tex]\langle |\mathbf{L}| \rangle = \left\langle \sqrt{ \mathbf{L}^2 }\right\rangle[/tex]
which is what it seems to be.
On (2), the probabilities are just the modulus squared of the coefficients, which I arbitrarily assumed as [tex]\frac{1}{\sqrt{2}}[/tex] Then, in the original post, the probability would be 1/2 for each eigenstate.
 
  • #10
DivGradCurl said:
On (2), the probabilities are just the modulus squared of the coefficients, which I arbitrarily assumed as [tex]\frac{1}{\sqrt{2}}[/tex] Then, in the original post, the probability would be 1/2 for each eigenstate.
Then why did you write about a probability of 1 in post #4? Did you intend to talk about subsequent measurements (like Nugatory suggested in post #8)?
 
  • #11
Exactly, subsequent measurements and wavefunuction collapse, giving probability of 1. Thanks
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
644
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 7 ·
Replies
7
Views
971
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 56 ·
2
Replies
56
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K