Ch. 5 Solutions¶
← Back to problems | Back to chapter
Table of Contents
Basic
- B-1. Verifying the Normalization Condition
- B-2. Calculating Inner Products
- B-3. Action of Outer Products (Projection Operators)
- B-4. Expansion in the \(x\) Basis
- B-5. Orthogonality of the \(y\) basis
- B-6. Finding Probabilities from Probability Amplitudes
- B-7. Using the Kronecker Delta
- B-8. Components of the Basis Transformation Matrix
Medium
- M-1. Deriving the Normalization Condition from the Completeness Relation
- M-2. Completeness Relation for the \(x\) Basis
- M-3. Unitarity of the Basis Transformation Matrix
- M-4. Probability of Sequential Measurements
Advanced
Basic¶
B-1. Verifying the Normalization Condition¶
Solution strategy: Calculate the squared absolute values of \(c_+ = \frac{1+i}{2}\) and \(c_- = \frac{\sqrt{2}}{2}\) respectively, and verify that their sum equals 1.
Detailed calculation:
Final answer:
The normalization condition is satisfied.
Verification: As an alternative method, we can confirm that \(|c_+|^2 = c_+^* c_+ = \frac{1-i}{2} \cdot \frac{1+i}{2} = \frac{(1-i)(1+i)}{4} = \frac{1+1}{4} = \frac{1}{2}\).
B-2. Calculating Inner Products¶
Solution strategy: Compute inner products using the orthonormality relations \(\langle+|+\rangle = 1\), \(\langle+|-\rangle = 0\), \(\langle-|+\rangle = 0\), \(\langle-|-\rangle = 1\).
Detailed calculation:
Modulus squared:
Final answer:
Verification: \(|\langle+|\psi\rangle|^2 + |\langle-|\psi\rangle|^2 = \frac{1}{3} + \frac{2}{3} = 1\) ✓ (normalization condition satisfied)
B-3. Action of Outer Products (Projection Operators)¶
Solution strategy: Apply \(\hat{P}_+ = |+\rangle\langle+|\) to \(|\psi\rangle\). The action of an outer product is computed by the procedure "take the inner product, then multiply by the ket."
Detailed calculation:
Writing this as a linear combination of \(|+\rangle\) and \(|-\rangle\):
Checking normalization:
Final answer:
This state is not normalized. The squared norm is \(9/25\), which equals the probability \(|c_+|^2 = 9/25\) of finding the original state \(|\psi\rangle\) in \(|+\rangle\). The normalized post-projection state is \(|+\rangle\) itself.
Verification: We confirm the idempotency of the projection operator \(\hat{P}_+^2 = \hat{P}_+\). \(\hat{P}_+(\hat{P}_+|\psi\rangle) = \hat{P}_+\left(\frac{3}{5}|+\rangle\right) = \frac{3}{5}|+\rangle\langle+|+\rangle = \frac{3}{5}|+\rangle = \hat{P}_+|\psi\rangle\) ✓
B-4. Expansion in the \(x\) Basis¶
Solution strategy: Solve equations (5.11) and (5.12) as simultaneous equations for \(|+\rangle\) and \(|-\rangle\).
Detailed calculation:
We restate equations (5.11) and (5.12):
Adding the two equations:
Final answer:
Verification: As an alternative method, we directly compute \(a = {}_x\langle+|+\rangle\). Since \({}_x\langle+| = \frac{1}{\sqrt{2}}\langle+| + \frac{1}{\sqrt{2}}\langle-|\), we get \(a = {}_x\langle+|+\rangle = \frac{1}{\sqrt{2}}\langle+|+\rangle + \frac{1}{\sqrt{2}}\langle-|+\rangle = \frac{1}{\sqrt{2}}\) ✓. Similarly, \(b = {}_x\langle-|+\rangle = \frac{1}{\sqrt{2}}\langle+|+\rangle - \frac{1}{\sqrt{2}}\langle-|+\rangle = \frac{1}{\sqrt{2}}\) ✓. The normalization also checks out: \(|a|^2 + |b|^2 = \frac{1}{2} + \frac{1}{2} = 1\) ✓.
B-5. Orthogonality of the \(y\) basis¶
Solution strategy: Construct the bra \({}_y\langle+|\) from equations (5.13) and (5.14), and compute the inner product with \(|-\rangle_y\).
Detailed calculation:
From equations (5.13) and (5.14):
When forming the bra, we take the complex conjugate of the coefficients:
Computing the inner product:
Final answer:
\(|+\rangle_y\) and \(|-\rangle_y\) are orthogonal. ✓
Verification: \({}_y\langle+|+\rangle_y = \frac{1}{2}\langle+|+\rangle + \frac{1}{2}\left(-i\right)(i)\langle-|-\rangle = \frac{1}{2} + \frac{1}{2} = 1\) ✓ (normalization also confirmed)
B-6. Finding Probabilities from Probability Amplitudes¶
Solution Strategy: Read off the expansion coefficients of \(|+\rangle_y\) in the \(z\) basis, and calculate each probability.
Detailed Calculation:
From Eq. (5.13):
The probability amplitude for obtaining \(S_z = +\hbar/2\) is \(c_+ = \frac{1}{\sqrt{2}}\), and the probability amplitude for obtaining \(S_z = -\hbar/2\) is \(c_- = \frac{i}{\sqrt{2}}\).
Final Answer:
When a particle with spin up in the \(y\) direction is measured along the \(z\) direction, spin up and spin down occur with equal probability (50% each).
Verification: \(P(+) + P(-) = \frac{1}{2} + \frac{1}{2} = 1\) ✓. Furthermore, similar to the \(x\) direction case (Eq. (5.11)), this is consistent with the physical expectation that measurements along orthogonal directions yield equal probabilities.
B-7. Using the Kronecker Delta¶
Solution strategy: Evaluate the summand for each case \(j = +\) and \(j = -\), then add them together.
Detailed calculation:
Values of each Kronecker delta: - \(\delta_{++} = 1\), \(\delta_{+-} = 0\), \(\delta_{--} = 1\)
Final answer:
Verification: This sum should equal \(\delta_{+-}\) (by the composition rule for Kronecker deltas: \(\sum_j \delta_{ij}\delta_{jk} = \delta_{ik}\)). Since \(\delta_{+-} = 0\), the result is consistent. ✓
B-8. Components of the Basis Transformation Matrix¶
Solution strategy: Read off the expansion coefficients of \(|+\rangle_y\), \(|-\rangle_y\) in the \(z\) basis from Eqs. (5.13) and (5.14), and obtain the matrix elements as inner products.
Detailed calculation:
Eq. (5.13): \(|+\rangle_y = \frac{1}{\sqrt{2}}|+\rangle + \frac{i}{\sqrt{2}}|-\rangle\)
Eq. (5.14): \(|-\rangle_y = \frac{1}{\sqrt{2}}|+\rangle - \frac{i}{\sqrt{2}}|-\rangle\)
Reading off each component:
Final answer:
Verification: We confirm unitarity. \(U^\dagger = \frac{1}{\sqrt{2}}\begin{pmatrix} 1 & -i \\ 1 & i \end{pmatrix}\)
More carefully:
\((U^\dagger U)_{11} = \frac{1}{2}(1 \cdot 1 + (-i)(i)) = \frac{1}{2}(1 + 1) = 1\)
\((U^\dagger U)_{12} = \frac{1}{2}(1 \cdot 1 + (-i)(-i)) = \frac{1}{2}(1 + i^2) = \frac{1}{2}(1 - 1) = 0\)
\((U^\dagger U)_{21} = \frac{1}{2}(1 \cdot 1 + i \cdot i) = \frac{1}{2}(1 + i^2) = \frac{1}{2}(1 - 1) = 0\)
\((U^\dagger U)_{22} = \frac{1}{2}(1 \cdot 1 + i(-i)) = \frac{1}{2}(1 + 1) = 1\)
Medium¶
M-1. Deriving the Normalization Condition from the Completeness Relation¶
Solution strategy: Insert the completeness relation into \(\langle\psi|\psi\rangle = 1\).
Detailed calculation:
Insert the identity operator \(\mathbf{1} = |+\rangle\langle+| + |-\rangle\langle-|\) into the left-hand side of \(\langle\psi|\psi\rangle = 1\):
Here, using the property of the inner product \(\langle\psi|j\rangle = \langle j|\psi\rangle^*\):
Since \(\langle\psi|\psi\rangle = 1\):
Verification: Confirm with a specific example. For \(|\psi\rangle = \frac{1}{\sqrt{3}}|+\rangle + \sqrt{\frac{2}{3}}|-\rangle\), we have \(|\langle+|\psi\rangle|^2 + |\langle-|\psi\rangle|^2 = \frac{1}{3} + \frac{2}{3} = 1\) ✓
M-2. Completeness Relation for the \(x\) Basis¶
Strategy: Express \(|+\rangle_x\), \(|-\rangle_x\) as column vectors in the \(z\) basis, compute the outer products as matrices, and add them together.
Detailed calculation:
Column vector representation in the \(z\) basis:
Matrix representation of the outer product \(|+\rangle_x\,{}_x\langle+|\):
Matrix representation of the outer product \(|-\rangle_x\,{}_x\langle-|\):
Summing:
Final answer:
Verification: It is obvious that acting on an arbitrary state \(|\psi\rangle = \begin{pmatrix}a\\b\end{pmatrix}\) gives \(\mathbf{1}|\psi\rangle = \begin{pmatrix}a\\b\end{pmatrix} = |\psi\rangle\). Furthermore, the same result is obtained as the completeness relation in the \(z\) basis, \(|+\rangle\langle+| + |-\rangle\langle-| = \begin{pmatrix}1&0\\0&0\end{pmatrix} + \begin{pmatrix}0&0\\0&1\end{pmatrix} = \mathbf{1}\), confirming that the completeness relation holds regardless of the choice of basis. ✓
M-3. Unitarity of the Basis Transformation Matrix¶
Solution strategy: Since all components of \(U\) are real, \(U^\dagger = U^T\). We compute \(U^T U\) and show it equals the identity matrix.
Detailed calculation:
Since \(U\) is a real matrix:
(This matrix is symmetric, so \(U^T = U\) as well.)
Verification: Computing \(UU^\dagger\) also gives the same result (in this case, since \(U = U^T\), we have \(UU^\dagger = U^\dagger U\)). Furthermore, \(\det U = \frac{1}{2}((-1) - 1) = -1\), so \(|\det U| = 1\), satisfying the necessary condition \(|\det U| = 1\) for a unitary matrix. ✓
M-4. Probability of Sequential Measurements¶
Solution Strategy: Track the state and probability amplitudes at each stage in sequence, find the overall amplitude, then calculate the probability.
Detailed Calculation:
Step 1: The \(z\)-direction apparatus selects spin-up. The state is \(|+\rangle\).
Step 2: Pass \(|+\rangle\) through the \(x\)-direction apparatus. The probability amplitude for selecting \(S_x = +\hbar/2\) is:
From the result of D4 (or directly from equation (5.11)):
Step 3: After \(S_x = +\hbar/2\) is selected, the state is \(|+\rangle_x\).
Step 4: Pass \(|+\rangle_x\) through the \(z\)-direction apparatus again. The probability amplitude for finding \(S_z = -\hbar/2\) is:
From equation (5.11), \(|+\rangle_x = \frac{1}{\sqrt{2}}|+\rangle + \frac{1}{\sqrt{2}}|-\rangle\), so:
Overall Amplitude: Multiply the amplitudes at each stage (the "multiply amplitudes" rule from Ch. 4):
Final Answer:
Verification and Discussion: If the \(x\)-direction apparatus were not inserted, the probability of obtaining \(S_z = -\hbar/2\) when measuring a particle in state \(|+\rangle\) along the \(z\)-direction would be \(|\langle-|+\rangle|^2 = 0\). By inserting the \(x\)-direction apparatus in between, the \(z\)-direction information is "disturbed," changing what was originally a zero probability to \(1/4\). This demonstrates the non-trivial effect of measurement in quantum mechanics. ✓
Advanced¶
A-1. Spin Eigenstates in an Arbitrary Direction¶
Given eigenstate:
(a) Cases \(\theta = 0\) and \(\theta = \pi\)¶
When \(\theta = 0\):
When \(\hat{\mathbf{n}}\) points along the \(z\)-axis (north pole), the spin-up eigenstate \(|+\rangle\) of \(S_{\hat{n}} = S_z\) is reproduced.
When \(\theta = \pi\):
Up to an overall phase \(e^{i\phi}\), this equals \(|-\rangle\). When \(\hat{\mathbf{n}}\) points in the \(-z\) direction (south pole), the spin-up eigenstate of \(S_{\hat{n}} = -S_z\) corresponds to the spin-down eigenstate \(|-\rangle\) of \(S_z\). ✓
(b) When \(\theta = \pi/2\), \(\phi = 0\)¶
This matches \(|+\rangle_x\) from Eq. (5.11). Since \(\hat{\mathbf{n}} = (\sin(\pi/2)\cos 0, \sin(\pi/2)\sin 0, \cos(\pi/2)) = (1, 0, 0) = \hat{\mathbf{x}}\), this is consistent. ✓
(c) When \(\theta = \pi/2\), \(\phi = \pi/2\)¶
This matches \(|+\rangle_y\) from Eq. (5.13). Since \(\hat{\mathbf{n}} = (\sin(\pi/2)\cos(\pi/2), \sin(\pi/2)\sin(\pi/2), \cos(\pi/2)) = (0, 1, 0) = \hat{\mathbf{y}}\), this is consistent. ✓
(d) Proof of normalization¶
Using orthonormality \(\langle+|+\rangle = \langle-|-\rangle = 1\), \(\langle+|-\rangle = \langle-|+\rangle = 0\):
(e) Probability of obtaining \(S_z = +\hbar/2\) and geometric meaning of \(\theta\)¶
The probability of obtaining \(S_z = +\hbar/2\) is:
Discussion of the geometric meaning of \(\theta\):
The angle \(\theta\) is the polar angle between the \(\hat{\mathbf{n}}\) direction and the \(z\)-axis.
- When \(\theta = 0\) (\(\hat{\mathbf{n}}\) points in the same direction as the \(z\)-axis): \(P = \cos^2 0 = 1\). One obtains \(S_z = +\hbar/2\) with certainty.
- When \(\theta = \pi/2\) (\(\hat{\mathbf{n}}\) is perpendicular to the \(z\)-axis): \(P = \cos^2(\pi/4) = 1/2\). Equal probability.
- When \(\theta = \pi\) (\(\hat{\mathbf{n}}\) points in the \(-z\) direction): \(P = \cos^2(\pi/2) = 0\). \(S_z = +\hbar/2\) is never obtained.
This result is directly connected to the Bloch sphere picture. On the Bloch sphere, \(|+\rangle\) corresponds to the north pole (\(\theta = 0\)) and \(|-\rangle\) corresponds to the south pole (\(\theta = \pi\)). The state \(|+\rangle_{\hat{n}}\) corresponds to the point at polar angle \(\theta\) and azimuthal angle \(\phi\). The "distance" between two states is characterized by the angle \(\theta\) on the Bloch sphere, and the probability is given by the "half-angle formula" \(\cos^2(\theta/2)\).
It is noteworthy that states on diametrically opposite sides (angle \(\theta = \pi\)) of the Bloch sphere correspond to orthogonal states, while the same point (angle \(\theta = 0\)) corresponds to the identical state. The angle \(\theta\) in physical three-dimensional space appears as \(\theta/2\) in the state space—this is deeply related to the property that spin-1/2 changes sign under a \(2\pi\) rotation and returns to its original state only after a \(4\pi\) rotation.
Verification: The probability of obtaining \(S_z = -\hbar/2\) is \(|\langle-|+\rangle_{\hat{n}}|^2 = |e^{i\phi}\sin(\theta/2)|^2 = \sin^2(\theta/2)\). The total \(\cos^2(\theta/2) + \sin^2(\theta/2) = 1\) ✓
A-2. "Which Path Was Taken" and the Disappearance of Interference¶
Setting up the problem: A particle initially in state \(|+\rangle_x\) is separated into \(|+\rangle\) and \(|-\rangle\) by a \(z\)-direction Stern-Gerlach apparatus, then the beams are recombined and measured in the \(x\) direction.
(a) When the paths are indistinguishable¶
Solution strategy: Since the intermediate states are indistinguishable, following the rules of Ch. 4, we "add the amplitudes first, then take the absolute value squared."
Detailed calculation:
Expanding the initial state \(|+\rangle_x\) in the \(z\) basis (from equation (5.11)):
The amplitude for obtaining \(S_x = +\hbar/2\) (state \(|+\rangle_x\)) in the final measurement is the sum of amplitudes passing through intermediate states \(|j\rangle\) (\(j = +, -\)):
Using the completeness relation \(\sum_{j=\pm}|j\rangle\langle j| = \mathbf{1}\):
For verification, computing each term explicitly:
Probability:
(b) When the paths are distinguishable¶
Solution strategy: Since the paths are distinguishable, following the rules of Ch. 4, we "add the probabilities."
Detailed calculation:
Computing and summing the probability for each path individually:
Comparison: In (a), \(P_a = 1\); in (b), \(P_b = 1/2\).
(c) Analysis and discussion of the interference term¶
Identifying the interference term explicitly:
Expanding the probability in (a). Writing the amplitude as \(A = A_+ + A_-\) (where \(A_j = {}_x\langle+|j\rangle\langle j|+\rangle_x\)):
where:
Interference term:
Therefore:
On the other hand, the probability in (b) is:
Difference between the two:
This \(\frac{1}{2}\) is the interference term (cross term).
Discussion:
This result vividly illustrates the essence of the probability amplitude rules from Ch. 4.
-
When paths are indistinguishable (a): When it is impossible in principle to know which path (\(|+\rangle\) or \(|-\rangle\)) the particle took, the probability amplitudes for the two paths are coherently superposed. The interference term \(2\,\text{Re}(A_+^* A_-)\) survives, and in this case constructive interference occurs, bringing the probability to 1. This is a direct consequence of the completeness relation \(\sum_j |j\rangle\langle j| = \mathbf{1}\), meaning that if the two beams are perfectly recombined, the original state \(|+\rangle_x\) is restored.
-
When paths are distinguishable (b): When "which-path" information is obtained by tagging, the two paths become distinguishable mutually exclusive events, and the rule of adding probabilities rather than amplitudes applies. The interference term vanishes, and the probability decreases to \(1/2\).
-
Physical significance: Acquiring path information destroys interference. This is essentially the same phenomenon as the disappearance of interference fringes when one observes "which slit" the particle passed through in a double-slit experiment. In quantum mechanics, the act of acquiring information itself alters the state of the system. The act of tagging corresponds to entangling the spin degree of freedom with the tagging degree of freedom, and the coherence (phase consistency) is lost when one looks at the spin degree of freedom alone.
Verification: In (a), computing the probability of obtaining \(S_x = -\hbar/2\) similarly gives an amplitude of \({}_x\langle-|\mathbf{1}|+\rangle_x = {}_x\langle-|+\rangle_x = 0\), so the probability is 0. \(P(S_x = +\hbar/2) + P(S_x = -\hbar/2) = 1 + 0 = 1\) ✓. In (b), the probability for \(S_x = -\hbar/2\) is similarly \(1/2\), giving \(1/2 + 1/2 = 1\) ✓.
Feedback on this page
Let us know if something was unclear, incorrect, or could be improved.