Appendix D Problems¶
← Back to chapter | View solutions
Table of Contents
Basic
- B-1. Additive Group of Integers
- B-2. Multiplicative Group of Positive Real Numbers
- B-3. Multiplication of Integers Does Not Form a Group
- B-4. Group Conditions of \(U(1)\)
- B-5. 3-Dimensional \(z\)-Axis Rotation
- B-6. Commutation Relation of Pauli Matrices \([\sigma_1, \sigma_2]\)
- B-7. Commutation Relations of Pauli Matrices (All Pairs)
- B-8. Antisymmetry of the Commutator
- B-9. Eigenvalues and Eigenvectors of Spin 1/2
Medium
Basic¶
B-1. Additive Group of Integers¶
Verify that integer addition \((\mathbb{Z}, +)\) satisfies the four group axioms.
B-2. Multiplicative Group of Positive Real Numbers¶
Verify that the set of all positive real numbers with multiplication \((\mathbb{R}^+, \times)\) forms a group. What are the identity element and the inverse element?
B-3. Multiplication of Integers Does Not Form a Group¶
Show that \((\mathbb{Z}, \times)\), the set of all integers \(\mathbb{Z}\) equipped with ordinary multiplication \(\times\) as the operation, does not form a group, by checking the group axioms (closure, associativity, identity element, inverse element) one by one.
B-4. Group Conditions of \(U(1)\)¶
Verify that the elements \(e^{i\theta}\) of \(U(1)\) satisfy the group axioms.
B-5. 3-Dimensional \(z\)-Axis Rotation¶
The rotation matrix about the \(z\)-axis in 3-dimensional space is given by
Show that \(R_z(\theta_1) R_z(\theta_2) = R_z(\theta_1 + \theta_2)\) holds by explicitly computing the matrix product.
B-6. Commutation Relation of Pauli Matrices \([\sigma_1, \sigma_2]\)¶
For the Pauli matrices \(\sigma_1, \sigma_2, \sigma_3\), verify that \([\sigma_1, \sigma_2] = 2i\sigma_3\) by explicitly computing the matrix products.
B-7. Commutation Relations of Pauli Matrices (All Pairs)¶
Compute \([\sigma_2, \sigma_3]\) and \([\sigma_3, \sigma_1]\) as well, and verify that \([\sigma_i, \sigma_j] = 2i\varepsilon_{ijk}\sigma_k\) holds for all combinations.
B-8. Antisymmetry of the Commutator¶
Show from the definition that \([A, B] = -[B, A]\) (antisymmetry of the commutator).
B-9. Eigenvalues and Eigenvectors of Spin 1/2¶
The state of a spin \(1/2\) particle is represented by a two-component vector \(|\psi\rangle = \begin{pmatrix}\alpha\\\beta\end{pmatrix}\). Find the eigenvalues and eigenvectors of \(\sigma_3\), and confirm that they correspond to "spin up" and "spin down."
Medium¶
M-1. Exponential Representation of \(SU(2)\) Elements¶
Explicitly compute the \(2 \times 2\) matrix \(U = e^{i\theta\sigma_3/2}\) (using \(e^{iA} = I + iA + (iA)^2/2! + \cdots\); since \(\sigma_3\) is a diagonal matrix, this is straightforward). Verify that \(U^\dagger U = I\) and \(\det U = 1\).
M-2. Jacobi Identity (Verification with Pauli Matrices)¶
Using the Pauli matrices \(\sigma_1, \sigma_2, \sigma_3\), verify by explicit calculation that the Jacobi identity
holds for the case \(A = \sigma_1,\; B = \sigma_2,\; C = \sigma_3\).
M-3. Parameter Count of \(SU(N)\)¶
Show that the number of parameters of \(SU(N)\) is \(N^2 - 1\) by the argument "subtract 1 from the \(N^2\) parameters of an \(N \times N\) unitary matrix due to the condition \(\det = 1\)." Verify this for the cases \(N = 2, 3\).
Feedback on this page
Let us know if something was unclear, incorrect, or could be improved.