Errors in Measurements

8 MCQs3 revision cards9-step worked example
Source: NCERT Units and MeasurementsPYQ coverage: NEET 2020, 2021, 2022, 2023, 2024, 2025Official key: NTA-verifiedLast reviewed: May 2026

Lesson

The trap that costs you marks here: you know the error formulas, but you apply the wrong one. You add relative errors for a sum, or absolute errors for a product — and the answer looks plausible enough to pick with confidence. That swap is the single most reliable mark-loser in NEET error-propagation questions.

Three error-combination rules — and which operation triggers each:

Errors in measurements split into two families based on the arithmetic connecting the measured quantities.

Family 1 — Addition or subtraction. When Z = A ± B, the maximum absolute error adds directly: ΔZ = ΔA + ΔB (NCERT Class 11 Physics Chapter 1, page 6). You work with absolute errors here, not relative ones.

Family 2 — Multiplication or division. When Z = AB or Z = A/B, the maximum relative errors add: ΔZ/Z = ΔA/A + ΔB/B (NCERT Class 11 Physics Chapter 1, page 6). You work with relative (fractional) errors here, not absolute ones.

Family 3 — Power expressions. When Z = Aᵖ Bᵍ Cʳ, the general rule is ΔZ/Z = |p|·ΔA/A + |q|·ΔB/B + |r|·ΔC/C (NCERT Class 11 Physics Chapter 1, page 6). Each exponent multiplies its variable's relative error. Negative exponents (from division) still contribute positively — you take the absolute value of each power.

Error taxonomy — know what each type means. Errors are classified as personal (observer bias), instrumental (apparatus calibration), least-count (instrument resolution floor), random (statistical fluctuations, reduced by averaging), and systematic (method-level bias, NOT reduced by averaging). NEET questions test whether you can correctly classify a described error source.

Watch out: the power-factor trap is the one that bites hardest. For density ρ = m/(πr²L), the relative error contribution of r is 2·Δr/r, not Δr/r. The exponent carries through as a multiplier. Forgetting it gives a distractor answer that looks close to correct.


Practice MCQs

Select an option to see the explanation. Wrong answers show why your choice was tempting — and name the exact trap it exploits.

MCQ 1Direct ApplicationPractice

Two lengths are measured as A = 3.0 ± 0.2 cm and B = 1.5 ± 0.1 cm. The maximum absolute error in (A − B) is:

MCQ 2Direct ApplicationPractice

If Z = A × B, where A = 5.0 ± 0.1 and B = 2.0 ± 0.1, the maximum relative error in Z is:

MCQ 3CalculationPYQ Pattern

The density of a cylindrical wire is calculated using ρ = m/(πr²L). If the percentage errors in m, r, and L are 1%, 2%, and 3% respectively, the maximum percentage error in ρ is:

MCQ 4CalculationPYQ Pattern

A quantity P is given by P = a³b²/(cd). If the percentage errors in a, b, c, and d are 1%, 2%, 3%, and 4% respectively, the maximum percentage error in P is:

MCQ 5Easy RecallPYQ Pattern

Which of the following statements about errors is correct?

MCQ 6Easy RecallPYQ Pattern

Errors that occur due to unpredictable fluctuations in experimental conditions (e.g., temperature changes, voltage variations) are classified as:

MCQ 7Easy RecallPractice

The absolute error in A is ΔA = 0.5 and A = 25.0. The relative error in A is:

MCQ 8Direct ApplicationPractice

Two resistances R₁ = 100 ± 3 Ω and R₂ = 200 ± 4 Ω are connected in series. The maximum absolute error in the equivalent resistance (R₁ + R₂) is:

Quick recall before you leave

Worked Example

