BysMax

Series and Parallel Resistor Calculator

14 min

This interactive series and parallel resistor calculator allows you to obtain the equivalent total resistance (ReqR_{eq}) for resistive circuits with any number of components. Below is the detailed physics and mathematics of these fundamental configurations.


What is Series and Parallel Resistance?

Resistors in an electrical circuit can be associated in two basic ways to modify the total or equivalent resistance seen by a power source:

  • Series Connection: Resistors are coupled one after another, sharing a single common node per pair, so that the entire electrical current (II) flows sequentially through each of them without branching.
  • Parallel Connection: Resistors are connected to the same two common nodes, all subjected to the same voltage or potential difference (VV), while the total current is split among the different branches.

These associations allow you to build any target resistance from standard values, or analyze how complex real-world circuits behave.


Series and Parallel Resistor Formulas

The equations are derived directly from Ohm's Law and Kirchhoff's Laws:

Resistors in Series

Since the current is constant throughout the entire path and the total voltage is the sum of individual voltage drops:

Req=R1+R2+R3++RnR_{eq} = R_1 + R_2 + R_3 + \dots + R_n

Key properties:

  • Total current: I=Vsupply/ReqI = V_{supply} / R_{eq}
  • Voltage across each resistor: Vk=I×RkV_k = I \times R_k
  • Sum of voltages: V1+V2++Vn=VsupplyV_1 + V_2 + \cdots + V_n = V_{supply}

Resistors in Parallel

Since the voltage is the same across all branches, and the total current is the sum of branch currents:

1Req=1R1+1R2+1R3++1Rn\frac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \dots + \frac{1}{R_n}

For two resistors in parallel (the most common case):

Req=R1×R2R1+R2R_{eq} = \frac{R_1 \times R_2}{R_1 + R_2}

For equal resistors in parallel (R1=R2==Rn=RR_1 = R_2 = \cdots = R_n = R):

Req=RnR_{eq} = \frac{R}{n}


Step-by-Step Examples

Example 1: Three Resistors in Series

R1=100ΩR_1 = 100\,\Omega, R2=220ΩR_2 = 220\,\Omega, R3=330ΩR_3 = 330\,\Omega, supply V=12VV = 12\,\text{V}.

Req=100+220+330=650ΩR_{eq} = 100 + 220 + 330 = 650\,\Omega

I=12650=18.5mAI = \frac{12}{650} = 18.5\,\text{mA}

V1=18.5×100=1.85V,V2=4.06V,V3=6.09VV_1 = 18.5 \times 100 = 1.85\,\text{V}, \quad V_2 = 4.06\,\text{V}, \quad V_3 = 6.09\,\text{V}

Check: 1.85+4.06+6.09=12V1.85 + 4.06 + 6.09 = 12\,\text{V}

Example 2: Three Resistors in Parallel

Same three resistors (100 Ω, 220 Ω, 330 Ω) in parallel, supply V=12VV = 12\,\text{V}.

1Req=1100+1220+1330=0.01+0.00454+0.00303=0.01757S\frac{1}{R_{eq}} = \frac{1}{100} + \frac{1}{220} + \frac{1}{330} = 0.01 + 0.00454 + 0.00303 = 0.01757\,\text{S}

Req=10.0175756.9ΩR_{eq} = \frac{1}{0.01757} \approx 56.9\,\Omega

Itotal=1256.9211mAI_{total} = \frac{12}{56.9} \approx 211\,\text{mA}

Branch currents: I1=120mAI_1 = 120\,\text{mA}, I2=54.5mAI_2 = 54.5\,\text{mA}, I3=36.4mAI_3 = 36.4\,\text{mA}. Sum = 211 mA ✓


Series-Parallel (Mixed) Circuit Example

Most real circuits combine series and parallel sections. Simplify from the inside out:

Given: R1=1kΩR_1 = 1\,\text{k}\Omega in series with the parallel combination of R2=2kΩR_2 = 2\,\text{k}\Omega and R3=2kΩR_3 = 2\,\text{k}\Omega.

Step 1 — Solve the parallel pair:

R23=2000×20002000+2000=1000Ω=1kΩR_{23} = \frac{2000 \times 2000}{2000 + 2000} = 1000\,\Omega = 1\,\text{k}\Omega

Step 2 — Add the series resistor:

Req=R1+R23=1000+1000=2kΩR_{eq} = R_1 + R_{23} = 1000 + 1000 = 2\,\text{k}\Omega


Power Dissipation

Each resistor dissipates power as heat. When current II is known:

Pk=Ik2×RkP_k = I_k^2 \times R_k

When voltage across it is known:

Pk=Vk2RkP_k = \frac{V_k^2}{R_k}

In series circuits, the largest resistor dissipates the most power. In parallel circuits, the smallest resistor dissipates the most power (same voltage, lowest impedance = highest current).


How to Build Non-Standard Resistance Values

Standard E12 series gives values: 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82 Ω (and decades). To hit an arbitrary target:

TargetApproachResult
75 Ω100 Ω ∥ 300 Ω75 Ω exact
7.5 kΩ10 kΩ ∥ 30 kΩ7.5 kΩ exact
15 kΩ10 kΩ + 4.7 kΩ + 330 Ω15.03 kΩ (~0.2% error)
1 MΩTwo 2 MΩ in parallel1 MΩ (if 2 MΩ is available)

Frequently Asked Questions

Why is the equivalent parallel resistance always lower than the smallest individual resistor?

Adding more parallel paths creates additional routes for current to flow, reducing total opposition. Mathematically, each additional 1/Rk1/R_k term in the reciprocal sum is positive, so 1/Req1/R_{eq} grows with each added branch, pushing ReqR_{eq} lower. The result is always strictly less than the smallest individual resistor.

What happens if one resistor fails (opens) in each configuration?

  • Series: The circuit breaks completely — an open anywhere in a series string stops all current.
  • Parallel: Only that branch stops conducting; the others continue at the same voltage. Total current decreases, but the load still operates.

Can I combine series and parallel configurations?

Yes — this is a series-parallel or ladder circuit. Solve it by reducing the innermost parallel/series groups first, replacing each group with its equivalent resistance, then working outward until a single ReqR_{eq} remains.

How accurate does my resistor combination need to be?

For most digital circuits (pull-up resistors, current limiting), ±5% tolerance is fine. For precision analog work (op-amp gain networks, ADC references), use 1% tolerance resistors (E96 series) and verify the actual combination value with a multimeter — even 1% resistors add tolerance error when combined.


Technical References and Tolerance Standards

  • Tolerances in Resistor Networks: According to manufacturing standards, over 95% of standard carbon film resistors have a tolerance of ±5% (indicated by the gold band). In high-precision analog systems (such as voltage references and operational amplifier gain stages), resistor tolerance error accumulates. Metal film resistors with ±1% tolerance (E96 series) should be utilized to control deviation.
  • Recommended Academic Sources:
    1. Boylestad, Robert L. (2016). Introductory Circuit Analysis (13th ed.). Pearson. Section on series-parallel DC circuits.
    2. Alexander, Charles K., & Sadiku, Matthew N. O. (2013). Fundamentals of Electric Circuits (5th ed.). McGraw-Hill. Chapter 2: Basic Laws.

Comentarios (0) /pt/blog/resistencia-paralela-serial