A 3-resistor series circuit creates a multi-tap voltage divider or distributed current limiter, while the E3 resistor series refers to the IEC 60063 preferred number sequence (base values 1.0, 2.2, 4.7) used to select those components. By combining a 3-resistor series topology with E3 preferred values, you minimize bill-of-materials (BOM) complexity while achieving predictable, repeatable voltage taps.
The Direct Answer: A 3-resistor series chain divides an input voltage across three distinct nodes. When constrained to the E3 resistor series (values like 10kΩ, 22kΩ, 47kΩ per decade), designers sacrifice fine decimal precision for massive inventory reduction. This configuration is ideal for dual-rail biasing, multi-stage LED current limiting, and rough voltage rail splitting where ±5% tolerance is acceptable.
Topology Description and Node Labels
The topology consists of three resistors (R1, R2, R3) connected end-to-end in a single continuous path. Current flows through all three components sequentially. We define the circuit by its four critical nodes:
- Node Vin: The positive supply rail connected to the top of R1.
- Node A (Tap 1): The junction between R1 and R2.
- Node B (Tap 2): The junction between R2 and R3.
- Node GND: The ground/return path connected to the bottom of R3.
Why this topology over the alternatives? A standard 2-resistor voltage divider only provides a single tap (Node A). If you need two distinct reference voltages (e.g., 6V and 3V from a 9V battery) to bias two separate op-amp inputs, a 2-resistor divider forces you to build a second, independent divider network, wasting power and board space. A 3-resistor series topology gives you two independent taps referenced to ground from a single current path. Conversely, a parallel resistor network cannot divide voltage; it only divides current and reduces equivalent resistance. For voltage tapping, the series chain is mandatory.
The E3 Resistor Series and Circuit Behavior Matrix
The IEC 60063 standard defines the E-series of preferred numbers. The E3 series contains exactly three values per decade: 1.0, 2.2, and 4.7 (yielding 10, 22, 47; 100, 220, 470; 1k, 2.2k, 4.7k, etc.). Originally intended for components with ±40% tolerance, modern manufacturing easily produces E3 values in ±1% or ±5% tolerances. Using E3 values means you only need to stock three base resistor values to cover an entire logarithmic decade, drastically simplifying automated assembly and hobbyist kits.
Below is a data-dense matrix showing how different E3 combinations behave in a 3-resistor series chain powered by a 12.0V DC source (Node Vin = 12V, Node GND = 0V).
| R1 (E3 Value) | R2 (E3 Value) | R3 (E3 Value) | Total Resistance | Node A Voltage | Node B Voltage |
|---|---|---|---|---|---|
| 10 kΩ | 22 kΩ | 47 kΩ | 79 kΩ | 10.48 V | 7.14 V |
| 47 kΩ | 10 kΩ | 22 kΩ | 79 kΩ | 4.86 V | 3.34 V |
| 22 kΩ | 22 kΩ | 22 kΩ | 66 kΩ | 8.00 V | 4.00 V |
| 10 kΩ | 10 kΩ | 47 kΩ | 67 kΩ | 10.21 V | 8.42 V |
| 4.7 kΩ | 2.2 kΩ | 1.0 kΩ | 7.9 kΩ | 4.05 V | 1.52 V |
Behavior Table: What changes when one element changes?
Understanding the relational behavior is critical for debugging. If you swap out a single resistor in the chain, here is how the nodes react:
| Component Changed | Change Direction | Effect on Node A | Effect on Node B | Effect on Total Current |
|---|---|---|---|---|
| R1 | Increases | Drops (closer to GND) | Drops (closer to GND) | Decreases |
| R2 | Increases | Rises (closer to Vin) | Drops (closer to GND) | Decreases |
| R3 | Increases | Rises (closer to Vin) | Rises (closer to Vin) | Decreases |
Failure Modes: What Breaks at the Extremes
Series circuits have binary, catastrophic failure modes compared to parallel networks. In a parallel circuit, if one branch opens, the other branches continue to operate, albeit with a higher equivalent resistance. In a series chain, the elements are entirely interdependent.
The Open Circuit Extreme
If R2 fails open (e.g., a cracked solder joint or a burnt-out film element), the continuous path is broken. Total current drops to exactly 0 A. If you measure Node A with a high-impedance digital multimeter (DMM), it will read Vin because there is no current flowing through R1 to create a voltage drop ($V = I imes R = 0 imes R1 = 0V$ drop, so Node A sits at Vin potential). Node B will read 0V (GND) because R3 ties it directly to ground with no current flow. The entire downstream circuit loses power.
The Short Circuit Extreme
If R2 fails short (e.g., solder bridging the pads, or a catastrophic internal failure), Node A and Node B become electrically identical. The total resistance of the circuit drops from $R1 + R2 + R3$ to just $R1 + R3$. According to Ohm's Law, the total current will spike. If R1 and R3 are rated for 1/4W but the new current pushes their $I^2R$ dissipation past 250mW, they will overheat. Typically, this causes R1 or R3 to subsequently fail open, acting as an unintentional fuse. Always size your series resistors to handle the power dissipation of a worst-case short in the chain.
Design Walkthrough: Sizing a Dual-Tap Bias Network
Let's design a real circuit. We need to power two comparators from a 9V battery. Comparator 1 needs a 6.0V reference at its non-inverting input. Comparator 2 needs a 3.0V reference. We will use a 3-resistor series topology and restrict our BOM to the E3 resistor series.
Step 1: Determine the voltage drops.
We need Node A = 6V and Node B = 3V.
Voltage drop across R1 = 9V - 6V = 3V.
Voltage drop across R2 = 6V - 3V = 3V.
Voltage drop across R3 = 3V - 0V = 3V.
Because the voltage drops are equal, R1 must equal R2 must equal R3.
Step 2: Select the E3 value.
We want to minimize battery drain, so we need high resistance, but we must avoid the loading effect where the input impedance of the comparators drags the tap voltage down. Assuming the comparators have an input impedance of >1 MΩ, a 22 kΩ resistor is a safe choice. We select 22 kΩ (E3 value) for R1, R2, and R3.
Step 3: Verify power dissipation.
Total Resistance = 22k + 22k + 22k = 66 kΩ.
Total Current ($I$) = 9V / 66,000Ω = 136.3 µA.
Power per resistor ($P = I^2 imes R$) = $(0.0001363)^2 imes 22,000 = 0.000408$ W (0.4 mW).
A standard 0603 SMD resistor (rated for 100mW) or a 1/4W through-hole resistor is more than adequate.
The math above assumes no current is drawn from Node A or Node B. If you connect an LED or a low-impedance load to Node A, you are effectively placing a resistor in parallel with (R2 + R3). This lowers the equivalent resistance of the bottom half of the divider, causing Node A's voltage to sag well below your calculated 6V. For loads drawing more than 10% of the divider's bleed current, buffer the tap with a unity-gain op-amp voltage follower.
Breadboard Testing and Verification Steps
Before soldering or committing to a PCB layout, validate the topology on a solderless breadboard. Follow this exact sequence to isolate faults early.
- Insert Components: Place R1, R2, and R3 in a continuous series chain across the breadboard rows. Ensure no stray wire strands are bridging the resistor leads (which would cause a short).
- Verify Unpowered Resistance: Before applying power, set your DMM to the Ohms (Ω) setting. Measure across the entire chain (top of R1 to bottom of R3). You should read exactly $R1 + R2 + R3$ (e.g., 66 kΩ ± tolerance). If you read infinite/OL, you have a breadboard contact failure.
- Apply Power: Connect your DC power supply to Node Vin and Node GND. Set the supply to the design voltage (e.g., 9.00V) and engage the output.
- Measure Total Current: Break the circuit at Node Vin and insert your DMM in series (set to mA or µA). Verify the current matches your calculation (e.g., ~136 µA). A reading of 0 mA indicates an open; a reading in the tens of mA indicates a short.
- Measure Node Voltages: Return the DMM to DC Voltage mode. Place the black probe on GND. Probe Node B (expect ~3.0V) and Node A (expect ~6.0V). Note: If your readings are slightly off (e.g., 5.8V and 2.9V), check your resistor tolerances with the ohmmeter. E3 values in 5% tolerance can easily skew the divider ratio by several percent.
- Test the Load: Connect your actual load (e.g., the comparator input) to Node A. Re-measure Node A. If the voltage drops by more than 50mV, your divider impedance is too high for the load. Step down to the next E3 decade (e.g., swap 22kΩ for 2.2kΩ) and repeat.
By strictly adhering to the E3 resistor series, you ensure that when you inevitably need to replace a burnt R2 during prototype testing, you won't be digging through a bin of 500 different 1% values to find an exact match. You grab a 22kΩ, plug it in, and the circuit behaves predictably within your design margins.