Pattern: Error propagation in a density formula with mixed powers (anchored to NEET 2023 pattern).

  1. 1

    Given

    The density of a uniform solid cylinder is measured using ρ = 4m/(πd²L), where: - Mass m = 5.00 ± 0.05 g (3 significant figures) - Diameter d = 1.00 ± 0.01 cm (3 significant figures) - Length L = 10.0 ± 0.1 cm (3 significant figures)

  2. 2

    Required

    Find the maximum percentage error in the calculated density ρ.

  3. 3

    Concept

    For a quantity that depends on multiple measured variables raised to powers, use the general error-propagation rule: the maximum relative error is the sum of each variable's relative error weighted by the absolute value of its exponent.

  4. 4

    Formula

    ρ = 4m/(πd²L) = (4/π) × m¹ × d⁻² × L⁻¹ ΔΡ/ρ = |1|·Δm/m + |−2|·Δd/d + |−1|·ΔL/L

  5. 5

    Substitution

    Δρ/ρ = 1 × (0.05/5.00) + 2 × (0.01/1.00) + 1 × (0.1/10.0)

  6. 6

    Calculation

    Δρ/ρ = 0.01 + 0.02 + 0.01 = 0.04 Note on exact constants: the factor 4/π is an exact mathematical constant. It does not contribute to the error and is excluded from the error calculation.

  7. 7

    Final answer

    Maximum percentage error in ρ = 4%. The dominant error contributor is the diameter (2% out of 4% total) because it appears squared in the formula.

  8. 8

    Common trap

    The high-frequency trap here is forgetting the power factor of 2 on the diameter. Without it, you would get Δρ/ρ = 1% + 1% + 1% = 3%, which is a plausible-looking distractor.

  9. 9

    Similar NEET-style question

    A resistance R is determined from R = V/I. If V = 100 ± 5 V and I = 10 ± 0.2 A, find the percentage error in R. Approach: R = V/I = V¹ × I⁻¹, so ΔR/R = ΔV/V + ΔI/I = 5/100 + 0.2/10 = 5% + 2% = 7%. ---

Before solving, remember these

Multiplication/division: result has the same number of significant figures as the input with the fewest significant figures. Addition/subtraction: result has the same number of decimal places as the input with the fewest decimal places.

-- NCERT Class 11 Physics, Ch. 1, p. 5

If Z = A ± B, then the maximum absolute error in Z is ΔZ = ΔA + ΔB. Errors of independent quantities ADD when the quantities are added or subtracted.

-- NCERT Class 11 Physics, Ch. 1, p. 6

If Z = A × B or Z = A / B, then the maximum relative error in Z is ΔZ/Z = ΔA/A + ΔB/B. Relative errors ADD for products and quotients.

-- NCERT Class 11 Physics, Ch. 1, p. 6

If Z = A^p · B^q · C^r, the relative error is ΔZ/Z = |p|·ΔA/A + |q|·ΔB/B + |r|·ΔC/C.

-- NCERT Class 11 Physics, Ch. 1, p. 6

Formulas

3 formulas — click to collapse

Error in a power expression

The maximum relative error in a power expression is the sum of the absolute exponents weighted by the relative errors of the bases. Negative exponents (divisions) still take the |.| value because we want the worst-case error.

SymbolQuantitySI Unit
ZResult(combined)
p, q, rExponents (signed)(dimensionless)
A, B, CMeasured quantities(measured)

Valid when

  • Use absolute values of exponents — signs do not cancel in worst-case error analysis
  • Independent measurements assumption

Combination of errors — product or quotient

When two measured quantities are multiplied or divided, the maximum RELATIVE errors add. The absolute error in the result is then Delta_Z = Z * (relative-error sum).

SymbolQuantitySI Unit
ZResult of product/quotient(combined unit)
AFirst measured quantity(measured)
BSecond measured quantity(measured)
Delta_A/ARelative error in A(dimensionless)
Delta_B/BRelative error in B(dimensionless)

Valid when

  • A and B are independent measurements
  • Errors are quoted as maximum absolute uncertainties (worst-case)
  • For powers (Z = A^p * B^q), the rule generalises: Delta_Z/Z = |p|*Delta_A/A + |q|*Delta_B/B

Do NOT use when

  • Quantities are added or subtracted (use absolute-error rule instead)

Combination of errors — sum or difference

