Skip to main content

RC Low Pass Filter Cutoff Frequency: How fc = 1/(2πRC) Works

A practical guide to the RC low pass filter cutoff frequency. Learn fc = 1/(2πRC), the −3 dB point, a worked 1.59 kHz example, and how to pick parts.

Published By Li Lei
#electronics #filters #audio #rc-filter #signal-processing

RC Low Pass Filter Cutoff Frequency: How fc = 1/(2πRC) Works

A low pass filter does one job: it lets low frequencies through and quietly turns down everything above a chosen point. That point is the cutoff frequency, and for the simplest passive filter — one resistor and one capacitor — it sits exactly where this formula says it does:

fc = 1 / (2 · π · R · C)

That is the whole foundation. The resistor and the capacitor together set a single corner frequency, and the rest of the filter's behavior follows from it. Below the corner the signal passes nearly untouched; above it the signal rolls off. This post walks through what the corner actually means, runs a real example you can check by hand, and shows where this math earns its keep in audio, power supplies, and sensor lines.

What the cutoff frequency really is

The cutoff is not a wall. It is the −3 dB point: the frequency where the filter's output power has dropped to exactly half of the passband power. In voltage terms, the signal at the corner comes out at 1/√2 ≈ 0.707 of its full passband level. The "3 dB" is just shorthand for 10·log10(0.5), which works out to about −3.01 dB.

So at the corner, a tone is already 29% quieter in amplitude than it would be deep in the passband. Past the corner, a first-order RC filter keeps attenuating gradually — 20 dB per decade, meaning a frequency ten times above fc is only 20 dB down, not silenced. That gentle slope is the trade-off you accept for using a single resistor and a single capacitor. It is enough to tame high-frequency noise, audio hiss, or power-rail ripple without anything fancy, as long as you place the corner correctly.

One detail trips people up constantly: a low-pass and a high-pass built from the same R and C share the identical corner. fc = 1/(2πRC) does not change. The only difference is which side passes. You pick low-pass or high-pass by deciding where you take the output, not by editing the formula.

A worked example you can check

Take R = 1 kΩ and C = 100 nF. Plug them in, keeping the units consistent (ohms and farads, so 100 nF = 0.0000001 F):

fc = 1 / (2 · π · 1000 · 0.0000001)
   = 1 / (0.000628...)
   ≈ 1591.5 Hz

So that pair gives a corner of about 1.59 kHz. A 1 kHz tone fed into this low-pass comes out almost at full strength because it sits below the corner. A 16 kHz tone — a decade above fc — comes out roughly 20 dB down, about a tenth of its input amplitude. Right at 1.59 kHz, the tone is at 70.7%, the −3 dB point by definition.

If you want to scale the corner, the relationship is linear in both parts. Halve the resistor to 500 Ω and fc doubles to about 3.18 kHz. Drop the capacitor to 10 nF and fc jumps a full decade to roughly 15.9 kHz. That direct trade is what makes RC filters easy to tune: there is no hidden interaction, just the product R·C in the denominator. You can confirm any of these by hand, or punch them straight into the low pass filter cutoff calculator and watch the result auto-pick a readable prefix.

Designing backward: picking a part for a target corner

Most real design work runs the formula in reverse. You know the corner you want, you know one part you already have, and you need the other. Rearranging is quick algebra:

C = 1 / (2 · π · fc · R)
R = 1 / (2 · π · fc · C)

Say you want a 1 kHz low-pass and you have a 10 kΩ resistor in the parts bin. Then:

C = 1 / (2 · π · 1000 · 10000) ≈ 15.9 nF

A standard 15 nF capacitor lands you within a few percent of 1 kHz — close enough for nearly every filtering job, since the corner is a soft −3 dB point rather than a precise threshold. The first time I did this on a real board I was smoothing a noisy analog line feeding a microcontroller ADC. I had a 10 kΩ already placed, wanted the corner around 1 kHz to sit well below my sample rate, dropped in a 15 nF, and the noise floor visibly settled on the scope. No simulation, no datasheet deep-dive — just the rearranged formula and a part I already owned. That is the whole appeal of first-order RC: the math is honest and the parts are cheap.

When you commit to a capacitor, it helps to read its printed code correctly so the value you calculated matches the part you solder. A three-digit ceramic marking is not the value in nanofarads — decode it with the capacitor code calculator before you trust the number, because a "104" cap is 100 nF, not 104 of anything.

Where this shows up in real circuits

Audio crossovers. A two-way speaker needs the tweeter shielded from bass energy. A simple first-order crossover at 2 kHz feeding an 8 Ω tweeter uses a series capacitor: C = 1/(2π·2000·8) ≈ 10 µF, wired as a high-pass. The woofer gets a matching inductor for the low-pass half. Both halves share that same 2 kHz corner — the formula does not care which side you are building.

Anti-aliasing before an ADC. Before you sample, anything above half the sample rate folds back into your data as false low-frequency content. An RC low-pass with its corner set below the Nyquist frequency attenuates that high-frequency noise before the converter ever sees it. Sample at 1 kS/s, put the corner near 200 Hz, and the junk above 500 Hz is pushed down before it can alias.

Power-supply ripple. Switching regulators leave high-frequency ripple on the rail. A low-pass stage knocks it down. For steeper attenuation than a single RC can give, designers move to an LC filter, whose corner is fc = 1/(2π·√(L·C)) and which rolls off at 40 dB per decade instead of 20.

Common mistakes to avoid

The number one error is mixing up the capacitor unit. A 100 nF cap entered as 100 µF is off by a thousand, which drags the cutoff a thousand times too low. Always confirm pF, nF, or µF before you trust the corner.

The second is treating the −3 dB point as a brick wall. The signal is already down 3 dB at the corner and keeps rolling off gradually past it — it never snaps to zero. A first-order filter only attenuates 20 dB per decade, so a frequency one decade past fc is still merely 20 dB down. If you need more rejection, cascade stages or step up to a higher-order topology.

The third is forgetting that source and load impedance shift the effective R. The clean fc = 1/(2πRC) assumes an ideal driver and a high-impedance load. If your following stage draws current, fold that into the resistance before you read the corner.

For the broader circuit math around these designs — current, voltage, and resistance relationships — the Ohm's law calculator pairs naturally with this one when you are sizing the resistor in a real driver stage.

Wrapping up

The RC low pass filter is the friendliest analog building block there is: one resistor, one capacitor, one formula. fc = 1/(2πRC) sets the −3 dB corner, the signal drops to 70.7% right at that point, and everything above rolls off at 20 dB per decade. Pick the corner you want, rearrange to solve for the part you need, and confirm with a worked number before you reach for the soldering iron. Once the formula is in muscle memory, sizing a filter takes about ten seconds — and the rest of the time you can let the low pass filter cutoff calculator do the arithmetic and the unit bookkeeping for you.


Made by Toolora · Updated 2026-06-13