If you need a reliable, general-purpose active low pass op amp filter for audio or DC signal conditioning, grab a TL072 (dual JFET) for dual-supply audio, or an LM358 (dual bipolar) for single-supply DC work. For high-fidelity audio, default to the OPA2134. An active low pass filter uses an operational amplifier to pass low-frequency signals while attenuating high frequencies, providing the distinct advantage of gain and output buffering that passive RC filters lack.
This guide skips the abstract transfer function derivations and gives you the exact component values, biasing networks, and part numbers you need to build, test, and deploy a low pass op amp circuit on your bench today.
How a Low Pass Op Amp Circuit Works (And the Math)
At its core, an active low pass filter places a frequency-dependent impedance (a capacitor) in the feedback loop or input path of an op-amp. The most common and robust topology for a first-order filter is the inverting active low pass configuration.
Standard 8-Pin Op-Amp Pinout
Before wiring, verify your pinout. For a standard dual op-amp in an 8-pin DIP or SOIC package (like the TL072 or LM358), the pins are:
- Pin 1: Output A
- Pin 2: Inverting Input A (-)
- Pin 3: Non-Inverting Input A (+)
- Pin 4: V- (Negative Supply or Ground)
- Pin 5: Non-Inverting Input B (+)
- Pin 6: Inverting Input B (-)
- Pin 7: Output B
- Pin 8: V+ (Positive Supply)
The Cutoff Frequency Formula
The cutoff frequency ($f_c$) is the point where the signal is attenuated by -3dB. In an inverting configuration where the feedback resistor ($R_f$) is in parallel with a feedback capacitor ($C_f$), the formula is:
$f_c = \frac{1}{2 \pi R_f C_f}$
Worked Example: You want a cutoff at roughly 1 kHz. You choose a standard $R_f$ value of $15 k\Omega$. Solving for $C_f$: $C_f = 1 / (2 \times \pi \times 15000 \times 1000) = 10.6 nF$. You select the nearest standard E12 capacitor value: 10 nF. This yields an actual cutoff of 1,061 Hz.
Op-Amp Selection and Biasing for Active Filters
How you bias the op-amp dictates whether it clips your signal or operates cleanly. Op-amps need a voltage differential between V+ and V-, and the input signal must stay within the common-mode input range.
Dual Supply vs. Single Supply Biasing
Dual Supply (e.g., ±12V): Connect V+ to +12V, V- to -12V, and the non-inverting input to true ground (0V). This is the cleanest method for AC audio signals because the output can swing symmetrically above and below 0V.
Single Supply (e.g., +5V or +12V): You must create a "virtual ground" at half the supply voltage (Vcc/2) so the AC signal has room to swing positive and negative.
Bench Tip for Single-Supply Biasing: Never use just a simple resistor divider for your virtual ground. The power supply rejection ratio (PSRR) of most op-amps degrades at high frequencies, meaning power rail noise will inject directly into your filter. Always buffer the Vcc/2 node with a 10µF ceramic capacitor to real ground, and ideally buffer it with a spare op-amp channel configured as a voltage follower.
Operation Regions and Typical Specifications
Choosing the wrong op-amp class for your filter will result in slew-rate distortion or excessive noise. Reference this table to match the silicon to the job:
| Op-Amp Class | Example Part | Supply Range | Quiescent Current (Iq) | Slew Rate | Best Application |
|---|---|---|---|---|---|
| General Purpose | LM358 | 3V to 32V (Single/Dual) | ~0.35 mA / channel | 0.3 V/µs | DC sensor filtering, slow ADCs |
| Audio JFET | TL072 | ±5V to ±15V (Dual) | ~1.4 mA / channel | 13 V/µs | Guitar pedals, synth modules, line audio |
| Precision / Low Noise | OPA2134 | ±2.5V to ±18V (Dual) | ~4 mA / channel | 20 V/µs | Hi-fi audio, low-noise instrumentation |
| Zero-Drift / Chopper | OPA2188 | 2.7V to 36V | ~0.88 mA / channel | 0.8 V/µs | High-precision DC load cells, thermocouples |
The Decision Tree: Picking Your Low Pass Op Amp
Stop guessing based on what is in your junk box. Use this decision path to select the exact part number for your low pass op amp filter.
| If your circuit requires... | Then choose this topology/bias... | Concrete Part Pick |
|---|---|---|
| Single supply (3.3V or 5V) from a microcontroller, filtering DC sensor data. | Single supply, Rail-to-Rail I/O, Virtual ground at Vcc/2. | MCP6002 or LM358 |
| Dual supply (±9V or ±12V) for musical instrument audio or effects pedals. | Dual supply, JFET inputs for high impedance, true ground reference. | TL072 |
| Dual supply for high-fidelity studio audio or DAC reconstruction. | Dual supply, Bipolar inputs for ultra-low noise, true ground reference. | OPA2134 or NE5532 |
| Filtering microvolt-level DC signals from a strain gauge or thermocouple. | Single or Dual supply, Zero-drift architecture to eliminate 1/f noise. | OPA2188 |
Complete Application Circuit: 1kHz Active Low Pass Filter
Here is a complete, buildable first-order inverting active low pass filter designed for audio or general AC signal conditioning. This circuit provides a gain of -1 (inverting) and a cutoff frequency of ~1 kHz.
Component List and Values
- U1: TL072 (or NE5532 for lower noise)
- R1 (Input Resistor): 15 kΩ (1% metal film)
- R2 (Feedback Resistor): 15 kΩ (1% metal film)
- C1 (Feedback Capacitor): 10 nF (C0G/NP0 ceramic - do not use X7R for audio filters due to voltage coefficient distortion)
- C2 (Power Bypass): 100 nF ceramic (place physically adjacent to Pin 8 and Pin 4)
- C3 (Power Bypass): 10 µF electrolytic (bulk decoupling)
Wiring Steps
- Connect Pin 8 (V+) to +12V and Pin 4 (V-) to -12V. Place C2 and C3 between the supply pins and ground.
- Connect Pin 3 (Non-Inverting Input) directly to system ground (0V).
- Connect R1 between your AC input signal and Pin 2 (Inverting Input).
- Connect R2 and C1 in parallel with each other. Wire this parallel combination between Pin 2 (Inverting Input) and Pin 1 (Output).
- Take your filtered output signal from Pin 1.
Verification: Apply a 1Vpp sine wave at 100 Hz. The output should be 1Vpp (inverted). Sweep the frequency to 10 kHz. The output should be heavily attenuated (approx. -20dB or 0.1Vpp) because 10 kHz is roughly one decade above the 1,061 Hz cutoff.
Failure Modes and Multimeter Testing
Op-amps in filter circuits usually fail due to output short circuits, exceeding the absolute maximum supply voltage, or violating the input common-mode range (which causes phase reversal in older parts like the LM358). Here is how to test a suspected dead low pass op amp with a standard digital multimeter (DMM).
Step-by-Step DMM Testing
- Power Down and Discharge: Remove power from the circuit. Short the input and output capacitors to ground with a 1kΩ resistor to discharge them safely.
- Test Internal Protection Diodes (Diode Mode): Set your DMM to diode test mode. Place the red probe on Pin 4 (V-) and the black probe on Pin 1 (Output). You should read a forward voltage drop of roughly 0.5V to 0.7V. Reverse the probes; it should read "OL" (Open Loop). Repeat this between Pin 8 (V+) and Pin 1 (Output) with reversed probe polarity. If you read 0.00V (short) or OL in both directions, the silicon is dead.
- Check for Supply Shorts (Resistance Mode): Set the DMM to resistance (Ω). Measure between Pin 8 and Pin 4. It should read anywhere from 1kΩ to 50kΩ depending on the internal circuitry. If it reads near 0Ω, the op-amp is internally shorted and must be replaced.
- Live DC Offset Test (Voltage Mode): Power the circuit on. With no AC input applied, measure the DC voltage at Pin 1 (Output) relative to ground. In a properly biased filter, this should read very close to 0V (or Vcc/2 in a single-supply circuit). If the output is pegged hard to the positive or negative supply rail, your feedback loop is broken (check R2 and C1 for open solder joints) or the op-amp is latched up.
Safe Default Part Numbers and Ratings
When designing a low pass op amp filter, the component you choose dictates the noise floor, the distortion, and the power budget. Do not leave this to chance.
The "Always Keep in Stock" Defaults:
For 90% of hobbyist, student, and general-purpose bench projects, keep a tube of TL072s (for ±12V audio/signal work) and MCP6002s (for 3.3V/5V microcontroller ADC filtering) in your bin. They are cheap, robust, and their pinouts are industry standard.
Final Recommendations by Use Case
- For Guitar Pedals and Synths: Use the TL072. It handles high-impedance inputs beautifully, has low current draw for battery operation, and its JFET inputs avoid the nasty "crossover distortion" inherent in the LM358 when signals cross 0V.
- For Microcontroller ADC Anti-Aliasing: Use the MCP6002. It operates rail-to-rail on a single 3.3V supply, meaning you can filter a 0-3.3V sensor signal without needing a negative voltage rail or a complex virtual ground bias network.
- For High-End DAC Reconstruction: Use the OPA2134 or OPA1612. The TL072 will introduce measurable harmonic distortion in high-end 24-bit audio paths; the OPA series provides the ultra-low THD+N required for studio gear.
By matching the op-amp's slew rate, supply requirements, and input topology to your specific filter cutoff and signal type, you eliminate the guesswork. Build the 1kHz circuit above, verify it with your oscilloscope or DMM, and you will have a reliable active filter block you can drop into any larger system design.






