Linear Algebra and Quantum Mechanics Crash Course Conceptual Solutions

  1. Quantum Mechanics (9 pts.) In your own words, define the following:
    1. Wave-particle duality (3pts.) Wave-particle duality means that light and small particles have both properties of particles and properties of waves. This can be proven experimentally where both light and particles will behave as a wave in certain experiments but a particle in others
    2. Superposition (3pts.) Superposition means that a quantum mechanical system can be in a combination of different states at the same time and only must chose one state to be in upon measurement.
    3. Entanglement (3pts.) When quantum mechanical systems become entangled it means that they are no longer behaving independently but are now dependent on the states of the other systems.
  2. Statistics (13 pts.) Consider a group of 10 rooms in an old building. Three of the rooms have no spiders, six of the rooms have one spider, and one room has 5 spiders.
    • (1 pt.) Is the number of spiders in a room a discrete or continuous variable? Explain. The number of spiders is a discrete variable since it can only come as a whole number (integer)
    • (2 pts.) What is the probability that you randomly select a room with 1 spider? Show your work. Number of rooms with one spider: 6 = \(N_1\) Total number of rooms: 3 + 6 + 1 = 10 = N Probability of selecting a room with one spider: \(P_1 = \frac{N_1}{N} = \frac{6}{10} = 0.6\)
    • (4 pts.) Show that the total probability of this data set is 1. \[P_1 = 0.6\ (above)\] \[P_0 = \frac{3}{10} = 0.3\] \[P_5 = \frac{1}{10} = 0.1\] \[P_0 + P_1 + P_5 = 0.3 + 0.6 + 0.1 = 1\]
    • (2 pts.) What is the average number of spiders in a room? \[\langle s \rangle = \sum_s sP(s) = 0P_0 + 1P_1 + 5P_5 = 0(0.3) + 1(0.6) + 5(0.1) = 1.1 spiders\]
    • (4 pts.) If s is the number of spiders in a room, then the number of flies in the room, f, can be described by the equation \(f(s) = 10-2s\). What is the expectation value for the number of flies in the building? \[\langle f \rangle = \sum_s f(s)P(s) = f(0)P_0 + f(1)P_1 + f(5)P_5 = (10-2(0))(0.3) + (10-2(1))(0.6) + (10-2(5))(0.1) \] \[10(0.3) + 8(0.6) + 0(0.1) = 7.8 flies\]
  3. Wavefunctions (4pts.). Consider a quantum mechanical state that can be in one of three states, \(|1\rangle\), \(|2\rangle\), and \(|3\rangle\). State \(|1\rangle\) has an energy of a, state \(|2\rangle\) has an energy of b, and state \(|3\rangle\) has an energy of c. The quantum mechanical state being studied is described by the following wavefunction. \[|\psi\rangle = \frac{2i}{\sqrt{30}}|1\rangle -\frac{5}{\sqrt{30}}|2\rangle +\frac{1}{\sqrt{30}}|3\rangle\] If you measure the energy of state \(|\psi\rangle\), what is the most likely result? Explain your answer. The most likely energy to be measured is b since the wavefunction has the highest probability of collapsing into state \(|2\rangle\) \[P(|2\rangle) = |\frac{5}{\sqrt{30}}|^2 = \frac{25}{30}\]
  4. **Linear Algebra for Quantum Mechanics (24 pts.)

First find the bra states that correspond to the above kets \[\langle x | = \begin{bmatrix}-1 & -2i & 1 \end{bmatrix}\] \[\langle y | = \begin{bmatrix} 1 & 0 & -i \end{bmatrix}\]

Now to compute the dot products \[\langle x | y \rangle = \begin{bmatrix}-1 & -2i & 1 \end{bmatrix}\begin{bmatrix} 1 \\ 0 \\ i \end{bmatrix}\] \[ = -1(1) + -2i(0) + 1(i) = i-1\]

\[\langle y | x \rangle = \begin{bmatrix} 1 & 0 & -i \end{bmatrix}\begin{bmatrix}-1 \\ 2i \\ 1 \end{bmatrix}\] \[= 1(-1) + 0(2i) + -i(1) = -i-1\]

Note that \(\langle x | y \rangle^* = -i-1 = \langle y | x \rangle\)

The below matrix multiplication will be performed using Wolfram alpha: \[\sigma_x\sigma_x = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} = \begin{bmatrix}1&0\\0&1\end{bmatrix} = \text{bf{I}\] \[\sigma_y\sigma_y = \begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix}\begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix} = \begin{bmatrix}1&0\\0&1\end{bmatrix} = \textbf{I}\] \[\sigma_z\sigma_z = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}\begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} = \begin{bmatrix}1&0\\0&1\end{bmatrix}\]

\[\sigma_x\sigma_y = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}\begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix} = \begin{bmatrix}i&0\\0&-i\end{bmatrix}\] \[\sigma_y\sigma_x = \begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix}\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} = \begin{bmatrix}-i&0\\0&i\end{bmatrix}\]

\[[\sigma_x, \sigma_y] = \sigma_x\sigma_y - \sigma_y\sigma_x\] \[= \begin{bmatrix}i&0\\0&-i\end{bmatrix}-\begin{bmatrix}-i&0\\0&i\end{bmatrix} = \begin{bmatrix} 2i&0\\0&-2i\\\end{bmatrix} = 2i\begin{bmatrix} 1&0\\0&-1\\\end{bmatrix} = 2i\sigma_z\]

Consider the generic vector of length 2 \(\begin{bmatrix}\alpha\\\beta\end{bmatrix}\):

\[\begin{bmatrix}\alpha\\\beta\end{bmatrix} = \begin{bmatrix}\alpha\\0\end{bmatrix} + \begin{bmatrix}0\\\beta\end{bmatrix}\] \[= \alpha\begin{bmatrix}1\\0\end{bmatrix} + \beta\begin{bmatrix}0\\1\end{bmatrix} = \alpha|0\rangle + \beta|1\rangle\]

Thus any vector of length 2 can be created using a linear combination of \(|0\rangle\) and \(|1\rangle\) \(\longrightarrow\) Thus \(|0\rangle\) and \(|1\rangle\) are a basis for vectors of length 2.

First to define the bra states: \[\langle 0 | = \begin{bmatrix}1&0\end{bmatrix}\] \[\langle 1 | = \begin{bmatrix}0&1\end{bmatrix}\]

First, let’s do the dot products of each vector with itself:

\[\langle 0 | 0 \rangle = \begin{bmatrix}1&0\end{bmatrix}\begin{bmatrix} 1 \\ 0 \end{bmatrix} = 1(1) + 0(0) = 1\] \[\langle 1 | 1 \rangle = \begin{bmatrix}0&1\end{bmatrix}\begin{bmatrix} 0 \\ 1 \end{bmatrix} = 0(0) + 1(1) = 1\]

Now to show the relationship with the opposite state dot products:

\[\langle 0 | 1 \rangle = \begin{bmatrix}1&0\end{bmatrix}\begin{bmatrix} 0 \\ 1 \end{bmatrix} = 1(0) + 0(1) = 0\] \[\langle 1 | 0 \rangle = \begin{bmatrix}0&1\end{bmatrix}\begin{bmatrix} 1 \\ 0 \end{bmatrix} = 0(1) + 1(0) = 0\]