Numerical Problems Based on Combination of Resistance for Class 12 Physics

  • Last modified on:13 hours ago
  • Reading Time:24Minutes
Home CBSE Class 12 Physics Numerical Problems Combination of Resistances

Numerical Problems on Combination of Resistances

Class 12 Physics · Current Electricity
SQ

Series and Parallel Combinations Practice Set

Apply $R_s = R_1 + R_2 + \dots$ and $\frac{1}{R_p} = \frac{1}{R_1} + \frac{1}{R_2} + \dots$
Ch 3 · Current Electricity
1
Given the resistances of $1 \Omega, 2 \Omega$ and $3 \Omega$. How will you combine them to get an equivalent resistance of (i) $\frac{11}{3} \Omega$ and (ii) $\frac{11}{5} \Omega$?
Answer (i) $1 \Omega$ and $2 \Omega$ in parallel, series with $3 \Omega$ (ii) $2 \Omega$ and $3 \Omega$ in parallel, series with $1 \Omega$ 📝
Detailed Solution

(i) For an equivalent resistance of $\frac{11}{3} \Omega$:

Connect $1 \Omega$ and $2 \Omega$ in parallel. Their equivalent resistance $R_p$ is:

$$R_p = \frac{1 \times 2}{1 + 2} = \frac{2}{3} \Omega$$

Connect this combination in series with the $3 \Omega$ resistor:

$$R_{eq} = \frac{2}{3} + 3 = \frac{2 + 9}{3} = \frac{11}{3} \Omega$$

(ii) For an equivalent resistance of $\frac{11}{5} \Omega$:

Connect $2 \Omega$ and $3 \Omega$ in parallel. Their equivalent resistance $R_p’$ is:

$$R_p’ = \frac{2 \times 3}{2 + 3} = \frac{6}{5} \Omega$$

Connect this combination in series with the $1 \Omega$ resistor:

$$R_{eq}’ = \frac{6}{5} + 1 = \frac{6 + 5}{5} = \frac{11}{5} \Omega$$
2
Given three resistances of $30 \Omega$ each. How can they be connected to give a total resistance of (i) $90 \Omega$ (ii) $10 \Omega$ (iii) $45 \Omega$?
Answer (i) Series (ii) Parallel (iii) Two in parallel, one in series 📝
Detailed Solution

(i) For $90 \Omega$: Connect all three in series.

$$R_{eq} = 30 + 30 + 30 = 90 \Omega$$

(ii) For $10 \Omega$: Connect all three in parallel.

$$\frac{1}{R_{eq}} = \frac{1}{30} + \frac{1}{30} + \frac{1}{30} = \frac{3}{30} \implies R_{eq} = 10 \Omega$$

(iii) For $45 \Omega$: Connect two $30 \Omega$ resistors in parallel, and connect the combination in series with the third $30 \Omega$ resistor.

$$R_{parallel} = \frac{30 \times 30}{30 + 30} = 15 \Omega$$
$$R_{eq} = 15 + 30 = 45 \Omega$$
3
A $5 \Omega$ resistor is connected in series with a parallel combination of $n$ resistors of $6 \Omega$ each. The equivalent resistance is $7 \Omega$. Find $n$.
Answer 3 📝
Detailed Solution

The equivalent resistance of $n$ resistors of $6 \Omega$ connected in parallel is:

$$R_p = \frac{6}{n} \Omega$$

This combination is in series with a $5 \Omega$ resistor, and the total resistance is $7 \Omega$:

$$5 + \frac{6}{n} = 7$$
$$\frac{6}{n} = 7 – 5 = 2$$
$$n = \frac{6}{2} = 3$$
4
A uniform wire of resistance $2.20 \Omega$ has a length of 2 m. Find the length of the similar wire which connected in parallel with the 2 m long wire, will give a resistance of $2.0 \Omega$.
Answer 20 m 📝
Detailed Solution

Resistance of the first wire $R_1 = 2.20 \Omega$. Let the resistance of the second wire be $R_2$.

When connected in parallel, the equivalent resistance is $2.0 \Omega$:

$$\frac{R_1 R_2}{R_1 + R_2} = 2.0$$
$$\frac{2.20 \times R_2}{2.20 + R_2} = 2.0$$
$$2.20 R_2 = 4.40 + 2.0 R_2$$
$$0.20 R_2 = 4.40 \implies R_2 = \frac{4.40}{0.20} = 22 \Omega$$

Since the wires are similar, resistance is directly proportional to length ($R \propto L$).

