In [1]:

Q1

Give numerical values to 3 decimal places (with units, if relevant) for the following physical and mathematical constants:

  1. $\pi$
  2. $e$
  3. $N_\text{A}$
  4. $R$
  5. $k_\text{B}$
  6. $c$
  7. $h$
  8. $\hbar$

  1. $\pi$ $\approx$ 3.14159265
  2. $e$ $\approx$ 2.718281828
  3. $N_\text{A}$ $\approx$ 6.626$\cdot 10^{-34}$ mol$^{-1}$
  4. $R$ $\approx$ 8.3145 J/(mol$\cdot$K)
  5. $k_\text{B}$ $\approx$ 1.3806503$\cdot 10^{-23}$ J/K
  6. $c$ $\approx$ 2.9979$\cdot10^{8}$ m/s
  7. $h$ $\approx$ 6.626068$\cdot10^{-34}$ J$\cdot$s
  8. $\hbar$ $\approx$ 1.054571$\cdot10^{-34}$ J$\cdot$s

Q2

Give an order of magnitude estimate for the following physical constants:

  1. $e_o$ (fundamental charge)
  2. $m_\text{P}$ (proton mass)
  3. Atomic Mass Unit
  4. $m_\text{e}$ (electron mass)

  1. $e_o$ (fundamental charge) $\approx 10^{-19}$ C $(1.602\cdot 10^{-19}$ C)
  2. $m_\text{P}$ (proton mass) $\approx 10^{-27}$ kg $(1.6726 \cdot 10^{-27}$ kg).
  3. Atomic Mass Unit $\approx 10^{-27}$ kg. (1.6605$\cdot10^{-27}$ kg). Note that, in grams, this is just N$_\text{A}^{-1}$.
  4. $m_\text{e}$ (electron mass) $\approx 10^{-30}$ kg (9.109$\cdot 10^{-31}$ kg)

Q3

Complete the square: $$f(x) = a x^2 + b x + c ,$$ i.e., write this expression in the form $f(x) = \alpha \left( x + \beta \right)^2 + \gamma$ .

First divide through by $a$ so that the $x^2$ term has no coefficient:$$\frac{f(x)}{a} = x^2 + \frac{b}{a} + \frac{c}{a}$$Now add and subtract $\frac{b^2}{4 a^2}$ (i.e., the square of one-half the second term):$$\frac{f(x)}{a} = \left( x^2 + \frac{b}{a} + \frac{b^2}{4a^2} \right) - \frac{b^2}{4a^2} + \frac{c}{a}$$The term in parentheses can now be rewritten as a square$$\frac{f(x)}{a} = \left( x + \frac{b}{2a} \right)^2 - \frac{b^2}{4a^2} + \frac{c}{a}$$so that $$f(x) = a \left( x + \frac{b}{2a} \right)^2 + \left( c - \frac{b^2}{4a} \right) .$$Thus the problem is solved with \begin{align*} \alpha &= a\\ \beta &= \frac{b}{2a} \\ \gamma &= c - \frac{b^2}{4a} .\end{align*}

Q4

Calculate the eigenvalues of the matrix$$\begin{bmatrix} -\frac{\Delta}{2} & V \\ V & \frac{\Delta}{2} .\end{bmatrix} $$

The eigenvalues are the roots of the determinant $$ 0 = \left | \begin{matrix} -\frac{\Delta}{2} -\lambda & V \\ V & \frac{\Delta}{2} -\lambda \end{matrix} \right | = \lambda^2 - \frac{\Delta^2}{4} - V^2 ,$$which are obtained from the quadratic formula as $$\lambda_{\pm} = \pm \frac{1}{2} \sqrt{\Delta^2 + 4V^2} . $$

Q5

Calculate (assuming you know the eigenvalues) the eigenvectors of the matrix$$\begin{bmatrix} -\frac{\Delta}{2} & V \\ V & \frac{\Delta}{2} .\end{bmatrix} $$

