[Physics] Resistors in series vs parallel

electric-circuitselectrical-resistance

I understand that for resistors in series we need to add R for each resistor to get the equivalent resistance, where R is resistance. I also understand the mathematical manipulations that show that for resistors in parallel we need to add the 1/R for each resistor to get the equivalent resistance. However I have a couple of questions that have to do with the physical interpretation of the mathematical manipulations involved.

First, I am trying to understand why in the case of parallel resistors we have to add 1/R's instead of adding R's as in the case of resistors in series i.e. could it be thought that the current in the wire is like a sort of water flow in the pipe that has two horizontal parallel pipes positioned one on top of the other and in between connected by a number of vertical pipes that have a tap each that could be adjusted to represent different resistances. Then at the top of each vertical pipe the water pressure P exists and at the bottom the pressure will be reduced by P*R.

For example, suppose we have three vertical pipes, so then the pressure at the bottom of each (after the tap) is P*R for the total of 3*P*R so why is the equivalent resistance not 3*R*P but 1/R = (1/R1 + 1/R2 + 1/R3) and how can I be able to visualize this relation?

Best Answer

Resistances, in series, add:

$$R_{EQ} = R_1 + R_2$$

This follows from KVL and Ohm's Law: $V = IR$. Since series connected circuit elements have identical current $I$ through:

$$V_{EQ} = IR_1 + IR_2 = I(R_1 + R_2) = IR_{EQ}$$

Conductances, in parallel, add:

$$G_{EQ} = G_A + G_B$$

This follows from KCL and the dual of Ohm's Law: $I = VG$. Since parallel connected circuit elements have identical voltage $V$ across

$$I_{EQ} = VG_A + VG_B = V(G_A + G_B) = VG_{EQ}$$

Now, it is clear that conductance is the reciprocal of resistance, thus:

$$G_{EQ} = \frac{1}{R_{eq}} = \frac{1}{R_A} + \frac{1}{R_B} \Rightarrow R_{eq} = \dfrac{1}{\frac{1}{R_A} + \frac{1}{R_B}} $$

The physical interpretation is quite straightforward. Adding another path for current allows more current for a given voltage; putting a resistance in parallel is adding a conductance - an extra path for current. This is analogous to adding another path for water flow for a given pressure; allowing more flow for a given pressure.