Feedback resistance is the specific ohmic value of the resistor connected from an amplifier's output back to its inverting input to set the circuit's closed-loop voltage gain and stabilize its operation. If you are designing an inverting amplifier, a transimpedance amplifier (TIA) for a photodiode, or an active filter, the feedback resistor (Rf) is the single most critical passive component you will select. It doesn't just dictate your voltage gain; it fundamentally alters your bandwidth, noise floor, and phase margin.

In a standard inverting operational amplifier configuration, the signal enters through an input resistor (Rin) and the op-amp adjusts its output to keep the inverting input at virtual ground. The feedback resistance provides the path for the output current to balance the input current. According to All About Circuits, this negative feedback loop is what tames the op-amp's massive open-loop gain (often >100,000) into a precise, predictable, and stable closed-loop gain.

The Physics of the Feedback Loop

When you change the value of Rf, you are simultaneously altering three distinct electrical parameters:

  • Closed-Loop Gain (Av): In an inverting amplifier, the voltage gain is defined as Av = -Rf / Rin. Doubling the feedback resistance doubles your signal amplification.
  • Bandwidth: Op-amps have a fixed Gain-Bandwidth Product (GBWP). If you use a TL072 with a 3 MHz GBWP and set Rf to yield a gain of 100, your maximum usable bandwidth drops to 30 kHz. Higher feedback resistance means higher gain, which inherently chokes your high-frequency response.
  • Thermal Noise: Every resistor generates Johnson-Nyquist noise. Texas Instruments Application Note SBOA047 details how this noise scales with resistance.
The thermal noise voltage density of a resistor is calculated as Vn = √(4kTRf), where k is Boltzmann's constant, T is temperature in Kelvin, and Rf is the feedback resistance. At 25°C, a 10 kΩ resistor generates roughly 12.8 nV/√Hz of noise, while a 1 MΩ resistor generates 128 nV/√Hz.

Standard Feedback Resistance Values and Trade-Offs

Selecting Rf is always a compromise between loading the source, minimizing noise, and maintaining bandwidth. The table below maps standard E24 feedback resistance values against their real-world circuit impacts when paired with a 1 kΩ input resistor (Rin).

Rf ValueClosed-Loop GainThermal Noise Density (25°C)Bandwidth Limit (2pF stray C)Best Application
1 kΩ1 (Unity)4.07 nV/√Hz79.5 MHzHigh-speed video, low-noise audio buffers
10 kΩ1012.8 nV/√Hz7.95 MHzGeneral purpose audio, sensor conditioning
100 kΩ10040.7 nV/√Hz795 kHzHigh-gain DC sensors, strain gauges
1 MΩ1,000128 nV/√Hz79.5 kHzPhotodiode TIAs, electrometer front-ends
10 MΩ10,000407 nV/√Hz7.95 kHzUltra-high impedance probes (requires guarding)

Notice the bandwidth limit column. This assumes just 2 picofarads of stray parasitic capacitance across the resistor body and PCB traces. As Rf increases, that tiny capacitance forms a low-pass filter that can severely degrade your signal or introduce enough phase shift to cause oscillation.

Worked Numeric Example: Sizing Rf for an Audio Preamp

Let's design an inverting audio preamplifier. We have a line-level input signal of 0.5V peak, and we need an inverted output of -5.0V peak to drive the next stage. Our required gain is -10.

Option A: The Low-Resistance Trap
We choose Rin = 10 Ω and Rf = 100 Ω. The math works (100/10 = 10), but the input impedance is only 10 ohms. This will heavily load the source device, likely causing signal distortion and drawing 50mA of current from the source. Furthermore, the op-amp must now source 50mA through the feedback network, which will exceed the output current limits of many standard op-amps and cause clipping.

Option B: The High-Resistance Trap
To 'save power', a hobbyist might choose Rin = 1 MΩ and Rf = 10 MΩ. The gain is still -10, and the input impedance is excellent. However, the 10 MΩ feedback resistor generates 407 nV/√Hz of thermal noise, which will manifest as a distinct hiss in the audio output. Worse, the 2pF stray capacitance creates a pole at 7.95 kHz. Your high-frequency audio content will roll off, and the phase shift near the op-amp's unity-gain crossover frequency will likely cause the circuit to ring or oscillate.

Option C: The Goldilocks Zone
We choose Rin = 1 kΩ and Rf = 10 kΩ. The input impedance is a manageable 1 kΩ (standard for line-level audio gear). The thermal noise is a very low 12.8 nV/√Hz. The stray capacitance pole is pushed out to 7.95 MHz, safely beyond the audio band and preserving the op-amp's phase margin. This is why the 1k/10k or 10k/100k pairs are the default starting points in professional Analog Designs.

Where You Meet This in Practice and Common Confusions

You will encounter feedback resistance networks in almost every analog signal chain. In audio mixing consoles, summing amplifiers use multiple input resistors feeding a single Rf to combine channels. In analog PID controllers, Rf combined with capacitors sets the integral and derivative time constants. In active crossover networks, Rf dictates the Q-factor and gain of the Sallen-Key or Multiple Feedback filter topologies.

Despite its ubiquity, engineers and hobbyists frequently fall into three specific traps:

  1. Confusing Rf with the Feedback Factor (β): Rf is a physical component measured in ohms. The feedback factor (β) is a dimensionless ratio defined as Rin / (Rin + Rf). You use β to calculate loop gain and phase margin for stability analysis, but you cannot 'buy' a β component.
  2. The Power-Saving Myth: As demonstrated in the audio example above, using megaohm-range feedback resistors to reduce current draw is a false economy. The microamps saved are vastly outweighed by the penalties of Johnson noise, electromagnetic interference (EMI) pickup, and high-frequency instability.
  3. Forgetting the Compensation Capacitor (Cf): In high-gain transimpedance amplifiers (such as a BPW34 photodiode circuit using a high-speed OPA656 op-amp), Rf might be 1 MΩ or higher. The photodiode's inherent junction capacitance interacts with Rf to create a zero in the feedback loop, causing severe ringing. You must place a small compensation capacitor (often 1pF to 5pF) in parallel with Rf to introduce a pole that cancels the zero and restores phase margin.
When working with feedback resistances above 100 kΩ in high-speed or high-impedance circuits, always use a ground plane guard ring around the inverting input and the feedback resistor. This prevents surface leakage currents on the PCB from bypassing your Rf and introducing DC offset errors that ruin precision measurements.

Ultimately, selecting the right feedback resistance is an exercise in balancing the ideal mathematical gain against the physical realities of parasitic capacitance, thermal noise, and op-amp output drive limits. Start with the 1 kΩ to 100 kΩ range for Rf, calculate your stray capacitance poles, and only step into the megaohm range when your specific sensor topology demands it.