Eigenvectors are defined by the criterion that$$\begin{bmatrix} -\frac{\Delta}{2} -\lambda_\pm & V \\ V & \frac{\Delta}{2} -\lambda_\pm \end{bmatrix} \begin{bmatrix} u_1^{(\pm)} \\ u_2^{(\pm)} \end{bmatrix} = 0 .$$This matrix equation is really two separate equations, one obtained from the top row and one from the bottom row of the matrix. Only one of these is needed to calculate eigenvector coefficients. Using only the top row, we get the condition$$- \left( \frac{\Delta}{2} + \lambda_{\pm} \right) u_1^{(\pm)} + V u_2^{(\pm)} = 0$$or$$u_2^{(\pm)} = \frac{\lambda_{\pm} + \frac{\Delta}{2}}{V} u_1^{(\pm)} . $$If we define$$\phi_{\pm} = \text{atan} \left( \frac{\lambda_{\pm} + \frac{\Delta}{2}}{V} \right) $$then since$$ \sin \phi_{\pm} = \tan \phi_{\pm} \cos \phi_\pm,$$the eigenvalue condition is satisfied by setting$$ u_{1}^{(\pm)} = \cos \phi_{\pm}$$$$ u_{2}^{(\pm)} = \sin \phi_{\pm}.$$

Q6

Evaluate the integral$$\int_{-\infty}^\infty e^{-\frac{(x-x_o)^2}{2\sigma^2}} dx $$

As a first step: memorize the solution! (A good PChemist will need to evaluate integrals like this quite often.) The answer is$$\int_{-\infty}^\infty e^{-\frac{(x-x_o)^2}{2\sigma^2}} dx = \sqrt{2 \pi \sigma^2} .$$To actually calculate the integral, first make the replacement $u = \frac{x - x_o}{\sqrt{2 \sigma^2}}$ so that $$\int_{-\infty}^\infty e^{-\frac{(x-x_o)^2}{2\sigma^2}} dx = \sqrt{2 \sigma^2} \int_{-\infty}^\infty e^{-u^2} du.$$Evaluating the integral $du$ is (somewhat counterintuitively) much easier in two dimensions. Note that $$ \int_{-\infty}^\infty e^{-u^2} du = \left [ \int_{-\infty}^\infty e^{-u^2} du \int_{-\infty}^\infty e^{-v^2} dv\right]^\frac{1}{2}, $$since the double integral is simply the single integral squared. But the double-integral is easy to evaluate in polar coordinates:$$ \int_{-\infty}^\infty e^{-u^2} du \int_{-\infty}^\infty e^{-v^2} dv = \int_0^{2\pi} d\theta \int_0^\infty dr \;r e^{-r^2} = 2 \pi \left .\left( - \frac{e^{-r^2}}{2} \right) \right|_0^\infty = \pi.$$The additional factor of $r$ here (the reason we can directly evaluate the integral) comes from the fact that (for infinitesimal displacements) in two dimensions $ dx dy = r dr d\theta $. Finally, this allows us to write the original integral as $$ \int_{-\infty}^\infty e^{-\frac{(x-x_o)^2}{2\sigma^2}} dx = \sqrt{2 \sigma^2} \left [ \int_{-\infty}^\infty e^{-u^2} du \int_{-\infty}^\infty e^{-v^2} dv\right]^\frac{1}{2} = \sqrt{2 \pi \sigma^2 } .$$

Q7

Calculate the Fourier transform$$\int_{-\infty}^\infty e^{i \omega t} e^{-\frac{(t-t_o)^2}{2 \sigma^2}} dt $$

