[Click here for a PDF of this post with nicer formatting]

Q: [1] problem 1.2.

Given an arbitrary \( 2 \times 2 \) matrix \( X = a_0 + \Bsigma \cdot \Ba \),
show the relationships between \( a_\mu \) and \( \textrm{tr}(X), \textrm{tr}(\sigma_k X) \), and \( X_{ij} \).

A.

Observe that each of the Pauli matrices \( \sigma_k \) are traceless

\begin{equation}\label{eqn:pauliProblems:20}
\begin{aligned}
\sigma_x &= \begin{bmatrix} 0 & 1 \\ 1 & 0 \\ \end{bmatrix} \\
\sigma_y &= \begin{bmatrix} 0 & -i \\ i & 0 \\ \end{bmatrix} \\
\sigma_z &= \begin{bmatrix} 1 & 0 \\ 0 & -1 \\ \end{bmatrix} \\
\end{aligned},
\end{equation}

so \( \textrm{tr}(X) = 2 a_0 \). Note that \( \textrm{tr}(\sigma_k \sigma_m) = 2 \delta_{k m} \), so \( \textrm{tr}(\sigma_k X) = 2 a_k \).

Notationally, it would seem to make sense to define \( \sigma_0 \equiv I \), so that \( \textrm{tr}(\sigma_\mu X) = a_\mu \). I don’t know if that is common practice.

For the opposite relations, given

\begin{equation}\label{eqn:pauliProblems:40}
\begin{aligned}
X
&= a_0 + \Bsigma \cdot \Ba \\
&= \begin{bmatrix} 1 & 0 \\ 0 & 1 \\ \end{bmatrix} a_0 + \begin{bmatrix} 0 & 1 \\ 1 & 0 \\ \end{bmatrix} a_1 + \begin{bmatrix} 0 & -i \\ i & 0 \\ \end{bmatrix} a_2 + \begin{bmatrix} 1 & 0 \\ 0 & -1 \\ \end{bmatrix} a_3 \\
&=
\begin{bmatrix}
a_0 + a_3 & a_1 – i a_2 \\
a_1 + i a_2 & a_0 – a_3
\end{bmatrix} \\
&=
\begin{bmatrix}
X_{11} & X_{12} \\
X_{21} & X_{22} \\
\end{bmatrix},
\end{aligned}
\end{equation}

so

\begin{equation}\label{eqn:pauliProblems:80}
\begin{aligned}
a_0 &= \inv{2} \lr{ X_{11} + X_{22} } \\
a_1 &= \inv{2} \lr{ X_{12} + X_{21} } \\
a_2 &= \inv{2 i} \lr{ X_{21} – X_{12} } \\
a_3 &= \inv{2} \lr{ X_{11} – X_{22} }
\end{aligned}.
\end{equation}

Q: [1] problem 1.3.

Determine the structure and determinant of the transformation

\begin{equation}\label{eqn:pauliProblems:100}
\Bsigma \cdot \Ba \rightarrow
\Bsigma \cdot \Ba’ =
\exp\lr{ i \Bsigma \cdot \ncap \phi/2}
\Bsigma \cdot \Ba
\exp\lr{ -i \Bsigma \cdot \ncap \phi/2}.
\end{equation}

A.

Knowing Geometric Algebra, this is recognized as a rotation transformation. In GA, \( i \) is treated as a pseudoscalar (which commutes with all grades in \R{3}), and the expression can be reduced to one involving dot and wedge products. Let’s see how can this be reduced using only the Pauli matrix toolbox.

First, consider the determinant of one of the exponentials. Showing that one such exponential has unit determinant is sufficient. The matrix representation of the unit normal is

\begin{equation}\label{eqn:pauliProblems:120}
\begin{aligned}
\Bsigma \cdot \ncap
&= n_x \begin{bmatrix} 0 & 1 \\ 1 & 0 \\ \end{bmatrix}
+ n_y \begin{bmatrix} 0 & -i \\ i & 0 \\ \end{bmatrix}
+ n_z \begin{bmatrix} 1 & 0 \\ 0 & -1 \\ \end{bmatrix} \\
&=
\begin{bmatrix}
n_z & n_x – i n_y \\
n_x + i n_y & -n_z
\end{bmatrix}.
\end{aligned}
\end{equation}

This is expected to have a unit square, and does

