The Core Resonant Frequency Equation RLC
The resonant frequency of an ideal series or parallel RLC circuit is the exact point where inductive reactance (XL) and capacitive reactance (XC) are equal in magnitude but opposite in phase, effectively canceling each other out. At this frequency, the circuit's impedance is purely resistive. The direct answer for the undamped natural resonant frequency is:
fr = 1 / (2π√(L × C))
Notice that resistance (R) is absent from this idealized formula. While R dictates the bandwidth (Q factor) and the damping of the circuit, it does not shift the ideal undamped resonant peak. To understand why the formula takes this shape, we derive it by setting the reactance equations equal to one another:
- Define Reactances: XL = 2πfL and XC = 1 / (2πfC)
- Set Equal at Resonance: 2πfL = 1 / (2πfC)
- Isolate f²: Multiply both sides by f and divide by 2πL to get f² = 1 / (4π²LC)
- Solve for f: Take the square root of both sides to yield fr = 1 / (2π√(LC))
For a deeper theoretical foundation on reactance cancellation, refer to the HyperPhysics series resonance module hosted by Georgia State University.
| Symbol | Parameter | Base SI Unit | Typical Bench Range |
|---|---|---|---|
| fr | Resonant Frequency | Hertz (Hz) | 50 Hz (mains) to 100 MHz (RF) |
| L | Inductance | Henry (H) | 10 nH to 100 mH |
| C | Capacitance | Farad (F) | 1 pF to 10,000 μF |
| π | Pi (Constant) | Dimensionless | ≈ 3.14159265 |
Rearranged Forms: Solving for L and C
On the bench, you rarely need to find the frequency of an existing tank circuit; you usually have a target frequency and need to select the missing component. Here are the algebraically rearranged forms. Note the critical placement of the squared term in the denominator.
- Solving for Inductance (L):
L = 1 / [ (2πfr)² × C ] - Solving for Capacitance (C):
C = 1 / [ (2πfr)² × L ]
Solved Problems: Unit Tracking on the Bench
The most common point of failure in RLC math isn't the algebra; it's the metric prefixes. Skipping intermediate unit conversions guarantees a wrong answer. Here are two worked examples with explicit unit tracking.
Problem 1: Finding Resonant Frequency for an RF Tank
Given: An inductor L = 4.7 μH and a capacitor C = 120 pF.
Find: fr in MHz.
- Convert to base SI units:
L = 4.7 × 10-6 H
C = 120 × 10-12 F - Multiply L and C:
(4.7 × 10-6) × (120 × 10-12) = 564 × 10-18 (or 5.64 × 10-16) - Take the square root:
√(5.64 × 10-16) = 2.3748 × 10-8 - Multiply by 2π:
2 × 3.14159 × (2.3748 × 10-8) = 1.4921 × 10-7 - Take the inverse (1 / x):
1 / (1.4921 × 10-7) = 6,701,963 Hz
Answer: The resonant frequency is 6.70 MHz.
Problem 2: Sizing a Capacitor for an Audio Crossover
Given: Target fr = 2.5 kHz, Inductor L = 1.2 mH.
Find: C in μF.
- Convert to base SI units:
fr = 2500 Hz
L = 1.2 × 10-3 H - Calculate angular frequency (2πfr):
2 × 3.14159 × 2500 = 15,707.96 rad/s - Square the angular frequency:
(15,707.96)² = 246,740,007 - Multiply by L:
246,740,007 × (1.2 × 10-3) = 296,088 - Take the inverse to find C:
1 / 296,088 = 3.377 × 10-6 F
Answer: The required capacitance is 3.38 μF. (On the bench, you would parallel a 3.3 μF and a 0.1 μF film capacitor to hit this value).
Real-World Scenario: When the Math Meets Parasitics
The formula assumes ideal, lumped components. Real components are not ideal. Here is a walkthrough of a 1 MHz LC filter design that failed on the first prototype due to ignored parasitics.
- Setup: We needed a parallel LC tank circuit tuned to exactly 1.00 MHz for an RF bandpass filter. We selected a 25 μH molded choke and used the rearranged formula to calculate the required capacitance: C = 1 / [(2π × 106)² × 25 × 10-6] = 1.013 nF. We populated the board with a 1 nF NP0/C0G ceramic capacitor and a 25 μH inductor.
- Numbers: Expected fr = 1.000 MHz. Component tolerances were ±2%, meaning the theoretical floor was 980 kHz.
- Outcome: Sweeping the circuit with a network analyzer revealed the actual resonant peak was sitting at 975 kHz, well outside our acceptable passband.
- What Went Wrong: We ignored parasitic capacitance. The 25 μH molded choke had a specified self-resonant frequency (SRF) that implied roughly 35 pF of internal winding capacitance. The PCB pads and via traces added another 15 pF of stray capacitance. Our total circuit capacitance wasn't 1.013 nF; it was 1.063 nF. Running 1.063 nF back through the formula yields exactly 975 kHz.
- The Fix: We swapped the fixed 1 nF capacitor for a 0.8 nF fixed capacitor in series with a 0.5 nF trimmer capacitor, allowing us to manually dial out the 50 pF of parasitic stray capacitance during bench tuning.
Assumptions, Unit Traps, and Realistic Magnitudes
To use the resonant frequency equation RLC effectively, you must understand its boundaries. Here is what breaks the math and what realistic answers look like.
When the Formula Applies (and When It Doesn't)
This formula calculates the undamped natural frequency. It assumes the resistance in the circuit is low enough that it doesn't significantly shift the peak. In a series RLC circuit, if the resistance is high (a low Q factor), the actual peak voltage shifts slightly lower. This is called the damped resonant frequency (fd), calculated as fd = fr × √(1 - ζ²), where ζ is the damping ratio. For most RF and power electronics applications where Q > 10, fr and fd are virtually identical. For heavily damped audio snubbers, the shift matters. See the All About Circuits resonance chapter for a detailed breakdown of Q factor bandwidth.
Unit Mistakes That Break the Math
- The 'Micro-Milli-Nano' Dance: Multiplying milli (10-3) by micro (10-6) yields 10-9, not 10-18. Always convert to base units (Henries, Farads, Hertz) before touching the calculator.
- Forgetting to Square 2πf: When rearranging to solve for L or C, the entire (2πf) term must be squared. A common error is squaring only the f, leaving 2π un-squared, which throws the final component value off by a factor of ~39.4.
- Angular vs. Standard Frequency: The formula outputs standard frequency (f) in Hertz. If your oscilloscope or function generator is set to radians per second (ω), you must use the simplified ωr = 1 / √(LC) formula instead.
Realistic Answer Magnitudes
If your calculator spits out a number, does it make physical sense? Use this sanity-check matrix:
- Audio Range (20 Hz - 20 kHz): Requires large L (mH) and large C (μF). If you calculate a 5 kHz resonance using nH and pF, you made a unit error.
- Switching Power Supplies (50 kHz - 2 MHz): Requires moderate L (μH) and moderate C (nF to low μF).
- RF Applications (10 MHz - 500 MHz): Requires small L (nH to low μH) and small C (pF). At these frequencies, a 10 μF capacitor is essentially a short circuit due to its internal parasitic inductance.
- Microwave (> 1 GHz): Lumped L and C components cease to function predictably. Resonance is achieved using physical transmission line stubs and cavity dimensions, not the lumped-element RLC equation.






