When you need to tune an RF matching network, design an audio crossover, or build an oscillator, an LC calculator is your first stop. But blindly pasting numbers into a web form without understanding the underlying math, unit scaling, and parasitic limits is how you end up with a circuit that resonates at 45 MHz instead of 433 MHz. This guide breaks down the exact resonance formulas, tracks units through real-world bench problems, and provides a concrete decision path for selecting physical components.
The Core LC Resonance Formula & Symbol Definitions
The fundamental equation for the undamped resonant frequency of an ideal LC circuit (inductor and capacitor in series or parallel) is derived from the point where the inductive reactance ($X_L$) exactly equals the capacitive reactance ($X_C$).
f0 = 1 / (2π√(LC))
| Symbol | Parameter | SI Base Unit | Definition & Bench Context |
|---|---|---|---|
| f0 | Resonant Frequency | Hertz (Hz) | The frequency where the circuit's net reactance is zero (series) or infinite (parallel). |
| L | Inductance | Henries (H) | Opposition to current change. On the bench, always verify the Self-Resonant Frequency (SRF) is above f0. |
| C | Capacitance | Farads (F) | Opposition to voltage change. Use C0G/NP0 dielectrics for RF; avoid X7R/Y5V due to voltage bias shift. |
| π | Pi | Dimensionless | Mathematical constant (~3.14159265). |
When This Formula Applies (and Its Assumptions)
This formula calculates the undamped resonant frequency. It assumes ideal components with zero Equivalent Series Resistance (ESR) and zero parasitic capacitance/inductance. In reality, every inductor has winding resistance and parallel capacitance. However, if your circuit's Quality Factor (Q) is greater than 10, the damped resonant frequency is within 0.5% of the ideal f0, making this formula perfectly valid for 95% of hobbyist and professional RF/audio designs. For low-Q circuits (like heavily damped snubbers), you must use the damped formula: f_d = f_0 * √(1 - ζ²).
Rearranged Forms for Component Selection
On the bench, you rarely solve for frequency. Usually, you have a target frequency and one known component, and you need to find the missing part. Here are the algebraically rearranged forms:
- Solving for Inductance (L):
L = 1 / (4π²f²C) - Solving for Capacitance (C):
C = 1 / (4π²f²L)
Keep the 4π² term grouped in your calculator's memory (approximately 39.4784) to speed up manual bench calculations.
Unit Conversion Traps That Break Your Math
Component values are almost never printed in base SI units. You will deal in microhenries (µH), nanohenries (nH), picofarads (pF), and microfarads (µF). To prevent order-of-magnitude errors, either convert everything to base SI units using scientific notation before calculating, or use this bench-derived shortcut formula for RF work:
RF Shortcut Formula:
f (MHz) = 159.155 / √(L (µH) × C (pF))
This shortcut bakes in the 10⁻⁶ and 10⁻¹² scaling factors, allowing you to plug in the exact numbers printed on your component bags and get an answer in Megahertz.
Worked Examples with Unit Tracking
Problem 1: 433 MHz ISM Band RF Filter
Scenario: You are building a 433.92 MHz antenna matching network. You have a high-Q 3.3 pF C0G capacitor in your kit. What inductance do you need?
- Identify knowns: f = 433.92 MHz, C = 3.3 pF.
- Select formula: We need L. Using the RF shortcut rearranged for L:
L (µH) = (159.155 / f(MHz))² / C(pF) - Substitute values:
L = (159.155 / 433.92)² / 3.3 - Calculate intermediate step:
159.155 / 433.92 = 0.36678 - Square the intermediate:
0.36678² = 0.13453 - Divide by C:
0.13453 / 3.3 = 0.04076 µH - Convert to standard units: 0.04076 µH = 40.76 nH.
Bench check: A 40.8 nH inductor is roughly a few turns of enameled copper wire on a 3mm air-core form, which is physically realistic for UHF PCB layouts.
Problem 2: 120 Hz Linear Power Supply Ripple Filter
Scenario: You need an LC low-pass filter to kill 120 Hz full-wave rectifier ripple. You have a 10 mH iron-core choke. What capacitor is required?
- Identify knowns (SI base units): f = 120 Hz, L = 10 mH = 0.01 H.
- Select formula:
C = 1 / (4π²f²L) - Substitute values:
C = 1 / (39.4784 × 120² × 0.01) - Calculate denominator:
39.4784 × 14400 × 0.01 = 5684.89 - Divide:
C = 1 / 5684.89 = 0.0001759 Farads - Convert to standard units: 175.9 µF.
Bench check: A ~176 µF capacitor at audio frequencies means an electrolytic or film capacitor. Since electrolytics have high ESR and poor tolerance, you would parallel a 220 µF electrolytic with a 1 µF film cap to handle high-frequency switching noise.
Decision Path: Picking Real-World L and C Values
Math gives you an exact number, but you can only buy standard values. Furthermore, inductors are physically larger, more expensive, and have looser tolerances (often ±10% or ±20%) than capacitors. Therefore, the golden rule of LC design is: Always pick the capacitor first, then calculate the inductor.
| Target Frequency | Step 1: Pick Capacitor (Dielectric & Value) | Step 2: Calculate & Pick Inductor | Concrete Part Selection Example |
|---|---|---|---|
| RF (> 10 MHz) | Pick C0G/NP0 ceramic. Tight tolerance (±1% or ±2%). Value between 10 pF and 100 pF to minimize stray pad capacitance impact. | Calculate L. Select air-core, ceramic-core, or powdered iron SMD inductor. Ensure SRF > 2× target frequency. | Target: 13.56 MHz RFID. Pick C: 47 pF (Murata GJM1555C1H470JB01D). Calc L: 2.93 µH. Buy L: Coilcraft 1008CS-292XJRC (2.9 µH, 5%, SRF 45 MHz). |
| Audio (< 20 kHz) | Pick Polypropylene or Polyester film. Avoid ceramics (microphonics/piezoelectric noise). Value between 10 nF and 1 µF. | Calculate L. Select ferrite-core or iron-powder toroidal choke. Ensure DC current rating > circuit max current to prevent saturation. | Target: 2.5 kHz Crossover. Pick C: 4.7 µF (Wima MKP10 Film). Calc L: 862 µH. Buy L: Custom wound on Micrometals T50-2 toroid (approx 65 turns of 22 AWG). |
Realistic Magnitudes & Parasitic Edge Cases
If your LC calculator spits out a value that feels 'wrong', trust your gut. Realistic magnitudes follow strict physical boundaries based on the operating frequency:
- Audio (20 Hz - 20 kHz): Inductors should be in the millihenry (mH) range. Capacitors should be in the microfarad (µF) range. If your math yields a 4 nH inductor for a 500 Hz filter, you dropped a decimal point.
- HF/VHF RF (1 MHz - 100 MHz): Inductors drop to the microhenry (µH) or nanohenry (nH) range. Capacitors shrink to picofarads (pF).
- Microwave (> 500 MHz): Lumped components disappear entirely. Inductance is provided by picohenries (pH) (often just a short trace of PCB copper), and capacitance is fractional picofarads.
The Self-Resonant Frequency (SRF) Trap
The most common point of failure for LC circuits is ignoring the inductor's SRF. Every physical inductor has parasitic parallel capacitance between its windings. This creates its own unintended LC tank.
If you calculate that you need a 10 µH inductor for a 15 MHz filter, and you select a standard off-the-shelf molded choke, that choke might have an SRF of 8 MHz. Above 8 MHz, the parasitic capacitance dominates, and the 'inductor' actually behaves as a capacitor. Your 15 MHz filter will completely fail to attenuate the target frequency. Always consult the manufacturer's S-parameter or SRF datasheet charts—like those provided by Coilcraft's RF design tools—to verify the component behaves inductively at your specific f0.
For deeper theoretical background on the phase relationships and impedance curves at resonance, the Georgia State University HyperPhysics LCR circuit reference provides excellent interactive phasor diagrams that map directly to the math used above.