When two quantities are added or subtracted, the maximum absolute errors of the inputs simply add to give the maximum absolute error of the output. The relative error is NOT what adds in this case.

SymbolQuantitySI Unit
ZResult of sum/difference(same as A,B)
AFirst measured quantity(measured)
BSecond measured quantity(measured)
Delta_ZMaximum absolute error in Z(same as A,B)
Delta_AMaximum absolute error in A(same as A)
Delta_BMaximum absolute error in B(same as B)

Valid when

  • A and B are independent measurements (no correlated errors)
  • Errors are quoted as maximum absolute uncertainties (not standard deviations)
  • Use this rule for ADDITION or SUBTRACTION only — NOT for product/quotient

Do NOT use when

  • Quantities are multiplied or divided (use relative-error rule instead)
  • Errors are statistical (standard deviations) — quadrature-sum rule applies

Exam Traps & Common Mistakes

These are the exact patterns that cause wrong answers in NEET. Each trap includes when it triggers and how to avoid it.

9 items — click to collapse

Category: Similar Terms

Student gets the time exponent wrong by 1 (e.g. T⁻¹ vs T⁻²) when manipulating dimensional formulas.

When it triggers

Question asks for dimensions of a derived combination (e.g. E/G, F = αt² + βt) where time exponent matters.

How to avoid

Write each base quantity's dimensional formula explicitly, then combine. Common errors: dividing forces forgets sub of T exponents; energy/length includes implicit time. Always check final units against expected SI.

Category: Similar Terms

Student sums relative errors of all measured quantities without weighting by the exponent. For ρ = m/(πr²L), the relative error contribution of r is 2 × Δr/r, NOT Δr/r — the exponent of r in the formula carries through as a multiplicative factor.

When it triggers

Question gives a derived quantity formula with mixed-power dependencies; asks for the max relative error. Distractors omit the power factor.

How to avoid

Always write the full general rule: for Z = A^p B^q C^r, ΔZ/Z = |p|·ΔA/A + |q|·ΔB/B + |r|·ΔC/C. Identify the powers (1, 2, 3, ½) before adding.

Category: Similar Terms

Student conflates random errors (statistical, unpredictable, reduced by averaging) with instrumental errors (consistent bias from the apparatus) or with systematic errors (consistent bias from the method). Each has a distinct definition and different mitigation.

When it triggers

Question describes an error source and asks for its taxonomic category. Distractors include cognate categories.

How to avoid

Memorise the 5-category taxonomy: PERSONAL (observer-side), INSTRUMENTAL (apparatus calibration), LEAST-COUNT (instrument resolution floor), RANDOM (statistical, reduced by repeated trials), SYSTEMATIC (method-level bias, NOT reduced by averaging).

Category: Similar Terms

Student swaps which is the input vs the output: least count = pitch / N (where N is the number of circular-scale divisions). Distractors offer the ratio inverted or the wrong unit.

When it triggers

Question gives one of (pitch, N, least count) and asks for another; distractors offer the inverted ratio or off-by-factor-of-10.

How to avoid

Anchor on the definition: least count is the SMALLEST measurement the instrument can resolve. It is always SMALLER than the pitch. So pitch = LC × N (and not LC = pitch × N).

Category: Similar Terms

Student applies the 'fewest significant figures' rule (which governs multiplication and division) to a sum or difference. Subtraction of two measured numbers must instead reflect the FEWEST decimal places.

When it triggers

Question involves addition/subtraction of measured numbers with very different magnitudes or decimal-place counts (e.g. 9.99 - 0.0099). Distractors offer answers rounded by sig-fig rule rather than decimal-place rule.

How to avoid

Memorise: multiplication/division → fewest SIGNIFICANT FIGURES; addition/subtraction → fewest DECIMAL PLACES. Always identify which arithmetic operation is being performed before applying any rule.

Category: Similar Terms

Student treats radian/steradian as having dimensions because they have unit names.

When it triggers

Question asks about dimensions of plane angle, solid angle, or comparison.

How to avoid

