Chapter 8 Further Reading

Primary References

J.J. Sakurai and Jim Napolitano, Modern Quantum Mechanics, 3rd ed. (Cambridge, 2021), Chapter 1

Sakurai's Chapter 1 is the gold standard for learning Dirac notation. It starts with the Stern-Gerlach experiment and builds the entire formalism from spin-1/2 — exactly the approach we took in Case Study 1. Sakurai is particularly clear on the distinction between kets and their representations, and his treatment of the position and momentum bases is thorough without being pedantic. If you read only one other source on this material, make it this one.

Recommended sections: 1.1 (The Stern-Gerlach Experiment), 1.2 (Kets, Bras, and Operators), 1.3 (Base Kets and Matrix Representations), 1.4 (Measurements, Observables, and the Uncertainty Relations), 1.5 (Change of Basis), 1.6 (Position, Momentum, and Translation), 1.7 (Wave Functions in Position and Momentum Space).

Ramamurti Shankar, Principles of Quantum Mechanics, 2nd ed. (Springer, 1994), Chapter 1

Shankar takes a different approach from Sakurai: he develops the linear algebra first (Chapter 1), treating it as pure mathematics before connecting it to physics. This is valuable because it separates the mathematical structure from the physical interpretation. If you found the math in our chapter moving too fast, Shankar's Chapter 1 is an excellent supplement — it covers vector spaces, inner products, operators, eigenvalue problems, and functions of operators with many more intermediate steps.

Recommended sections: 1.1--1.9 (the entire chapter is relevant). Shankar's treatment of the Dirac delta function (1.10) is also worth reading as preparation for Chapter 9.

Claude Cohen-Tannoudji, Bernard Diu, and Franck Laloe, Quantum Mechanics, Vol. 1 (Wiley, 1977), Chapter II

Cohen-Tannoudji provides the most mathematically rigorous treatment at the introductory level. Chapter II covers the mathematical tools of quantum mechanics: state space, Dirac notation, representations, and the position and momentum bases. The authors are meticulous about distinguishing between the abstract formalism and its representations, and they include many worked examples. This is the book to consult when you want to be sure you understand a subtle point correctly.

Recommended complement: Complement B-II on the Dirac notation and Complement G-II on the one-dimensional harmonic oscillator in Dirac notation.


Secondary References

David J. Griffiths and Darrell F. Schroeter, Introduction to Quantum Mechanics, 3rd ed. (Cambridge, 2018), Chapter 3

Griffiths introduces the formalism in Chapter 3, which covers Hilbert space, observables, eigenfunctions of Hermitian operators, the generalized uncertainty principle, and Dirac notation. Griffiths's approach is more gradual than Sakurai's and uses wave functions as the primary entry point before transitioning to Dirac notation. This makes it a good bridge if you are coming from a wave-mechanics-first course (as our textbook assumes).

N. Zettili, Quantum Mechanics: Concepts and Applications, 3rd ed. (Wiley, 2022), Chapter 2

Zettili's Chapter 2 provides an extensive treatment of the mathematical tools of quantum mechanics, with many worked examples and exercises. It is particularly strong on matrix representations and change of basis, with step-by-step matrix computations that are helpful for building computational confidence.

Leslie E. Ballentine, Quantum Mechanics: A Modern Development, 2nd ed. (World Scientific, 2014), Chapters 1--2

Ballentine takes a more advanced and rigorous approach, suitable for graduate students or ambitious undergraduates. His treatment of Hilbert spaces (Chapter 1) and the quantum formalism (Chapter 2) is mathematically precise and physically insightful. He is particularly good on the subtleties of continuous spectra and rigged Hilbert spaces.


Mathematical Background

Sheldon Axler, Linear Algebra Done Right, 4th ed. (Springer, 2024)

If you want to strengthen your linear algebra foundations independently of quantum mechanics, Axler's book is the standard recommendation. It emphasizes the conceptual structure of linear algebra (vector spaces, linear maps, eigenvalues) over computation (row reduction, determinants). The mindset it develops — thinking about abstract vector spaces rather than matrices — is exactly the mindset needed for Dirac notation.

Gilbert Strang, Introduction to Linear Algebra, 6th ed. (Wellesley-Cambridge Press, 2023)

Strang's approach is more computational and intuitive than Axler's. It is a good choice if you prefer to build understanding through examples and matrices rather than through abstract definitions. His treatment of eigenvalue decomposition, unitary matrices, and the spectral theorem is directly relevant to this chapter.


Historical and Conceptual

P.A.M. Dirac, The Principles of Quantum Mechanics, 4th ed. (Oxford, 1958)

The original source for bra-ket notation. Dirac's writing is famously sparse and elegant. Reading his Chapter 1 is an exercise in mathematical aesthetics — he derives the entire formalism from a minimal set of assumptions. It is not an easy read, but it is deeply rewarding. Pay particular attention to how he motivates the bra-ket notation and how he treats the relationship between abstract states and their representations.

John von Neumann, Mathematical Foundations of Quantum Mechanics, Princeton Landmarks in Mathematics ed. (Princeton, 2018)

Von Neumann's 1932 classic placed quantum mechanics on a rigorous mathematical footing using Hilbert space theory. While the notation is dated (he did not use Dirac notation), the conceptual insights are timeless. His treatment of operators, eigenvalue problems, and the spectral theorem provided the mathematical framework that Dirac's notation later made accessible. Recommended for students interested in the mathematical foundations.


Computational Resources

QuTiP (Quantum Toolbox in Python)

qutip.org — The open-source Python library for quantum mechanics simulations. QuTiP uses Dirac-notation-inspired classes (Qobj for kets, bras, and operators) and supports matrix representations, eigenvalue computations, time evolution, and much more. We will begin using QuTiP in Chapter 23. The code examples in this chapter build the conceptual foundation that QuTiP implements professionally.

3Blue1Brown, "Essence of Linear Algebra" (YouTube series)

Grant Sanderson's visual treatment of linear algebra is an excellent companion to this chapter. The episodes on abstract vector spaces, change of basis, and eigenvectors provide geometric intuition that complements the algebraic formalism of Dirac notation. Available free at youtube.com/3blue1brown.


  • Before Chapter 9: Review Sakurai 1.3--1.4 or Shankar 1.3--1.6 for additional practice with eigenvalue problems and spectral decomposition.
  • For the spin-1/2 system: Sakurai 1.1 provides the definitive treatment. This will be essential preparation for Chapter 13.
  • For mathematical rigor: Ballentine Chapters 1--2, or the mathematical appendices in Cohen-Tannoudji.