The band pass filter formula dictates the center frequency, bandwidth, and quality factor of a circuit designed to pass a specific range of frequencies while attenuating those outside it. For the foundational series RLC topology (where the output voltage is measured across the resistor), the governing center frequency equation is fc = 1 / (2π√(LC)). Getting the math right on paper is only the first step; translating those equations into physical components requires strict unit tracking and an understanding of parasitic realities.
The Core Band Pass Filter Formula and Symbol Definitions
A standard passive series RLC band pass filter relies on the resonant interaction between an inductor (L) and a capacitor (C), with a resistor (R) setting the damping and bandwidth. The three governing equations are:
- Center Frequency:
fc = 1 / (2π√(LC)) - Bandwidth (-3dB):
BW = R / (2πL) - Quality Factor:
Q = fc / BW = (1/R) * √(L/C)
Symbol Definition Table
| Symbol | Parameter | Base SI Unit | Common Bench Prefixes |
|---|---|---|---|
fc | Center (Resonant) Frequency | Hertz (Hz) | kHz, MHz, GHz |
BW | Bandwidth (Upper - Lower cutoff) | Hertz (Hz) | kHz, MHz |
Q | Quality Factor (Dimensionless) | None | N/A |
L | Inductance | Henry (H) | mH, μH, nH |
C | Capacitance | Farad (F) | μF, nF, pF |
R | Resistance (Load or Damping) | Ohm (Ω) | kΩ |
ωc | Angular Center Frequency | Radians/second (rad/s) | N/A (ω = 2πf) |
Real-World Component Pairings by Application
Theoretical math often yields impossible component values. Below is a data-dense reference table showing realistic component magnitudes for standard engineering applications, assuming a standard damping resistance where applicable.
| Application | Target fc | Typical L | Typical C | Resulting Q (Approx) | Physical Reality Check |
|---|---|---|---|---|---|
| Subwoofer Crossover | 60 Hz | 15 mH | 470 μF | 0.7 (Butterworth) | Requires large, heavy iron-core inductors and bipolar electrolytic caps. |
| Midrange Audio | 1 kHz | 2.5 mH | 10 μF | 2.0 | Air-core inductors are feasible; film capacitors keep ESR low. |
| AM Radio IF Filter | 455 kHz | 120 μH | 1 nF | 50 - 100 | Ferrite rod or shielded can inductors; ceramic disc or silver mica caps. |
| FM Radio IF Filter | 10.7 MHz | 2.2 μH | 100 pF | 30 - 60 | Surface mount chip inductors; NP0/C0G dielectric capacitors required for stability. |
| Wi-Fi 2.4 GHz RF | 2.4 GHz | 1.5 nH | 2.9 pF | Varies by trace | Lumped components are parasitic; implemented via microstrip trace geometries on PCB. |
Rearranged Forms for Component Selection
On the bench, you rarely start with L and C and ask 'what is the frequency?' Usually, you have a target fc and a required BW or Q, and you need to source the parts. Here are the algebraically rearranged forms solving for each variable.
Solving for Inductance (L)
- From Bandwidth:
L = R / (2π * BW) - From Center Frequency:
L = 1 / ((2π * fc)2 * C)
Solving for Capacitance (C)
- From Center Frequency:
C = 1 / ((2π * fc)2 * L)
Solving for Resistance (R)
- From Bandwidth:
R = 2π * L * BW - From Quality Factor:
R = (1/Q) * √(L/C)
Worked Examples with Strict Unit Tracking
The most common point of failure in filter design is unit mismanagement. The formulas above require base SI units (Hertz, Henrys, Farads, Ohms). Plugging microfarads directly into the equation without the 10-6 multiplier will yield catastrophic component selections.
Problem 1: Audio Midrange Crossover Design
Given: Design a series RLC band pass filter for a midrange speaker. Target fc = 1 kHz, Bandwidth BW = 500 Hz. The speaker impedance acts as the resistor, R = 8 Ω.
Find: Required Inductance (L) and Capacitance (C).
- Convert to Base SI:
fc = 1000 Hz,BW = 500 Hz,R = 8 Ω. - Calculate L using Bandwidth:
L = R / (2π * BW)
L = 8 / (2 * 3.14159 * 500)
L = 8 / 3141.59 = 0.002546 H
Result:L = 2.55 mH - Calculate C using Center Frequency:
C = 1 / ((2π * fc)2 * L)
C = 1 / ((2 * 3.14159 * 1000)2 * 0.002546)
C = 1 / (39478417 * 0.002546)
C = 1 / 100512 = 9.949 * 10-6 F
Result:C = 9.95 μF
Bench Note: A 9.95 μF capacitor is non-standard. You would parallel a 10 μF film cap with a small trimming cap, or simply use a standard 10 μF part, which shifts fc down to 997 Hz—a negligible difference in audio.
Problem 2: RF Intermediate Frequency (IF) Filter
Given: An AM radio IF stage requires fc = 455 kHz. You have a standard C = 1 nF capacitor on hand. Target Quality Factor Q = 50.
Find: Required Inductance (L) and Damping Resistance (R).
- Convert to Base SI:
fc = 455,000 Hz,C = 1 * 10-9 F,Q = 50. - Calculate L:
L = 1 / ((2π * fc)2 * C)
L = 1 / ((2 * 3.14159 * 455000)2 * 10-9)
L = 1 / (8.173 * 1012 * 10-9)
L = 1 / 8173 = 0.0001223 H
Result:L = 122.3 μH - Calculate R using Q:
R = (1/Q) * √(L/C)
R = (1/50) * √(0.0001223 / 10-9)
R = 0.02 * √(122300)
R = 0.02 * 349.71 = 6.99 Ω
Result:R = 7.0 Ω
Assumptions, Realistic Magnitudes, and Unit Traps
When the Formula Applies (and Its Assumptions)
The standard RLC formulas assume ideal, linear, time-invariant (LTI) components operating in a steady-state AC environment. In reality, inductors possess parasitic DC resistance (DCR) and parallel capacitance, while capacitors have Equivalent Series Resistance (ESR) and Equivalent Series Inductance (ESL). At high Q factors (Q > 50), the parasitic DCR of the inductor often dominates the explicit resistor R, artificially widening the bandwidth and lowering the actual Q. If you are designing a high-Q RF filter, you must measure the inductor's DCR with an LCR meter and add it to your R variable in the math.
Realistic Answer Magnitudes
Developing an intuition for magnitude prevents silly procurement mistakes.
- Audio (20 Hz - 20 kHz): Inductors are in the millihenry (mH) range; capacitors are in the microfarad (μF) range.
- RF (1 MHz - 100 MHz): Inductors drop to microhenry (μH); capacitors drop to picofarad (pF).
10-3 prefix conversion. If your RF filter requires a '0.05 F' capacitor, you dropped a 10-12 multiplier.
Unit Mistakes That Break the Math
ω in rad/s) with standard frequency (f in Hz). The relationship is ω = 2πf. If a datasheet specifies a cutoff at ω = 6283 rad/s, do not plug 6283 into the fc slot of the formula. Divide by 2π first to get 1000 Hz. Furthermore, always convert μF to Farads (* 10-6) and mH to Henrys (* 10-3) before hitting 'equals' on your calculator.
Active vs. Passive Topologies: When the Math Shifts
While the passive RLC equations govern the physics of resonance, physical inductors are bulky, expensive, and lossy at low frequencies. For audio and sub-MHz instrumentation, engineers use Active RC filters (like the Sallen-Key or Multiple Feedback topologies) utilizing op-amps to simulate the inductor's transfer function without magnetic components.
| Criteria | Passive RLC Filter | Active RC Filter (Op-Amp) |
|---|---|---|
| Components | Resistor, Inductor, Capacitor | Op-Amp, Resistors, Capacitors |
| Power Requirement | None (Passive) | Requires DC supply rails (e.g., ±15V) |
| Low Frequency (< 1 kHz) | Poor (Inductors become massive) | Excellent (Uses standard caps/resistors) |
| High Frequency (> 100 MHz) | Excellent (Parasitics are manageable) | Poor (Op-amp Gain-Bandwidth Product limits) |
| Signal Gain | Attenuation only (Gain ≤ 1) | Can provide voltage gain (Gain > 1) |
When transitioning to active filters, the fundamental fc and Q concepts remain identical, but the component-level formulas change entirely based on the specific op-amp topology. For deep dives into active Sallen-Key math, refer to the Texas Instruments Sallen-Key application notes or the All About Circuits resonance guidelines. Always verify your theoretical transfer function with a SPICE simulation (like LTspice) before cutting copper, as op-amp slew rate and GBW limitations will degrade high-Q active filters faster than the math predicts.






