You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Spec mapping: OCR H556 Module 2.2 — Making measurements and analysing data, specifically the propagation of uncertainty through addition, subtraction, multiplication, division and powers. These are the highest-yielding rules in the entire Practical Endorsement and recur in every PAG analysis question. (Refer to the official OCR H556 specification document for exact wording.)
In practice you rarely measure a single quantity in isolation. Resistance is calculated from V and I; density from m and V; the Young modulus E from F, L, A and x. In each case you must start with uncertainties on the raw measurements and end with an uncertainty on the final result. The process of doing this is called propagating uncertainty, and it is governed by a small set of simple rules.
These three rules appear on every H556 paper that involves practical analysis. You must know them fluently — they are among the highest-yielding pieces of knowledge in the specification.
Key definition. Propagation of uncertainty is the procedure by which the uncertainty on a derived quantity is calculated from the uncertainties on the measured quantities that go into it. At A-Level the procedure is rule-based; at undergraduate level it is replaced by the calculus-based partial-derivative formula.
The A-Level rules (OCR and AQA both) are simplifications of the rigorous statistical formulas used at university. They are slightly conservative — they tend to give an uncertainty marginally larger than the strict quadrature combination — but they are easy to apply by hand and match the OCR mark-scheme expectations.
If Z=X+Y or Z=X−Y, then
ΔZ=ΔX+ΔY.
Absolute uncertainties add — never subtract, even when the quantities are subtracted. The uncertainty of a subtraction is the worst-case spread of possible results, which is the sum.
If Z=X×Y or Z=X/Y, then
ZΔZ×100%=XΔX×100%+YΔY×100%,
or in shorthand %Z=%X+%Y. The rule holds regardless of whether the operation is multiplication or division — division is just multiplication by the reciprocal, and reciprocals have the same percentage uncertainty as the original.
If Z=Xn, then
%Z=∣n∣×%X.
This follows from Rule 2 applied repeatedly: squaring is X⋅X, so %X+%X=2%X. Cubes give 3%X. Reciprocals (n=−1) and square roots (n=1/2) follow the same rule with ∣n∣.
For a general formula
Z=kXaYbWc
where k is a dimensionless constant and a,b,c are powers, the rules combine cleanly:
%Z=∣a∣%X+∣b∣%Y+∣c∣%W.
Dimensionless constants (such as 21, π, g treated as exact for OCR purposes) carry no uncertainty and do not appear in the propagation formula. Their job is to scale the value, not its uncertainty.
graph TD
A[Start: Z depends on measured X, Y, ...] --> B{What operation joins them?}
B -->|+ or −| C["Add ABSOLUTE uncertainties<br/>ΔZ = ΔX + ΔY"]
B -->|× or ÷| D["Add PERCENTAGE uncertainties<br/>%Z = %X + %Y"]
B -->|power X^n| E["Multiply percentage by |n|<br/>%Z = |n| × %X"]
B -->|mixed e.g. X − Y / W| F["Stage 1: combine X − Y in absolute form<br/>Stage 2: convert to %<br/>Stage 3: add % with W"]
C --> G["Convert to percentage if needed<br/>for downstream operations"]
D --> H["Convert to absolute<br/>for the final quoted answer"]
E --> H
F --> H
G --> H
H --> I["Quote value ± uncertainty<br/>uncertainty to 1 s.f."]
This flowchart is the heart of the lesson — refer back to it as you work through the examples below.
A student measures two pieces of string and lays them end-to-end.
Calculate the total length and its uncertainty.
Solution.
L=L1+L2=245+130=375mm.
ΔL=ΔL1+ΔL2=2+1=3mm.
L=(375±3)mm.
Two masses are weighed on the same digital balance:
Calculate m1−m2 and its percentage uncertainty.
Solution.
m1−m2=52.34−52.18=0.16g.
Δ(m1−m2)=0.01+0.01=0.02g.
Percentage uncertainty:
0.160.02×100%=12.5%.
Quote (0.16±0.02)g, ≈13%.
Compare with the individual measurements: each was 0.02%. The subtraction has inflated the percentage uncertainty by a factor of ∼600. This is the subtraction catastrophe: subtracting two nearly equal numbers throws away precision. The absolute uncertainty is unchanged (0.02g), but the value has shrunk to 0.16g, so Δ/x explodes. Avoid experimental designs that rely on this kind of subtraction wherever possible. If you must subtract, increase the absolute resolution of the measurement (analytical balance instead of digital tabletop).
A rectangular plate has width w=(30.0±0.5)mm and length l=(80.0±0.5)mm. Calculate the area and its uncertainty.
Solution.
A=w×l=30.0×80.0=2400mm2.
Percentage uncertainties:
%w=30.00.5×100=1.67%,%l=80.00.5×100=0.625%.
Add:
%A=1.67+0.625=2.29%.
Absolute uncertainty:
ΔA=1002.29×2400=55mm2.
Quote A=(2400±60)mm2, or in scientific form (2.4±0.1)×103mm2.
A metal block:
Calculate the density and its absolute uncertainty in kg m−3.
Solution.
ρ=Vm=18.550.00=2.703g cm−3=2703kg m−3.
Percentage uncertainties:
%m=50.000.05×100=0.10%,%V=18.50.3×100=1.62%.
%ρ=0.10+1.62=1.72%.
Absolute uncertainty:
Δρ=1001.72×2703=47kg m−3≈50kg m−3(1 s.f.).
Quote ρ=(2700±50)kg m−3.
A student measures the mass and speed of a trolley:
Calculate the kinetic energy and its uncertainty.
Solution.
Ek=21mv2=0.5×1.20×(2.50)2=3.75J.
Percentage uncertainties:
%m=1.200.01×100=0.83%,%v=2.500.05×100=2.00%.
v is squared, so its contribution doubles:
%(v2)=2×2.00=4.00%.
The factor 21 is a dimensionless constant — no uncertainty contribution.
%Ek=%m+%(v2)=0.83+4.00=4.83%.
ΔEk=1004.83×3.75=0.18J≈0.2J(1 s.f.).
Quote Ek=(3.8±0.2)J — value rounded to 1 dp to match the uncertainty.
Notice how the square on v doubles its contribution. In many physics formulas (area, volume, kinetic energy, gravitational PE, electrical power P=I2R), one quantity appears squared or cubed and dominates even when its raw percentage uncertainty is modest.
The radius of a sphere is calculated from its volume via
r=34π3V.
If V=(4.5±0.3)cm3, find r and its percentage uncertainty.
Solution.
r=34π3×4.5=312.56613.5=31.074=1.024cm.
Percentage uncertainty in V:
%V=4.50.3×100=6.67%.
The cube root corresponds to n=1/3, so
%r=31×6.67%=2.22%.
Δr=1002.22×1.024≈0.02cm.
Quote r=(1.02±0.02)cm.
Fractional powers reduce the percentage uncertainty. This is why square-root and cube-root dependencies (pendulum period, escape velocity, simple-harmonic frequency) are relatively forgiving experimentally.
The Young modulus of a wire is determined via
E=AxFL,A=π(2d)2=4πd2.
Measurements:
Calculate E and its percentage uncertainty.
Solution. Step 1 — area:
A=4π(0.34×10−3)2=4π×1.156×10−7=9.08×10−8m2.
Step 2 — Young modulus:
E=9.08×10−8×1.8×10−320.0×1.500=1.634×10−1030.0=1.836×1011Pa≈1.8×1011Pa.
Step 3 — percentage uncertainties:
| Quantity | Δ/x×100% | Power | Contribution |
|---|---|---|---|
| F | 0.50% | 1 | 0.50% |
| L | 0.33% | 1 | 0.33% |
| d | 2.94% | 2 | 5.88% |
| x | 5.56% | 1 | 5.56% |
Sum:
%E=0.50+0.33+5.88+5.56=12.3%.
ΔE=10012.3×1.836×1011=0.226×1011≈0.2×1011Pa.
Quote E=(1.8±0.2)×1011Pa.
Observations the markers want to see in a Top-band answer:
R=IV1−V2,
with V1=(6.00±0.05)V, V2=(2.40±0.05)V, I=(0.240±0.005)A.
Solution. Stage 1 — subtract (absolute first):
V1−V2=6.00−2.40=3.60V,Δ(V1−V2)=0.05+0.05=0.10V.
%(V1−V2)=3.600.10×100=2.78%.
Stage 2 — convert to percentage; stage 3 — divide:
R=0.2403.60=15.0Ω,%I=0.2400.005×100=2.08%.
%R=2.78+2.08=4.86%.
ΔR=1004.86×15.0≈0.7Ω.
Quote R=(15.0±0.7)Ω.
Resistivity from a wire experiment combines all three rules in one expression:
ρ=lRA=lRπ(d/2)2=4lπRd2.
A student records:
Calculate ρ and its percentage uncertainty.
Solution. Step 1 — value:
ρ=4×1.200π×4.20×(0.36×10−3)2=4.800π×4.20×1.296×10−7=3.56×10−7Ωm.
Step 2 — percentage contributions in tabular form:
| Quantity | Δ/x×100% | Power | Contribution |
|---|---|---|---|
| R | 1.19% | 1 | 1.19% |
| d | 2.78% | 2 | 5.56% |
| l | 0.42% | 1 | 0.42% |
Step 3 — sum:
%ρ=1.19+5.56+0.42=7.17%.
Step 4 — absolute uncertainty:
Δρ=1007.17×3.56×10−7=0.26×10−7≈0.3×10−7Ωm.
Quote ρ=(3.6±0.3)×10−7Ωm.
What this example teaches you that the earlier ones did not is that the squared diameter dominates the budget, just as in the Young modulus practical. The micrometre measurement of d is the bottleneck — a digital callipers with ±0.01mm resolution on a ∼0.3mm wire is the single source of most of the final uncertainty. Examiners look for this experimental-design observation in Top-band Paper-3 commentary.
A common feature of Mid-band answers is quoting a percentage uncertainty to four or five significant figures: "%ρ=7.1683%". This is a marker of misunderstanding, not precision. The convention OCR follows is:
The pedagogical reason is that the propagation rules are themselves only conservative estimates — they overstate the true random-error combination by some tens of per cent compared to the rigorous quadrature formula. Quoting "7.1683%" implies a precision in the uncertainty estimate itself that the A-Level rules do not deliver. The honest figure is "∼7%".
A useful mid-calculation convention is to carry intermediate percentage uncertainties to one extra figure (so "7.17%" inside the working, "7%" or "0.3×10−7" in the final answer). This prevents premature rounding errors propagating through the multiplication step, while still giving an honest final figure.
Suppose the calculation gives %E=12.347% on a Young modulus value E=1.836×1011Pa.
Mark schemes routinely deduct one mark for over-precise uncertainty quoting. It is cheap and avoidable.
Most experimental error budgets are not democratic. Typically one quantity contributes the majority of the final percentage uncertainty, and the others contribute small corrections. Recognising this lets you:
If the largest percentage contribution is more than ∼5× each of the others, the smaller terms can be ignored to a first approximation. The error in doing so is bounded by their sum and is typically only a fraction of the dominant term.
Three quantities contribute to a derived value:
The full A-Level rule gives %Z=10+0.5+0.4=10.9%. The dominant-term approximation gives %Z≈10%. The discrepancy is 0.9 percentage points, less than 10% of the dominant figure — well below the precision to which we round.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.