First introduce the change of variables $$ u = \frac{t - t_o}{\sqrt{2 \sigma}} \leftrightarrow \sqrt{2} \sigma u + t_o = t$$to obtain\begin{align} \int_{-\infty}^\infty e^{i \omega t} e^{-\frac{(t-t_o)^2}{2 \sigma^2}} dt &= \int_{-\infty}^\infty e^{i \omega \left( \sqrt{2} \sigma u + t_o\right)} e^{-u^2} \left(\sqrt{2} \sigma du\right) \nonumber \\ &= \sqrt{2} \sigma e^{i \omega t_o} \int_{-\infty}^\infty e^{-u^2 + i \omega \sqrt{2} \sigma u} du .\end{align}Now complete the square:\begin{align} \int_{-\infty}^\infty e^{i \omega t} e^{-\frac{(t-t_o)^2}{2 \sigma^2}} dt &= \sqrt{2} \sigma e^{i \omega t_o} \int_{-\infty}^\infty e^{- \left( u^2 - i \omega \sqrt{2} \sigma u - \frac{\omega^2 \sigma^2}{2} \right) - \frac{\omega^2 \sigma^2 }{2} } du \nonumber \\ &= \sqrt{2}\sigma e^{i \omega t_o} e^{- \frac{\omega^2 \sigma^2}{2} } \int_{-\infty}^\infty e^{- \left( u - i \frac{\omega \sigma}{\sqrt{2}} \right)^2} du\\ &= \sqrt{2} \sigma e^{i \omega t_o} e^{- \frac{\omega^2\sigma^2}{2} } \int_{-\infty}^\infty e^{- u^2} du,\end{align}where in the last line, we have noted that the shift term $i \frac{\sigma \omega}{\sqrt{2}}$ doesn't affect the overall value of the integral. Using the Gaussian integral identity in the last question, we finally obtain $$ \int_{-\infty}^\infty e^{i \omega t} e^{-\frac{(t-t_o)^2}{2 \sigma^2}} dt = \sqrt{2\pi \sigma^2} e^{i \omega t_o} e^{- \frac{\sigma^2 \omega^2}{2} } .$$

Q8

Complete the summation $$\sum_{n} \frac{x^n}{n!}$$

$$\sum_{n} \frac{x^n}{n!} = e^{x} .$$This can be established as a Taylor series for $e^x$:$$e^x = 1 + \left .\frac{d e^x}{dx} \right |_{x=0} x + \left .\frac{d^2 e^x}{dx^2} \right |_{x=0} \frac{x^2}{2!} + \left .\frac{d^3 e^x}{dx^3} \right |_{x=0} \frac{x^3}{3!} + ... . $$

Q9

Complete the summation $$\sum_n x^n $$

$$ \sum_n x^n = \frac{1}{1-x} .$$This can be established either as a Taylor series or by recognizing that for any $n > 0$:\begin{align} \left( 1 - x \right) \left( 1 + x + x^2 + x^3 + ... + x^n \right) = 1 - x^{n+1} . \end{align}Rearranging this equation gives\begin{align} 1 + x + x^2 + x^3 + ... + x^n = \frac{1 - x^{n+1}}{1 - x} ,\end{align}which converges as $n \to \infty$ to$$ \frac{1}{1 - x} = 1 + x + x^2 + ... .$$

Q10

Give the Taylor series to first non-vanishing order around $x=0$:

  • $e^x $
  • $\sqrt{1+x} $
  • $\frac{1}{1-x}$
  • $\sin(x)$
  • $\cos(x)$

  • $e^x \approx 1 + x$
  • $\sqrt{1+x} \approx 1 + \frac{x}{2}$
  • $\frac{1}{1-x} \approx 1 + x$
  • $\sin(x) \approx x$
  • $\cos(x) \approx 1 - x^2 $

Q11

Express $e^{i\theta}$ in terms of $\sin$ and $\cos$ contributions.

$e^{i\theta} = \cos \theta + i \sin \theta$

Q12

Express $\sin \theta $ and $\cos \theta$ in terms of $e^{i\theta}$ and $e^{-i\theta}$ contributions.

Adding the Euler identities for $\sin \theta$ and $\sin (-\theta) = - \sin \theta$ gives:$$\sin \theta = \frac{e^{i\theta} - e^{-i \theta}}{2i}.$$Adding the Euler identities for $\cos \theta$ and $\cos (-\theta) = \cos \theta$ gives:$$\cos \theta = \frac{e^{i\theta} + e^{-i \theta}}{2}.$$

Algebra

Q13

What are the defining properties of a mathematical group?

