Redox & Electrochemistry (Intro)
Difficulty: Level 2 — Recall & standard problems Time limit: 30 minutes Total marks: 40
Use , , unless stated. At 298 K, .
Q1. Define the following, giving the direction of electron flow where relevant: (a) anode, (b) cathode, in a galvanic cell. (3 marks)
Q2. State the Nernst equation for a general cell reaction and write its simplified form at 298 K using log base 10. (3 marks)
Q3. For the cell , given and : (a) Identify anode and cathode. (b) Calculate . (4 marks)
Q4. For the cell in Q3, calculate in kJ (with ), and state whether the reaction is spontaneous. (4 marks)
Q5. Why is the Standard Hydrogen Electrode (SHE) assigned a potential of exactly , and what are its standard conditions? (3 marks)
Q6. For the reaction in Q3 (, ), calculate the equilibrium constant at 298 K using . (4 marks)
Q7. A concentration cell is built as . (a) State . (b) Calculate (). (4 marks)
Q8. A current of is passed through molten for minutes. Calculate the mass of aluminium deposited. (, ). (5 marks)
Q9. Explain the electrochemical mechanism of iron rusting, and state how cathodic protection prevents corrosion. (5 marks)
Q10. Distinguish between a primary and a secondary cell, giving one example of each. (3 marks)
END OF PAPER
Answer keyMark scheme & solutions
Q1. (3 marks)
- Anode: electrode where oxidation occurs (loss of electrons); it is the negative terminal in a galvanic cell. (1.5)
- Cathode: electrode where reduction occurs (gain of electrons); it is the positive terminal. (1)
- Electrons flow from anode → cathode through the external wire. (0.5) Why: Oxidation releases electrons which must leave at the anode and travel to the cathode where a species accepts them.
Q2. (3 marks) At 298 K: Why: Substituting , , and converting → gives the numeric coefficient .
Q3. (4 marks)
- Anode = Zn (lower/more negative , oxidised); Cathode = Cu. (2)
- (1)
- (1)
Q4. (4 marks) (2) (1) Since (and ), the reaction is spontaneous. (1)
Q5. (3 marks)
- SHE is the arbitrary reference electrode assigned so all other potentials can be measured relative to it. (1)
- Standard conditions: gas at 1 bar (1 atm) pressure, at 1 M activity, 298 K, over a platinised Pt electrode. (2)
Q6. (4 marks) (2) (2) Why: Large confirms the reaction goes essentially to completion (consistent with strong spontaneity).
Q7. (4 marks)
- (a) (same electrode/species both sides). (1)
- (b) Reaction moves ions from high→low concentration; cathode = higher conc. (1.5) (1.5)
Q8. (5 marks) (1.5) (2) (1.5) Why: Faraday's law ; needs 3 mol e⁻ per mol Al.
Q9. (5 marks) Rusting mechanism (electrochemical):
- Anodic region: (oxidation). (1)
- Cathodic region: (reduction, in presence of water & O₂). (1)
- is further oxidised to ; combines with to form hydrated ferric oxide rust (). (1)
- Cathodic protection: connect iron to a more easily oxidised (more active) metal, e.g. Mg/Zn (sacrificial anode); this metal becomes the anode and corrodes instead, forcing iron to act as cathode so it does not oxidise. (2)
Q10. (3 marks)
- Primary cell: non-rechargeable; reaction irreversible. Example: dry (Leclanché) cell. (1.5)
- Secondary cell: rechargeable; reaction reversible by passing current. Example: lead-acid battery or Li-ion battery. (1.5)
[
{"claim":"E_cell = 0.34 - (-0.76) = 1.10 V","code":"result = (0.34-(-0.76)) == 1.10"},
{"claim":"dG = -nFE = -212.3 kJ","code":"dG=-2*96500*1.10/1000; result = abs(dG+212.3)<0.5"},
{"claim":"log K = 2*1.10/0.0591 ~ 37.22","code":"lk=2*1.10/0.0591; result = abs(lk-37.22)<0.1"},
{"claim":"Al mass = 3600*27/(3*96500) ~ 0.3358 g","code":"m=Rational(3600*27,3*96500); result = abs(float(m)-0.3358)<0.001"},
{"claim":"Conc cell E = -(0.0591/2)*log10(0.01/0.10) ~ 0.02955 V","code":"import math; E=-(0.0591/2)*math.log10(0.01/0.10); result = abs(E-0.02955)<0.0005"}
]