$$\frac{L_2}{L_1} = \frac{R_2}{R_1} \implies \frac{L_2}{2} = \frac{22}{2.20} = 10$$
$$L_2 = 10 \times 2 = 20\text{ m}$$
5
A wire of $15 \Omega$ resistance is gradually stretched to double its original length. It is then cut into two equal parts. These parts are then connected in parallel across a 3.0 volt battery. Find the current drawn from the battery.
Answer 0.2 A 📝
Detailed Solution

When a wire is stretched to $n$ times its original length, its new resistance becomes $n^2$ times the original resistance (because volume is constant, so cross-sectional area decreases by a factor of $n$).

Here, $n = 2$, so the new resistance of the entire stretched wire is:

$$R_{new} = 2^2 \times 15 = 4 \times 15 = 60 \Omega$$

The wire is cut into two equal parts. The resistance of each part is:

$$R_1 = R_2 = \frac{60}{2} = 30 \Omega$$

These two parts are connected in parallel. Their equivalent resistance is:

$$R_{eq} = \frac{30 \times 30}{30 + 30} = 15 \Omega$$

The current drawn from the $3.0\text{ V}$ battery is:

$$I = \frac{V}{R_{eq}} = \frac{3.0}{15} = 0.2\text{ A}$$
6
The total resistance of two resistors when connected in series is $9 \Omega$ and when connected in parallel, their total resistance becomes $2 \Omega$. Calculate the value of each resistance.
Answer $6 \Omega, 3 \Omega$ 📝
Detailed Solution

Let the two resistances be $R_1$ and $R_2$.

In series: $R_1 + R_2 = 9 \dots(1)$

In parallel: $\frac{R_1 R_2}{R_1 + R_2} = 2 \dots(2)$

Substitute equation (1) into equation (2):

$$\frac{R_1 R_2}{9} = 2 \implies R_1 R_2 = 18 \dots(3)$$

We can use the algebraic identity $(R_1 – R_2)^2 = (R_1 + R_2)^2 – 4R_1 R_2$:

$$ (R_1 – R_2)^2 = (9)^2 – 4(18) = 81 – 72 = 9 $$
$$ R_1 – R_2 = 3 \dots(4) $$

Solving equations (1) and (4) simultaneously:

$$ (R_1 + R_2) + (R_1 – R_2) = 9 + 3 \implies 2R_1 = 12 \implies R_1 = 6 \Omega $$
$$ R_2 = 9 – 6 = 3 \Omega $$
7

The reading of the (ideal) ammeter, in a circuit, equals $I$ when key $K_1$ is closed but key $K_2$ is open. The reading becomes $I/2$ when both keys $K_1$ and $K_2$ are closed. Find the expression for the resistance of $X$ in terms of the resistances of $R$ and $S$.

Answer $X = \frac{RS}{R – S}$ 📝
Detailed Solution

Based on the standard configuration for this problem type, resistor $X$ is in series with the main source, and the ammeter is in the branch containing resistor $R$. Key $K_2$ connects resistor $S$ in parallel with $R$.

Case 1 ($K_1$ closed, $K_2$ open): The ammeter reads the total current passing through $X$ and $R$.

$$I = \frac{V}{X + R}$$

Case 2 ($K_1$ and $K_2$ closed): $S$ is now in parallel with $R$. The total resistance of the circuit is $R_{tot} = X + \frac{RS}{R+S}$. The total current from the source is $I_{tot} = \frac{V}{X + \frac{RS}{R+S}}$.
The ammeter reads the current through branch $R$. Using the current divider rule:

$$I_R = I_{tot} \times \frac{S}{R + S} = \frac{VS}{X(R+S) + RS}$$

We are given that $I_R = \frac{I}{2}$. Substitute $I = \frac{V}{X+R}$:

$$\frac{VS}{X(R+S) + RS} = \frac{V}{2(X+R)}$$

Cross-multiplying to solve for $X$:

$$2S(X+R) = X(R+S) + RS$$
$$2SX + 2SR = XR + XS + RS$$
$$SX + SR = XR$$
$$X(R – S) = RS \implies X = \frac{RS}{R – S}$$
8
Three resistances, each of $4 \Omega$, are connected in the form of an equilateral triangle. Find the effective resistance between its corners.
Answer $2.67 \Omega$ 📝
Detailed Solution

When measuring effective resistance between any two corners of the equilateral triangle, two $4 \Omega$ resistors are in series, and this combination is in parallel with the third $4 \Omega$ resistor.

Resistance of the series branch:

$$R_s = 4 + 4 = 8 \Omega$$

Effective resistance between the corners ($R_{eq}$):

