LC resonant frequency is the exact AC frequency at which the inductive reactance of a coil and the capacitive reactance of a capacitor perfectly cancel each other out, leaving only the circuit's parasitic and intentional resistive losses. When a circuit hits this specific frequency, its behavior changes drastically: a series LC circuit drops to near-zero impedance (acting like a short for that frequency), while a parallel LC circuit spikes to near-infinite impedance (acting like an open circuit). This singular phenomenon is the backbone of every radio receiver, induction heater, and high-efficiency resonant power supply you will encounter on the bench.
To visualize this, imagine water sloshing back and forth in a U-shaped tube. The water's physical inertia represents inductance, while the gravitational pull trying to restore the water to a level state represents capacitance. Once per cycle, energy transfers completely from kinetic (current in the inductor) to potential (voltage across the capacitor), creating a natural, self-sustaining sloshing rate.
The Core Formula and Component Reference Table
The resonant frequency ($f_r$) of an ideal LC tank circuit is governed by a single, elegant equation. It depends entirely on the values of your inductor ($L$ in Henries) and capacitor ($C$ in Farads).
$f_r = \frac{1}{2\pi\sqrt{LC}}$
Where $f_r$ is in Hertz, $L$ is in Henries, and $C$ is in Farads.
Rather than calculating from scratch every time you design a filter or matching network, it helps to internalize the scale of common component pairings. The table below maps standard L and C values to their resulting resonant frequencies across real-world applications.
| Application | Inductance (L) | Capacitance (C) | Resonant Freq ($f_r$) | Typical Component Style |
|---|---|---|---|---|
| AM Broadcast Band | 250 µH | 365 pF | ~525 kHz | Ferrite rod antenna + variable air cap |
| 13.56 MHz RFID/NFC | 1.4 µH | 98 pF | 13.56 MHz | PCB trace coil + 0603 C0G MLCC |
| FM Broadcast Band | 100 nH | 25 pF | ~100 MHz | Air-core wire coil + ceramic trimmer |
| 433 MHz ISM Band | 56 nH | 2.4 pF | 433.92 MHz | 0402 SMD wirewound + 0402 C0G |
| LLC Power Supply Tank | 150 µH | 68 nF | ~49.8 kHz | Gapped ferrite core + film capacitor |
Worked Example: Tuning a 433 MHz ISM Antenna Match
Let’s move from theory to the workbench. Suppose you are designing a 433 MHz ISM band transmitter (common for garage door openers and weather stations) and need to create a simple parallel LC tank to match the antenna impedance. You have selected a high-Q, 56 nH surface-mount inductor (like the Coilcraft 0402HP series) for your layout. What capacitor value do you need to hit exactly 433.92 MHz?
First, we rearrange the core formula to solve for capacitance:
$C = \frac{1}{(2\pi f_r)^2 L}$
Plug in the real-world numbers:
- Calculate angular frequency ($\omega$): $2 \times \pi \times 433.92 \times 10^6 = 2.726 \times 10^9$ rad/s.
- Square it: $(2.726 \times 10^9)^2 = 7.433 \times 10^{18}$.
- Multiply by L: $7.433 \times 10^{18} \times 56 \times 10^{-9} = 416.24$.
- Invert for C: $1 / 416.24 = 0.002402 \times 10^{-9}$ Farads.
The math dictates a 2.4 pF capacitor. However, the calculation is only half the engineering challenge. At 433 MHz, component parasitics dominate. If you grab a standard X7R dielectric MLCC, its voltage coefficient and temperature drift will detune your circuit as the board warms up. You must specify a C0G/NP0 dielectric capacitor with a tight tolerance (±0.1 pF or ±0.25 pF) to maintain the resonant peak. Furthermore, at this frequency, the PCB trace inductance connecting the components will easily add 1-2 nH, shifting your actual resonant frequency down to roughly 425 MHz if you don't account for layout parasitics in your EM simulation.
Where You Meet LC Resonance in Practice
Understanding LC resonance transitions you from building simple DC circuits to mastering AC and RF systems. Here is where this physics principle dictates hardware design:
- LLC Resonant Converters: In modern server and laptop power supplies, engineers use an LLC tank circuit to achieve Zero Voltage Switching (ZVS). By driving the MOSFETs slightly above the LC resonant frequency, the circuit ensures the transistors switch when the voltage across them is zero, virtually eliminating switching losses and allowing switching frequencies to push past 1 MHz. For a deeper look at this topology, review the Texas Instruments LLC Training Series.
- Superheterodyne Receivers: Every traditional radio uses an LC tank in the local oscillator and the Intermediate Frequency (IF) stages to reject unwanted stations and pass only the desired signal bandwidth.
- Induction Heating: A massive parallel LC tank circuit (often using water-cooled copper tubing and high-voltage polypropylene film capacitors) is driven at resonance. Because the impedance is purely resistive at $f_r$, the inverter can push hundreds of amps through the work coil with minimal reactive power fighting the switching transistors.
- Metal Detectors: Beat-Frequency Oscillation (BFO) metal detectors rely on two LC oscillators. When metal enters the search coil's magnetic field, it alters the coil's inductance ($L$), shifting the resonant frequency and creating an audible beat frequency against the reference oscillator.
Common Confusions and Real-World Parasitics
When troubleshooting AC circuits, hobbyists and junior engineers frequently trip over a few specific misconceptions regarding resonance.
A capacitor is not just a capacitor; it is a series RLC circuit due to lead inductance and Equivalent Series Resistance (ESR). Every capacitor has a Self-Resonant Frequency. If your target circuit frequency is above the capacitor's SRF, the parasitic inductance takes over, and the component behaves like an inductor. For example, a 100 nF 0603 ceramic capacitor has an SRF around 15 MHz. If you try to use it as a bypass cap in a 100 MHz RF circuit, it will act as a choke, completely ruining your impedance match. Always check the manufacturer's S-parameter or SRF datasheet graphs.
Confusing LC Resonance with RC Time Constants:
People often conflate the oscillatory nature of LC circuits with the exponential decay of RC (Resistor-Capacitor) circuits. An RC circuit does not resonate; it simply charges and discharges with a time constant ($\tau = RC$). Resonance requires the bidirectional energy exchange between a magnetic field (inductor) and an electric field (capacitor). If you swap the inductor for a resistor, oscillation dies immediately.
Ignoring the Quality Factor (Q):
The theoretical formula assumes ideal components. In reality, the wire in your inductor has resistance ($R$). The Quality Factor, defined as $Q = \frac{1}{R}\sqrt{\frac{L}{C}}$ for a series circuit, determines the 'sharpness' of the resonant peak. A high-Q circuit (like an air-core coil with thick wire) will have a very narrow, tall resonance peak, making it excellent for selecting a single radio station but highly sensitive to component drift. A low-Q circuit has a broad, flat peak, which is preferred in audio crossovers where you want a gradual transition between drivers rather than a sharp spike. For a comprehensive breakdown of how resistance alters ideal resonance, consult the All About Circuits AC Textbook chapter on Series Resonance.
Mastering LC resonant frequency means looking past the idealized math and respecting the physical realities of your components. Always verify your bench builds with a network analyzer or an LCR meter capable of sweeping impedance across frequency, as the parasitics of your PCB and component leads will always have the final say.






