Numerical Problems Based on Combination of Errors for Class 11 Physics

  • Last modified on:4 weeks ago
  • Reading Time:11Minutes
Home CBSE Class 11 Physics Numerical Problems Numerical Problems Based on Combination of Errors for Class 11 Physics

Numerical Problems on Propagation of Errors

Class 11 Physics · Units and Measurements
SQ

Error Propagation Practice Set

Apply rules for addition, subtraction, multiplication, division, and powers
Ch 2 · Units and Measurements
1
If $A = (12.0 \pm 0.1)\text{ cm}$ and $B = (8.5 \pm 0.5)\text{ cm}$, find (i) $A + B$ and (ii) $A – B$. [Delhi 04]
Answer (i) $(20.5 \pm 0.6)\text{ cm}$ (ii) $(3.5 \pm 0.6)\text{ cm}$ 📝
Detailed Solution

Given $A = 12.0$, $\Delta A = 0.1$ and $B = 8.5$, $\Delta B = 0.5$.

(i) For Addition ($A + B$):

Value $= A + B = 12.0 + 8.5 = 20.5\text{ cm}$

In addition, absolute errors are added: $\Delta Z = \Delta A + \Delta B$

$$\Delta Z = 0.1 + 0.5 = 0.6\text{ cm}$$

Result $= (20.5 \pm 0.6)\text{ cm}$

(ii) For Subtraction ($A – B$):

Value $= A – B = 12.0 – 8.5 = 3.5\text{ cm}$

In subtraction, absolute errors are also added (errors always maximize): $\Delta Z = \Delta A + \Delta B$

$$\Delta Z = 0.1 + 0.5 = 0.6\text{ cm}$$

Result $= (3.5 \pm 0.6)\text{ cm}$

2
The temperatures of two bodies measured by a thermometer are $t_1 = 20^\circ\text{C} \pm 0.5^\circ\text{C}$ and $t_2 = 50^\circ\text{C} \pm 0.5^\circ\text{C}$. Calculate the temperature difference and the error therein. [NCERT]
Answer $(30 \pm 1)^\circ\text{C}$ 📝
Detailed Solution

Temperature difference $t’ = t_2 – t_1$

$$t’ = 50^\circ\text{C} – 20^\circ\text{C} = 30^\circ\text{C}$$

The error in the difference is the sum of the absolute errors of the individual measurements:

$$\Delta t’ = \Delta t_1 + \Delta t_2 = 0.5^\circ\text{C} + 0.5^\circ\text{C} = 1.0^\circ\text{C}$$

Therefore, the temperature difference is $(30 \pm 1)^\circ\text{C}$.

3
The lengths of two rods are $(15.2 \pm 0.2)\text{ cm}$ and $(10.7 \pm 0.2)\text{ cm}$. Find the difference in lengths of the two rods with the limits of error. [Himachal 07]
Answer $(4.5 \pm 0.4)\text{ cm}$ 📝
Detailed Solution

Let $L_1 = 15.2\text{ cm}$, $\Delta L_1 = 0.2\text{ cm}$ and $L_2 = 10.7\text{ cm}$, $\Delta L_2 = 0.2\text{ cm}$.

Difference in length $L’ = L_1 – L_2$

$$L’ = 15.2 – 10.7 = 4.5\text{ cm}$$

Total absolute error $\Delta L’ = \Delta L_1 + \Delta L_2$

$$\Delta L’ = 0.2 + 0.2 = 0.4\text{ cm}$$

Result: $(4.5 \pm 0.4)\text{ cm}$

4
The length and breadth of a rectangle are $(5.7 \pm 0.1)\text{ cm}$ and $(3.4 \pm 0.2)\text{ cm}$. Calculate area of the rectangle with error limits. [Chandigarh 04]
Answer $(19.4 \pm 1.5)\text{ cm}^2$ 📝
Detailed Solution

Given $L = 5.7\text{ cm}$, $\Delta L = 0.1\text{ cm}$ and $B = 3.4\text{ cm}$, $\Delta B = 0.2\text{ cm}$.

Area $A = L \times B$

$$A = 5.7 \times 3.4 = 19.38\text{ cm}^2 \approx 19.4\text{ cm}^2$$

In multiplication, relative errors are added:

$$\frac{\Delta A}{A} = \frac{\Delta L}{L} + \frac{\Delta B}{B}$$
$$\frac{\Delta A}{19.38} = \frac{0.1}{5.7} + \frac{0.2}{3.4}$$
$$\frac{\Delta A}{19.38} = 0.0175 + 0.0588 = 0.0763$$

Absolute error $\Delta A = 19.38 \times 0.0763 = 1.478 \approx 1.5\text{ cm}^2$

Result: $(19.4 \pm 1.5)\text{ cm}^2$

5
If displacement of a body, $s = (200 \pm 5)\text{ metres}$ and time taken by it $t = (20 \pm 0.2)\text{ seconds}$, then find the percentage error in the calculation of velocity. [Delhi 05]
Answer $3.5\%$ 📝
Detailed Solution

Velocity is defined as $v = \frac{s}{t}$.

In division, the maximum fractional (relative) error is the sum of the fractional errors of the individual quantities:

$$\frac{\Delta v}{v} = \frac{\Delta s}{s} + \frac{\Delta t}{t}$$

Multiplying by 100 to get the percentage error:

$$\frac{\Delta v}{v} \times 100 = \left( \frac{\Delta s}{s} \times 100 \right) + \left( \frac{\Delta t}{t} \times 100 \right)$$
$$\%\text{ error in } v = \left( \frac{5}{200} \times 100 \right) + \left( \frac{0.2}{20} \times 100 \right)$$
$$\%\text{ error in } v = 2.5\% + 1.0\% = 3.5\%$$
6
If the length and time period of an oscillating pendulum have errors of $1\%$ and $2\%$ respectively, what is the error in the estimate of $g$?
Answer $5\%$ 📝
Detailed Solution

The time period of a simple pendulum is given by $T = 2\pi\sqrt{\frac{l}{g}}$.

Squaring both sides and rearranging for $g$, we get:

$$g = \frac{4\pi^2 l}{T^2}$$

The constant $4\pi^2$ has no error. For quantities raised to a power, the percentage error is the exponent multiplied by the percentage error of the quantity. Thus, the total percentage error in $g$ is:

$$\frac{\Delta g}{g} \times 100 = \left( \frac{\Delta l}{l} \times 100 \right) + 2 \left( \frac{\Delta T}{T} \times 100 \right)$$

Given the percentage error in length ($\frac{\Delta l}{l} \times 100$) is $1\%$, and the percentage error in time period ($\frac{\Delta T}{T} \times 100$) is $2\%$:

$$\%\text{ error in } g = 1\% + 2(2\%) = 1\% + 4\% = 5\%$$

Related Posts


Also check

Class-wise Contents


Leave a Reply

Join Telegram Channel

Editable Study Materials for Your Institute - CBSE, ICSE, State Boards (Maharashtra & Karnataka), JEE, NEET, FOUNDATION, OLYMPIADS, PPTs

Discover more from Gurukul of Excellence

Subscribe now to keep reading and get access to the full archive.

Continue reading