Plane angle (radian) and solid angle (steradian) are DIMENSIONLESS — they're ratios (arc/radius for radian; surface-area/r² for steradian). They have unit NAMES for clarity but no dimensions.

Category: Similar Terms

Confusing whether N or N+1 is the smaller count when (N+1) divisions of vernier match N divisions of main scale.

When it triggers

Question gives '(N+1) divisions of vernier coincide with N divisions of main' or similar phrasing.

How to avoid

Always interpret carefully: N+1 vernier divisions span the SAME LENGTH as N main divisions. So 1 VSD = (N/(N+1)) MSD; vernier constant = 1 MSD - 1 VSD = 1 MSD / (N+1). Result smaller than 1 MSD.

Root cause: formula misuse

Correction

Use Delta_Z = Delta_A + Delta_B for sums/differences (absolute errors add). Use Delta_Z/Z = Delta_A/A + Delta_B/B for products/quotients (relative errors add). They are NOT interchangeable — the rule is dictated by whether the operation is additive or multiplicative.

Wrong option pattern

Distractor option uses the wrong rule (e.g. quotes a small relative error for a sum where absolute errors should add).

Past Year Questions

13 questions from NEET 2020, 2021, 2022, 2023, 2024, 2025. Answers verified against NTA official keys. — click to collapse
NEET 2025

Consider the diameter of a spherical object being measured with the help of a Vernier callipers. Suppose its 10 Vernier Scale Divisions (V.S.D.) are equal to its 9 Main Scale Divisions (M.S.D.). The least division in the M.S. is 0.1 cm and the zero of V.S. is at x = 0.1 cm when the jaws of Vernier callipers are closed. If the main scale reading for the diameter is M = 5 cm and the number of coinciding vernier division is 8, the measured diameter after zero error correction, is

15.00 cm
25.18 cm
35.08 cm
44.98 cm
NTA Answer: Option 4(final)
NEET 2022

Plane angle and solid angle have

1Both units and dimensions
2Units but no dimensions
3Dimensions but no units
4No units and no dimensions
NTA Answer: Option 2(final)
NEET 2022

Match List-I with List-II List-I List-II (a) Gravitational constant (G) (i) [L2T–2] (b) Gravitational potential energy (ii) [M–1L3T–2] (c) Gravitational potential (iii) [LT–2] (d) Gravitational intensity (iv) [ML2T–2] Choose the correct answer from the options given below

1(a) - (iv), (b) - (ii), (c) - (i), (d) - (iii)
2(a) - (ii), (b) - (i), (c) - (iv), (d) - (iii)
3(a) - (ii), (b) - (iv), (c) - (i), (d) - (iii)
4(a) - (ii), (b) - (iv), (c) - (iii), (d) - (i)
NTA Answer: Option 3(final)

How NEET usually asks this

9 recurring patterns from past papers — click to collapse

Density ρ = m/V where V depends on measured dimensions raised to powers (e.g. cylindrical wire V = πr²L). Apply combination of errors: Δρ/ρ = Δm/m + 2 Δr/r + ΔL/L (radius gets factor of 2 from r²). Common shape: wire with mass, radius, length each ± uncertainty; find max % error in density. Distractors test (i) forgetting the 2× on radius, (ii) using absolute instead of relative errors.

Multi StepMedium

Common distractors

forgets power of two on radius

Default to summing all relative errors with weight 1

Subtraction of two measured quantities with very different decimal places; the answer must reflect the FEWEST decimal places (not the fewest significant figures). Common shape: 9.99 m - 0.0099 m, or similar. Distractors test (i) using sig-fig rule from multiplication/division, (ii) keeping all digits unchanged, (iii) over-rounding to 1-2 sig figs.

Direct ApplicationEasy

Common distractors

applies mult rule to subtraction

Default to 'fewest sig figs' without distinguishing subtraction's decimal-places rule

Sources

NCERT refs: Class 11 Physics Chapter 1, p.6

Test yourself on this topic with real past-paper questions:

Practice this topic →

Free NEET study resources

Get a structured 30-day Mechanics plan and a complete formula booklet — delivered to your inbox instantly.