Understanding Cutoff Frequency
Cutoff frequency, also called corner frequency, is the point in a circuit's frequency response where output power drops to half of its input power—a decline expressed as −3 dB on logarithmic scales. At this threshold, the voltage gain falls to approximately 70.7% of its passband value (1/√2 of the input).
This boundary matters because it separates two operating regions: below cutoff, a low-pass filter passes signals with minimal loss; above cutoff, attenuation accelerates rapidly. For high-pass filters, the behaviour reverses—frequencies below cutoff are blocked, while those above pass through.
Engineers standardise on the −3 dB point because it represents a mathematically clean ratio (power reduced by factor of 0.5) and appears consistently across different filter designs, making it easier to compare circuits and predict real-world performance.
Filter Circuit Types and Their Behaviour
An RC filter combines a resistor and capacitor. At low frequencies, the capacitor blocks current, behaving like an open circuit; the output voltage mirrors the input. At high frequencies, capacitive reactance drops, allowing current flow and reducing output voltage. This makes RC filters naturally low-pass.
An RL filter pairs a resistor with an inductor. At high frequencies, inductive reactance rises sharply, blocking current and allowing signal to pass to the output. At low frequencies, the inductor offers little resistance, causing voltage to drop across the resistor instead. This makes RL filters inherently high-pass.
Both circuits exhibit the same cutoff formula pattern—a product of component values divided into a constant. The specific formula depends on whether you're using capacitance (RC) or inductance (RL).
Cutoff Frequency Formulas
Two fundamental equations govern cutoff frequency in first-order filters:
fc = 1 / (2π × R × C)
fc = R / (2π × L)
f<sub>c</sub>— Cutoff frequency in hertz (Hz)R— Resistance in ohms (Ω)C— Capacitance in farads (F)L— Inductance in henries (H)π— Mathematical constant, approximately 3.14159
Worked Example: RC Low-Pass Filter
Consider a low-pass RC filter with a 10 kΩ resistor and 25 nF capacitor. Converting to base units:
- R = 10,000 Ω
- C = 25 × 10−9 F
Applying the RC formula:
fc = 1 / (2π × 10,000 × 25 × 10−9)
fc = 1 / (1.571 × 10−3) ≈ 636.6 Hz
This means signals below 636.6 Hz pass through with minimal attenuation, while frequencies above this point are progressively suppressed. Doubling the capacitor value would halve the cutoff frequency; doubling the resistor would also halve it.
Common Pitfalls and Practical Considerations
When designing or analysing filter circuits, watch for these frequent oversights:
- Unit Conversion Errors — Ensure resistance is in ohms, capacitance in farads, and inductance in henries before substituting into formulas. Microfarads, nanofarads, and millihenries are common in component datasheets but must be converted to base SI units first, otherwise your result will be wildly incorrect.
- Component Tolerance and Temperature Drift — Real resistors and capacitors vary from their nominal values by 5–20%. Capacitors in particular shift significantly with temperature. A 10% change in either R or C shifts the cutoff by roughly 10%, potentially moving your filter's frequency response outside the intended range.
- Higher-Order Filter Effects — Multi-stage filters (second-order and beyond) have steeper rolloff slopes but more complex cutoff definitions. The −3 dB point applies to each stage, and cascading filters does not simply add their cutoff frequencies—the interaction is more subtle.
- Load Impedance Interaction — The cutoff frequency assumes the filter output drives a high-impedance load. Connecting a low-impedance circuit (like an amplifier input or speaker) can shift the effective cutoff and degrade filter performance due to impedance loading effects.