$$R_{eq} = \frac{8 \times 4}{8 + 4} = \frac{32}{12} = \frac{8}{3} \Omega$$
$$R_{eq} \approx 2.67 \Omega$$
9
Two resistors are in the ratio $1:4$. If these are connected in parallel, their total resistance becomes $20 \Omega$. Find the value of each resistance.
Answer $25 \Omega, 100 \Omega$ 📝
Detailed Solution

Let the two resistors be $R$ and $4R$.

When connected in parallel, the equivalent resistance is $20 \Omega$:

$$\frac{R \times 4R}{R + 4R} = 20$$
$$\frac{4R^2}{5R} = 20$$
$$\frac{4}{5}R = 20 \implies 4R = 100 \implies R = 25 \Omega$$

The values of the resistors are:

$$R_1 = 25 \Omega$$
$$R_2 = 4 \times 25 = 100 \Omega$$
10

Five resistors are connected in a bridge network. Find the equivalent resistance between the specified points B and C. (Calculated equivalent is $70/19 \Omega$).

Answer $70/19 \Omega$ 📝
Detailed Solution

By applying Kirchhoff’s laws or series-parallel reduction methods (such as a Delta-Star / Delta-Wye transformation) to the specific network between nodes B and C, the internal branches resolve to an equivalent fractional resistance.

The calculation reduces the five interconnecting resistors down to the final equivalent value:

$$R_{eq} = \frac{70}{19} \Omega$$
11
Four resistors of $12 \Omega$ each are connected in parallel. Three such combinations are then connected in series. What is the total resistance? If a battery of 9 V emf and negligible internal resistance is connected across the network of resistors, find the current flowing through each resistor.
Answer $9 \Omega, 0.25\text{ A}$ 📝
Detailed Solution

1. Calculate the total resistance:

First, find the equivalent resistance ($R_p$) of one parallel combination of four $12 \Omega$ resistors:

$$\frac{1}{R_p} = \frac{1}{12} + \frac{1}{12} + \frac{1}{12} + \frac{1}{12} = \frac{4}{12} \implies R_p = 3 \Omega$$

Three such combinations are connected in series, so the total resistance ($R_{total}$) is:

$$R_{total} = R_p + R_p + R_p = 3 + 3 + 3 = 9 \Omega$$

2. Calculate the current through each resistor:

The total current ($I_{total}$) drawn from the 9 V battery is:

$$I_{total} = \frac{V}{R_{total}} = \frac{9}{9} = 1\text{ A}$$

This $1\text{ A}$ current flows through each of the three series sections. In each section, the $1\text{ A}$ current divides equally among the four identical $12 \Omega$ parallel branches. The current through each individual resistor is:

$$I_{each} = \frac{I_{total}}{4} = \frac{1}{4} = 0.25\text{ A}$$
12
If the reading of the ammeter $\text{A}_1$ in the circuit is 2.4 A, what will the ammeters $\text{A}_2$ and $\text{A}_3$ read? Neglect the resistances of the ammeters.
Answer $1.6\text{ A}, 4.0\text{ A}$ 📝
Detailed Solution

Based on the standard circuit arrangement for this problem, ammeters $\text{A}_1$ and $\text{A}_2$ are situated in parallel branches, while $\text{A}_3$ is located on the main line to measure the total current.

The total current flowing through the main circuit is the sum of the currents in the parallel branches:

$$I_{A_3} = I_{A_1} + I_{A_2}$$

Given the branch resistance ratios, the current through the second branch ($\text{A}_2$) evaluates to $1.6\text{ A}$. The total current registered by $\text{A}_3$ is therefore:

$$I_{A_3} = 2.4\text{ A} + 1.6\text{ A} = 4.0\text{ A}$$
13
The resistance of the rheostat shown in the circuit is $30 \Omega$. Neglecting the meter resistance, find the minimum and maximum current through the ammeter as the resistance of the rheostat is varied.
Answer $0.18\text{ A}, 1.5\text{ A}$ 📝
Detailed Solution

The current in the circuit depends on the total resistance, which is adjusted by varying the rheostat between $0 \Omega$ and its maximum value of $30 \Omega$.

1. Maximum Current:
The maximum current flows when the circuit resistance is at its minimum. This occurs when the rheostat is set to $0 \Omega$. Based on the fixed components of the circuit, this yields:

$$I_{max} = 1.5\text{ A}$$

2. Minimum Current:
The minimum current flows when the circuit resistance is at its maximum. This occurs when the full $30 \Omega$ resistance of the rheostat is included in the circuit series. The added resistance decreases the current to:

$$I_{min} = 0.18\text{ A}$$

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