When building active op amp filters, the safest default components for general-purpose bench and audio work are the TL072 (dual, JFET input, low noise, ±18V max) and the LM358 (dual, single-supply friendly, 32V max, but prone to crossover distortion). For a standard 1 kHz low-pass filter, use a unity-gain Sallen-Key topology with 10kΩ resistors and 22nF/10nF capacitors. This keeps impedance low enough to avoid thermal noise issues while staying well within the drive capabilities of standard op amps.
Unlike passive RC filters, active filters provide gain (or unity buffering), isolate stages from loading effects, and allow you to cascade multiple poles without signal degradation. But they require careful power supply biasing and an understanding of the IC's internal limitations. This guide covers the exact pinouts, biasing strategies, a complete worked circuit, and how to troubleshoot a dead chip on your workbench.
The Anatomy of an Op Amp: Pinout and Operating Regions
Before wiring up filter topologies, you need to understand the physical package and the electrical boundaries of the silicon. The vast majority of hobbyist and prototyping op amps come in an 8-pin DIP (Dual In-line Package) or SOIC footprint containing two independent amplifiers (a "dual" op amp).
Standard 8-Pin Dual Op Amp Pinout
- Pin 1: Output A
- Pin 2: Inverting Input A (IN-)
- Pin 3: Non-Inverting Input A (IN+)
- Pin 4: V- (Negative Supply Rail or GND in single-supply)
- Pin 5: Non-Inverting Input B (IN+)
- Pin 6: Inverting Input B (IN-)
- Pin 7: Output B
- Pin 8: V+ (Positive Supply Rail)
An op amp operates in distinct regions depending on the differential voltage between its inputs and the feedback network. According to Texas Instruments' amplifier fundamentals, understanding these regions is critical for preventing unexpected clipping in your filter passband.
| Operating Region | Condition | Typical Output Voltage | Typical Output Current |
|---|---|---|---|
| Linear (Active) | V- < Vout < V+ (Feedback active) | -13.5V to +13.5V | < 20 mA |
| Positive Saturation | IN+ > IN- (No feedback / overdriven) | ~ +13.5V (V+ minus headroom) | Short-circuit limited (~30mA) |
| Negative Saturation | IN- > IN+ (No feedback / overdriven) | ~ -13.5V (V- plus headroom) | Short-circuit limited (~30mA) |
| Common-Mode Violation | Inputs exceed Vcm range | Unpredictable / Phase Reversal | Varies (can cause latch-up) |
Selecting and Biasing Op Amp Filters for the Job
The most common mistake makers make with active filters is ignoring the power supply topology. Op amps are inherently differential devices; they don't know what "ground" is, they only know the voltage difference between V+ and V-.
Dual Supply Biasing (The Ideal Scenario)
For audio and precision DC-coupled filters, a dual supply (e.g., +12V and -12V, with 0V as circuit ground) is ideal. The input signal can swing above and below 0V, and the op amp's output can mirror this symmetrically. No input or output coupling capacitors are required, which prevents low-frequency phase shift and capacitor-induced distortion.
Single Supply Biasing (The Virtual Ground)
If you only have a single 9V battery or a 12V wall wart, you must create a "virtual ground" at half the supply voltage (Vcc/2) to bias the op amp's inputs into its linear region. If you don't, the negative half of your AC signal will be hard-clipped at 0V.
- Create a voltage divider using two 100kΩ resistors in series across V+ and GND.
- The midpoint yields Vcc/2 (e.g., 4.5V on a 9V supply).
- Place a 10µF to 100µF bypass capacitor from this midpoint to GND to shunt power supply noise and provide an AC ground.
- Connect the non-inverting input (Pin 3) of your filter to this Vcc/2 node via a biasing resistor.
- Use AC coupling capacitors (e.g., 1µF film) at the input and output of the filter to block the DC bias from reaching your source and load.
Worked Example: 1 kHz Sallen-Key Low-Pass Filter Circuit
The Sallen-Key topology is the industry standard for second-order active filters. It requires only one op amp, two resistors, and two capacitors. We will design a unity-gain Butterworth low-pass filter with a target cutoff frequency ($f_c$) of roughly 1 kHz. The Analog Devices Active Filter Designer is an excellent free tool for verifying these math derivations.
Component Selection and Math
For a unity-gain Butterworth response (Q = 0.707), the component ratios must satisfy $C1 = 2 \times C2$ when $R1 = R2$. Let's choose standard 1% resistor values of R1 = 10kΩ and R2 = 10kΩ. To hit ~1 kHz, we need $C2 = 10nF$ and $C1 = 20nF$. Since 20nF is not a standard E12 capacitor value, we will use the closest standard value: C1 = 22nF.
Calculated Cutoff Frequency:
$f_c = \frac{1}{2 \pi \sqrt{R1 \cdot R2 \cdot C1 \cdot C2}}$
$f_c = \frac{1}{2 \pi \sqrt{10000 \cdot 10000 \cdot 22 \times 10^{-9} \cdot 10 \times 10^{-9}}}$
$f_c = \frac{1}{6.283 \cdot \sqrt{2.2 \times 10^{-13}}} = \frac{1}{6.283 \cdot 1.483 \times 10^{-6}} \approx 1074 \text{ Hz}$
Wiring the Circuit (Using TL072 Half A)
- Power: Connect Pin 8 to +15V and Pin 4 to -15V. Place a 100nF ceramic decoupling capacitor directly across Pin 8 and Pin 4, as close to the IC body as possible.
- Input Network: Connect your AC signal source to one leg of R1 (10kΩ). Connect the other leg of R1 to one leg of R2 (10kΩ).
- Capacitor Network: Connect C1 (22nF) from the junction of R1 and R2 to the op amp's output (Pin 1). Connect C2 (10nF) from the non-inverting input (Pin 3) to circuit ground.
- Op Amp Inputs: Connect the junction of R2 and C2 to the non-inverting input (Pin 3).
- Feedback: To configure for unity gain, connect the inverting input (Pin 2) directly to the output (Pin 1).
- Unused Half: Never leave the second half of the dual op amp (Pins 5, 6, 7) floating. Connect Pin 7 to Pin 6, and tie Pin 5 to circuit ground to prevent high-frequency oscillation.
Failure Modes and Bench Testing with a Multimeter
Op amps rarely fail gracefully. They usually fail due to electrostatic discharge (ESD) on the inputs, overvoltage on the power pins, or shorting the output to a low-impedance load while sourcing maximum current. When an op amp dies, it typically either shorts the output to one of the supply rails or becomes completely unresponsive (output floats).
How to Test an Op Amp with a Digital Multimeter (DMM)
You cannot test an op amp's amplification with a standard DMM, but you can test the internal ESD protection diodes to check for catastrophic silicon failure.
- De-energize the Circuit: Remove all power from the breadboard or PCB. Disconnect any signal sources. Testing diodes with power applied will yield false readings and can damage your meter.
- Set DMM to Diode Test Mode: This mode outputs a small test current (usually 1-2 mA) and measures the forward voltage drop.
- Test Power Rail Diodes: Place the red probe on Pin 4 (V-) and the black probe on Pin 8 (V+). You should read an "OL" (Open Loop) or a very high number. Reverse the probes (Red on V+, Black on V-). You should read a standard silicon diode drop, typically between 0.6V and 0.8V. If you read 0.00V (short) or OL in both directions, the internal power protection network is blown.
- Test Input-to-Rail Diodes: Place the red probe on Pin 4 (V-) and the black probe on Pin 2 (IN-). You should see a diode drop (~0.7V). Reverse probes to see OL. Repeat for Pin 3 (IN+). A short here indicates ESD damage to the input stage.
- Verify Output Shorts: Measure resistance between Pin 1 (Output) and Pin 4 (V-), then Pin 1 and Pin 8 (V+). If the resistance is near 0Ω, the output transistor stage has shorted out due to thermal overload.
Frequently Asked Questions About Op Amp Filters
Why do my high-impedance op amp filters have a massive DC offset?
DC offset in active filters is almost always caused by the op amp's input bias current flowing through high-value feedback resistors. Every op amp requires a tiny amount of current at its inputs to bias the internal transistors. If you use 470kΩ resistors in your Sallen-Key network to conserve power, even a modest input bias current of 100 nA (common in older bipolar op amps like the NE5532) will generate a 47mV error voltage. This error is amplified by the circuit's DC gain. To fix this, scale your resistors down to the 10kΩ–47kΩ range and proportionally increase your capacitors, or switch to a JFET/CMOS input op amp like the TL072 or OPA2134 which have bias currents in the picoamp range.
Can I use an LM358 for active op amp filters in high-fidelity audio?
Technically yes, but practically no. The LM358 is incredibly cheap and works great for slow-moving DC signals, motor control loops, and basic sensor filtering. However, it suffers from severe "crossover distortion" when the output signal crosses 0V (or the virtual ground in single-supply). The internal output stage switches between its pull-up and pull-down transistors, creating a dead zone that introduces harsh high-frequency harmonics into audio signals. For audio op amp filters, spend the extra $0.50 and use a TL072, NE5532, or OPA2134, which have Class-AB output stages designed to eliminate this crossover notch.
How do I calculate the exact cutoff frequency for a second-order op amp filter?
The cutoff frequency ($f_c$, also known as the -3dB point) for a standard second-order Sallen-Key filter is calculated using the formula: $f_c = \frac{1}{2 \pi \sqrt{R1 \cdot R2 \cdot C1 \cdot C2}}$. This formula holds true regardless of the specific damping factor (Butterworth, Bessel, Chebyshev) you are targeting. The damping factor and Q-factor are instead determined by the ratio of the components and the gain of the amplifier stage. If you are building a unity-gain filter, ensure your capacitor ratio matches the desired response curve (e.g., C1 = 2*C2 for Butterworth) while using the base formula to lock in your target frequency.






