If you need a 13.7kΩ resistor for a precision feedback loop, you have two choices: pay a premium for custom-manufactured parts with a 12-week lead time, or use standard E series resistors to hit your target ratio using off-the-shelf components. The E series (E12, E24, E96) defines the standard preferred numbers for passive components, ensuring that manufacturers produce values spaced logarithmically across each decade. For circuit designers, mastering these series means you can achieve nearly any required gain, voltage division, or filter cutoff using cheap, instantly available 1% or 5% parts from distributors like DigiKey or Mouser.
The E-Series Resistor Standard: E12, E24, and E96 Explained
Before wiring up a topology, you must understand the mathematical spacing of the E series. The number after the 'E' dictates how many values exist per decade (e.g., from 10 to 100, or 100 to 1000). The values are calculated using the formula $10^{(n/N)}$, where $N$ is the series number and $n$ is the step index. This logarithmic spacing ensures that the tolerance of the series perfectly overlaps the gap between adjacent values, leaving no 'blind spots' in your design range.
| Series | Steps/Decade | Standard Tolerance | Base Values (10 to 100 range excerpt) | Best Application |
|---|---|---|---|---|
| E6 | 6 | ±20% | 10, 15, 22, 33, 47, 68 | Pull-ups, basic current limiting |
| E12 | 12 | ±10% | 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82 | General purpose timing, basic dividers |
| E24 | 24 | ±5% | 10, 11, 12, 13, 15, 16, 18, 20, 22, 24, 27, 30... | Audio crossovers, standard op-amp gain |
| E96 | 96 | ±1% | 10.0, 10.2, 10.5, 10.7, 11.0, 11.3, 11.5... | Precision ADC scaling, sensor bridges |
| E192 | 192 | ±0.5% or better | 10.0, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6... | Medical instrumentation, metrology |
According to the IEC 60063 standard governing preferred numbers, selecting a higher series like E96 gives you finer granularity but increases your bill of materials (BOM) complexity. For 90% of hobbyist and commercial bench designs, the E24 series (5% tolerance) or E96 series (1% tolerance) provides the optimal balance of precision and inventory simplicity.
Designing an Op-Amp Feedback Network with E24 Values
Let us apply these values to a concrete topology: the non-inverting operational amplifier. This configuration is heavily reliant on resistor ratios rather than absolute values, making it a perfect candidate for E series selection.
Topology Description and Node Labels
- Node V_in: The input signal source, connected directly to the non-inverting input.
- Node V+: The non-inverting input pin of the op-amp (e.g., pin 3 on a TL072).
- Node V-: The inverting input pin (pin 2), serving as the summing junction.
- Node V_out: The output pin (pin 1), driving the load and the feedback network.
- Node GND: The system ground reference.
- R_f (Feedback Resistor): Connected between Node V_out and Node V-.
- R_g (Ground Resistor): Connected between Node V- and Node GND.
Design Walkthrough: Target Gain of 4.5
The closed-loop voltage gain ($A_v$) for this topology is defined by the equation:
$A_v = 1 + (R_f / R_g)$
If our design requires a gain of exactly 4.5, the required ratio of $R_f$ to $R_g$ is 3.5. If we were using custom resistors, we would simply order a 35kΩ and a 10kΩ part. However, 35kΩ is not a standard E24 value. We must find an E24 pair that yields a ratio as close to 3.5 as possible.
Pro Tip: When picking E series resistors for feedback loops, keep the absolute values between 1kΩ and 100kΩ. Values below 1kΩ force the op-amp to source excessive current, increasing thermal drift. Values above 100kΩ make the circuit highly susceptible to parasitic capacitance and bias current errors.
Looking at the E24 table, we can test a few combinations:
- Attempt 1: $R_f = 33k\Omega$, $R_g = 10k\Omega$. Ratio = 3.3. Actual Gain = 4.3. (Error: -4.4%)
- Attempt 2: $R_f = 36k\Omega$, $R_g = 10k\Omega$. Ratio = 3.6. Actual Gain = 4.6. (Error: +2.2%)
- Attempt 3: $R_f = 33k\Omega$, $R_g = 9.1k\Omega$. Ratio = 3.626. Actual Gain = 4.626. (Error: +2.8%)
Attempt 2 is the cleanest choice for a 5% E24 design, yielding a gain of 4.6 using standard 36kΩ and 10kΩ resistors. If the 2.2% error is unacceptable for your application, you must step up to the E96 series, where a 34.8kΩ (E96) and 10.0kΩ (E96) combination yields a ratio of 3.48 and a gain of 4.48 (a mere 0.4% error).
Behavior Matrix and Failure Mode Contrast
Understanding what happens when your chosen E series resistors fail is critical for op-amp circuit reliability. Unlike digital logic which simply stops, analog feedback networks exhibit distinct, often destructive behaviors at the extremes. Below is the behavior matrix for our non-inverting amplifier (Target Gain 4.6) under fault conditions.
| Component State | Effective Ratio (Rf/Rg) | Theoretical Gain | Physical Circuit Behavior |
|---|---|---|---|
| Nominal (36k / 10k) | 3.6 | 4.6 | Signal amplified cleanly within supply rails. |
| R_f Open (Feedback trace breaks) | 0 (No feedback current) | 1.0 (Unity) | Op-amp acts as a voltage follower. V_out = V_in. Safe, but signal is attenuated relative to design. |
| R_f Short (Solder bridge) | 0 / R_g = 0 | ∞ | Op-amp operates open-loop. Output immediately saturates (rails) to VCC or VEE. High risk of thermal damage to the IC. |
| R_g Open (Ground trace breaks) | R_f / ∞ = 0 | ∞ | Op-amp operates open-loop. Output rails to VCC or VEE. Same destructive risk as R_f short. |
| R_g Short (Solder bridge to GND) | R_f / 0 = ∞ | 1.0 (Unity) | V- is tied directly to GND. Feedback factor is 1. Circuit becomes a unity-gain buffer. Safe. |
This contrast highlights why we use a two-resistor topology instead of a single series resistor at the input: the feedback network inherently defines the closed-loop gain. If either resistor fails open in a way that breaks the feedback path (R_f short or R_g open), the op-amp loses its negative feedback and saturates, which can clip audio signals or cause DC offsets that destroy downstream transducers like tweeters or ADC inputs.
Breadboard Verification: Step-by-Step Testing
Theory and E series tables only get you so far; parasitic capacitance on a solderless breadboard can easily turn a high-gain op-amp into an RF oscillator. Follow this exact sequence to verify your E24 feedback network on the bench.
- Establish Clean Power Rails: Connect a dual-output bench power supply to the breadboard. Set it to ±12V. Place 100nF MLCC ceramic decoupling capacitors directly across the VCC and VEE pins of the op-amp to the ground rail. Do not skip this; the TL072 will oscillate at ~2MHz without them.
- Verify the E Series Values: Before inserting the 36kΩ and 10kΩ resistors, measure them with a 4-wire DMM. A 5% E24 36kΩ resistor could legally be anywhere from 34.2kΩ to 37.8kΩ. Record the exact measured values to calculate your true expected gain.
- Check DC Offset (Inputs Grounded): Tie Node V_in to Node GND. Power the circuit and measure Node V_out with your DMM. It should read within ±10mV of 0V. If it reads near ±12V, your feedback network is wired incorrectly (likely swapped R_f and R_g, or V+ and V-).
- Inject a Test Signal: Connect a function generator to Node V_in. Set it to a 1kHz sine wave at 1.0V peak-to-peak (Vpp).
- Measure AC Gain: Probe Node V_out with an oscilloscope. You should see a 4.6Vpp sine wave, perfectly in phase with the input. If the waveform looks like a fuzzy triangle or has high-frequency ringing on the peaks, your breadboard's parasitic capacitance (typically 2pF to 5pF per contact) is interacting with the 36kΩ R_f resistor. To fix this, reduce the resistor values by a factor of 10 (use 3.6kΩ and 1kΩ E24 values) to lower the impedance of the feedback node.
By understanding the mathematical foundation of the E series and rigorously testing the physical topology, you bridge the gap between ideal schematic simulation and reliable bench hardware. Always let the standard preferred numbers guide your BOM, and let the failure modes guide your layout.






