The fundamental equation for a first-order passive RC low pass filter cutoff frequency (the -3dB point) is fc = 1 / (2πRC). In this formula, fc is the cutoff frequency in Hertz (Hz), R is the resistance in Ohms (Ω), and C is the capacitance in Farads (F). This single expression dictates the exact boundary where your circuit begins attenuating high-frequency signals by 3 decibels (roughly 70.7% of the input voltage). Below, we break down the rearranged forms, solve real-world design problems with strict unit tracking, and expose the unit-conversion traps that ruin bench builds.
The Core Equation for Low Pass Filter Cutoff Frequency
At its heart, a passive low pass filter is a frequency-dependent voltage divider. The resistor provides a fixed impedance, while the capacitor provides a frequency-dependent reactance (XC = 1 / (2πfC)). As frequency increases, the capacitor's reactance drops, shunting high-frequency signal energy to ground. The cutoff frequency is the exact point where the resistance equals the capacitive reactance (R = XC).
| Symbol | Parameter | Standard Unit | Practical Bench Unit |
|---|---|---|---|
| fc | Cutoff Frequency (-3dB point) | Hertz (Hz) | Hz, kHz, MHz |
| R | Resistance | Ohms (Ω) | kΩ, MΩ |
| C | Capacitance | Farads (F) | nF, μF, pF |
| π | Pi (Mathematical Constant) | Dimensionless | ~3.14159 |
Deriving this from the time domain, the RC time constant is τ = RC (in seconds). The angular frequency in radians per second is ω = 1/τ. Because one full AC cycle encompasses 2π radians, we convert angular frequency to linear frequency (Hertz) by dividing by 2π, yielding fc = 1 / (2πRC). For a deeper dive into the underlying AC impedance math, refer to the Electronics Tutorials guide on Low Pass Filters.
Rearranged Forms and Variable Definitions
On the workbench, you rarely know all three variables. Usually, you have a target cutoff frequency and need to select physical components. Because capacitors are manufactured in far fewer standard values (E6 or E12 series) than resistors (E24 or E96 series), the standard engineering workflow is to pick a standard capacitor first, then calculate the required resistor.
- Solving for Resistance (R):
R = 1 / (2π × fc × C)
Use when: You have a specific capacitor in your parts bin and need to find the matching resistor to hit your target frequency. - Solving for Capacitance (C):
C = 1 / (2π × fc × R)
Use when: You are constrained by a specific impedance requirement (e.g., matching a 600Ω audio line) and must find the capacitor.
Worked Examples with Strict Unit Tracking
The most common reason a filter fails on the bench is a unit prefix error. You must convert all practical units (kilo, micro, nano) into base SI units (Ohms, Farads) before plugging them into the equation.
Problem 1: Finding Cutoff Frequency from Known Components
Scenario: You are building a simple noise filter for an Arduino analog input using a 10 kΩ resistor and a 100 nF ceramic capacitor. What is the cutoff frequency?
- Convert to base units:
R = 10 kΩ = 10,000 Ω
C = 100 nF = 100 × 10-9 F = 0.0000001 F (or 1 × 10-7 F) - Apply the equation:
fc = 1 / (2 × π × 10,000 × 0.0000001) - Calculate the denominator:
2 × 3.14159 × 0.001 = 0.00628318 - Solve for fc:
fc = 1 / 0.00628318 = 159.15 Hz
Bench Check: A 159 Hz cutoff is excellent for filtering out high-frequency switching noise from an Arduino's 5V rail while preserving slow-moving sensor data.
Problem 2: Finding Resistor Value for a Target Frequency
Scenario: You are designing an active subwoofer crossover targeting an 80 Hz cutoff. You decide to use a standard 1 μF film capacitor in the feedback network. What resistor value do you need?
- Convert to base units:
fc = 80 Hz
C = 1 μF = 1 × 10-6 F = 0.000001 F - Apply the rearranged equation for R:
R = 1 / (2 × π × 80 × 0.000001) - Calculate the denominator:
2 × 3.14159 × 0.00008 = 0.00050265 - Solve for R:
R = 1 / 0.00050265 = 1989.4 Ω
Bench Check: 1989 Ω is not a standard value. You would select the closest E24 standard resistor, which is 2.0 kΩ (yielding a actual cutoff of ~79.5 Hz), or combine a 1.8 kΩ and a 200 Ω resistor in series for precision.
Assumptions, Limitations, and Common Unit Traps
The equation fc = 1 / (2πRC) is elegant, but it relies on several assumptions that break down in real-world circuits if you aren't careful.
When the Formula Applies (and When It Doesn't)
This equation assumes an ideal, first-order, passive network. It assumes the capacitor has zero Equivalent Series Resistance (ESR) and zero parasitic inductance, and that the resistor has no parasitic parallel capacitance. Furthermore, it assumes no loading effect. If the stage driving your filter has a high output impedance, or the stage reading your filter has a low input impedance, those impedances effectively alter your 'R' value, shifting the cutoff frequency. For precision analog design, buffering the filter with an op-amp (creating an active filter) eliminates loading errors, as detailed in Texas Instruments Application Note SLOA049B.
Unit Mistakes That Break the Math
If your calculator spits out an answer that looks wrong, you almost certainly dropped a metric prefix.
- The Microfarad Trap: Entering '1' instead of '0.000001' for a 1 μF capacitor will shift your calculated frequency by a factor of one million.
- The Kilohm Trap: Entering '10' instead of '10000' for a 10 kΩ resistor will shift your answer by a factor of 1,000.
What a Realistic Answer Magnitude Looks Like
Use domain knowledge to sanity-check your results.
- Audio Circuits (20 Hz - 20 kHz): If your math yields 0.04 Hz or 4.5 MHz for a guitar pedal tone control, you messed up a prefix. Audio filters typically use kΩ resistors and nF to μF capacitors.
- RF / High-Speed Digital (1 MHz - 1 GHz): If you are filtering a 2.4 GHz WiFi antenna line, your components will be in single-digit Ohms and picoFarads (pF). If your math yields 45 Hz, you are building a subwoofer, not an RF choke.
Frequently Asked Questions
How does the equation for low pass filter change for an active op-amp circuit?
The core cutoff frequency equation (fc = 1 / (2πRC)) remains identical for the feedback or input network of a standard first-order active filter. The op-amp does not change the math of the RC time constant; rather, it provides voltage gain and a low-impedance output buffer. This buffering prevents the next stage of your circuit from 'loading down' the capacitor, ensuring the physical circuit matches your theoretical math perfectly.
What is the equation for low pass filter attenuation at a specific frequency?
To find the exact voltage gain (or attenuation) at any arbitrary frequency f, use the magnitude equation: Av = 1 / √(1 + (f/fc)2). To convert this ratio into decibels, apply the formula dB = 20 × log10(Av). For example, if you feed a signal at exactly twice the cutoff frequency (f = 2fc) into a first-order filter, the attenuation will be roughly -7 dB. Remember that a first-order filter only rolls off at -20 dB per decade (-6 dB per octave); for steeper attenuation, you must cascade multiple stages.
Why does the equation for low pass filter use 2 pi in the denominator?
The 2π acts as a translation layer between the time domain and the frequency domain. The physical charging and discharging of the capacitor is governed by the time constant τ = RC, measured in seconds. However, AC signals are measured in Hertz (cycles per second). Because one complete sine wave cycle encompasses 2π radians, dividing by 2π converts the angular velocity (radians per second) into standard linear frequency (cycles per second), allowing you to match physical component values to AC signal behavior.






