Give numerical values to 3 decimal places (with units, if relevant) for the following physical and mathematical constants:
Give an order of magnitude estimate for the following physical constants:
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*}
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} . $$
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}.$$
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 } .$$
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} } .$$
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!} + ... . $$
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 + ... .$$
Give the Taylor series to first non-vanishing order around $x=0$:
Express $e^{i\theta}$ in terms of $\sin$ and $\cos$ contributions.
$e^{i\theta} = \cos \theta + i \sin \theta$
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
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:
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.
What are the four basic classes of molecular symmetry operations (other than the identity)?
What is the difference between proper and improper rotations? (Give a non-trivial example of an improper rotation.)
What is a point group?
A point group is a group of symmetry operations that share a fixed point.
Quantum Mechanics
What is the time-dependent Schrodinger equation?
What is the time-independent Schrodinger equation?
Why does the time-dependent Schrodinger equation naturally lead to the time-independent Schrodinger equation?
Express the operators $\hat x$ and $\hat p$ in the position basis.
Express the operators $\hat x$ and $\hat p$ in the momentum basis.
Demonstrate the canonical commutation relation from the position-basis representation of $\hat x$ and $\hat p$.
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)$?
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. $$}
Write the harmonic oscillator Hamiltonian (with potential $V(x) = \frac{m \omega^2 x^2}{2}$) in terms of
Calculate the commutator $\left [ \hat a , a^\dagger \right]$.
Calculate the commutator $\left [ \hat H , a^\dagger \right]$
Calculate the commutator $\left [ \hat H , a \right]$
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$.
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$.
If $\phi$ is a normalized eigenfunction of the harmonic Hamiltonian $\hat H$, what is $\| \hat a \phi \|^2$?
If $\phi$ is a normalized eigenfunction of the harmonic Hamiltonian $\hat H$, what is $\| \hat a^\dagger \phi \|^2$?
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?
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.
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?
What does the ``ket'' $\left | \psi\right \rangle$ represent in wave mechanics? What about in matrix mechanics?
What does the ``bra'' $\left \langle \psi\right |$ represent in wave mechanics? What about in matrix mechanics?
How is the adjoint of an operator defined?
How is a Hermitian operator defined?
Prove that the eigenvalues of a Hermitian operator are real.
Prove that non-degenerate eigenvectors of a Hermitian operator are orthogonal.
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.$$
Derive the quantum Adiabatic Theorem.
What (Schrodinger-like) equation defines the time-evolution operator $\hat U(t,t_o)$?
What form does $\hat U(t,t_o)$ take under a static (time-indepdendent) Hamiltonian?
Write down an expression for the density matrix of a system of $N$ independent particles, each with wavefunction $\left | \psi_n\right \rangle$.
How do you calculate the expectation value $\left \langle A \right \rangle $ for an operator $\hat A$ from the density matrix $\hat \rho$?
Show that the trace of an operator is independent of the basis used to evaluate it.
What is the quantum Liouville equation?
Derive the quantum Liouville equation from the time-dependent Schrodinger equation.
Show that the trace is invariant under cyclic permutations.
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?
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?
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
What is the First Law of Thermodynamics? (Include a statement of the law as an equation).
Write down the differential for $dW$ in a system with only PV work.
What is the thermodynamic definition of entropy?
Write down a differential statement of the First Law of thermodynamics for a system with only PV work.
What does the differential statement of the First Law tell you about the physical interpretation of $P$ and $T$?
What is the Second Law of Thermodynamics?
What does a heat capacity tell you? What is the difference between $C_\text{P}$ and $C_\text{V}$?
Give an expression for the energy of a monatomic ideal gas in terms of macroscopic parameters.
What is the equation of state for an ideal gas?
What do the following terms mean in the context of thermodynamics?
What is $C_\text{V}$ for an ideal gas? What is $C_\text{P}$?
Under what circumstances is Entropy maximized at equilibrium? (Use the Second Law to prove this.)
How is enthalpy defined? What is its physical meaning?
Under what circumstances is the Enthalpy maximized at equilibrium? (Use the Second Law to prove this.)
What is the definition of the Gibbs Free Energy? What is its physical meaning?
Under what circumstances is the Gibbs Free Energy maximized at equilibrium? (Use the Second Law to prove this.)
What is the definition of the Helmholtz Free Energy? What is its physical meaning?
Under what circumstances is the Helmholtz Free Energy maximized at equilibrium? (Use the Second Law to prove this.)
What variables are held constant in each of the following?
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?
What is the relationship between information entropy and thermodynamic entropy?
How are microstate probabilities $p_\mu$ assigned in the microcanonical ensemble?
How are microstate probabilities $p_\mu$ assigned in the canonical ensemble?
How are microstate probabilities $p_\mu$ assigned in the Gibbs ensemble?
How are microstate probabilities $p_\mu$ assigned in the Grand canonical ensemble?
Spectroscopy
What is the field-dipole Hamiltonian for light-matter interactions?
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$?
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$?
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)$.
Give an expression for the linear response tensor $R_{\alpha\beta}^{(1)}(\tau)$ as an autocorrelation function.
What is the relationship between the linear response function $R^{(1)}(\tau)$ for an isotropic material and the linear susceptibility $\chi^{(1)}(\omega)$
What is the relationship between the linear linear susceptibility $\chi^{(1)}(\omega)$ for an isotropic material and the permittivity $\varepsilon(\omega)$?
What is the relationship between the permittivity $\varepsilon(\omega)$ and the refractive index $n(\omega)$?
What is the relationship between the permittivity $\varepsilon(\omega)$ and the extinction coefficient $\kappa(\omega)$?
What is the (a) exact and (b) low-OD approximate relationship between $\kappa(\omega)$ and $\chi^{(1)}(\omega)$?
What is the difference between homogeneous and inhomogeneous broadening? What is meant by ``static disorder''?
What is the difference between dissipation and dephasing?
What is motional narrowing? What sets the timescale upon which motional narrowing occurs?
Roughly how many cm$^{-1}$ are there per nm in the vicinity of each of the following?
What is the oscillation period in vacuum of a
0