The operator \(\hat{L}_z\) that represents the \(z\)-component of angular momentum, the operator \(\hat{L}^2\) that represents the total angular momentum, and the operator \(\hat{H}\) that represents the energy for the rigid rotor (a particle confined to the unit sphere) have eigenvalues given by \begin{align} \hat{L}_z \left|{\ell, m}\right\rangle &=m\hbar \left|{\ell, m}\right\rangle \\ \hat{L}^2 \left|{\ell, m}\right\rangle &=\ell(\ell+1)\hbar^2 \left|{\ell, m}\right\rangle \\ \hat{H} \left|{\ell, m}\right\rangle &=\frac{\hbar^2}{2I}\, \ell(\ell+1)\left|{\ell, m}\right\rangle \end{align} Find the matrix representations for these operators.
keyboard Computational Activity
120 min.
finite difference hamiltonian quantum mechanics particle in a box eigenfunctions
Students implement a finite-difference approximation for the kinetic energy operator as a matrix, and then usenumpy
to solve for eigenvalues and eigenstates, which they visualize.
group Small Group Activity
30 min.
keyboard Computational Activity
120 min.
quantum mechanics operator matrix element particle in a box eigenfunction
Students find matrix elements of the position operator \(\hat x\) in a sinusoidal basis. This allows them to express this operator as a matrix, which they can then numerically diagonalize and visualize the eigenfunctions.group Small Group Activity
30 min.
central forces quantum mechanics eigenstates eigenvalues quantum measurements angular momentum energy hermitian operators probability superposition representations notations degeneracy
Students calculate probabilities for a particle on a ring using three different notations: Dirac bra-ket, matrix, and wave function. After calculating the angular momentum and energy measurement probabilities, students compare their calculation methods for notation.group Small Group Activity
30 min.
assignment Homework
The following are 3 different representations for the \(\textbf{same}\) state on a quantum ring for \(r_0=1\) \begin{equation} \left|{\Phi_a}\right\rangle = i\sqrt{\frac{ 2}{12}}\left|{3}\right\rangle - \sqrt{\frac{ 1}{12}}\left|{1}\right\rangle +\sqrt{\frac{ 3}{12}}e^{i\frac{\pi}{4}}\left|{0}\right\rangle -i\sqrt{\frac{ 2}{ 12}}\left|{-1}\right\rangle +\sqrt{\frac{ 4}{12}}\left|{-3}\right\rangle \end{equation} \begin{equation} \left| \Phi_b\right\rangle \doteq \left( \begin{matrix} \vdots \\ i\sqrt{\frac{ 2}{12}}\\ 0 \\ -\sqrt{\frac{ 1}{12}} \\ \sqrt{\frac{ 3}{12}}e^{i\frac{\pi}{4}} \\ -i\sqrt{\frac{ 2}{12}}\\ 0 \\ \sqrt{\frac{4}{12} }\\ \vdots \end{matrix}\right) \begin{matrix} \leftarrow m=0 \end{matrix} \end{equation} \begin{equation} \Phi_c(\phi) \doteq \sqrt{\frac{1}{24 \pi}} \left( i\sqrt{2}e^{i 3 \phi} -e^{i\phi} +\sqrt{3}e^{i\frac{\pi}{4}} -i \sqrt{2} e^{-i\phi} + \sqrt{4}e^{-i 3 \phi} \right) \end{equation}
If you measured the energy of the state to be \(\frac{9}{2}\frac{\hbar^2}{I}\), what would the state of the particle be immediately after the measurement is made?
face Lecture
30 min.
face Lecture
120 min.
ideal gas particle in a box grand canonical ensemble chemical potential statistical mechanics
These notes from week 6 of Thermal and Statistical Physics cover the ideal gas from a grand canonical standpoint starting with the solutions to a particle in a three-dimensional box. They include a number of small group activities.