Physical Chemistry (Advanced)
Level: 2 (Recall / Standard problems / Short derivations) Time limit: 30 minutes Total marks: 40
Use / for mathematics. Show working where required.
Useful constants: , , , , , , .
Q1. (4 marks) For a particle of mass in a 1-D box of length , write the normalized wavefunction and the energy . Calculate the energy (in J) of the transition for an electron in a box of length .
Q2. (4 marks) State the variational principle in one sentence, giving the inequality relating the trial expectation energy to the true ground-state energy . Explain briefly why it is useful in quantum chemistry.
Q3. (5 marks) The rigid rotor rotational energy levels are with rotational constant (in cm). (a) Write the selection rule for pure rotational (microwave) absorption. (1) (b) Show that the spacing between adjacent absorption lines is . (2) (c) For CO, . Find the wavenumber of the transition. (2)
Q4. (4 marks) Distinguish the Hartree–Fock method and Density Functional Theory (DFT) as concepts. State the central variable each method works with and one key limitation of Hartree–Fock.
Q5. (5 marks) The vibrational partition function for a harmonic oscillator (measuring energy from the ground state) is For a molecule with at , compute . (Show the exponent value.)
Q6. (4 marks) State the Langmuir adsorption isotherm relating fractional coverage to pressure . Sketch (describe) the low-pressure and high-pressure limiting behaviour of .
Q7. (4 marks) Define critical micelle concentration (CMC). State two physical properties (e.g. of a surfactant solution) that change abruptly at the CMC and briefly say how they change.
Q8. (4 marks) The Tafel equation in one form is . (a) Define overpotential . (1) (b) What thermodynamic/kinetic information is obtained from the slope and intercept? (2) (c) State the low-overpotential limit relationship between current and overpotential. (1)
Q9. (3 marks) State the Stark–Einstein law (law of photochemical equivalence) and define the primary quantum yield of a photochemical process.
Q10. (3 marks) In solid-state band theory, distinguish a conductor, an insulator, and an intrinsic semiconductor in terms of the band gap and the filling of the valence/conduction bands.
Answer keyMark scheme & solutions
Q1. (4 marks) Wavefunction and energy: (1 mark each for correct and .)
Transition energy : Numerics: ; denominator . (1 mark setup, 1 mark answer J.) Why: energy scales as ; the transition uses the difference of squares.
Q2. (4 marks)
- Principle: For any normalized trial wavefunction , , the true ground-state energy; equality holds only if is the true ground state. (2)
- Usefulness: adjustable parameters in can be varied to minimize , giving a rigorous upper bound and an optimized approximate wavefunction. (2)
Q3. (5 marks) (a) Selection rule: (also molecule must have permanent dipole). (1) (b) Line for : Spacing between successive lines: . (2) (c) : . (2) Why: term-value differences telescope, giving equal spacing.
Q4. (4 marks)
- Hartree–Fock: each electron moves in the average (mean) field of the others; the central variable is the many-electron wavefunction (a single Slater determinant). (1.5)
- DFT: the ground-state energy is a functional of the electron density (Hohenberg–Kohn); central variable is the density. (1.5)
- HF limitation: it neglects electron correlation (Coulomb correlation beyond exchange), so it overestimates energies / misses dispersion. (1)
Q5. (5 marks) Exponent: . . . . (2) (3 marks: exponent 2, evaluation 1.) Why: geometric-series sum of Boltzmann factors over equally spaced levels.
Q6. (4 marks) Langmuir isotherm:
- Low (): — coverage rises linearly with pressure. (1)
- High (): — saturation (monolayer complete). (1)
Q7. (4 marks)
- CMC: the surfactant concentration above which micelles begin to form spontaneously; below it surfactant exists as free monomers. (2)
- Two properties (any two, 1 each): surface tension (decreases then levels off / becomes ~constant above CMC); molar conductivity (drops in slope above CMC); turbidity/light scattering (rises); osmotic pressure (levels off). (2)
Q8. (4 marks) (a) Overpotential : the extra potential beyond equilibrium needed to drive a net current at a given rate. (1) (b) Slope (Tafel slope) gives the transfer coefficient (), i.e. reaction mechanism/kinetics; the intercept gives the exchange current density (electrode activity). (2) (c) At low : linear regime, (current proportional to ). (1)
Q9. (3 marks)
- Stark–Einstein law: each molecule that reacts in the primary photochemical step absorbs one photon (one quantum) of the light causing the reaction. (1.5)
- Primary quantum yield: . (1.5)
Q10. (3 marks)
- Conductor: valence and conduction bands overlap (or partially filled band), → free conduction. (1)
- Insulator: large band gap ( large, typically –4 eV), full valence band, empty conduction band. (1)
- Intrinsic semiconductor: small band gap (~–2 eV) so thermal excitation promotes some electrons to the conduction band, leaving holes. (1)
[
{"claim":"Q1 particle-in-box n=1->2 transition energy ~1.81e-18 J",
"code":"h=6.626e-34; me=9.109e-31; L=1.0e-9; dE=3*h**2/(8*me*L**2); result = abs(dE-1.81e-18) < 0.05e-18"},
{"claim":"Q3c CO J=0->1 wavenumber = 3.86 cm^-1",
"code":"B=1.93; nu=2*B*1; result = abs(nu-3.86) < 1e-9"},
{"claim":"Q5 vibrational partition function q_vib ~1.10 at 300 K, 500 cm^-1",
"code":"h=6.626e-34; c=3.00e10; kB=1.381e-23; T=300; nu=500; x=h*c*nu/(kB*T); q=1/(1-exp(-x)); result = abs(float(q)-1.10) < 0.02"},
{"claim":"Q5 exponent value ~2.399",
"code":"h=6.626e-34; c=3.00e10; kB=1.381e-23; T=300; nu=500; x=h*c*nu/(kB*T); result = abs(float(x)-2.399) < 0.01"}
]