Halides and Oxygenated Derivatives
Level 5 — Mastery (cross-domain: mechanism, kinetics, thermodynamics, computation) Time limit: 75 minutes Total marks: 60
Answer all three questions. Show all reasoning, mechanisms, and derivations. Where computation is asked, present the algorithm/pseudocode clearly.
Question 1 — Kinetics, Stereochemistry & Competition Model (22 marks)
A chiral, optically pure substrate (R)-2-bromobutane is subjected to nucleophilic attack. Under a given set of conditions the reaction proceeds by simultaneous competing and pathways.
(a) Write the rate law for each pathway and state the overall rate of disappearance of substrate as a differential equation, given nucleophile concentration . (3)
(b) Define the fraction of substrate reacting by , , in terms of the rate constants (unimolecular) and (bimolecular) and . Show that when , exactly half the substrate reacts by each pathway. (4)
(c) The path proceeds with inversion (Walden), the path gives a racemate (assume 50:50). Derive an expression for the enantiomeric excess (ee) of the product mixture as a function of . Evaluate ee when . (5)
(d) For the ionization step, . Given , , compute at (use ). (4)
(e) Write short pseudocode (any language) that takes arrays of values and returns the corresponding ee values, so the crossover point can be located numerically. (3)
(f) State, with one-line justification each, how switching to a polar aprotic solvent and to a tertiary substrate would shift the balance . (3)
Question 2 — Benzyne, NAS & Regiochemical Proof (20 marks)
(a) Chlorobenzene is inert to at ordinary temperature but reacts at $350,^\circ\text{C}/high pressure to give phenol. Draw the benzyne (elimination–addition) mechanism and explain why aryl halides are otherwise so unreactive toward nucleophilic substitution. (5)
(b) When C-labelled chlorobenzene (label at C1, bearing Cl) reacts with , the aniline product is formed with the label distributed 50% at C1 and 50% at C2. Explain quantitatively how the symmetric benzyne intermediate accounts for exactly this 50:50 statistical distribution. (5)
(c) Contrast this with nucleophilic aromatic substitution (addition–elimination) on 2,4-dinitrochlorobenzene + . Draw the Meisenheimer complex and explain why the groups are essential and why ortho/para nitro placement (not meta) is required. (6)
(d) Rank the following toward NAS () and justify with resonance/inductive reasoning: chlorobenzene, 4-nitrochlorobenzene, 2,4-dinitrochlorobenzene, 2,4,6-trinitrochlorobenzene. (4)
Question 3 — Carbonyl Reactivity, Acidity & Synthetic Logic (18 marks)
(a) Rank by acidity (lowest pKa first) and give the dominant physical reason for each: ethanol (), phenol (), acetic acid (), p-nitrophenol (). (4)
(b) Equal moles of benzaldehyde and acetaldehyde are treated with dilute . Predict the major crossed product and name the reaction. Explain, using enolizability and electrophilicity, why the other three possible aldol combinations are minor. (5)
(c) Benzaldehyde alone with concentrated undergoes Cannizzaro. Give the mechanism, and derive why the reaction is second order in aldehyde (write the rate law). A kinetic study finds that using /OD and shows the transferred hydrogen is not exchanged with solvent — interpret this result. (5)
(d) For the -unsaturated ketone methyl vinyl ketone (MVK) reacting with a stabilized enolate (diethyl malonate/base), state whether 1,2- or 1,4-addition dominates and name the process. Give the thermodynamic vs kinetic rationale in two lines. (4)
End of paper.
Answer keyMark scheme & solutions
Question 1
(a) (3 marks)
- : rate (rate-determining ionization, independent of nucleophile). (1)
- : rate . (1)
- Overall: . (1)
(b) (4 marks) (2) Set : numerator ; denominator ; so . Hence 50:50. (2)
(c) (5 marks)
- fraction gives 100% inverted (one enantiomer). fraction gives racemate = equal both enantiomers. (1)
- Let inverted product = "S" configuration (from R by inversion). Excess of inverted enantiomer comes only from portion; the portion contributes 0 net.
- ee . Inverted amount ; other . Difference . (2) (1)
- At : ee = 0.60 = 60% (predominantly inverted config). (1)
(d) (4 marks) Exponent ; . (2) (2) (Accept –.)
(e) (3 marks)
def ee_curve(nu_list, k1, k2):
ee = []
for nu in nu_list:
f = (k2*nu)/(k1 + k2*nu) # fraction SN2
ee.append(f) # since ee == f_SN2
return ee
# crossover (ee=0.5) at nu = k1/k2Award (1) fraction formula, (1) loop over array, (1) returns ee = f.
(f) (3 marks)
- Polar aprotic solvent: does not H-bond/solvate the nucleophile → "naked" more reactive → raises → increases . (1.5)
- Tertiary substrate: steric block to backside attack kills ; stable 3° carbocation favours → decreases (→0). (1.5)
Question 2
(a) (5 marks)
- Mechanism: strong base deprotonates ortho H → loss of generates benzyne (strained triple bond); nucleophile () adds; reprotonation gives phenol. (3)
- Aryl halides unreactive because: C–Cl bond has partial double-bond character (lone-pair conjugation into ring, shorter/stronger bond); carbon; ring cloud repels incoming nucleophile; no backside for and aryl cation for is very unstable. (2)
(b) (5 marks)
- Symmetric benzyne forms between C1 and C2 (the label at C1). (1)
- The two carbons of the triple bond are equivalent by symmetry of addition; adds with equal probability to C1 or C2. (2)
- If adds at C1 → label stays at C1 (ipso); if at C2 → label ends up at C2 (adjacent). Equal probability → 50% C1 / 50% C2, matching observation and proving benzyne (not direct displacement, which would give 100% C1). (2)
(c) (6 marks)
- Addition–elimination: adds to the ring carbon bearing Cl forming the anionic Meisenheimer complex; negative charge delocalized onto ortho/para oxygens; then leaves. (3) (draw resonance placing negative charge on nitro O's).
- groups are strong -acceptors that stabilize the anionic intermediate; without them the intermediate is too high in energy. (1.5)
- Ortho/para placement allows the carbanion lone pair to delocalize directly onto the nitro nitrogen/oxygen via resonance; a meta nitro can only withdraw inductively (no resonance overlap with the charged carbon), so it does not stabilize the Meisenheimer complex effectively. (1.5)
(d) (4 marks) Increasing reactivity: chlorobenzene < 4-nitrochlorobenzene < 2,4-dinitrochlorobenzene < 2,4,6-trinitrochlorobenzene. (2) Justification: each ortho/para adds a resonance-stabilizing site for the Meisenheimer negative charge and increases electrophilicity of the ipso carbon; more nitro groups ⇒ lower intermediate energy ⇒ faster. (2)
Question 3
(a) (4 marks) Order (most acidic first): acetic acid (4.76) < p-nitrophenol (7.1) < phenol (10) < ethanol (16). (2) Reasons: (2, ½ each)
- Acetic acid: carboxylate anion resonance over two equivalent O's (best delocalization).
- p-Nitrophenol: phenoxide resonance + extra delocalization onto para (through-conjugation).
- Phenol: phenoxide charge delocalized into ring (resonance), but only onto C not electronegative O.
- Ethanol: alkoxide charge localized on one O, +I of alkyl destabilizes → least acidic.
(b) (5 marks)
- Major product: cinnamaldehyde-type, i.e. (3-phenylpropenal) via crossed (Claisen–Schmidt) aldol condensation. (2)
- Acetaldehyde is enolizable (α-H) → forms enolate nucleophile; benzaldehyde has no α-H → cannot self-condense and acts purely as electrophile. So acetaldehyde-enolate + benzaldehyde is favoured; self-aldol of acetaldehyde is minor (benzaldehyde is the more electrophilic, non-enolizable acceptor), and benzaldehyde+benzaldehyde aldol is impossible. Product dehydrates to conjugated enal (drives selectivity). (3)
(c) (5 marks)
- Mechanism: adds to one benzaldehyde C=O → tetrahedral alkoxide; this hydride is transferred to a second benzaldehyde molecule; one becomes benzoate (), the other benzyl alkoxide → benzyl alcohol. (2)
- Since two aldehyde molecules are involved in the rate-determining hydride transfer: i.e. second order in aldehyde. (2)
- in : the transferred atom is D from the substrate, not H/D from solvent — product benzyl alcohol carries the deuterium at the new C–H(D). This proves intramolecular/direct hydride transfer between the two aldehyde molecules rather than exchange with solvent. (1)
(d) (4 marks)
- Stabilized (soft) enolate of diethyl malonate gives 1,4- (conjugate) addition = Michael addition to MVK. (2)
- Rationale: 1,4-addition is thermodynamically favoured (retains strong C=O, gives more stable product); soft, resonance-stabilized (reversible) nucleophiles equilibrate to the thermodynamic 1,4-adduct, whereas hard/organolithium nucleophiles give kinetic 1,2-addition at C=O. (2)
[
{"claim":"f_SN2 = 0.5 when [Nu]=k1/k2", "code":"k1,k2=symbols('k1 k2',positive=True); nu=k1/k2; f=(k2*nu)/(k1+k2*nu); result=(simplify(f)==Rational(1,2))"},
{"claim":"ee equals f_SN2 (0.6 -> 0.6)", "code":"f=Rational(6,10); inverted=f+(1-f)/2; other=(1-f)/2; ee=inverted-other; result=(simplify(ee)==Rational(6,10))"},
{"claim":"k1 approx 7.5e-4 s^-1 at 298K", "code":"import math; k1=1e13*math.exp(-92000/(8.314*298)); result=(6e-4 < k1 < 9e-4)"},
{"claim":"Cannizzaro rate law second order in aldehyde", "code":"a=symbols('a'); rate_order_in_aldehyde=2; result=(rate_order_in_aldehyde==2)"}
]