Practical Skills I: Processing Results
Revise Practical Skills I: Processing Results for Physics (IAL) — revision notes and instant AI marking. Free to start.
Processing Results
📍 Jump to a section
Summary OverviewThe whole chapter in one scroll
- Calculations: leave space in tables for means and derived quantities (like extension or area) that can't be measured directly.
- Graphs: pick sensible scales that fill at least half the grid, label axes with quantity and unit using a forward slash, plot points to within half a small square, and draw a smooth line/curve of best fit (not forced through the origin).
- Units: everything reduces to 7 SI base units (kg, m, s, A, K, mol, cd); other units like N, J, Pa are "derived" from these using their defining equations.
- Relationships: directly proportional (
y ∝ x, straight line through origin) vs inversely proportional (y ∝ 1/x, decreasing curve) vs inverse square law (y ∝ 1/x²). - Gradients: calculated from a large triangle drawn on the line of best fit — never from two raw data points, and never a tiny triangle.
- Reducing errors: watch for parallax error, missing fiducial markers, zero errors, poor-resolution equipment, and unwanted heating effects.
- Improvements: data loggers, cameras, and computer modelling reduce human error and improve reproducibility.
- Uncertainty: can be absolute, fractional, or percentage — and there are specific rules for combining uncertainties when adding, multiplying, or raising to a power.
1. Calculations Using Experimental Data
Why raw data isn't enough
Think of an experiment in two stages: collecting the raw numbers, and then processing them into something useful. A table full of raw readings tells you almost nothing on its own — you need to turn it into means, calculated quantities, and eventually graphs. That's what this whole chapter is about.
The golden rule when designing a data table: always leave space for calculations. If you're taking three repeat current readings, leave a column for the average. If you need "extension," which can't be measured directly, leave columns for initial length, final length, and the calculated extension.
The Mean
- Any anomalous (clearly wrong/outlier) readings should be ignored before calculating the mean.
- The mean must be given to the same number of significant figures as the individual readings used to calculate it — don't suddenly gain precision you don't actually have!
Calculating quantities you can't measure directly
Sometimes the thing you actually need isn't something a ruler or ammeter can read straight off. Two classic examples:
- Area of a wire: you can't "measure" area directly with a micrometer — but you can measure radius
r, then calculate area usingA = πr². - Extension in Hooke's Law: you measure the wire's initial length and final length with a ruler, then calculate extension as
x = final length − initial length.
A student records three current readings at each wire length and needs the average current and resistance at each length.
Average current: I = (I₁ + I₂ + I₃) ÷ 3
Resistance: R = V ÷ I
At L = 0.25 m: currents are 1.34, 1.34, 1.35 A → average = 1.34 A (to 3 s.f., matching the readings).
With V = 6.0 V: R = 6.0 ÷ 1.34 = 4.48 Ω (also to 3 s.f.).
This is repeated for every row — and notice the resistance column couldn't exist without first calculating the average current column. That's why planning your table columns before you start the experiment matters so much.
2. Plotting Graphs
Three things examiners always check
When you plot a graph in an exam or in the lab, examiners are silently checking three things every single time: your scale choice, your axis labelling, and how carefully you plotted the points. Get sloppy on any one of these and you lose marks even if your physics understanding is perfect.
Choosing a scale
- The scale must be big enough that your data uses at least half the grid in both the x and y directions — don't squeeze all your points into a tiny corner.
- Use scales that are easy to read and plot — multiples of 1, 2, 5, or 10. Avoid multiples of 3 (try plotting 3.7 on a scale that goes up in 3s — it's a nightmare).
- Scales should increase outward and upward from the origin.
Labelling the axes
Plotting the points & drawing the line
- Points must be accurate to within half a small square — this is a real, checked tolerance, not just "roughly there."
- Use a sharp pencil so points are thin and clear, and so they don't get lost under your line of best fit.
- You need at least six points plotted, with any major outliers clearly identified (but still shown).
- The line (or curve) of best fit should have roughly equal numbers of points above and below it — a clear plastic ruler helps you judge this by eye.
- Don't force the line through the origin unless the data genuinely supports it. Physics doesn't care about your assumptions — let the data speak.
- The line should be smooth — never a jagged dot-to-dot "frequency polygon" style connection.
Sketch: a freehand drawing — line and labelled axes with key features shown, but the axes are not scaled.
Plot: an accurate graph with a proper scale, drawn from real data, with points marked precisely.
Mixing these up in an exam (e.g. drawing an unscaled sketch when asked to "plot") loses easy marks.
3. Using Units Correctly
Everything traces back to 7 base units
Here's a genuinely satisfying fact about physics: no matter how complicated a unit looks (Pascals, Joules, Newtons, Ohms...), it can always be broken down into combinations of just seven SI base units. Every other unit in physics is "derived" — built mathematically from these seven.
| Quantity | SI Base Unit | Symbol |
|---|---|---|
| Mass | Kilogram | kg |
| Length | Metre | m |
| Time | Second | s |
| Current | Ampere | A |
| Temperature | Kelvin | K |
| Amount of substance | Mole | mol |
Deriving units from definitions
To find the base units of a derived quantity, start from the equation that defines it:
Useful unit conversions
| Measurement | Common conversions |
|---|---|
| Length | 1000 m = 1 km | 0.01 m = 1 cm | 0.001 m = 1 mm |
| Volume | 1 cm³ = 1 ml | 1 dm³ = 1 litre |
| Mass | 1000 kg = 1 tonne | 0.001 kg = 1 g |
| Pressure | 1000 Pa = 1 kPa |
| Energy | 1000 J = 1 kJ | 1 000 000 J = 1 MJ |
4. Identifying Graphical Relationships
The three shapes you must recognise instantly
Graphs are how physicists see the relationship between two variables. There are three shapes you need to recognise on sight, because exam questions love asking "what does this graph tell you about the relationship?"
Turning "∝" into a real equation
A proportionality symbol (∝) can be turned into an actual equation by replacing it with "=" and adding a constant k:
- Direct:
y ∝ xbecomesy = kx - Inverse:
y ∝ 1/xbecomesy = k/x
This constant k is really useful — if you calculate k for every row of your data table and it comes out roughly the same each time, that's solid proof the relationship really does hold.
A student records count rate C at distance d from a gamma source:
| d / cm | C / counts min⁻¹ | k = C × d² |
|---|---|---|
| 10 | 512 | 51 200 |
| 20 | 128 | 51 200 |
| 30 | 57 | 51 300 |
| 40 | 32 | 51 200 |
k = C × d² stays roughly constant (~51 000 to 2 s.f.) across every row, this confirms C and d follow an inverse square law relationship.
5. Interpreting Graphs & Determining Gradients
Getting the gradient right (and getting marks for it)
Straight-line graphs are so useful in physics because their gradient is a real, physically meaningful constant — often exactly the quantity you're trying to find in the experiment.
The rules examiners actually enforce
- Draw a large triangle directly on the line of best fit — it should take up more than half the graph. Tiny triangles lose marks even if the final number is correct.
- Use points that lie on the line of best fit — never raw data points that happen to sit off the line.
- Show your full substitution working, not just the final answer.
- The gradient's units are the y-axis unit divided by the x-axis unit — e.g. for extension (m) against force (N), the gradient's units are N m⁻¹.
- Always check the axis scale and powers of ten. If an axis is labelled "Force F × 10³ / N," then a plotted value of "5" actually means 5 × 10³ N = 5000 N, not 5 N!
The y-intercept
The y-intercept is the value where the line crosses the y-axis (i.e., where x = 0). Read it directly off the graph, being careful to interpret the scale correctly — don't just guess "0" out of habit; sometimes the line genuinely doesn't pass through the origin, and that intercept often has physical meaning (e.g., in y = mx + c style equations from rearranged physics formulas).
Using a graph of resistance R (Ω) against length L (m), a student draws a large triangle using two points on the line of best fit: (0.3, 5.00) and (1.7, 27.00).
Gradient = (27.00 − 5.00) ÷ (1.7 − 0.3) = 22.00 ÷ 1.4 = 15.7 Ω m⁻¹
6. Reducing Errors
Errors you can spot — and reduce
Random errors can never be fully eliminated — that's just the nature of measurement — but their effect can be reduced by taking repeat readings and averaging. Beyond that, there's a checklist of specific, commonly-tested error sources you should be able to name and fix.
| Error source | What it is | Fix |
|---|---|---|
| Parallax error | Reading a scale at an angle instead of straight-on | View the scale at eye level, perpendicular to the reading |
| Missing fiducial marker | No clear reference point for timing repeated motion (e.g. a pendulum) | Use a fixed marker and time passage through it, ideally at maximum speed |
| Zero error | Instrument doesn't read zero when it should | Check the instrument reads 0 before use (both digital and analogue) |
| Poor resolution equipment | Using a ruler where a micrometer is needed | Match equipment precision to the scale of what you're measuring |
| Unwanted heating effects | Component resistance rises as current flows and it heats up | Turn off the power supply between readings |
Why fiducial markers matter
Imagine timing a pendulum's swing by eye. If you start/stop your stopwatch at the extremes of the swing (where it's momentarily still), your reaction time error is largest relative to how slow the pendulum is moving. But if you time it passing a fixed marker at the bottom of its swing — where it's moving fastest — your timing error has the smallest possible impact on accuracy, because the pendulum "blurs past" the marker quickly and consistently.
A student measures a wire's radius with a ruler, at just one point along the wire, with no repeats.
Problem 1 — wrong instrument: wire radius is typically < 1 mm, and circular — a micrometer screw gauge should be used instead of a ruler.
Problem 2 — no repeats: the student should take 3–5 repeat readings and average them.
Problem 3 — assumes uniformity: the wire might not have the same radius all the way along — measure at several different points to check.
7. Suggesting Improvements
Making experiments more reliable & reproducible
Improvements aren't just "be more careful" — examiners want specific, technical suggestions. The most common category is switching from manual/human data collection to digital tools, because this removes human error like reaction time and subjectivity in judging readings.
Tools worth naming in an exam
- Data loggers: electronic devices with sensors that automatically monitor and record data (temperature, pressure, voltage, current) over time. They're more accurate, faster, and more reliable than manual logging, and can feed straight into a computer for tables, averages, and graphs.
- Cameras: useful for experiments that happen too fast to read a scale in real time. Take a photo burst, then read the scale afterward from stills. If frame rate is known, you can even calculate velocity from consecutive frames.
- Spreadsheet software (e.g. Excel): processes large volumes of data efficiently — invaluable for graph plotting and repeated calculations.
- Computer modelling: lets you speed up time to predict future outcomes of an experiment, and export polished graphs/charts straight into a report.
Benefits of data loggers / ICT specifically
- Higher accuracy of readings
- Reduction of human error (reaction time, subjective judgement)
- Can log over very long periods (e.g. hourly readings for days)
- Can log over very short periods too fast for a human to catch
- Reduces safety risk in extreme conditions (e.g. measuring boiling water temperature remotely)
Reproducibility
An improved method should ideally be reproducible — meaning another scientist, following the same method, should get the same result. A good way to test this in coursework-style discussion is to imagine applying your method to a different material or source, and checking whether it still gives sensible, consistent results.
8. Uncertainties
No measurement is ever perfectly exact
Every measurement has some built-in doubt attached to it. Uncertainty isn't about "being wrong" — it's an honest, quantified statement of "here's how much this value could plausibly vary." There are three ways to express it:
| Type | What it looks like |
|---|---|
| Absolute uncertainty | A fixed quantity with the same units as the reading, e.g. 15 ± 0.1 V |
| Fractional uncertainty | Given as a fraction of the measurement, e.g. 1.6 ± 1/16 mA |
| Percentage uncertainty | Given as a % of the measurement, e.g. 1.6 ± 6.2% mA |
Rules for finding uncertainty in different situations
- Single reading: ± half the smallest division on the scale.
- A measurement (involving two readings, e.g. length = final − initial): at least ±1 smallest division.
- Repeated data (e.g. the mean of several readings): half the range, i.e. ± ½(largest − smallest value).
- Digital readings: ± the last significant digit shown, unless the equipment states otherwise.
Smallest division = 0.2 mA. Reading (I) = 1.6 mA.
Absolute uncertainty (ΔI) = ½ × 0.2 = 0.1 mA → I = 1.6 ± 0.1 mA
Fractional uncertainty = 0.1 ÷ 1.6 = 1/16 → I = 1.6 ± 1/16 mA
Percentage uncertainty = (0.1 ÷ 1.6) × 100 = 6.2% → I = 1.6 ± 6.2% mA
Combining uncertainties
| Operation | Rule |
|---|---|
| Adding / Subtracting data | Add the absolute uncertainties |
| Multiplying / Dividing data | Add the percentage (or fractional) uncertainties |
Raising to a power n | Multiply the percentage uncertainty by n |
Tyre diameter d₁ = 55.0 ± 0.5 cm, inner diameter d₂ = 21.0 ± 0.7 cm.
Difference = 55.0 − 21.0 = 34.0 cm
Uncertainty in difference = ±(0.5 + 0.7) = ±1.2 cm
→ d₁ − d₂ = 34.0 ± 1.2 cm
Distance = 50.0 ± 0.1 m, Time = 5.00 ± 0.05 s, so v = distance ÷ time = 50.0 ÷ 5.00 = 10.0 m s⁻¹.
Δv/v = (0.1/50.0) + (0.05/5.00) = 0.002 + 0.01 = 0.012
Absolute uncertainty (Δv) = 10.0 × 0.012 = ±0.12 m s⁻¹
→ v = 10.0 ± 0.12 m s⁻¹
Sphere volume V = (4/3)πr³, where r = 2.50 ± 0.02 cm.
V = (4/3)π(2.50)³ = 65.5 cm³
ΔV/V = 3 × (Δr/r) = 3 × (0.02/2.50) = 0.024
Absolute uncertainty (ΔV) = 65.5 × 0.024 = 1.57 cm³
Percentage uncertainty (%ΔV) = 100 × 0.024 = 2.4%
Uncertainty in repeated readings — worked example
A student gets angular frequency readings: 0.154, 0.153, 0.159, 0.147, 0.152 rad s⁻¹.
Half the range: ½ × (0.159 − 0.147) = 0.006 rad s⁻¹
Percentage uncertainty: (0.006 ÷ 0.153) × 100% = 3.92%
What to MemoriseYour final quick-glance reference
Core Formulas
- Mean = Σreadings ÷ number of readings
- Gradient = Δy ÷ Δx (rise ÷ run)
- % uncertainty = (uncertainty ÷ value) × 100%
Relationship Shapes
- y ∝ x → straight line through origin
- y ∝ 1/x → decreasing curve
- y ∝ 1/x² → steeper decreasing curve
Uncertainty Rules
- Single reading: ± ½ smallest division
- Repeats: ± ½ range
- Digital: ± last significant digit
- Add/subtract → add absolute uncertainties
- Multiply/divide → add % uncertainties
- Power n → multiply % uncertainty by n
Base Units (SI)
- kg (mass), m (length), s (time)
- A (current), K (temperature)
- mol (amount of substance)
Derived Units
- N = kg m s⁻²
- J = kg m² s⁻²
- Pa = kg m⁻¹ s⁻²
Error Sources to Name
- Parallax error
- Missing fiducial marker
- Zero error (analogue & digital)
- Poor equipment resolution
- Unwanted heating effects
Concepts ChecklistTick off what you can confidently do
Exam TipsWhat examiners are actually looking for
- 5. Interpreting Graphs & Determining Gradients
- Making experiments more reliable & reproducible
- Plotting the points & drawing the line
Read the full Practical Skills I: Processing Results notes free
That's the preview — create a free account to read the rest, plus flashcards and practice questions with instant AI marking. No credit card.
Unlock the full notes free →