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 or :
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 :
Relative (fractional) errors add up, weighted by the powers. The quantity with the highest power contributes most to the error.
Example: if , then
- 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 , the maximum error is:
For addition (), the partial derivatives are both 1, giving . For multiplication (), dividing by , 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 using is…” Since , we have . The error in 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 (), the formula is (absolute errors add), NOT (that is for multiplication). Mixing these up is the most common error in this topic. Rule of thumb: addition → absolute errors; multiplication → relative errors.