Atomic Structure (Classical)
Level: 2 (Recall / Standard textbook problems) Time Limit: 30 minutes Total Marks: 40
Use the constants: , Bohr radius factor , ground-state energy factor .
Q1. State any three postulates of Dalton's atomic theory and give one limitation. (4 marks)
Q2. Match the discovery to the scientist and the associated experiment (electron, proton, neutron): name the scientist for each and one key feature of the experiment used. (3 marks)
Q3. Distinguish between isotopes, isobars, and isotones with one example each. (3 marks)
Q4. Briefly describe Rutherford's gold-foil experiment. State the two main observations and the conclusion drawn about atomic structure. (4 marks)
Q5. Naturally occurring chlorine consists of (abundance 75.77%) and (abundance 24.23%). Calculate the average atomic mass of chlorine. (3 marks)
Q6. For a hydrogen atom (): (a) Calculate the radius of the orbit. (2 marks) (b) Calculate the energy of the electron in the level. (2 marks)
Q7. Using the Bohr model, derive the expression for the radius of the orbit of a hydrogen-like atom starting from the balance of Coulomb and centripetal forces plus the quantization condition . (5 marks)
Q8. Name the spectral series of the hydrogen emission spectrum corresponding to transitions ending at , and state in which region of the electromagnetic spectrum the Lyman and Balmer series lie. (4 marks)
Q9. Using the Rydberg formula, calculate the wavelength (in nm) of the second line of the Balmer series (transition ). (4 marks)
Q10. State two major limitations of the Bohr model of the atom. (2 marks)
End of Paper
Answer keyMark scheme & solutions
Q1. (4 marks) Any three postulates (1 mark each, max 3):
- All matter is made of tiny indivisible particles called atoms.
- Atoms of a given element are identical in mass and properties; atoms of different elements differ.
- Compounds form when atoms combine in fixed, whole-number ratios.
- Atoms are neither created nor destroyed in a chemical reaction (rearranged only).
Limitation (1 mark): Atoms are divisible (contain electrons, protons, neutrons) / cannot explain isotopes or isobars / does not account for subatomic particles.
Why: Tests recall of postulates and awareness that later discoveries contradicted indivisibility.
Q2. (3 marks) — 1 mark each:
- Electron: J.J. Thomson — cathode ray (discharge) tube; determined charge-to-mass ratio ; rays deflected by electric/magnetic fields toward positive plate.
- Proton: Goldstein — anode/canal rays (positive rays) in a perforated cathode discharge tube.
- Neutron: Chadwick — bombardment of beryllium with -particles producing neutral penetrating radiation.
Q3. (3 marks) — 1 mark each (definition + example):
- Isotopes: same , different (different number of neutrons). Example: .
- Isobars: same , different . Example: .
- Isotones: same number of neutrons , different . Example: (each 8 neutrons).
Q4. (4 marks) Description (1): A thin gold foil was bombarded with a beam of -particles; scattering was detected on a fluorescent (ZnS) screen. Observations (1 each, max 2):
- Most -particles passed straight through undeflected → atom is mostly empty space.
- A few were deflected at large angles / very few bounced back → a small, dense, positively charged nucleus. Conclusion (1): The atom has a tiny, dense, positively charged nucleus containing most of the mass, with electrons around it (nuclear model).
Q5. (3 marks) (1 for setup, 1 for computation)
Why: Weighted mean by fractional abundance.
Q6. (4 marks) (a) ; (1 formula + 1 answer) (b) ; (1 formula + 1 answer)
Q7. (5 marks) Coulomb force provides centripetal force (1): Quantization (1): . Substitute (1): Solve for (1):
Q8. (4 marks) — 0.5 per correct series naming (2.5), region (1.5):
- : Lyman
- : Balmer
- : Paschen
- : Brackett
- : Pfund
Lyman lies in the ultraviolet (UV) region; Balmer lies in the visible region. (Naming all five = 2.5; regions correct = 1.5)
Q9. (4 marks) (1) (1)
Q10. (2 marks) — 1 mark each (any two):
- Fails to explain spectra of multi-electron atoms.
- Cannot explain fine structure / splitting of spectral lines (Zeeman, Stark effects).
- Violates Heisenberg's uncertainty principle (fixed orbit + defined momentum).
- Cannot explain chemical bonding / shapes of molecules.
[
{"claim": "Average atomic mass of Cl = 35.48 u", "code": "avg = (35*75.77 + 37*24.23)/100; result = abs(avg - 35.4846) < 0.01"},
{"claim": "r3 for hydrogen = 4.761 Angstrom", "code": "r3 = 0.529*(3**2)/1; result = abs(r3 - 4.761) < 0.001"},
{"claim": "E2 for hydrogen = -3.4 eV", "code": "E2 = -13.6*(1**2)/(2**2); result = abs(E2 - (-3.4)) < 0.001"},
{"claim": "Balmer 4->2 wavelength approx 486 nm", "code": "R=1.097e7; inv_lam = R*(Rational(1,4)-Rational(1,16)); lam = 1/inv_lam; result = abs(float(lam)*1e9 - 486) < 2"}
]