The low pass filter cutoff frequency equation is fc = 1 / (2πRC). This formula defines the exact -3dB point—the frequency at which the output signal power drops to half of its input value, and the voltage amplitude falls to 0.707V of the input. While textbooks present this as a simple algebraic relationship, applying it on the workbench requires strict unit tracking, an understanding of component parasitics, and awareness of source/load impedance assumptions.
The Core Equation and Symbol Definitions
The standard first-order passive RC low pass filter relies on the frequency-dependent reactance of a capacitor. As frequency increases, the capacitor's impedance drops, shunting high-frequency signals to ground while allowing low-frequency signals to pass through the resistor to the load.
The governing equation is:
fc = 1 / (2πRC)
| Symbol | Parameter | Standard Unit | Practical Bench Notes |
|---|---|---|---|
| fc | Cutoff Frequency | Hertz (Hz) | The -3dB corner frequency. Also known as the half-power point. |
| R | Resistance | Ohms (Ω) | Use standard E12/E24 values. Keep below 100kΩ to minimize thermal noise. |
| C | Capacitance | Farads (F) | Never use the raw microfarad number in the formula; always convert to base Farads. |
| π | Pi | Dimensionless | Use at least 3.14159 for calculations to avoid rounding errors in high-Q circuits. |
Rearranged Forms for Component Selection
On the bench, you rarely start with both R and C and ask 'what is the frequency?' Usually, you have a target cutoff frequency (fc) and a limited capacitor kit. You need to solve for the missing component. Here are the rearranged forms you will actually use at the workbench:
- Solving for Resistance (R):
R = 1 / (2π × fc × C)
Use case: You know your target audio rolloff and have a specific film capacitor in your bin. - Solving for Capacitance (C):
C = 1 / (2π × fc × R)
Use case: You need a specific cutoff but want to keep the resistor value in the 1kΩ–10kΩ range to optimize impedance matching and minimize Johnson-Nyquist noise.
Worked Examples with Strict Unit Tracking
The most common point of failure for students and junior technicians is plugging '100' into the equation when they mean '100 nanofarads'. The equation demands base SI units: Ohms and Farads. Let us walk through two solved problems with explicit unit tracking.
Problem 1: Audio DAC Reconstruction Filter
Given: You are building a reconstruction filter for an audio DAC. You select a resistor R = 10 kΩ and a capacitor C = 100 nF. What is the cutoff frequency?
- Convert to base units:
R = 10 kΩ = 10 × 103 Ω = 10,000 Ω
C = 100 nF = 100 × 10-9 F = 0.0000001 F - Substitute into the equation:
fc = 1 / (2 × 3.14159 × 10,000 × 0.0000001) - Calculate the denominator:
2 × 3.14159 = 6.28318
6.28318 × 10,000 = 62,831.8
62,831.8 × 0.0000001 = 0.00628318 - Divide 1 by the denominator:
fc = 1 / 0.00628318 = 159.15 Hz
Problem 2: PWM to DC Smoothing Filter
Given: You need to smooth a 20 kHz PWM signal from a microcontroller into a clean DC voltage. You want the filter cutoff to be well below the PWM frequency, targeting fc = 500 Hz. You have a C = 1 μF capacitor. What resistor do you need?
- Convert to base units:
fc = 500 Hz (already base unit)
C = 1 μF = 1 × 10-6 F = 0.000001 F - Use the rearranged formula for R:
R = 1 / (2 × π × fc × C) - Substitute and solve:
R = 1 / (2 × 3.14159 × 500 × 0.000001)
R = 1 / (6.28318 × 0.0005)
R = 1 / 0.00314159 = 318.31 Ω - Bench Selection: The closest standard E24 resistor value is 330 Ω, which will shift your actual cutoff slightly lower to ~482 Hz—perfectly acceptable for PWM smoothing.
Real-World Bench Scenario: When the Math Meets Parasitics
Textbook equations assume ideal components. Real components have parasitics that will ruin your filter response if you ignore them. Here is a scenario straight from the lab bench.
The Setup: I was designing a 100 kHz anti-aliasing filter for a 12-bit ADC sampling at 500 kSPS. To keep the thermal noise low and the impedance manageable, I chose R = 1.6 kΩ and C = 1 nF.
The Numbers: Plugging these into the low pass filter cutoff frequency equation yields:
fc = 1 / (2 × π × 1600 × 1 × 10-9) = 99.47 kHz.
On paper, this was perfect.
The Outcome: When I swept the physical circuit with a network analyzer, the -3dB point was actually sitting at 42 kHz, and there was a massive, unwanted resonance spike peaking at 3 MHz. The ADC was aliasing high-frequency noise right back into my baseband.
What Went Wrong: I had grabbed a handful of cheap 0603 X7R MLCCs (Multi-Layer Ceramic Capacitors) from a bulk bin. According to Murata's MLCC characteristics documentation, X7R dielectrics suffer from severe DC bias derating. Under the 3.3V DC bias of the ADC driver, the '1 nF' capacitor had physically lost 55% of its capacitance, dropping to roughly 0.45 nF. This shifted the primary cutoff frequency much higher than expected (the analyzer showed the initial roll-off starting early due to complex impedance interactions). Furthermore, the ~1 nH of Equivalent Series Inductance (ESL) inherent in the 0603 package created a parallel LC resonance with the remaining capacitance at 3 MHz, causing the massive spike.
The Fix: I swapped the X7R capacitor for a 0603 C0G/NP0 ceramic capacitor. C0G dielectrics have 0% DC bias shift and significantly lower ESL. The physical circuit immediately matched the theoretical 99.47 kHz calculation within a 2% margin of error.
Assumptions, Unit Traps, and Realistic Magnitudes
To use the low pass filter cutoff frequency equation effectively, you must understand the boundaries of where it applies and the traps that break it.
When the Formula Applies (and Its Assumptions)
The equation fc = 1 / (2πRC) assumes two critical boundary conditions:
- Zero Source Impedance: It assumes the signal driving the filter has an output impedance of exactly 0 Ω. If your source has a 500 Ω output impedance and you use a 1 kΩ resistor for your filter, your actual R is 1,500 Ω, shifting your cutoff frequency down by 33%.
- Infinite Load Impedance: It assumes whatever is reading the filter output draws zero current. If you drive a 10 kΩ ADC input with a filter that uses a 10 kΩ resistor, the load forms a voltage divider. This not only attenuates your maximum signal amplitude by 50% (insertion loss) but also alters the effective Thevenin resistance, shifting the cutoff frequency. Rule of thumb: Keep your filter resistor at least 10x lower than your load impedance.
Which Unit Mistakes Break It
The most fatal mistake is confusing metric prefixes, specifically micro (μ) and milli (m). In electronics, we rarely use millifarads (mF); we use microfarads (μF). However, a tired technician might write '1m' in a calculator, computing 10-3 instead of the correct 10-6 for a microfarad. This results in a calculated cutoff frequency that is 1,000 times higher than reality. Always explicitly type out the exponent (e.g., 1e-6) in your calculator or spreadsheet to eliminate prefix ambiguity.
What a Realistic Answer Magnitude Looks Like
Developing an intuition for the output magnitude prevents 'fat finger' calculator errors. As detailed in standard low-pass filter theory, your cutoff frequency should align with the physical domain you are working in:
- Audio / Sensor Smoothing: 10 Hz to 20 kHz. If you calculate 45 MHz for an audio filter, you forgot to convert microfarads to Farads.
- PWM / Motor Control: 50 Hz to 1 kHz. You want the cutoff well below the PWM switching frequency (usually 10 kHz - 50 kHz) to ensure a flat DC output.
- RF / Anti-Aliasing: 100 kHz to 100 MHz. At these magnitudes, the physical layout of your PCB traces introduces parasitic capacitance (often 2pF to 5pF per cm of trace), which must be added to your 'C' variable in the equation for accurate results.
Mastering this equation is not just about memorizing the algebra; it is about understanding the physical reality of the components you place on the board. Track your units, respect your parasitics, and verify your math with a scope.






