title, topic, keyword
Small group, whiteboard, etc
Required in-class time for activities
Leave blank to search both

Activities

Computational Activity

120 min.

Position operator
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.

Small Group Activity

30 min.

Operators & Functions
Students are asked to:
  • Test to see if one of the given functions is an eigenfunction of the given operator
  • See if they can write the functions that are found not to be eigenfunctions as a linear combination of eigenfunctions.
  • Found in: Quantum Fundamentals course(s)

Computational Activity

120 min.

Kinetic energy
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.

Small Group Activity

30 min.

Outer Product of a Vector on Itself
Students compute the outer product of a vector on itself to product a projection operator. Students discover that projection operators are idempotent (square to themselves) and that a complete set of outer products of an orthonormal basis is the identity (a completeness relation).