The resonant frequency of an ideal LC circuit is calculated using the formula f = 1 / (2π√LC). This is the exact frequency where the inductive reactance (X_L) and capacitive reactance (X_C) cancel each other out, leaving only the parasitic resistance of the circuit. Whether you are designing a 13.56 MHz RFID antenna matching network, a buck converter output filter, or a simple audio crossover, this formula is your starting point. However, plugging raw numbers into an online LC resonance calculator without tracking your SI unit prefixes is the fastest way to order the wrong components and brick your RF front-end.

The Core LC Resonance Formula and Symbol Definitions

Before opening a calculator, we must define the variables and the strict assumptions under which this formula holds true. The ideal resonance equation assumes lossless components—meaning zero Equivalent Series Resistance (ESR) in the capacitor and zero DC resistance (DCR) in the inductor.

Symbol Parameter Base SI Unit Typical Real-World Magnitude
f Resonant Frequency Hertz (Hz) 100 Hz (audio) to 2.4 GHz (ISM band)
L Inductance Henrys (H) 1 mH (power) to 2.2 nH (UHF RF)
C Capacitance Farads (F) 100 µF (bulk decoupling) to 1.5 pF (RF tuning)
π Pi (Mathematical Constant) Dimensionless ~3.14159265
When this formula applies: This derivation assumes a high-Q (quality factor) undriven or lightly driven tank circuit. It applies when the operating frequency is well below the inductor's Self-Resonant Frequency (SRF) and when the capacitor's dielectric absorption is negligible. If you are operating at high power (e.g., Tesla coils or induction heaters), resonance causes extreme voltage spikes across the capacitor; always verify the capacitor's AC voltage rating, not just its DC rating.

Rearranged Forms for Component Sizing

In bench practice, you rarely solve for frequency. Usually, you have a target frequency (like an ISM band allocation) and one fixed component value, and you need to calculate 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)

Realistic Magnitude Check: If you are designing for audio frequencies (20 Hz - 20 kHz), your answers should land in millihenrys (mH) and microfarads (µF). If you are designing for RF (1 MHz - 100 MHz), your answers must land in microhenrys/nanohenrys (µH/nH) and picofarads (pF). If your RF calculation spits out a capacitance of 0.04 Farads, you have missed a decimal prefix by a factor of a billion.

Worked Examples with Strict Unit Tracking

The most common point of failure in LC calculations is unit mismanagement. Calculators do not know what a 'micro' or 'pico' is; they only understand base SI units. Here is how to track units explicitly.

Problem 1: Finding Resonant Frequency

Given: An inductor of 4.7 µH and a capacitor of 120 pF.
Find: The resonant frequency (f).

  1. Convert to Base Units:
    L = 4.7 × 10⁻⁶ H
    C = 120 × 10⁻¹² F
  2. Multiply L and C:
    (4.7 × 10⁻⁶) × (120 × 10⁻¹²) = 564 × 10⁻¹⁸ = 5.64 × 10⁻¹⁶
  3. Take the Square Root:
    √(5.64 × 10⁻¹⁶) = 2.3748 × 10⁻⁸
  4. Multiply by 2π:
    2 × 3.14159 × (2.3748 × 10⁻⁸) = 1.492 × 10⁻⁷
  5. Take the Inverse (1 / x):
    1 / (1.492 × 10⁻⁷) = 6,701,624 Hz

Answer: 6.70 MHz. This is a realistic magnitude for a shortwave radio front-end filter.

Problem 2: Finding Capacitance for a Target Frequency

Given: Target frequency of 13.56 MHz (Standard NFC/RFID band) and a fixed inductor of 2.2 µH.
Find: Required capacitance (C).

  1. Convert to Base Units:
    f = 13.56 × 10⁶ Hz
    L = 2.2 × 10⁻⁶ H
  2. Square the Frequency:
    (13.56 × 10⁶)² = 1.8387 × 10¹⁴
  3. Calculate the Denominator (4 * π² * f² * L):
    4 × 9.8696 × (1.8387 × 10¹⁴) × (2.2 × 10⁻⁶) = 1.5968 × 10¹⁰
  4. Take the Inverse:
    C = 1 / (1.5968 × 10¹⁰) = 6.262 × 10⁻¹¹ F
  5. Convert to Practical Prefix:
    6.262 × 10⁻¹¹ F = 62.62 × 10⁻¹² F = 62.62 pF

