Redox & Electrochemistry (Intro)
Level: 3 (Production — derivations, reasoning from memory, explain-out-loud) Time limit: 45 minutes Total marks: 60
Use , , unless told otherwise. Show all reasoning.
Question 1 — Derive the Nernst equation from first principles (10 marks)
Starting from memory with the thermodynamic relation and the electrochemical link between free energy and cell potential:
(a) State the two founding equations and explain physically why the sign is negative in . (3)
(b) Derive the Nernst equation . (4)
(c) Convert it to the base-10 form valid at 298 K and show the numerical prefactor equals V. (3)
Question 2 — Build a galvanic cell and compute its EMF (12 marks)
You are given the half-cells:
(a) Identify anode and cathode and justify using the electrochemical series. (2)
(b) Write the balanced cell reaction and the standard cell notation (line diagram). (3)
(c) Compute . (2)
(d) Compute when and . (3)
(e) Compute for the cell reaction (kJ). (2)
Question 3 — Equilibrium constant from (8 marks)
For the reaction in Question 2:
(a) Derive the relation from the two founding equations. (3)
(b) Compute for the Zn/Ag cell (state used). (3)
(c) Interpret: is the reaction essentially complete? Explain in one sentence. (2)
Question 4 — Concentration cell (10 marks)
A concentration cell is built from two copper electrodes in solutions of and .
(a) Explain out loud (in words) why this cell produces a voltage despite identical electrodes; identify which electrode is the cathode. (3)
(b) Write the Nernst expression for and derive the simplified form for a concentration cell (where ). (3)
(c) Compute . (4)
Question 5 — Faraday's laws & industrial electrolysis (12 marks)
(a) State Faraday's first law and derive from the definition of moles of electrons. (3)
(b) Molten is electrolysed at . Calculate the mass of aluminium deposited in 1.0 hour. Take . (4)
(c) For the electrolysis of brine (aqueous NaCl), write the electrode reactions and name the three commercial products. (3)
(d) Explain why aqueous is not reduced at the cathode in brine electrolysis, referencing electrode potentials. (2)
Question 6 — Corrosion, protection & fuel cells (8 marks)
(a) Describe the electrochemical mechanism of iron rusting: identify anodic and cathodic regions and write both half-reactions. (3)
(b) Explain why galvanization (zinc coating) protects iron even if the coating is scratched — refer to the electrochemical series. (2)
(c) For a H₂/O₂ fuel cell (alkaline), write both electrode reactions and give one reason it is preferred on spacecraft over a battery. (3)
Answer keyMark scheme & solutions
Question 1 (10)
(a) Founding equations: and . (1 each) Sign is negative because a spontaneous cell () does electrical work on the surroundings, releasing free energy (); is positive charge transferred so enforces when . (1)
(b) Substitute both: . (2) Divide by : (2)
(c) Convert: , so prefactor . (1) Numerically: . (2)
Question 2 (12)
(a) Zn has more negative → more readily oxidised → anode. Ag → cathode. (2)
(b) Reaction: (2) (balance electrons: Zn gives 2e⁻, need 2 Ag⁺). Cell: (1)
(c) (2)
(d) , . (1) (2)
(e) (2)
Question 3 (8)
(a) At equilibrium , , . From and : (2) (1)
(b) : . (2) . (1)
(c) is astronomically large → reaction goes essentially to completion. (2)
Question 4 (10)
(a) Both electrodes/reactions identical, but potential depends on ion concentration (Nernst). The dilute side has a lower Cu²⁺ potential and undergoes oxidation (anode); the concentrated side is reduced (cathode = 1.0 M side). The system drives toward equalising concentrations. (3)
(b) ; with : (3)
(c) : (4)
Question 5 (12)
(a) First law: mass deposited ∝ charge passed. Moles of electrons ; moles of metal ; mass . (3)
(b) , . . (1) (3)
(c) Cathode: ; Anode: . (2) Products: H₂, Cl₂, NaOH. (1)
(d) is far more negative than water reduction (~ V at pH 7); water is preferentially reduced, so H₂ evolves not Na. (2)
Question 6 (8)
(a) Anodic region: . Cathodic region (in presence of O₂/water): . Fe²⁺ further oxidised → hydrated Fe₂O₃ (rust). (3)
(b) Zn is more electronegative (more negative V vs Fe V), so Zn acts as sacrificial anode and is oxidised preferentially, protecting iron even when scratched (cathodic protection). (2)
(c) Anode: ; Cathode: . (2) Preferred on spacecraft: continuous power as long as fuel supplied (no recharge needed), and by-product water is drinkable. (1)
[
{"claim":"Q2c E_cell standard = 1.56 V","code":"Ec=0.80-(-0.76); result=abs(Ec-1.56)<1e-9"},
{"claim":"Q2d E_cell at given conc = 1.471 V","code":"import math; E=1.56-(0.0592/2)*math.log10(0.10/(0.010**2)); result=abs(E-1.471)<1e-3"},
{"claim":"Q2e dG standard approx -301 kJ","code":"dG=-2*96485*1.56; result=abs(dG/1000+301)<1"},
{"claim":"Q3b lnK approx 121.5","code":"import math; lnK=2*96485*1.56/(8.314*298); result=abs(lnK-121.5)<0.5"},
{"claim":"Q4c concentration cell E = 0.0888 V","code":"import math; E=(0.0592/2)*math.log10(1.0/0.001); result=abs(E-0.0888)<1e-3"},
{"claim":"Q5b Al mass approx 13.4 kg","code":"m=27*40000*3600/(3*96485); result=abs(m/1000-13.4)<0.1"}
]