Physics·Explained

Resistances in Series and Parallel — Explained

NEET UG
Version 1Updated 22 Mar 2026

Detailed Explanation

The study of resistances in series and parallel forms the bedrock of circuit analysis in current electricity. Understanding how resistors behave when combined is essential for predicting current flow, voltage distribution, and power dissipation within any complex electrical network. This knowledge is not just theoretical; it underpins the design of virtually all electronic devices and power distribution systems.

Conceptual Foundation

At its core, resistance is the opposition offered by a material to the flow of electric current. According to Ohm's Law, the voltage (VV) across a resistor is directly proportional to the current (II) flowing through it, with the constant of proportionality being the resistance (RR): V=IRV = IR.

When multiple resistors are present, we often need to find a single 'equivalent resistance' (ReqR_{eq}) that would draw the same total current from the source at the same voltage as the original combination.

This simplification allows us to analyze complex circuits more easily.

Key Principles and Laws

1. Series Combination

When resistors are connected in series, they are arranged end-to-end, forming a single, continuous path for the electric current. This configuration has two fundamental characteristics:

  • Current is the same through each resistor:Since there is only one path, the charge carriers (electrons) must flow through each resistor sequentially. Therefore, the current flowing through R1R_1, R2R_2, and so on, is identical to the total current drawn from the source.

Itotal=I1=I2=I3=...I_{total} = I_1 = I_2 = I_3 = ...

  • Total voltage is the sum of individual voltage drops:As current flows through each resistor, a voltage drop occurs across it, as per Ohm's Law (V=IRV = IR). The total potential difference applied across the entire series combination is distributed among the individual resistors. The sum of these individual voltage drops equals the total voltage supplied by the source.

Vtotal=V1+V2+V3+...V_{total} = V_1 + V_2 + V_3 + ...

Derivation of Equivalent Resistance in Series:

Consider three resistors R1R_1, R2R_2, and R3R_3 connected in series across a voltage source VtotalV_{total}. Let the current flowing through the circuit be ItotalI_{total}.

From Ohm's Law, the voltage drop across each resistor is: V1=ItotalR1V_1 = I_{total}R_1 V2=ItotalR2V_2 = I_{total}R_2 V3=ItotalR3V_3 = I_{total}R_3

The total voltage is the sum of these individual voltage drops: Vtotal=V1+V2+V3V_{total} = V_1 + V_2 + V_3 Substitute the expressions for V1,V2,V3V_1, V_2, V_3: Vtotal=ItotalR1+ItotalR2+ItotalR3V_{total} = I_{total}R_1 + I_{total}R_2 + I_{total}R_3 Factor out ItotalI_{total}: Vtotal=Itotal(R1+R2+R3)V_{total} = I_{total}(R_1 + R_2 + R_3)

If ReqR_{eq} is the equivalent resistance of the series combination, then by Ohm's Law for the entire circuit: Vtotal=ItotalReqV_{total} = I_{total}R_{eq}

Comparing the two expressions for VtotalV_{total}: ItotalReq=Itotal(R1+R2+R3)I_{total}R_{eq} = I_{total}(R_1 + R_2 + R_3) Dividing by ItotalI_{total} (assuming Itotaleq0I_{total} eq 0):

Req=R1+R2+R3R_{eq} = R_1 + R_2 + R_3
For nn resistors in series, the equivalent resistance is simply the sum of all individual resistances:
Req=sumi=1nRiR_{eq} = sum_{i=1}^{n} R_i

Voltage Division Rule in Series:

Since Vi=ItotalRiV_i = I_{total}R_i and Itotal=VtotalReqI_{total} = \frac{V_{total}}{R_{eq}}, we can write the voltage across any resistor RiR_i in a series combination as:

Vi=VtotalRiReqV_i = V_{total} \frac{R_i}{R_{eq}}
This rule is very useful for quickly finding the voltage drop across a specific resistor without calculating the total current first.

2. Parallel Combination

When resistors are connected in parallel, their terminals are connected across the same two points in the circuit, providing multiple alternative paths for the electric current. This configuration also has two fundamental characteristics:

  • Voltage is the same across each resistor:Since all parallel resistors are connected between the same two nodes, the potential difference (voltage) across each resistor is identical and equal to the total voltage applied across the combination.

Vtotal=V1=V2=V3=...V_{total} = V_1 = V_2 = V_3 = ...

  • Total current is the sum of individual branch currents:The total current flowing into the parallel combination splits among the various branches. According to Kirchhoff's Current Law (KCL), the sum of currents entering a junction must equal the sum of currents leaving it. Thus, the total current from the source is the sum of the currents flowing through each parallel branch.

Itotal=I1+I2+I3+...I_{total} = I_1 + I_2 + I_3 + ...

Derivation of Equivalent Resistance in Parallel:

Consider three resistors R1R_1, R2R_2, and R3R_3 connected in parallel across a voltage source VtotalV_{total}. Let the total current drawn from the source be ItotalI_{total}.

From Ohm's Law, the current through each resistor is: I1=VtotalR1I_1 = \frac{V_{total}}{R_1} I2=VtotalR2I_2 = \frac{V_{total}}{R_2} I3=VtotalR3I_3 = \frac{V_{total}}{R_3}

The total current is the sum of these individual branch currents: Itotal=I1+I2+I3I_{total} = I_1 + I_2 + I_3 Substitute the expressions for I1,I2,I3I_1, I_2, I_3: Itotal=VtotalR1+VtotalR2+VtotalR3I_{total} = \frac{V_{total}}{R_1} + \frac{V_{total}}{R_2} + \frac{V_{total}}{R_3} Factor out VtotalV_{total}: I_{total} = V_{total} left(\frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}\right)

If ReqR_{eq} is the equivalent resistance of the parallel combination, then by Ohm's Law for the entire circuit: Itotal=VtotalReqI_{total} = \frac{V_{total}}{R_{eq}}

Comparing the two expressions for ItotalI_{total}: rac{V_{total}}{R_{eq}} = V_{total} left(\frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}\right) Dividing by VtotalV_{total} (assuming Vtotaleq0V_{total} eq 0):

rac1Req=1R1+1R2+1R3rac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}
For nn resistors in parallel, the reciprocal of the equivalent resistance is the sum of the reciprocals of all individual resistances:
rac1Req=sumi=1n1Rirac{1}{R_{eq}} = sum_{i=1}^{n} \frac{1}{R_i}

Special Case for Two Resistors in Parallel:

For two resistors R1R_1 and R2R_2 in parallel, the formula simplifies to: rac1Req=1R1+1R2=R2+R1R1R2rac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} = \frac{R_2 + R_1}{R_1R_2} Therefore,

Req=R1R2R1+R2R_{eq} = \frac{R_1R_2}{R_1 + R_2}
This 'product over sum' formula is very handy for quick calculations.

Current Division Rule in Parallel:

Since Ii=VtotalRiI_i = \frac{V_{total}}{R_i} and Vtotal=ItotalReqV_{total} = I_{total}R_{eq}, we can write the current through any resistor RiR_i in a parallel combination as:

Ii=ItotalReqRiI_i = I_{total} \frac{R_{eq}}{R_i}
For two resistors R1R_1 and R2R_2 in parallel, the current through R1R_1 is:
I1=ItotalR2R1+R2I_1 = I_{total} \frac{R_2}{R_1 + R_2}
And the current through R2R_2 is:
I2=ItotalR1R1+R2I_2 = I_{total} \frac{R_1}{R_1 + R_2}
Notice the inverse relationship: current through a branch is proportional to the resistance of the *other* branch in the denominator.

This is because current prefers the path of least resistance.

Real-World Applications

    1
  1. Household Wiring:Appliances in homes are always connected in parallel. This ensures that each appliance receives the full supply voltage (e.g., 220V in India) and can be operated independently without affecting others. If they were in series, turning one off would break the circuit for all others, and the voltage would divide, making them operate below their rated power.
  2. 2
  3. Christmas Tree Lights (Old vs. New):Older Christmas lights were often wired in series. If one bulb fused, the entire string would go out because the circuit was broken. Modern lights are often wired in parallel or in parallel sections, so if one bulb fails, the others remain lit.
  4. 3
  5. Fuses and Circuit Breakers:These safety devices are always connected in series with the live wire of the circuit they protect. When an excessive current flows, the fuse wire melts (or the breaker trips), breaking the series circuit and preventing damage to appliances or fire hazards.
  6. 4
  7. Dimmer Switches:These often use a variable resistor (rheostat) in series with the light bulb. By changing the resistance, the total resistance of the series circuit changes, varying the current and thus the brightness of the bulb.
  8. 5
  9. Voltage Dividers:Series resistors are fundamental for creating voltage dividers, used to obtain a desired fraction of a supply voltage. This is crucial in many sensor circuits and biasing networks.

Common Misconceptions

  • Confusing Current and Voltage Behavior:A common mistake is assuming current divides in series or voltage divides in parallel. Always remember: current is same in series, voltage divides; voltage is same in parallel, current divides.
  • Incorrectly Applying Formulas:Students sometimes use the series formula for parallel combinations or vice-versa. Always double-check the configuration before applying the equivalent resistance formula.
  • Power Dissipation:While P=I2R=V2/RP = I^2R = V^2/R, students often forget that II is constant in series and VV is constant in parallel. For series, power dissipated is proportional to RR (PproptoRP propto R for constant II). For parallel, power dissipated is inversely proportional to RR (Ppropto1/RP propto 1/R for constant VV). A higher resistance resistor dissipates more power in series, but less power in parallel.
  • Simplifying Complex Circuits:Students might struggle to identify series and parallel parts in a complex circuit. Always start by identifying components that are clearly in series or parallel, simplify them, and then re-evaluate the simplified circuit.

NEET-Specific Angle

NEET questions on this topic often involve:

  • Calculating equivalent resistancefor various combinations, including mixed series-parallel circuits, ladder networks, and sometimes infinite networks (though less common for NEET).
  • Finding current through or voltage across a specific resistorwithin a complex network, requiring the application of Ohm's Law, voltage division, and current division rules.
  • Power dissipation calculationsfor individual resistors or the entire circuit.
  • Conceptual questionscomparing the behavior of series vs. parallel circuits (e.g., what happens if one bulb fuses?).
  • Symmetry argumentsto simplify complex circuits, especially those with multiple branches.
  • Problems involving identical resistors:For nn identical resistors RR:

* In series: Req=nRR_{eq} = nR * In parallel: Req=R/nR_{eq} = R/n These shortcuts can save significant time in the exam. Mastering the step-by-step simplification of circuits is key. Always redraw the circuit after each simplification step to avoid errors.

Featured
🎯PREP MANAGER
Your 6-Month Blueprint, Updated Nightly
AI analyses your progress every night. Wake up to a smarter plan. Every. Single. Day.
Ad Space
🎯PREP MANAGER
Your 6-Month Blueprint, Updated Nightly
AI analyses your progress every night. Wake up to a smarter plan. Every. Single. Day.