Resistivity vs Temperature: Four-Wire Lab Skills for H2 Physics
Download printable cheat-sheet (CC-BY 4.0)19 Sep 2025, 00:00 Z
TL;DR
Build a four-wire (Kelvin) measurement rig with a constant-current source, thermocouple probe, and Logger Pro or Google Sheets to capture resistance as a function of temperature.
Linearise the data to extract temperature coefficients for copper, nichrome, and graphite, then discuss systematic errors like self-heating and thermal gradients.
The experiment deepens Paper 4 understanding of resistive materials and gives you a real dataset for planning-style questions on resistivity control.
Why This Lab Merits a Slot in Your Practical Calendar
- It extends the familiar internal-resistance experiment into material science, matching examiner emphasis on real-world instrumentation.
- Students practise proper four-wire techniques that appear in university physics and engineering labs — a valuable talking point for UCAS and admissions essays.
- The investigation integrates thermal physics, circuits, and error analysis, reinforcing multiple chapters of the 9478 syllabus at once.
Apparatus and Instrumentation
Item | Notes |
Four-wire test jig with Kelvin clips | Eliminates lead resistance so your slope reflects the sample only. |
Constant-current source (0–1 A) | Keeps current stable as resistance changes, limiting self-heating. |
Sample rods (copper, aluminium, nichrome, carbon) | Length 10–15 cm, diameter logged for cross-sectional area calculations. |
Thermocouple with digital reader (±0.1 °C) | Tape firmly to the sample to capture core temperature. |
Insulated water bath or hot plate | Offers controlled heating from room temperature to ~90 °C. |
Data logger / Arduino | Automate synchronous temperature and voltage recording every 5 s. |
Data Collection Strategy
- Calibrate sensors. Perform an ice–water bath test for the thermocouple and zero the digital voltmeter using its relative function.
- Mount the sample. Suspend the wire/rod in the water bath with only the sensing region submerged to avoid short circuits.
- Apply constant current. Start with 0.20 A to limit Joule heating; note the current uncertainty from the supply display.
- Heat in stages. Increase bath temperature in 5 °C increments, waiting for thermal equilibrium (temperature change <0.2 °C over 30 s) before logging.
- Record voltage drop. Use the sense leads to capture the true potential difference; convert to resistance via
R = V/I
and then resistivity using\rho = RA/L
. - Plot
R
vsT
. Fit a straight lineR = R_0[1 + \alpha (T - T_0)]
and extract the temperature coefficient\alpha
.
Error Budget and Discussion Prompts
- Thermal gradients: Discuss how incomplete thermal equilibrium leads to underestimates of
\alpha
; suggest stirring or insulating sleeves. - Self-heating: Estimate the power dissipated and show how lowering current or using pulsed measurements mitigates the effect.
- Contact resistance: Demonstrate the dramatic error introduced if you revert to a two-wire connection — a perfect comparison graph for your write-up.
- Thermocouple accuracy: Include the ±0.1 °C specification in uncertainty propagation, showing its contribution to
\alpha
.
Extensions for High-Ability Students
- Repeat the experiment with carbon or manganin, contrasting near-zero or negative temperature coefficients.
- Export data to Python and perform linear regression with uncertainty weighting to mirror university lab expectations.
- Compare experimental
\alpha
with datasheet values and generate a short briefing for Eclat’s electronics enrichment class. - Link to Internal Resistance of Batteries so students see how the Kelvin technique supports both experiments.