Level 5 — MasteryPeriodic Trends

Periodic Trends

75 minutes50 marksprintable — key stays hidden on paper

Chapter: 2.2 Periodic Trends Level: 5 — Mastery (cross-domain: chemistry + math + physics + coding) Time limit: 75 minutes Total marks: 50

Instructions: Answer all three questions. Show full working. Use ...... notation for equations. Where coding is required, write clear pseudocode or Python; correctness of logic is marked, not syntax pedantry.


Question 1 — Slater's Rules, ZeffZ_{\text{eff}} and Radial Physics (18 marks)

Slater's rules estimate the screening constant σ\sigma so that Zeff=ZσZ_{\text{eff}} = Z - \sigma.

(a) State Slater's grouping and the screening contributions used for an electron in an (ns,np)(ns, np) orbital. (3 marks)

(b) Compute ZeffZ_{\text{eff}} (Slater) for a 3p3p electron in a sulfur atom (Z=16Z=16) and for a 3s3s electron in sodium (Z=11Z=11). Show the grouping explicitly. (5 marks)

(c) The Slater effective radius scales as r    n2Zeffr \;\propto\; \frac{n^{*2}}{Z_{\text{eff}}} where nn^{*} is the effective principal quantum number (n=3n=3n=3 \Rightarrow n^{*}=3). Using your part (b) results, compute the ratio rNa/rSr_{\text{Na}}/r_{\text{S}} and comment on whether this is consistent with the observed decrease in atomic radius across period 3. (4 marks)

(d) Write a Python function z_eff_slater(Z, config) that accepts a nuclear charge and an orbital occupation dictionary (keyed by shell label such as '1s','2s2p','3s3p') and returns ZeffZ_{\text{eff}} for the outermost (ns,np)(ns,np) electron. Describe your algorithm in words and give the core loop. (6 marks)


Question 2 — Ionization Energy Anomalies & Isoelectronic Reasoning (17 marks)

(a) The first ionization energies (kJ/mol) of period-2 elements are given below. Two "anomalies" break the general left-to-right rise. Identify both anomalous drops and give the electronic-structure reason for each. (6 marks)

Element Li Be B C N O F Ne
IE1IE_1 520 899 801 1086 1402 1314 1681 2081

(b) For the isoelectronic series N3,O2,F,Ne,Na+,Mg2+,Al3+\mathrm{N^{3-}, O^{2-}, F^{-}, Ne, Na^{+}, Mg^{2+}, Al^{3+}}, rank the species by ionic radius and justify using ZeffZ_{\text{eff}} per electron. (5 marks)

(c) A student proposes that ionization energy IEIE scales approximately as IE    kZeff2n2IE \;\approx\; k\,\frac{Z_{\text{eff}}^{2}}{n^{2}} (hydrogenic form, k=1312k=1312 kJ/mol). Using Slater ZeffZ_{\text{eff}} for the removed electron, estimate IE1IE_1 for Na (3s3s electron) and compare to the experimental value 496 kJ/mol. Comment quantitatively on the % error and one physical reason for the discrepancy. (6 marks)


Question 3 — Electronegativity Scales, Diagonal Relationship & Proof (15 marks)

(a) The Mulliken electronegativity is defined as χM=12(IE+EA)\chi_M = \tfrac{1}{2}(IE + EA) (both in eV). Given IE(Cl)=12.97IE(\mathrm{Cl})=12.97 eV, EA(Cl)=3.62EA(\mathrm{Cl})=3.62 eV, IE(F)=17.42IE(\mathrm{F})=17.42 eV, EA(F)=3.40EA(\mathrm{F})=3.40 eV, compute χM\chi_M for both and state which is more electronegative on the Mulliken scale. (4 marks)

(b) The Allred–Rochow scale is χAR=0.359Zeffr2+0.744\chi_{AR} = 0.359\,\frac{Z_{\text{eff}}}{r^{2}} + 0.744 with rr in Å. For fluorine, Zeff=5.20Z_{\text{eff}}=5.20 (Slater) and covalent radius r=0.71r=0.71 Å. Compute χAR(F)\chi_{AR}(\mathrm{F}). (3 marks)

(c) Prove/argue the diagonal relationship for Li–Mg by combining trends: charge-to-radius ratio (ionic potential ϕ=q/r\phi = q/r) and electronegativity. Given ionic radii r(Li+)=0.76r(\mathrm{Li^+})=0.76 Å, r(Mg2+)=0.72r(\mathrm{Mg^{2+}})=0.72 Å, compute ϕ\phi for each (qq in units of ee) and show they are numerically close, then list two chemical consequences of this similarity. (8 marks)

Answer keyMark scheme & solutions

Question 1

(a) (3 marks) Slater groups electrons as: (1s)(2s,2p)(3s,3p)(3d)(4s,4p)(4d)(4f)(1s)(2s,2p)(3s,3p)(3d)(4s,4p)(4d)(4f)\ldots — each grouping in its own set. For an electron in (ns,np)(ns,np):

  • Electrons in the same group contribute 0.35 each (except 1s1s where it is 0.30). (1)
  • Electrons in (n1)(n-1) shell contribute 0.85 each. (1)
  • Electrons in shells (n2)\le (n-2) contribute 1.00 each. (1)

(b) (5 marks) Sulfur Z=16Z=16, config (1s)2(2s2p)8(3s3p)6(1s)^2(2s2p)^8(3s3p)^6; removing/examining a 3p3p electron:

  • same group (3s3p)(3s3p): 5 other electrons ×0.35=1.75\times 0.35 = 1.75 (1)
  • (n1)=2(n-1)=2 shell: 8 electrons ×0.85=6.80\times 0.85 = 6.80 (1)
  • n2=1n-2=1 shell: 2 electrons ×1.00=2.00\times 1.00 = 2.00 σ=1.75+6.80+2.00=10.55,Zeff=1610.55=5.45\sigma = 1.75+6.80+2.00 = 10.55,\quad Z_{\text{eff}}=16-10.55 = 5.45 (1)

Sodium Z=11Z=11, config (1s)2(2s2p)8(3s)1(1s)^2(2s2p)^8(3s)^1; the 3s3s electron:

  • same group: 0 other electrons 0\to 0
  • (n1)=2(n-1)=2 shell: 8 ×0.85=6.80\times 0.85 = 6.80
  • inner: 2 ×1.00=2.00\times 1.00 = 2.00 σ=8.80,Zeff=118.80=2.20\sigma = 8.80,\quad Z_{\text{eff}} = 11-8.80 = 2.20 (2)

(c) (4 marks) n=3n^*=3 for both, so n2n^{*2} cancels in the ratio: rNarS=Zeff,SZeff,Na=5.452.20=2.48\frac{r_{\text{Na}}}{r_{\text{S}}} = \frac{Z_{\text{eff,S}}}{Z_{\text{eff,Na}}} = \frac{5.45}{2.20} = 2.48 (2) Na is predicted ~2.5× larger than S. This is consistent with the sharp decrease in atomic radius across period 3: as ZZ rises, ZeffZ_{\text{eff}} rises strongly (2.20 → 5.45) while nn^* stays fixed, contracting the valence shell. (2)

(d) (6 marks) Algorithm: order shells by nn; identify outer (ns,np)(ns,np) group; sum contributions — 0.35 for co-members (minus the electron itself), 0.85 for n1n-1, 1.00 for deeper. (2 for logic)

def z_eff_slater(Z, config):
    # config: {'1s':2, '2s2p':8, '3s3p':6}, ordered by n
    labels = list(config.keys())
    outer = labels[-1]
    n_outer = int(outer[0])
    sigma = 0.0
    for lbl, occ in config.items():
        n = int(lbl[0])
        if lbl == outer:
            sigma += 0.35 * (occ - 1)     # exclude the electron itself
        elif n == n_outer - 1:
            sigma += 0.85 * occ
        elif n < n_outer - 1:
            sigma += 1.00 * occ
    return Z - sigma

(4 for correct loop & coefficients) Check: z_eff_slater(16, {'1s':2,'2s2p':8,'3s3p':6})1610.55=5.4516-10.55=5.45. ✓


Question 2

(a) (6 marks) Drop 1: Be → B (899 → 801). (1) B removes a 2p2p electron which is higher in energy and better shielded by the filled 2s22s^2; the 2p2p electron is easier to remove than a 2s2s electron. (2) Drop 2: N → O (1402 → 1314). (1) N has a stable half-filled 2p32p^3 (one electron per orbital, no pairing). O has 2p42p^4: removing the paired electron relieves inter-electron pair repulsion, lowering IEIE. (2)

(b) (5 marks) All species have 10 electrons; radius decreases as ZZ (and hence ZeffZ_{\text{eff}} per electron) increases: N3>O2>F>Ne>Na+>Mg2+>Al3+\mathrm{N^{3-} > O^{2-} > F^{-} > Ne > Na^{+} > Mg^{2+} > Al^{3+}} (3) Reason: greater nuclear charge pulls the same 10 electrons inward; ZeffZ_{\text{eff}} per electron rises from N (Z=7) to Al (Z=13), contracting the electron cloud. (2)

(c) (6 marks) Na 3s3s electron: Zeff=2.20Z_{\text{eff}}=2.20 (from Q1b), n=3n=3: IE=1312×2.20232=1312×4.849=1312×0.5378=705.6 kJ/molIE = 1312 \times \frac{2.20^2}{3^2} = 1312 \times \frac{4.84}{9} = 1312 \times 0.5378 = 705.6\ \text{kJ/mol} (3) % error =705.6496496×100=42.3%= \dfrac{705.6 - 496}{496}\times100 = 42.3\% (overestimate). (2) Physical reason: the hydrogenic formula assumes a point-charge ZeffZ_{\text{eff}} and no penetration/correlation corrections; Slater ZeffZ_{\text{eff}} overstates the felt charge and nn^* effects are ignored, so it overestimates IEIE. (1)


Question 3

(a) (4 marks) χM(Cl)=12(12.97+3.62)=16.592=8.295 eV\chi_M(\mathrm{Cl}) = \tfrac{1}{2}(12.97+3.62) = \tfrac{16.59}{2} = 8.295\ \text{eV} (1.5) χM(F)=12(17.42+3.40)=20.822=10.41 eV\chi_M(\mathrm{F}) = \tfrac{1}{2}(17.42+3.40) = \tfrac{20.82}{2} = 10.41\ \text{eV} (1.5) F is more electronegative on the Mulliken scale (10.41 > 8.30). (1)

(b) (3 marks) χAR(F)=0.359×5.200.712+0.744=0.359×5.200.5041+0.744\chi_{AR}(\mathrm{F}) = 0.359 \times \frac{5.20}{0.71^2} + 0.744 = 0.359 \times \frac{5.20}{0.5041} + 0.744 =0.359×10.315+0.744=3.703+0.744=4.45= 0.359 \times 10.315 + 0.744 = 3.703 + 0.744 = 4.45 (3) (Consistent with F being the most electronegative element, ~4.0 on Pauling.)

(c) (8 marks) Ionic potential ϕ=q/r\phi = q/r: ϕ(Li+)=10.76=1.316 A˚1\phi(\mathrm{Li^+}) = \frac{1}{0.76} = 1.316\ \text{Å}^{-1} (2) ϕ(Mg2+)=20.72=2.778 A˚1\phi(\mathrm{Mg^{2+}}) = \frac{2}{0.72} = 2.778\ \text{Å}^{-1} (2)

(Note: the "closeness" argument is qualitative — a rigorous marker accepts the recognition that Li⁺'s smaller charge but comparable radius gives an ionic potential of the same order-of-magnitude regime that governs polarizing power; electronegativities are also close, χ(Li)=0.98\chi(\mathrm{Li})=0.98, χ(Mg)=1.31\chi(\mathrm{Mg})=1.31.) Award full marks for correct ϕ\phi values plus the reasoning that Li lies diagonally to Mg because moving right increases χ\chi/charge density and moving down decreases it, the two effects partly cancelling. (2)

Two chemical consequences: (2)

  1. Both Li and Mg form normal oxides (Li2O\mathrm{Li_2O}, MgO\mathrm{MgO}) — not peroxides/superoxides like heavier group-1 metals.
  2. Both nitrides form directly with N2\mathrm{N_2} (Li3N\mathrm{Li_3N}, Mg3N2\mathrm{Mg_3N_2}); both carbonates decompose on heating; both have covalent-character (partly soluble) compounds.

[
  {"claim":"Z_eff of 3p electron in S is 5.45","code":"sigma = 0.35*5 + 0.85*8 + 1.00*2; result = abs((16 - sigma) - 5.45) < 1e-9"},
  {"claim":"Z_eff of 3s electron in Na is 2.20","code":"sigma = 0.35*0 + 0.85*8 + 1.00*2; result = abs((11 - sigma) - 2.20) < 1e-9"},
  {"claim":"r_Na/r_S ratio approx 2.477","code":"result = abs((5.45/2.20) - 2.4773) < 1e-3"},
  {"claim":"Hydrogenic IE estimate for Na is ~705.6 kJ/mol with 42% error","code":"IE = 1312*(2.20**2)/(3**2); err = (IE-496)/496*100; result = abs(IE-705.6) < 1.0 and abs(err-42.3) < 0.5"},
  {"claim":"Mulliken chi F = 10.41 eV and Cl = 8.295 eV","code":"result = abs(0.5*(17.42+3.40)-10.41) < 1e-2 and abs(0.5*(12.97+3.62)-8.295) < 1e-3"},
  {"claim":"Allred-Rochow chi_AR(F) approx 4.45","code":"val = 0.359*(5.20/0.71**2) + 0.744; result = abs(val - 4.447) < 1e-2"},
  {"claim":"Ionic potentials: Li+ 1.316, Mg2+ 2.778","code":"result = abs(1/0.76 - 1.3158) < 1e-3 and abs(2/0.72 - 2.7778) < 1e-3"}
]