Equivalent resistance is the single theoretical resistor value that can replace an entire network of multiple resistors without changing the total current drawn from the voltage source. In a real circuit or installation, determining this value changes how you size your conductors and select overcurrent protection, because it dictates the total current draw, voltage drops, and overall power dissipation of the network. Beginners frequently confuse equivalent resistance with total impedance (which factors in capacitive and inductive reactance in AC systems) or mistakenly assume parallel resistors add linearly like series components.

The Core Formulas for Series and Parallel Networks

Before tackling mixed networks, you must internalize the baseline behaviors of pure series and pure parallel configurations. The physical reality of electron flow dictates these rules: in series, current is constant and voltage divides; in parallel, voltage is constant and current divides.

ConfigurationEquivalent Resistance FormulaConductance (G) BehaviorBench Rule of Thumb
Pure SeriesR_eq = R1 + R2 + ... + RnG_eq is less than the smallest individual GAlways larger than the largest single resistor in the chain.
Pure Parallel1/R_eq = 1/R1 + 1/R2 + ... + 1/RnG_eq = G1 + G2 + ... + GnAlways smaller than the smallest single resistor in the bank.
Two Parallel ResistorsR_eq = (R1 × R2) / (R1 + R2)N/A (Product-over-sum shortcut)If R1 = R2, the equivalent resistance is exactly half of one.

When sourcing physical components to match your calculated equivalent resistance, remember that standard through-hole carbon film resistors follow the EIA E24 or E12 series. If your math yields 132Ω, you will need to use a 130Ω (E24) standard value or combine discrete resistors to hit the exact target.

Worked Example: How to Determine Equivalent Resistance in a Mixed Circuit

Let us walk through a practical bench scenario. You are designing a 12V DC sensor circuit. The network consists of a 100Ω current-limiting resistor (R1) in series with a parallel voltage-divider bank made of a 220Ω resistor (R2) and a 330Ω resistor (R3).

Given Values: V_source = 12V | R1 = 100Ω | R2 = 220Ω | R3 = 330Ω

Step 1: Collapse the parallel bank.
First, isolate R2 and R3. Because they share the same two nodes, they are in parallel. We use the product-over-sum shortcut for two resistors:

  • R_parallel = (220 × 330) / (220 + 330)
  • R_parallel = 72,600 / 550
  • R_parallel = 132Ω

Step 2: Add the series component.
Now, the circuit is reduced to a simple series loop containing R1 (100Ω) and our new theoretical R_parallel (132Ω).

  • R_eq = R1 + R_parallel
  • R_eq = 100 + 132
  • R_eq = 232Ω
The Result: The entire three-resistor network behaves exactly like a single 232Ω resistor connected to the 12V source. Total current draw is I = V / R_eq = 12V / 232Ω = 51.7 mA.

Step 3: Verify power dissipation (The step most hobbyists skip).
Knowing the total current is 51.7 mA, we must check if R1 will survive. Power (P) = I² × R. For R1: (0.0517A)² × 100Ω = 0.267W. A standard 1/4W (0.25W) carbon film resistor will overheat and drift in value. You must upgrade R1 to a 1/2W resistor or increase its resistance to lower the current. This is why determining equivalent resistance is a critical safety and reliability step, not just an academic exercise.

Where You Meet This in Practice

You will rarely sit down with a schematic purely to solve for R_eq on paper, but the concept governs several common physical builds:

High-Power Dummy Loads

When testing audio amplifiers or RF transmitters, you need a non-inductive 50Ω or 8Ω dummy load capable of absorbing 50W to 100W. Single resistors of that wattage are expensive and hard to heatsink. Instead, builders wire multiple 100Ω 10W resistors in parallel. Two 100Ω resistors in parallel yield an equivalent resistance of 50Ω, while safely distributing the thermal load across two physical packages.

LED Strip Arrays

Standard 12V LED strips use a repeating pattern: three LEDs in series with one current-limiting resistor. Each of these small strings is then wired in parallel down the length of the strip. To calculate the total current draw of a 5-meter reel to size your 12V DC power supply, you determine the equivalent resistance of one segment, calculate its current, and multiply by the total number of parallel segments.

Shunt Resistors for Current Sensing

If you need a highly specific, ultra-low shunt resistance (e.g., 0.005Ω) for an INA219 current sensor, but only have 0.01Ω resistors in your bin, placing two 0.01Ω resistors in parallel gives you the exact 0.005Ω equivalent resistance required to calibrate your ADC readings.

Frequently Asked Questions

How do I determine equivalent resistance if the circuit is neither purely series nor parallel?

If you encounter a bridge circuit (like a Wheatstone bridge) or a network where resistors form triangles (Delta) or T-shapes (Wye), standard series-parallel collapse methods fail. You must apply a Delta-Wye (Δ-Y) transform to convert a three-node delta network into an equivalent wye network. Once transformed, the circuit usually reduces to standard series and parallel blocks. For highly complex, unstructured meshes, you abandon equivalent resistance entirely and use Kirchhoff's Voltage and Current Laws to set up a system of linear equations.

Does equivalent resistance change if I switch from DC to AC power?

If your network consists strictly of physical resistors (carbon, metal film, wirewound), the theoretical equivalent resistance remains identical for both DC and low-frequency AC. However, at high AC frequencies (RF or high-speed digital), two factors alter the real-world measurement. First, skin effect forces AC current to the outer edge of the conductor, slightly increasing the effective resistance of the wire leads. Second, physical resistors possess parasitic inductance and capacitance. A wirewound resistor acts like an inductor at high frequencies, meaning the network transitions from having an 'equivalent resistance' to an 'equivalent impedance'. For high-frequency AC, always specify metal film or thick-film surface-mount resistors to minimize parasitic reactance.

What happens to the equivalent resistance if one resistor in a parallel bank fails open?

The equivalent resistance of the network will increase. In a parallel bank, every additional path lowers the total resistance. If a resistor fails open (its internal element snaps, creating infinite resistance), that current path is eliminated. For example, if you have two 100Ω resistors in parallel (R_eq = 50Ω) and one fails open, the network instantly reverts to a single 100Ω resistor. This doubles the resistance and halves the total current draw, but it also forces the surviving resistor to dissipate 100% of the bank's power, which often leads to a cascading thermal failure if the surviving component is not rated for the full load.