Answer: 62.62 pF. (See the decision path below for how to select a real-world part for this value).

The Unit Trap: Prefix Mistakes That Break the Math

If you skip the scientific notation step and type 1 / (2 * π * √(4.7 * 120)) into a standard calculator, you will get 0.067 Hz. This is off by a factor of 100 million. Always use the exponent multipliers listed below when setting up your spreadsheet or Python script.

Prefix Symbol Multiplier Scientific Notation
Milli m 0.001 10⁻³
Micro µ or u 0.000001 10⁻⁶
Nano n 0.000000001 10⁻⁹
Pico p 0.000000000001 10⁻¹²

Decision Path: Sizing an LC Tank for 13.56 MHz RFID

Calculating the math is only 20% of the job. Selecting the physical components that will actually resonate at 13.56 MHz on your PCB requires navigating dielectric types, tolerances, and parasitic effects. Use this decision tree to arrive at a concrete Bill of Materials (BOM).

Decision Node Condition / Question Action / Selection
1. Target Frequency Is f = 13.56 MHz (NFC/RFID)? Yes. Proceed to inductor selection.
2. Inductor Type Do you need high Q and minimal EMI radiation? Choose a shielded ferrite multilayer inductor. Avoid unshielded drum cores which detune when placed near metal enclosures.
3. Inductor Value What is the nearest standard E12 value to 2.2 µH? Select 2.2 µH. Verify the inductor's SRF (Self-Resonant Frequency) is > 40 MHz (at least 3x the operating frequency).
4. Calculate C Using L = 2.2 µH and f = 13.56 MHz, what is C? Math yields 62.62 pF.
5. Capacitor Dielectric Will the circuit experience temperature swings or RF heating? Mandatory: Use C0G/NP0 ceramic dielectric. X7R or Y5V will shift capacitance by >15% under bias and temperature, destroying your resonance.
6. Capacitor Value What is the nearest standard E24 value to 62.62 pF? Select 62 pF.
7. Final BOM Pick Concrete part numbers for production? L: Murata LQH32CN2R2K53L (2.2µH, 1210, Shielded)
C: KEMET C0805C620J5GACTU (62pF, 50V, C0G)

Verification Step: If we plug the exact chosen values (2.2 µH and 62 pF) back into the core formula, the resulting resonant frequency is 13.63 MHz. This is a +0.5% shift from the 13.56 MHz target, which falls well within the ±400 kHz bandwidth tolerance required by the ISO/IEC 14443 NFC standard.

When the Ideal Formula Fails in Practice

The f = 1 / (2π√LC) formula is a first-order approximation. On the bench, your network analyzer will show a slightly different peak. Here is why, and how to compensate:

  1. Inductor Self-Resonant Frequency (SRF): Every physical inductor has parasitic parallel capacitance between its windings. As you approach the SRF, the inductor stops acting like an inductor and becomes a parallel resonant circuit. According to Coilcraft's SRF measurement guidelines, you must select an inductor whose SRF is at least 10 times higher than your target frequency for precision filters, or at least 3 times higher for simple matching networks.
  2. PCB Parasitic Capacitance: A standard FR4 PCB trace pad adds roughly 0.5 pF to 1.5 pF of stray capacitance to ground. If your calculated capacitance is 4.0 pF, the PCB pad will add 25% error. For UHF designs (>400 MHz), you must subtract the estimated pad capacitance from your calculated C value before ordering parts.
  3. Capacitor ESR and Inductor DCR: While resistance does not shift the resonant frequency significantly in high-Q circuits, it dictates the bandwidth (Q-factor) of the tank. If you are building a crystal-oscillator replacement or a narrow-bandpass filter, low ESR is non-negotiable. All About Circuits' guide on series resonance details how the Q-factor (X_L / R) flattens out the resonance peak if resistance is too high, making the circuit useless for frequency selection.

Always validate your calculated LC pairs with a Vector Network Analyzer (VNA) or an impedance analyzer on the actual PCB layout. The math gets you the right BOM; the VNA proves the layout didn't ruin it.