\begin{equation}\label{eqn:pauliProblems:140}
\begin{aligned}
\lr{ \Bsigma \cdot \ncap }^2
&=
\begin{bmatrix}
n_z & n_x – i n_y \\
n_x + i n_y & -n_z
\end{bmatrix}
\begin{bmatrix}
n_z & n_x – i n_y \\
n_x + i n_y & -n_z
\end{bmatrix} \\
&=
\lr{ n_x^2 + n_y^2 + n_z^2 }
\begin{bmatrix}
1 & 0 \\
0 & 1
\end{bmatrix} \\
&=
1.
\end{aligned}
\end{equation}

This allows for a cosine and sine expansion of the exponential, as in

\begin{equation}\label{eqn:pauliProblems:160}
\begin{aligned}
\exp\lr{ i \Bsigma \cdot \ncap \theta}
&=
\cos\theta + i \Bsigma \cdot \ncap \sin\theta \\
&=
\cos\theta
\begin{bmatrix}
1 & 0 \\
0 & 1
\end{bmatrix}
+
i \sin\theta
\begin{bmatrix}
n_z & n_x – i n_y \\
n_x + i n_y & -n_z
\end{bmatrix} \\
&=
\begin{bmatrix}
\cos\theta + i n_z \sin\theta & \lr{ n_x – i n_y } i \sin\theta \\
\lr{ n_x + i n_y } i \sin\theta & \cos\theta – i n_z \sin\theta \\
\end{bmatrix}.
\end{aligned}
\end{equation}

This has determinant

\begin{equation}\label{eqn:pauliProblems:180}
\begin{aligned}
\Abs{\exp\lr{ i \Bsigma \cdot \ncap \theta} }
&=
\cos^2\theta + n_z^2 \sin^2\theta

\lr{ -n_x^2 + -n_y^2 } \sin^2\theta \\
&=
\cos^2\theta + \lr{ n_x^2 + n_y^2 + n_z^2 } \sin^2\theta \\
&= 1,
\end{aligned}
\end{equation}

as expected.

Next step is to show that this transformation is a rotation, and determine the sense of the rotation. Let \( C = \cos\phi/2, S = \sin\phi/2 \), so that

\begin{equation}\label{eqn:pauliProblems:200}
\begin{aligned}
\Bsigma \cdot \Ba’
&=
\exp\lr{ i \Bsigma \cdot \ncap \phi/2}
\Bsigma \cdot \Ba
\exp\lr{ -i \Bsigma \cdot \ncap \phi/2} \\
&=
\lr{ C + i \Bsigma \cdot \ncap S }
\Bsigma \cdot \Ba
\lr{ C – i \Bsigma \cdot \ncap S } \\
&=
\lr{ C + i \Bsigma \cdot \ncap S }
\lr{ C \Bsigma \cdot \Ba – i \Bsigma \cdot \Ba \Bsigma \cdot \ncap S } \\
&=
C^2 \Bsigma \cdot \Ba + \Bsigma \cdot \ncap \Bsigma \cdot \Ba \Bsigma \cdot \ncap S^2
+ i \lr{
-\Bsigma \cdot \Ba \Bsigma \cdot \ncap
+ \Bsigma \cdot \ncap \Bsigma \cdot \Ba
} S C \\
&=
\inv{2} \lr{ 1 + \cos\phi}
\Bsigma \cdot \Ba
+ \Bsigma \cdot \ncap \Bsigma \cdot \Ba \Bsigma \cdot \ncap \inv{2} \lr{ 1 – \cos\phi}
+ i
\antisymmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
\inv{2} \sin\phi \\
&=
\inv{2}
\Bsigma \cdot \ncap
\symmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
+ \inv{2}
\Bsigma \cdot \ncap
\antisymmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba } \cos\phi
+
\inv{2}
i
\antisymmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
\sin\phi.
\end{aligned}
\end{equation}

Observe that the angle dependent portion can be written in a compact exponential form

\begin{equation}\label{eqn:pauliProblems:220}
\begin{aligned}
\Bsigma \cdot \Ba’
&=
\inv{2}
\Bsigma \cdot \ncap
\symmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
+
\lr{
\cos\phi
+
i
\Bsigma \cdot \ncap
\sin\phi
}
\inv{2}
\Bsigma \cdot \ncap
\antisymmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba } \\
&=
\inv{2}
\Bsigma \cdot \ncap
\symmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
+
\exp\lr{ i \Bsigma \cdot \ncap \phi }
\inv{2}
\Bsigma \cdot \ncap
\antisymmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }.
\end{aligned}
\end{equation}

