Level 5 — MasteryPolymers

Polymers

75 minutes60 marksprintable — key stays hidden on paper

Time limit: 75 minutes Total marks: 60 Instructions: Answer all three questions. Show all working, mechanisms, and derivations. Calculators and coding pseudocode permitted where indicated. Use ...... notation for all mathematics.


Question 1 — Molecular-weight distribution: derivation, computation, and code (24 marks)

A step-growth polycondensation (e.g. nylon-6,6) obeys the Flory most-probable distribution. If pp is the extent of reaction (fraction of functional groups reacted), the mole fraction of chains containing xx monomer units is

xn=px1(1p).x_n = p^{\,x-1}(1-p).

(a) Starting from the definitions

Mˉn=xNxMxxNx,Mˉw=xNxMx2xNxMx,\bar{M}_n = \frac{\sum_x N_x M_x}{\sum_x N_x}, \qquad \bar{M}_w = \frac{\sum_x N_x M_x^{2}}{\sum_x N_x M_x},

and taking Mx=xM0M_x = x M_0 (with M0M_0 the repeat-unit mass), prove that

Xˉn=11p,Xˉw=1+p1p,PDI=MˉwMˉn=1+p.\bar{X}_n = \frac{1}{1-p}, \qquad \bar{X}_w = \frac{1+p}{1-p}, \qquad \text{PDI} = \frac{\bar{M}_w}{\bar{M}_n} = 1+p.

You may use x1xpx1=(1p)2\sum_{x\ge1} x\,p^{x-1} = (1-p)^{-2} and x1x2px1=(1+p)(1p)3\sum_{x\ge1} x^2 p^{x-1} = (1+p)(1-p)^{-3}; prove one of these two summation identities. (10)

(b) For nylon-6,6 the repeat unit mass is M0=226 g mol1M_0 = 226\ \text{g mol}^{-1}. At p=0.990p = 0.990, compute Mˉn\bar{M}_n, Mˉw\bar{M}_w and the PDI. (5)

(c) To raise Xˉn\bar{X}_n from 100 to 500, by how much must (1p)(1-p) change? Comment on why achieving very high molecular weight in step-growth polymerization is experimentally demanding. (4)

(d) Write a short Python/pseudocode function flory(p, M0, xmax) that (i) builds the arrays of NxN_x and MxM_x, (ii) returns Mˉn\bar{M}_n, Mˉw\bar{M}_w, and PDI by direct summation up to xmax, and (iii) state one numerical precaution needed so the truncated sums approximate the true infinite-series values. (5)


Question 2 — Mechanisms and structure across polymer families (22 marks)

(a) Classify each of the following on all three axes (natural/synthetic; addition/condensation; thermoplastic/thermosetting), and name the polymerization mechanism each is most associated with: PMMA, bakelite, Kevlar, high-density polyethene (HDPE), polyacrylonitrile. (10)

(b) HDPE is made by Ziegler–Natta coordination polymerization whereas LDPE arises from free-radical polymerization. Explain, at the level of chain propagation, why the coordination route gives a linear, high-density, more crystalline product while the radical route gives branched, low-density material. Reference the "backbiting" chain-transfer step. (6)

(c) Kevlar and Nomex are both aromatic polyamides made by step-growth from a diamine and a diacid chloride. Draw the repeat unit of Kevlar, and explain in physical terms (H-bonding + chain alignment) why Kevlar has an exceptional specific tensile strength making it suited to body armour and parachutes, while Nomex (the meta isomer) is instead prized for flame resistance rather than stiffness. (6)


Question 3 — Cross-domain: composites, biodegradability, mechanics (14 marks)

