Error analysis — types of errors, propagation rules, significant figures

medium CBSE JEE-MAIN 3 min read

Question

What are the different types of errors in measurement? How do errors propagate in addition, multiplication, and power formulas? How many significant figures should the result have?

(JEE Main asks error propagation in 1-2 questions every session; CBSE 11 boards test significant figures)


Solution — Step by Step

Systematic errors: Consistent in one direction — instrument error (zero error, calibration), personal bias, experimental setup. Can be reduced by better instruments/technique.

Random errors: Unpredictable fluctuations — vary in sign and magnitude. Reduced by taking multiple readings and averaging.

Gross errors: Blunders — misreading a scale, wrong calculation. Avoided by careful repetition.

If Z=A+BZ = A + B or Z=ABZ = A - B:

ΔZ=ΔA+ΔB\Delta Z = \Delta A + \Delta B

Absolute errors add up regardless of whether the operation is addition or subtraction. This is why subtraction of nearly equal quantities gives the largest relative error.

If Z=Ap×Bq/CrZ = A^p \times 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}

Relative (fractional) errors add up, weighted by the powers. The quantity with the highest power contributes most to the error.

Example: if Z=A2B1/2Z = A^2B^{1/2}, then ΔZZ=2ΔAA+12ΔBB\frac{\Delta Z}{Z} = 2\frac{\Delta A}{A} + \frac{1}{2}\frac{\Delta B}{B}

  • All non-zero digits are significant: 523 has 3 sig figs
  • Zeros between non-zero digits are significant: 5023 has 4 sig figs
  • Leading zeros are NOT significant: 0.0052 has 2 sig figs
  • Trailing zeros after decimal ARE significant: 5.20 has 3 sig figs
  • In multiplication/division: result has the fewest sig figs of the inputs
  • In addition/subtraction: result has the fewest decimal places
flowchart TD
    A["Error in measurement"] --> B{Type of error?}
    B -->|Systematic| C["One-direction bias<br/>Fix: better instrument"]
    B -->|Random| D["Statistical fluctuation<br/>Fix: more readings"]
    A --> E{Operation?}
    E -->|"Addition/Subtraction"| F["Absolute errors add<br/>ΔZ = ΔA + ΔB"]
    E -->|"Multiplication/Division/Power"| G["Relative errors add<br/>ΔZ/Z = pΔA/A + qΔB/B"]

Why This Works

Error propagation formulas come from calculus. For Z=f(A,B)Z = f(A, B), the maximum error is:

ΔZ=ZAΔA+ZBΔB\Delta Z = \left|\frac{\partial Z}{\partial A}\right|\Delta A + \left|\frac{\partial Z}{\partial B}\right|\Delta B

For addition (Z=A+BZ = A + B), the partial derivatives are both 1, giving ΔZ=ΔA+ΔB\Delta Z = \Delta A + \Delta B. For multiplication (Z=ABZ = AB), dividing by ZZ, we get the relative error formula. The power law formula follows from the same calculus.


Alternative Method

For JEE, the most frequently tested type: “The percentage error in the measurement of gg using T=2πl/gT = 2\pi\sqrt{l/g} is…” Since g=4π2l/T2g = 4\pi^2 l/T^2, we have Δgg=Δll+2ΔTT\frac{\Delta g}{g} = \frac{\Delta l}{l} + 2\frac{\Delta T}{T}. The error in TT is multiplied by 2 because of the square. Always pay attention to the power — it is the coefficient that matters most.


Common Mistake

Students use the relative error formula for addition/subtraction. When adding two measurements (Z=A+BZ = A + B), the formula is ΔZ=ΔA+ΔB\Delta Z = \Delta A + \Delta B (absolute errors add), NOT ΔZZ=ΔAA+ΔBB\frac{\Delta Z}{Z} = \frac{\Delta A}{A} + \frac{\Delta B}{B} (that is for multiplication). Mixing these up is the most common error in this topic. Rule of thumb: addition → absolute errors; multiplication → relative errors.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next