A group is a set of elements $a, b, c, ...$ together with an operation $\circ$ that satisfies the following properties:

  1. Closure: If $a$ and $b$ are in the group then $a \circ b$ is also an element in the group.
  2. Associativity: For any elements $a, b, c$ in the group $( a \circ b) \circ c = a \circ (b \circ c)$
  3. Existence of a unit: There exists an element $e$ in the group such that for any element $a$ in the group $a \circ e = e \circ a = a$.
  4. Existence of an inverse: For every element $a$ in the group, there exists an element $a^{-1}$ in the group such that $a a^{-1} = a^{-1} a = e$.

Q14

What is a symmetry operation?

A symmetry operation is a geometric transformation (e.g., rotation or inversion) that leaves a system unchanged from its starting configuration.

Q15

What are the four basic classes of molecular symmetry operations (other than the identity)?

  1. Reflection
  2. Inversion
  3. Proper rotation
  4. Improper rotation

Q16

What is the difference between proper and improper rotations? (Give a non-trivial example of an improper rotation.)

Q17

What is a point group?

A point group is a group of symmetry operations that share a fixed point.

Quantum Mechanics

Q18

What is the time-dependent Schrodinger equation?

Q19

What is the time-independent Schrodinger equation?

Q20

Why does the time-dependent Schrodinger equation naturally lead to the time-independent Schrodinger equation?

Q21

Express the operators $\hat x$ and $\hat p$ in the position basis.

Q22

Express the operators $\hat x$ and $\hat p$ in the momentum basis.

Q23

Demonstrate the canonical commutation relation from the position-basis representation of $\hat x$ and $\hat p$.

Q24

What is the general form in the position basis for the quantum Hamiltonian of a particle of mass $M$ in a one-dimensional potential $V(x)$?

Q25