(a) A CFRP (carbon-fibre-reinforced polymer) aerospace panel uses an epoxy matrix at fibre volume fraction Vf=0.60V_f = 0.60. The carbon fibre has modulus Ef=230 GPaE_f = 230\ \text{GPa}; the cured epoxy has Em=3.5 GPaE_m = 3.5\ \text{GPa}. Using the rule of mixtures for longitudinal loading, E=VfEf+(1Vf)Em,E_{\parallel} = V_f E_f + (1-V_f)E_m, compute EE_{\parallel}. Then, using the inverse (Reuss) rule for transverse loading, 1E=VfEf+1VfEm,\frac{1}{E_{\perp}} = \frac{V_f}{E_f} + \frac{1-V_f}{E_m}, compute EE_{\perp} and the anisotropy ratio E/EE_{\parallel}/E_{\perp}. Comment on the design consequence. (8)

(b) PHBV and nylon-2-nylon-6 are biodegradable polymers. State the structural feature in each that permits enzymatic/hydrolytic breakdown, and explain why epoxy-based thermosets (Question 3a) are essentially non-recyclable and non-biodegradable. (6)


End of paper.

Answer keyMark scheme & solutions

Question 1

(a) Proof (10 marks)

Summation identity (prove one — 3 marks). Start from the geometric series x0px=(1p)1\sum_{x\ge0}p^x = (1-p)^{-1} for p<1|p|<1. Differentiate w.r.t. pp: ddpx0px=x1xpx1=ddp(1p)1=(1p)2.(1)\frac{d}{dp}\sum_{x\ge0}p^x = \sum_{x\ge1}x p^{x-1} = \frac{d}{dp}(1-p)^{-1} = (1-p)^{-2}. \quad(1) (2 marks setup, 1 mark result.) Differentiating again, x1x2px2\sum_{x\ge1}x^2 p^{x-2}\cdot… more cleanly: differentiate xpx1=(1p)2\sum x p^{x-1}=(1-p)^{-2} times pp then differentiate again gives x2px1=(1+p)(1p)3\sum x^2 p^{x-1}=(1+p)(1-p)^{-3}. (Accept either identity proven.)

Number-average (3 marks). With Nxxn=px1(1p)N_x \propto x_n = p^{x-1}(1-p) and Mx=xM0M_x = xM_0: Xˉn=xxpx1(1p)xpx1(1p)=(1p)(1p)2(1p)(1p)1=(1p)11=11p.\bar{X}_n = \frac{\sum_x x\,p^{x-1}(1-p)}{\sum_x p^{x-1}(1-p)} = \frac{(1-p)\,(1-p)^{-2}}{(1-p)\,(1-p)^{-1}} = \frac{(1-p)^{-1}}{1} = \frac{1}{1-p}. (Denominator px1(1p)=1\sum p^{x-1}(1-p)=1; numerator uses identity (1).)

Weight-average (3 marks). Xˉw=xx2px1(1p)xxpx1(1p)=(1p)(1+p)(1p)3(1p)(1p)2=(1+p)(1p)2(1p)1=1+p1p.\bar{X}_w = \frac{\sum_x x^2 p^{x-1}(1-p)}{\sum_x x\,p^{x-1}(1-p)} = \frac{(1-p)(1+p)(1-p)^{-3}}{(1-p)(1-p)^{-2}} = \frac{(1+p)(1-p)^{-2}}{(1-p)^{-1}} = \frac{1+p}{1-p}.

PDI (1 mark). PDI=MˉwMˉn=XˉwXˉn=(1+p)/(1p)1/(1p)=1+p.\text{PDI} = \frac{\bar{M}_w}{\bar{M}_n} = \frac{\bar{X}_w}{\bar{X}_n} = \frac{(1+p)/(1-p)}{1/(1-p)} = 1+p. \qquad\blacksquare

(b) Computation (5 marks)

Xˉn=1/(10.990)=1/0.010=100\bar{X}_n = 1/(1-0.990) = 1/0.010 = 100. Mˉn=100×226=22600 g mol1.(2)\bar{M}_n = 100 \times 226 = 22600\ \text{g mol}^{-1}. \quad(2) Xˉw=(1+0.990)/(10.990)=1.990/0.010=199\bar{X}_w = (1+0.990)/(1-0.990) = 1.990/0.010 = 199. Mˉw=199×226=44974 g mol1.(2)\bar{M}_w = 199 \times 226 = 44974\ \text{g mol}^{-1}. \quad(2) PDI=1+0.990=1.990.(1)\text{PDI} = 1 + 0.990 = 1.990. \quad(1)

(c) Sensitivity (4 marks)

Xˉn=100(1p)=0.01\bar{X}_n = 100 \Rightarrow (1-p)=0.01; Xˉn=500(1p)=0.002\bar{X}_n=500\Rightarrow(1-p)=0.002. Change: (1p)(1-p) must drop from 0.010.01 to 0.0020.002, a factor of 5 decrease, i.e. pp from 0.9900.990 to 0.9980.998. (2) Comment: because Xˉn1/(1p)\bar{X}_n\propto 1/(1-p), high DP requires pp extremely close to 1. This demands exact stoichiometric balance of the two monomers, near-complete conversion, removal of the condensation by-product (water), and absence of monofunctional impurities that cap chains — all experimentally demanding. (2)

(d) Code (5 marks)

def flory(p, M0, xmax):
    x   = list(range(1, xmax+1))
    Nx  = [p**(xi-1)*(1-p) for xi in x]      # mole fractions (unnormalised OK)
    Mx  = [xi*M0 for xi in x]
    S0  = sum(Nx)                             # sum N_x
    S1  = sum(n*m for n, m in zip(Nx, Mx))    # sum N_x M_x
    S2  = sum(n*m*m for n, m in zip(Nx, Mx))  # sum N_x M_x^2
    Mn  = S1/S0
    Mw  = S2/S1
    return Mn, Mw, Mw/Mn

(3 marks for correct arrays & the three moment sums; 1 mark for correct Mˉn,Mˉw\bar M_n,\bar M_w.) Numerical precaution (1 mark): choose xmax large enough that pxmaxp^{xmax} is negligible — the neglected tail scales as pxmax\sim p^{xmax}; near p1p\to1 (e.g. 0.99) one needs xmax of order several thousand (a few ×1/(1p)\times\,1/(1-p)) so truncation error in the moments is small. (Also: use float/double precision.)


Question 2

(a) Classification (10 marks — 2 each)

Polymer Nat/Syn Add/Cond Thermo Mechanism
PMMA synthetic addition thermoplastic free-radical
Bakelite synthetic condensation thermosetting step-growth (phenol–formaldehyde)
Kevlar synthetic condensation thermoplastic* (rigid, high-melting; not cross-linked) step-growth
HDPE synthetic addition thermoplastic coordination (Ziegler–Natta)
Polyacrylonitrile synthetic addition thermoplastic free-radical (anionic also accepted)

*Kevlar is technically a linear (thermoplastic-class) polymer though it decomposes before melting; award full marks for "thermoplastic/linear, not thermoset."

(b) HDPE vs LDPE (6 marks)

  • Ziegler–Natta: monomer inserts into a metal–carbon bond at a well-defined catalytic site; insertion is stereo- and regio-controlled, growth stays at the metal centre, so chains grow linearly with few branches → close packing → high crystallinity → high density and modulus. (3)
  • Free-radical (LDPE): the propagating radical is reactive and undergoes intramolecular chain transfer ("backbiting"), in which the radical abstracts a H six atoms back (favourable 6-membered transition state) to form a short (butyl) branch; intermolecular transfer gives long branches. Branches prevent tight chain packing → lower crystallinity, lower density. (3)

(c) Kevlar & Nomex (6 marks)

Kevlar repeat unit (poly-para-phenylene terephthalamide):  ⁣[NH ⁣ ⁣C6H4para ⁣ ⁣NH ⁣ ⁣CO ⁣ ⁣C6H4para ⁣ ⁣CO]n ⁣(2)-\!\left[\,\mathrm{NH}\!-\!\underset{para}{\mathrm{C_6H_4}}\!-\!\mathrm{NH}\!-\!\mathrm{CO}\!-\!\underset{para}{\mathrm{C_6H_4}}\!-\!\mathrm{CO}\,\right]_n\!- \quad(2) Physical explanation (2): the para linkage gives rod-like, extended, rigid chains that align nearly parallel; dense inter-chain hydrogen bonds between amide N–H and C=O of neighbouring chains form sheets, and π\pi-stacking of rings between sheets → highly ordered, crystalline fibre with very high specific tensile strength (strong yet light) → body armour, parachute cords. Nomex (2): meta substitution kinks the chain, preventing the fully extended alignment, so it is less stiff/strong; however the aromatic amide backbone is thermally very stable and the material is highly flame-resistant, so Nomex is used for fire-protective clothing rather than for stiffness.


Question 3

(a) Composite moduli (8 marks)

Longitudinal (2): E=0.60(230)+0.40(3.5)=138+1.4=139.4 GPa.E_{\parallel} = 0.60(230) + 0.40(3.5) = 138 + 1.4 = 139.4\ \text{GPa}. Transverse (3): 1E=0.60230+0.403.5=0.0026087+0.114286=0.116894 GPa1,\frac1{E_\perp} = \frac{0.60}{230} + \frac{0.40}{3.5} = 0.0026087 + 0.114286 = 0.116894\ \text{GPa}^{-1}, E=8.555 GPa8.56 GPa.E_\perp = 8.555\ \text{GPa} \approx 8.56\ \text{GPa}. Anisotropy (1): EE=139.48.55516.3.\frac{E_\parallel}{E_\perp} = \frac{139.4}{8.555} \approx 16.3. Design consequence (2): the panel is 16×\sim16\times stiffer along the fibres than across them; parts must be laid up with plies at multiple orientations (e.g. 0/±45/900/\pm45/90) so loads in all in-plane directions are carried — a unidirectional laminate is dangerously weak transversely.

(b) Biodegradability (6 marks)

  • PHBV (poly-3-hydroxybutyrate-co-3-hydroxyvalerate): contains hydrolysable ester linkages in the backbone; microorganisms secrete depolymerase enzymes that cleave these esters, so it is biodegradable. (2)
  • Nylon-2-nylon-6 (a poly-amide of glycine and amino-caproic acid): its regularly spaced amide bonds derived in part from an α\alpha-amino acid (glycine) are enzymatically/hydrolytically cleavable, making it biodegradable unlike ordinary nylon-6,6. (2)
  • Epoxy thermosets: cure into a 3-D covalently cross-linked network; there are no linear chains to slip or dissolve and no readily hydrolysable regular repeat linkages exposed, so they cannot melt, reprocess, or be attacked by enzymes → essentially non-recyclable and non-biodegradable. (2)

[
  {"claim":"Nylon-6,6 Mn at p=0.99 with M0=226 equals 22600","code":"p=Rational(99,100); M0=226; Xn=1/(1-p); Mn=Xn*M0; result = (Mn==22600)"},
  {"claim":"Nylon-6,6 Mw at p=0.99 equals 44974 and PDI=1.99","code":"p=Rational(99,100); M0=226; Xw=(1+p)/(1-p); Mw=Xw*M0; PDI=1+p; result = (Mw==44974 and PDI==Rational(199,100))"},
  {"claim":"Sum identity sum x p^(x-1) = 1/(1-p)^2","code":"x=symbols('x'); p=symbols('p'); S=summation(x*p**(x-1),(x,1,oo)); result = simplify(S-1/(1-p)**2)==0"},
  {"claim":"CFRP E_parallel=139.4 GPa and E_perp approx 8.555 GPa","code":"Vf=Rational(6,10); Ef=230; Em=Rational(35,10); Epar=Vf*Ef+(1-Vf)*Em; Eperp=1/(Vf/Ef+(1-Vf)/Em); result = (Epar==Rational(1394,10) and abs(float(Eperp)-8.5546)<0.01)"}
]