Activities
Students compute inner products to expand a wave function in a sinusoidal basis set. This activity introduces the inner product for wave functions, and the idea of approximating a wave function using a finite set of basis functions.
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.
Students implement a finite-difference approximation for the kinetic energy operator as a matrix, and then use numpy
to solve for eigenvalues and eigenstates, which they visualize.
Students solve for the equations of motion of a box sliding down (frictionlessly) a wedge, which itself slides on a horizontal surface, in order to answer the question "how much time does it take for the box to slide a distance \(d\) down the wedge?". This activities highlights finding kinetic energies when the coordinate system is not orthonormal and checking special cases, functional behavior, and dimensions.
Students become acquainted with the Spins Simulations of Stern-Gerlach Experiments and record measurement probabilities of spin components for a spin-1/2 system. Students start developing intuitions for the results of quantum measurements for this system.
Students consider the relation (1) between the angular momentum and magnetic moment for a current loop and (2) the force on a magnetic moment in an inhomogeneous magnetic field. Students make a (classical) prediction of the outcome of a Stern-Gerlach experiment.
This activity allows students to puzzle through indexing, the from of operators in quantum mechanics, and working with the new quantum numbers on the sphere in an applied context.