The Core Equation for Equivalent Resistance
The equation for equivalent resistance allows you to simplify a complex resistor network into a single theoretical resistor (Req) that draws the exact same current from a voltage source as the original network. The formula you use depends entirely on the topology of the circuit: whether the components share the same current path (series) or the same voltage nodes (parallel).
For a series circuit, where current flows sequentially through each component, the equation is a simple linear sum:
Req = R1 + R2 + ... + Rn
For a parallel circuit, where current splits across multiple branches sharing the same two nodes, the equation uses the sum of reciprocals:
1 / Req = 1 / R1 + 1 / R2 + ... + 1 / Rn
When dealing with exactly two resistors in parallel, bench technicians frequently use the algebraically simplified 'product-over-sum' form to avoid fraction math:
Req = (R1 × R2) / (R1 + R2)
Symbol Definitions and Circuit Assumptions
Before applying these formulas to a printed circuit board (PCB) or breadboard layout, you must understand the variables and the physical assumptions baked into the math.
| Symbol | Parameter | Standard Unit | Definition |
|---|---|---|---|
| Req | Equivalent Resistance | Ohms (Ω) | The single resistance value that replaces the entire network. |
| R1, R2, Rn | Individual Resistance | Ohms (Ω) | The resistance of a specific discrete component in the network. |
| n | Network Size | Integer | The total number of resistors in the specific series or parallel branch. |
When the Formula Applies (Assumptions)
The standard equation for equivalent resistance assumes linear, time-invariant, ohmic materials. According to Georgia State University's HyperPhysics, true ohmic behavior means the resistance remains constant regardless of the applied voltage or current. Furthermore, these equations assume thermal equilibrium. In reality, a 1/4W carbon film resistor will heat up under load, shifting its resistance based on its temperature coefficient (often ±200 to ±500 ppm/°C). Finally, for AC circuits, these DC equations only hold true at low frequencies where parasitic inductance and capacitance of the physical component leads are negligible.
Rearranged Forms: Solving for Unknown Resistors
On the workbench, you often know the target Req you need for a voltage divider or a current-limiting branch, and you need to find a missing resistor value to make the math work. Here are the rearranged forms solving for an individual resistor (R1):
- Series (Solving for R1):
R1 = Req - (R2 + R3 + ... + Rn) - Parallel, 2 Resistors (Solving for R1):
R1 = (R2 × Req) / (R2 - Req) - Parallel, n Resistors (Solving for R1):
1 / R1 = 1 / Req - (1 / R2 + 1 / R3 + ... + 1 / Rn)
Worked Examples with Unit Tracking
Skipping intermediate steps or dropping unit prefixes is the fastest way to fry a prototype. Below are two solved problems demonstrating strict unit tracking.
Problem 1: Mixed Series-Parallel Network
Scenario: Resistor R1 (100 Ω) and R2 (200 Ω) are wired in series. This series branch is then wired in parallel with R3 (1 kΩ). Find the total Req.
- Normalize Units: Convert all values to base Ohms (Ω).
R1 = 100 Ω
R2 = 200 Ω
R3 = 1 kΩ = 1000 Ω - Solve the Series Branch (Rs):
Rs = R1 + R2
Rs = 100 Ω + 200 Ω = 300 Ω - Apply the Parallel Equation: Now combine Rs (300 Ω) with R3 (1000 Ω).
1 / Req = 1 / Rs + 1 / R3
1 / Req = 1 / 300 Ω + 1 / 1000 Ω - Calculate Reciprocals (Conductance in Siemens, S):
1 / 300 Ω ≈ 0.003333 S
1 / 1000 Ω = 0.001000 S
Sum = 0.004333 S - Invert to find Req:
Req = 1 / 0.004333 S ≈ 230.77 Ω
Problem 2: Finding a Missing Parallel Resistor
Scenario: You need an exact equivalent resistance of 5 kΩ to terminate a transmission line. You only have an 8 kΩ metal film resistor (R1) in your bin. What value must you place in parallel (R2) to hit 5 kΩ?
- Select the Rearranged Formula:
R2 = (R1 × Req) / (R1 - Req) - Plug in Values (keeping kΩ consistent):
R2 = (8 kΩ × 5 kΩ) / (8 kΩ - 5 kΩ) - Solve Numerator and Denominator:
Numerator = 40 kΩ²
Denominator = 3 kΩ - Divide and Track Units:
R2 = 40 kΩ² / 3 kΩ = 13.33 kΩ (or 13,333 Ω)
Common Unit Mistakes and Realistic Magnitudes
When debugging a circuit that isn't drawing the expected current, engineers usually trace the failure back to one of three mathematical or conceptual errors.
Unit Mistakes That Break the Math
- The Prefix Trap: Adding 100 Ω and 2 kΩ directly to get '102'. You must convert to a common base unit (100 Ω + 2000 Ω = 2100 Ω) before adding.
- The Reciprocal Trap: In parallel circuits, calculating 1/R1 + 1/R2 and calling that final sum Req. That sum is actually conductance (measured in Siemens). You must take the inverse (1 / Sum) to return to Ohms.
- Product-over-Sum Limitation: Attempting to use Req = (R1 × R2) / (R1 + R2) for three or more parallel resistors. This shortcut only works for exactly two resistors.
What a Realistic Answer Magnitude Looks Like
Use these physical boundaries as a sanity check before powering on your bench supply. If your calculated Req violates these rules, your math is wrong:
- Series Sanity Check: Req must be strictly greater than the largest individual resistor in the chain. If your resistors are 10 Ω, 50 Ω, and 100 Ω, your Req must be > 100 Ω.
- Parallel Sanity Check: Req must be strictly less than the smallest individual resistor in the network. As noted in Khan Academy's circuit tutorials, adding parallel paths always increases total conductance, forcing the overall resistance down. If your parallel bank contains 200 Ω, 500 Ω, and 1 kΩ, your Req must be < 200 Ω.
Frequently Asked Questions
What is the equation for equivalent resistance in a complex bridge circuit?
The standard series and parallel equations fail for bridge circuits (like a Wheatstone bridge) because the resistors are neither purely in series nor purely in parallel due to the cross-bridge connection. To solve these, you must apply a Delta-Wye (Δ-Y) transform. This algebraic technique converts a triangular 'Delta' node configuration into a 'Wye' star configuration, allowing the circuit to be redrawn as standard series-parallel branches. Once transformed, you apply the standard Req equations to the newly simplified layout.
How does the equation for equivalent resistance change for AC impedance?
In AC circuits containing capacitors and inductors, resistance (R) is replaced by complex impedance (Z). The topological rules remain identical—impedances in series add linearly (Zeq = Z1 + Z2), and impedances in parallel use the reciprocal sum. However, because Z includes a phase angle (represented as a complex number, e.g., 50 + j30 Ω), you must perform vector addition rather than scalar addition. According to MIT OpenCourseWare's Circuits and Electronics curriculum, failing to account for the imaginary (reactive) component will result in catastrophic miscalculations of AC current flow and phase shift.
Why does the equation for equivalent resistance fail for non-ohmic devices?
The equation assumes a linear Voltage-Current (V-I) relationship, meaning the resistance value is a fixed constant regardless of the voltage applied. Non-ohmic devices—such as diodes, thermistors, and incandescent tungsten filaments—have dynamic resistance that shifts drastically with voltage, current, or temperature. For example, an NTC thermistor's resistance drops exponentially as it heats up. You cannot assign a single static 'R' value to these components to calculate a fixed Req; instead, you must plot their V-I curve and calculate the dynamic resistance (dV/dI) at the specific operating point of your circuit.






