Chemistry interleaved practice
Instructions: Work each problem on its own. These are deliberately mixed — decide the correct concept/method before computing. Use , , , . Show all working. Total: 50 marks.
1. (5 marks) A metal has work function . Light of wavelength strikes it. Calculate (a) whether electrons are ejected, and (b) the maximum kinetic energy of the ejected electrons in joules.
2. (5 marks) Write the ground-state electronic configuration of () and (). Explain in one sentence each why these deviate from the naive Aufbau prediction.
3. (6 marks) Using Slater's rules, calculate the effective nuclear charge experienced by a electron in a phosphorus atom ().
4. (5 marks) An electron is confined to a region of width . Calculate the minimum uncertainty in its velocity. Use .
5. (4 marks) Arrange the following isoelectronic species in order of increasing ionic radius, and justify: , , , .
6. (5 marks) Calculate the de Broglie wavelength of an electron accelerated so that it moves at .
7. (4 marks) State the set of four quantum numbers for the last electron added to a nitrogen atom (). Which rule dictates its spin choice, and why?
8. (5 marks) Explain, using Fajan's rules, why is more covalent than , and why is more covalent than .
9. (3 marks) The first ionization energy of boron () is lower than that of beryllium (). Explain this anomaly.
10. (3 marks) Draw the Lewis structure of the sulfate ion and compute the formal charge on sulfur in the structure with four S–O single bonds versus the structure with two S=O double bonds. Which is preferred?
Answer keyMark scheme & solutions
1. (Photoelectric effect — 2.1.2) Photon energy . Since , electrons are ejected. . Why this method: wavelength → photon energy first; the threshold check is vs , not .
2. (Config exceptions Cr, Cu — 2.1.10 / 2.1.11) ; . A half-filled () and fully-filled () subshell gives extra exchange-energy stability, so one electron shifts to .
3. (Slater's rules — 2.2.1) P config: . For a electron:
- Other electrons in group: electrons ×
- shell (8 electrons) ×
- shell (2 electrons) × Total screening . .
4. (Uncertainty principle — 2.1.4) . . Why: "confined to width" → position uncertainty → use .
5. (Isoelectronic series — 2.2.3) All have 10 electrons. Radius decreases as nuclear charge increases: Increasing radius: .
6. (de Broglie — 2.1.3) (≈ 332 pm). Why: "moving particle, wavelength" → , distinct from photon .
7. (Quantum numbers + Hund — 2.1.5 / 2.1.9) N: . Last electron enters a third, separate orbital. One valid set: . Hund's rule dictates the same spin () as the other two electrons to maximize multiplicity (minimize pairing repulsion).
8. (Fajan's rules — 2.3.4) Covalent character rises with (i) high cation charge/small size (polarizing power) and (ii) large, polarizable anion.
- vs : is larger/more polarizable than → more covalent.
- vs : far more polarizable than → more covalent.
9. (IE anomaly B < Be — 2.2.4) Be is (stable filled subshell); B is . The electron is higher in energy and better shielded, so it is easier to remove — hence .
10. (Formal charge / octet — 2.3.1 / 2.3.2) FC .
- All single bonds: S has 4 bonds → FC.
- Two double + two single bonds (expanded octet): S → FC. The structure with two S=O double bonds (FC) minimizes formal charges and is preferred.
[
{"claim":"Photoelectric KE_max = 1.77e-19 J","code":"h=6.626e-34; c=3.00e8; lam=400e-9; phi=3.20e-19; E=h*c/lam; KE=E-phi; result = abs(KE-1.77e-19) < 2e-21"},
{"claim":"Slater Z_eff for 3p in P = 4.80","code":"S = 4*0.35 + 8*0.85 + 2*1.00; Zeff = 15 - S; result = abs(Zeff-4.80) < 1e-9"},
{"claim":"de Broglie lambda = 3.32e-10 m","code":"h=6.626e-34; m=9.11e-31; v=2.19e6; lam=h/(m*v); result = abs(lam-3.32e-10) < 5e-12"}
]