The anticommutator and commutator products with the unit normal can be identified as projections and rejections respectively. Consider the symmetric product first

\begin{equation}\label{eqn:pauliProblems:240}
\begin{aligned}
\inv{2}
\symmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba } \\
&=
\inv{2}
\sum n_r a_s \lr{ \sigma_r \sigma_s + \sigma_s \sigma_r } \\
&=
\inv{2}
\sum_{r \ne s} n_r a_s \lr{ \sigma_r \sigma_s + \sigma_s \sigma_r }
+
\inv{2}
\sum_{r } n_r a_r 2 \\
&= 2 \ncap \cdot \Ba.
\end{aligned}
\end{equation}

This shows that
\begin{equation}\label{eqn:pauliProblems:260}
\inv{2}
\Bsigma \cdot \ncap
\symmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
=
\lr{ \ncap \cdot \Ba } \Bsigma \cdot \ncap,
\end{equation}

which is the projection of \( \Ba \) in the direction of the normal \( \ncap \). To show that the commutator term is the rejection, consider the sum of the two

\begin{equation}\label{eqn:pauliProblems:280}
\begin{aligned}
\inv{2}
\Bsigma \cdot \ncap
\symmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
+
\inv{2}
\Bsigma \cdot \ncap
\antisymmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
&=
\Bsigma \cdot \ncap
\Bsigma \cdot \ncap \Bsigma \cdot \Ba \\
&=
\Bsigma \cdot \Ba,
\end{aligned}
\end{equation}

so we must have

\begin{equation}\label{eqn:pauliProblems:300}
\Bsigma \cdot \Ba – \lr{ \ncap \cdot \Ba } \Bsigma \cdot \ncap
=
\inv{2}
\Bsigma \cdot \ncap
\antisymmetric{
\Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }.
\end{equation}

This is the component of \( \Ba \) that has the projection in the \( \ncap \) direction removed. Looking back to \ref{eqn:pauliProblems:220}, the transformation leaves components of the vector that are colinear with the unit normal unchanged, and applies an exponential operation to the component that lies in what is presumed to be the rotation plane. To verify that this latter portion of the transformation is a rotation, and to determine the sense of the rotation, let’s expand the factor of the sine of \ref{eqn:pauliProblems:200}.

That is

\begin{equation}\label{eqn:pauliProblems:320}
\begin{aligned}
\frac{i}{2} \antisymmetric{ \Bsigma \cdot \ncap }{\Bsigma \cdot \Ba }
&=
\frac{i}{2} \sum n_r a_s \antisymmetric{ \sigma_r }{\sigma_s } \\
&=
\frac{i}{2} \sum n_r a_s 2 i \epsilon_{r s t} \sigma_t \\
&=
– \sum \sigma_t n_r a_s \epsilon_{r s t} \\
&=
-\Bsigma \cdot \lr{ \ncap \cross \Ba } \\
&=
\Bsigma \cdot \lr{ \Ba \cross \ncap }.
\end{aligned}
\end{equation}

Since \( \Ba \cross \ncap = \lr{ \Ba – \ncap (\ncap \cdot \Ba) } \cross \ncap \), this vector is seen to lie in the plane normal to \( \ncap \), but perpendicular to the rejection of \( \ncap \) from \( \Ba \). That completes the demonstration that this is a rotation transformation.

To understand the sense of this rotation, consider \( \ncap = \zcap, \Ba = \xcap \), so

\begin{equation}\label{eqn:pauliProblems:340}
\Bsigma \cdot \lr{ \Ba \cross \ncap }
=
\Bsigma \cdot \lr{ \xcap \cross \zcap }
=
-\Bsigma \cdot \ycap,
\end{equation}

and
\begin{equation}\label{eqn:pauliProblems:360}
\Bsigma \cdot \Ba’
=
\xcap \cos\phi – \ycap \sin\phi,
\end{equation}

showing that this rotation transformation has a clockwise sense.

References

[1] Jun John Sakurai and Jim J Napolitano. Modern quantum mechanics. Pearson Higher Ed, 2014.