Physics Lab

Error Propagation

Every measurement carries an uncertainty. Knowing how those uncertainties combine when quantities are added, multiplied or raised to powers is essential for JEE experimental questions and for choosing the most sensitive measuring instrument.

Concept

For independent random errors:

  • Sum/difference z=x±yz = x \pm y: Δz=Δx+Δy\Delta z = \Delta x + \Delta y (absolute errors add).
  • Product/quotient z=xyz = x y or z=x/yz = x/y: Δzz=Δxx+Δyy\dfrac{\Delta z}{z} = \dfrac{\Delta x}{x} + \dfrac{\Delta y}{y} (relative errors add).
  • Power z=xnz = x^{n}: Δzz=nΔxx\dfrac{\Delta z}{z} = |n|\dfrac{\Delta x}{x}.

For a compound formula z=apbqcrz = \dfrac{a^{p} b^{q}}{c^{r}}: Δzz=pΔaa+qΔbb+rΔcc.\frac{\Delta z}{z} = p\frac{\Delta a}{a} + q\frac{\Delta b}{b} + r\frac{\Delta c}{c}.

The least count of an instrument fixes the minimum Δx\Delta x; vernier callipers typically give 0.1mm0.1\,\text{mm}, screw gauges 0.01mm0.01\,\text{mm}.

Derivation

Consider z=abz = a b. Differentiating: dz=bda+adb\mathrm{d}z = b\,\mathrm{d}a + a\,\mathrm{d}b. Dividing by z=abz = ab: dzz=daa+dbb.\frac{\mathrm{d}z}{z} = \frac{\mathrm{d}a}{a} + \frac{\mathrm{d}b}{b}. Treating maximum errors as absolute values gives the additive rule for relative errors. For z=anz = a^{n}, lnz=nlna\ln z = n \ln a, so dz/z=nda/a\mathrm{d}z/z = n\,\mathrm{d}a/a.

JEE Worked Example

Q. A physical quantity XX is given by X=M2L1/2T3X = \dfrac{M^{2} L^{1/2}}{T^{3}}. Measurements have errors: ΔM/M=2%\Delta M/M = 2\%, ΔL/L=4%\Delta L/L = 4\%, ΔT/T=1%\Delta T/T = 1\%. Find the maximum percentage error in XX.

Solution. ΔXX=22%+124%+31%=4+2+3=9%.\frac{\Delta X}{X} = 2\cdot 2\% + \tfrac{1}{2}\cdot 4\% + 3\cdot 1\% = 4 + 2 + 3 = 9\%.

So XX is determined to within 9%9\%.

Traps

  • Forgetting the absolute value on negative exponents — errors always add positively.
  • Using absolute errors in product formulas (must use relative).
  • Confusing least count with zero error; correct for zero error before applying least count.
  • Mixing percentage and fractional errors in the same expression.

Key Takeaways

  • Sum \Rightarrow absolute errors add; product \Rightarrow relative errors add.
  • Powers multiply relative errors by their magnitude.
  • Always report final results to the same precision as the least precise measurement.

AI Summary

Summarize this page in your favorite LLM