Net Electrical Resistance Formula- Combining Resistors in Series and Parallel

What Is Electrical Resistance?

Resistance is the opposition to current flow in a circuit. Every material has some resistance—copper wire has very little, while nichrome wire has a lot. Resistors are components specifically designed to add resistance to a circuit.

Understanding how to combine resistors is fundamental. Series and parallel configurations behave completely differently, and mixing them up will destroy your calculations.

Ohm's Law: The Foundation

Before combining anything, you need Ohm's Law:

V = I × R

Voltage equals current times resistance. This single equation governs everything in DC circuits. Memorize it.

Resistors in Series

Series means components connected end-to-end. Current has only one path to take.

The Series Formula

Total resistance is simply the sum of all resistors:

Rtotal = R1 + R2 + R3 + ... + Rn

Add them up. That's it.

Series Example

Three resistors: 100Ω, 200Ω, and 300Ω in series.

Rtotal = 100 + 200 + 300 = 600Ω

The total is always larger than any individual resistor. More resistance = harder for current to flow.

What Else Happens in Series?

Resistors in Parallel

Parallel means both ends of each component connect to the same two points. Current splits between paths.

The Parallel Formula

This one requires reciprocals:

1/Rtotal = 1/R1 + 1/R2 + 1/R3 + ... + 1/Rn

Calculate each reciprocal, add them, then take the reciprocal of the sum.

Two Resistor Shortcut

For exactly two resistors in parallel, there's a simpler formula:

Rtotal = (R1 × R2) / (R1 + R2)

This is the product-over-sum method. Much faster than reciprocals when you only have two components.

Parallel Example

100Ω and 200Ω in parallel.

Rtotal = (100 × 200) / (100 + 200) = 20000 / 300 = 66.67Ω

The total is always smaller than the smallest individual resistor. Current has multiple paths, so overall opposition decreases.

What Else Happens in Parallel?

  • Voltage is identical across every branch
  • Current splits between branches—sum of branch currents equals total current
  • If one branch fails, the others keep working

Series vs Parallel: Direct Comparison

Characteristic Series Parallel
Total Resistance RT = R1 + R2 + ... 1/RT = 1/R1 + 1/R2 + ...
Current Same through all components Splits between branches
Voltage Divides across components Same across all branches
Failure Impact One fails = circuit dies One fails = others work
Adding Resistors Always increases total Always decreases total

Combination Circuits

Most real circuits aren't purely series or parallel. They're both.

The approach: simplify section by section. Find the simplest combinations first, replace them with equivalent resistors, then repeat until you have one total resistance.

Strategy

  1. Identify all parallel branches
  2. Calculate each parallel section first
  3. Replace with equivalent resistors
  4. Now you have a series-only circuit
  5. Add up the remaining series resistors

How to Calculate: Step-by-Step

Let's solve a real circuit. You have a 12V source, with 470Ω and 330Ω in series, all in parallel with 200Ω.

Step 1: Handle the Series Pair

470Ω + 330Ω = 800Ω

Step 2: Calculate Parallel Combination

800Ω in parallel with 200Ω:

Rtotal = (800 × 200) / (800 + 200) = 160000 / 1000 = 160Ω

Step 3: Find Circuit Current

Using Ohm's Law: I = V / R = 12V / 160Ω = 0.075A (75mA)

Quick Reference: Key Formulas

  • Series: RT = R1 + R2 + R3
  • Parallel (2 resistors): RT = R1R2 / (R1 + R2)
  • Parallel (3+ resistors): 1/RT = 1/R1 + 1/R2 + 1/R3
  • Ohm's Law: V = IR, I = V/R, R = V/I

Common Mistakes to Avoid

  • Using series formula for parallel circuits — This is the most frequent error. Check your topology first.
  • Forgetting to invert after adding reciprocals — 1/RT gives you the reciprocal of resistance, not resistance itself.
  • Mixing units — Convert all values to the same unit (Ω, kΩ, MΩ) before calculating.
  • Assuming equal current in parallel branches — Current divides based on resistance values. Higher resistance = less current.

When to Use Series vs Parallel

Use series when you need to limit current or divide voltage. Resistors in series drop voltage proportional to their resistance.

Use parallel when you need to draw more current or create independent branches. Parallel configurations ensure each branch gets full voltage.

LED circuits almost always use series resistors for current limiting. Power distribution systems use parallel branches so loads operate independently.