Find the eigenfunctions and eigenvalues of the potential $$V(x) = \left \{ \begin{matrix} 0, & -\frac{L}{2} \leq x \leq \frac{L}{2} \\\infty, & \text{otherwise.} \end{matrix} \right. $$

\question{Find the eigenfunctions and eigenvalues of the potential $$V(x) = \left \{ \begin{matrix} 0, & -\frac{L}{2} \leq x \leq \frac{L}{2} \\\infty, & \text{otherwise.} \end{matrix} \right. $$}

Q26

Write the harmonic oscillator Hamiltonian (with potential $V(x) = \frac{m \omega^2 x^2}{2}$) in terms of

  1. $\hat x$ and $\hat p$ operators in the position basis,
  2. mass-weighted $\hat Q$ and $\hat P$ operators, and
  3. raising and lowering operators $\hat a$ and $\hat a^\dagger$ .

Q27

Calculate the commutator $\left [ \hat a , a^\dagger \right]$.

Q28

Calculate the commutator $\left [ \hat H , a^\dagger \right]$

Q29

Calculate the commutator $\left [ \hat H , a \right]$

Q30

Show that if $\phi$ is an eigenfunction of the harmonic Hamiltonian $\hat H$ with eigenvalue $\lambda$ then $\hat a \phi$ is an eigenfunction of $\hat H$ with eigenvalue $\lambda - \hbar \omega$.

Q31

Show that if $\phi$ is an eigenfunction of the harmonic Hamiltonian $\hat H$ with eigenvalue $\lambda$ then $\hat a^\dagger \phi$ is an eigenfunction of $\hat H$ with eigenvalue $\lambda + \hbar \omega$.

Q32

If $\phi$ is a normalized eigenfunction of the harmonic Hamiltonian $\hat H$, what is $\| \hat a \phi \|^2$?

Q33

If $\phi$ is a normalized eigenfunction of the harmonic Hamiltonian $\hat H$, what is $\| \hat a^\dagger \phi \|^2$?

Q34

Derive a lower bound on the eigenvalues of the harmonic oscillator Hamiltonian. What is the smallest eigenvalue $\lambda_o$ of $\hat H$? How do you know that this is a valid eigenvalue?

Q35

Use the position-basis representation of $\hat x$, $\hat p$, and $\hat a$ to find the ground-state eigenfunction $\phi_0$ of the harmonic oscillator.

Q36

Consider the two-dimensional harmonic oscillator potential $$V(x_1,x_2) = \frac{m \omega_1^2 x_1^2}{2} + v x_1 x_2 + \frac{m \omega_2^2 x_2^2}{2} .$$ What is the Hessian for this system? What are its normal-mode frequencies?

Q37

What does the ``ket'' $\left | \psi\right \rangle$ represent in wave mechanics? What about in matrix mechanics?

Q38

What does the ``bra'' $\left \langle \psi\right |$ represent in wave mechanics? What about in matrix mechanics?

Q39

How is the adjoint of an operator defined?

Q40

How is a Hermitian operator defined?

Q41

Prove that the eigenvalues of a Hermitian operator are real.

Q42

Prove that non-degenerate eigenvectors of a Hermitian operator are orthogonal.

Q43

Derive the variational principle, i.e., show that for any Hermitian operator $\hat A$ with a lower bound $\lambda_o$ on its eigenvalues, $$ \left \langle \psi \left |\hat A \right |\psi\right \rangle \geq \lambda_o.$$

Q44

Derive the quantum Adiabatic Theorem.

Q45

What (Schrodinger-like) equation defines the time-evolution operator $\hat U(t,t_o)$?

Q46

What form does $\hat U(t,t_o)$ take under a static (time-indepdendent) Hamiltonian?

Q47

Write down an expression for the density matrix of a system of $N$ independent particles, each with wavefunction $\left | \psi_n\right \rangle$.

Q48

How do you calculate the expectation value $\left \langle A \right \rangle $ for an operator $\hat A$ from the density matrix $\hat \rho$?

Q49

Show that the trace of an operator is independent of the basis used to evaluate it.

Q50

What is the quantum Liouville equation?

Q51

Derive the quantum Liouville equation from the time-dependent Schrodinger equation.

Q52

Show that the trace is invariant under cyclic permutations.

Q53

Consider a system with Hamiltonian $\hat H = \hat H_\text{o} + \hat V$, where $\hat V$ can be considered a small perturbation. How is the interaction-picture density matrix $\hat \rho_\text{I}$ defined for this system?

Q54

Consider a system with Hamiltonian $\hat H = \hat H_\text{o} + \hat V$, where $\hat V$ can be considered a small perturbation. What is the Liouville equation for the interaction-picture density matrix $\hat \rho_\text{I}$ for this system?

Q55

Consider a system with Hamiltonian $\hat H = \hat H_\text{o} + \hat V$, where $\hat V$ can be considered a small perturbation. Derive the Dyson series expansion for $\hat \rho_\text{I}(t)$ by formally integrating the Liouville equation for $\hat \rho_\text{I}$ and repeatedly plugging the answer into itself.



Thermodynamics and Statistical Mechanics

Q56

What is the First Law of Thermodynamics? (Include a statement of the law as an equation).

Q57

Write down the differential for $dW$ in a system with only PV work.

Q58

What is the thermodynamic definition of entropy?

Q59

Write down a differential statement of the First Law of thermodynamics for a system with only PV work.

Q60

What does the differential statement of the First Law tell you about the physical interpretation of $P$ and $T$?

Q61

What is the Second Law of Thermodynamics?

Q62

What does a heat capacity tell you? What is the difference between $C_\text{P}$ and $C_\text{V}$?

Q63

Give an expression for the energy of a monatomic ideal gas in terms of macroscopic parameters.

Q64

What is the equation of state for an ideal gas?

Q65

What do the following terms mean in the context of thermodynamics?

  1. Adiabatic
  2. Isothermal
  3. Isobaric
  4. Isochoric

Q66

What is $C_\text{V}$ for an ideal gas? What is $C_\text{P}$?

Q67

Under what circumstances is Entropy maximized at equilibrium? (Use the Second Law to prove this.)

Q68

How is enthalpy defined? What is its physical meaning?

Q69

Under what circumstances is the Enthalpy maximized at equilibrium? (Use the Second Law to prove this.)

Q70

What is the definition of the Gibbs Free Energy? What is its physical meaning?

Q71

Under what circumstances is the Gibbs Free Energy maximized at equilibrium? (Use the Second Law to prove this.)

Q72

What is the definition of the Helmholtz Free Energy? What is its physical meaning?

Q73

Under what circumstances is the Helmholtz Free Energy maximized at equilibrium? (Use the Second Law to prove this.)

Q74

What variables are held constant in each of the following?

  1. Microcanonical ensemble
  2. Canonical ensemble
  3. Gibbs ensemble
  4. Grand canonical ensemble

Q75

Give an equation for the information entropy $s\left( \{ p_\mu \} \right)$ of a discrete probability distribution $\{ p_\mu \}$. What does $s\left( \{ p_\mu \} \right)$ represent intuitively?

Q76

What is the relationship between information entropy and thermodynamic entropy?

Q77

How are microstate probabilities $p_\mu$ assigned in the microcanonical ensemble?

Q78

How are microstate probabilities $p_\mu$ assigned in the canonical ensemble?

Q79

How are microstate probabilities $p_\mu$ assigned in the Gibbs ensemble?

Q80

How are microstate probabilities $p_\mu$ assigned in the Grand canonical ensemble?



Spectroscopy

Q81

What is the field-dipole Hamiltonian for light-matter interactions?

Q82

Consider a system with a static Hamiltonian $\hat H_\text{o}$ perturbed by the field-dipole interaction with the electric field that is zero for $t \leq 0$. What is the first-order correction $\psi_\text{I}^{(1)}(t)$ to the interaction-picture representation of the wavefunction for $t > 0$?

Q83

Consider a system with a static Hamiltonian $\hat H_\text{o}$ perturbed by the field-dipole interaction with the electric field that is zero for $t \leq 0$. What is the first-order correction $\hat \rho_\text{I}^{(1)}(t)$ to the interaction-picture representation of the density matrix for $t > 0$?

Q84

Give an expression for the linear polarization $\vec P^{(1)}(t)$ of an isotropic material in terms of its linear response function $R^{(1)}(\tau)$.

Q85

Give an expression for the linear response tensor $R_{\alpha\beta}^{(1)}(\tau)$ as an autocorrelation function.

Q86

What is the relationship between the linear response function $R^{(1)}(\tau)$ for an isotropic material and the linear susceptibility $\chi^{(1)}(\omega)$

Q87

What is the relationship between the linear linear susceptibility $\chi^{(1)}(\omega)$ for an isotropic material and the permittivity $\varepsilon(\omega)$?

Q88

What is the relationship between the permittivity $\varepsilon(\omega)$ and the refractive index $n(\omega)$?

Q89

What is the relationship between the permittivity $\varepsilon(\omega)$ and the extinction coefficient $\kappa(\omega)$?

Q90

What is the (a) exact and (b) low-OD approximate relationship between $\kappa(\omega)$ and $\chi^{(1)}(\omega)$?

Q91

What is the difference between homogeneous and inhomogeneous broadening? What is meant by ``static disorder''?

Q92

What is the difference between dissipation and dephasing?

Q93

What is motional narrowing? What sets the timescale upon which motional narrowing occurs?

Q94

Roughly how many cm$^{-1}$ are there per nm in the vicinity of each of the following?

  1. 700 nm:
  2. 500 nm:
  3. 300 nm:

  1. 700 nm: 20 cm$^{-1}$
  2. 500 nm: 40 cm$^{-1}$
  3. 300 nm: 110 cm$^{-1}$

Q95

How many of each of the following unts are there per cm$^{-1}$?

  1. meV:
  2. GHz:
  3. THz:

  1. meV: 0.124
  2. GHz: 30
  3. THz: 0.03

Q96

How many cm$^{-1}$ are there

  1. per THz?
  2. per meV?

  1. per THz? 33.3
  2. per meV? 8

Q97

What is the oscillation period in vacuum of a

  1. 9 $\mu$m light wave?
  2. 6 $\mu$m light wave?
  3. 3 $\mu$m light wave?
  4. 900 nm light wave?
  5. 600 nm light wave?
  6. 300 nm light wave?

  1. 9 $\mu$m light wave? 30 fs
  2. 6 $\mu$m light wave? 20 fs
  3. 3 $\mu$m light wave? 10 fs
  4. 900 nm light wave? 3 fs
  5. 600 nm light wave? 2 fs
  6. 300 nm light wave? 1 fs

Out[1]:
0
In [ ]: