Periodic Trends
Subject: Chemistry
Chapter: Periodic Trends
Level: 2 (Recall — definitions, standard problems, short derivations)
Time Limit: 30 minutes
Total Marks: 40
Instructions
Answer all questions. Show working where calculation is required. Use Slater's rules where stated.
Q1. Define effective nuclear charge () and write the relation connecting it to the actual nuclear charge and the screening constant . (2 marks)
Q2. Using Slater's rules, calculate the effective nuclear charge experienced by a electron in a sulfur atom (, configuration ). (5 marks)
Q3. Distinguish between covalent radius, metallic radius, and van der Waals radius. State which is generally the largest for a given element. (4 marks)
Q4. Explain, with reasons, why: (a) a cation is smaller than its parent atom, and (b) an anion is larger than its parent atom. (4 marks)
Q5. Arrange the isoelectronic species in order of increasing ionic radius. Justify your ordering in one sentence. (4 marks)
Q6. Define first ionization energy. Explain why the first ionization energy of boron () is lower than that of beryllium (), even though boron has a higher nuclear charge. (5 marks)
Q7. The electron gain enthalpy of chlorine is more negative than that of fluorine, despite fluorine being higher in the group. Give the reason. (4 marks)
Q8. Write the Mulliken definition of electronegativity as a formula in terms of ionization energy () and electron affinity (). Calculate the Mulliken electronegativity (in eV) of an element with and . (4 marks)
Q9. State the diagonal relationship. Give one property that lithium shares with magnesium as evidence. (4 marks)
Q10. State how metallic character varies (a) across a period left to right, and (b) down a group. Give a one-line reason for each trend. (4 marks)
END OF PAPER
Answer keyMark scheme & solutions
Q1. (2 marks)
- Effective nuclear charge = the net positive charge actually experienced by an electron in a multi-electron atom, after accounting for shielding by other electrons. (1)
- Relation: , where = nuclear charge and = screening (shielding) constant. (1)
Q2. (5 marks) Sulfur: . For a electron, group as .
Contributions to for an electron in the group:
- Same group (n=3): 7 other electrons × 0.35 = 2.45 (1)
- shell (2s,2p): 8 electrons × 0.85 = 6.80 (1)
- Inner shells (1s): 2 electrons × 1.00 = 2.00 (1)
(1)
(1)
Q3. (4 marks)
- Covalent radius: half the distance between nuclei of two identical atoms joined by a single covalent bond. (1)
- Metallic radius: half the distance between nuclei of two adjacent atoms in a metallic crystal lattice. (1)
- Van der Waals radius: half the distance between nuclei of two non-bonded atoms of adjacent molecules in the solid state. (1)
- The van der Waals radius is generally the largest (non-bonded contact, no overlap). (1)
Q4. (4 marks) (a) Cation smaller than parent: loss of electron(s) reduces electron–electron repulsion; often a whole shell is removed, and the same nuclear charge acts on fewer electrons → higher per electron → contraction. (2) (b) Anion larger than parent: gain of electron(s) increases electron–electron repulsion while nuclear charge stays constant; per electron decreases → electron cloud expands. (2)
Q5. (4 marks) All species have 10 electrons (isoelectronic). Radius decreases as nuclear charge increases. (1) Nuclear charges: . Increasing radius order: (2) Justification: greater nuclear charge on the same 10 electrons → stronger pull → smaller radius. (1)
Q6. (5 marks)
- First ionization energy: the minimum energy required to remove the most loosely bound (outermost) electron from one mole of gaseous atoms in their ground state. (2)
- Be: ; B: . (1)
- In boron the electron removed is a electron, which is higher in energy and better shielded by the electrons than a electron. (1)
- A electron is more easily removed than a electron, so despite the higher . (1)
Q7. (4 marks)
- Fluorine is a very small atom, so its subshell is compact. (1)
- Incoming electron enters a small, electron-dense shell → strong electron–electron repulsion reduces the energy released. (2)
- Chlorine () is larger with less repulsion, so more energy is released → is more negative. (1)
Q8. (4 marks)
- Mulliken electronegativity: (2)
- (2)
Q9. (4 marks)
- Diagonal relationship: certain elements of the 2nd period resemble the element diagonally placed to the lower right in the 3rd period (e.g. Li–Mg, Be–Al, B–Si), due to similar charge/size ratio (ionic potential) and comparable electronegativity/polarizing power. (2)
- Evidence for Li–Mg (any one): (2)
- Both form covalent, water-soluble but volatile compounds; e.g. both nitrides (, ) form directly with N₂.
- Both carbonates decompose on heating to give the oxide.
- Both form normal oxides (Li₂O, MgO) rather than peroxides/superoxides.
Q10. (4 marks) (a) Across a period (L→R): metallic character decreases; reason — increases, atoms hold electrons more tightly / higher IE, less tendency to lose electrons. (2) (b) Down a group: metallic character increases; reason — atomic size increases and IE decreases, so electrons are lost more easily. (2)
[
{"claim": "Z_eff for 3p electron in sulfur is 4.75 by Slater's rules", "code": "S = 7*0.35 + 8*0.85 + 2*1.00; Zeff = 16 - S; result = (Zeff == Rational('4.75'))"},
{"claim": "Slater screening constant S for S 3p equals 11.25", "code": "S = 7*Rational(35,100) + 8*Rational(85,100) + 2*1; result = (S == Rational('11.25'))"},
{"claim": "Mulliken electronegativity for IE=13.6, EA=3.6 eV is 8.6 eV", "code": "chi = (Rational('13.6') + Rational('3.6'))/2; result = (chi == Rational('8.6'))"},
{"claim": "Isoelectronic radius ordering follows decreasing nuclear charge: Mg2+ smallest, N3- largest", "code": "Z = {'Mg2+':12,'Na+':11,'F-':9,'O2-':8,'N3-':7}; order = sorted(Z, key=lambda k: -Z[k]); result = (order == ['Mg2+','Na+','F-','O2-','N3-'])"}
]