An online LC calculator is only as good as the numbers you feed it and the assumptions you make about the components it spits out. At the bench, calculating the resonant frequency of an inductor-capacitor (LC) tank circuit is the first step in designing RF filters, impedance matching networks, and induction heaters. But plugging raw numbers into a web form without tracking your scientific notation is the fastest way to order a tray of capacitors that are off by a factor of a billion.
This guide breaks down the core LC resonance formula, tracks the units through two real-world bench problems, and provides a concrete decision path to select physical parts for your next build.
The Core LC Resonance Formula and Symbol Definitions
The resonant frequency of an ideal LC circuit occurs when the inductive reactance ($X_L$) exactly equals the capacitive reactance ($X_C$). At this point, the reactive components cancel out, leaving only the parasitic resistance of the circuit. The governing formula for resonant frequency is:
fr = 1 / (2π√(L × C))
Before you open a calculator, you must understand the strict SI unit requirements for this formula. If you input microhenries or picofarads directly without converting to base units, the math will fail catastrophically.
| Symbol | Parameter | Required SI Unit | Common Bench Prefixes |
|---|---|---|---|
| fr | Resonant Frequency | Hertz (Hz) | kHz ($10^3$), MHz ($10^6$), GHz ($10^9$) |
| L | Inductance | Henries (H) | mH ($10^{-3}$), μH ($10^{-6}$), nH ($10^{-9}$) |
| C | Capacitance | Farads (F) | μF ($10^{-6}$), nF ($10^{-9}$), pF ($10^{-12}$) |
| π | Pi (Constant) | Dimensionless | ~3.14159265 |
Assumptions and Real-World Limits
This formula assumes ideal components. It ignores Equivalent Series Resistance (ESR), Equivalent Series Inductance (ESL) in the capacitor, and parasitic winding capacitance in the inductor. According to All About Circuits, in a real parallel tank circuit, these parasitics lower the Quality factor (Q) and shift the actual peak frequency slightly below the calculated ideal $f_r$. Furthermore, every physical inductor has a Self-Resonant Frequency (SRF) where its own parasitic capacitance resonates with its inductance. You must ensure your calculated $f_r$ is well below the inductor's SRF.
Never use an inductor at more than 80% of its Self-Resonant Frequency (SRF). Above the SRF, the inductor stops acting like an inductor and becomes a capacitor. Always check the manufacturer's S-curve or datasheet (e.g., via the Coilcraft Design Tools) before finalizing your BOM.
Rearranged Forms for Component Selection
On the bench, you rarely know both L and C and ask for the frequency. Usually, your target frequency ($f_r$) is fixed by a standard (like 13.56 MHz for NFC or 433 MHz for ISM band telemetry), and you have a limited selection of either inductors or capacitors in your parts bin. You need to solve for the missing variable.
By squaring both sides and isolating the desired variable, we get the rearranged forms:
Solving for Inductance (L)
Use this when you have a fixed capacitor value and need to wind or buy an inductor to hit your target frequency.
L = 1 / ( (2π × fr)2 × C )
Solving for Capacitance (C)
Use this when you have a fixed inductor (like a pre-wound coil for an induction heater) and need to calculate the required tank capacitance.
C = 1 / ( (2π × fr)2 × L )
Worked Examples with Strict Unit Tracking
The most common point of failure when using an LC calculator is dropping a negative exponent during manual calculation. Here are two solved problems with explicit unit tracking to establish your baseline.
Problem 1: 13.56 MHz RFID Matching Network
Scenario: You are designing an impedance matching network for a 13.56 MHz NFC/RFID reader. You want to use a standard 100 pF capacitor from your kit. What inductance ($L$) is required to resonate at exactly 13.56 MHz?
- Convert to Base SI Units:
$f_r = 13.56 \text{ MHz} = 13.56 \times 10^6 \text{ Hz}$
$C = 100 \text{ pF} = 100 \times 10^{-12} \text{ F}$ - Apply the Rearranged Formula:
$L = 1 / [ (2 \times \pi \times 13.56 \times 10^6)^2 \times (100 \times 10^{-12}) ]$ - Calculate the Angular Velocity Squared $(2\pi f)^2$:
$2 \times \pi \times 13.56 \times 10^6 = 85,199,992.6 \text{ rad/s}$
$(85,199,992.6)^2 = 7.259 \times 10^{15}$ - Multiply by Capacitance:
$(7.259 \times 10^{15}) \times (100 \times 10^{-12}) = 725,903.8$ - Invert to find L:
$L = 1 / 725,903.8 = 1.377 \times 10^{-6} \text{ H}$ - Convert to Practical Units:
$L = 1.377 \text{ \mu H}$
Problem 2: 50 kHz ZVS Induction Heater Tank
Scenario: You are building a Zero Voltage Switching (ZVS) induction heater. You have wound a work coil that measures 25 μH on your LCR meter. You need the tank to resonate at 50 kHz to match your MOSFET driver's optimal switching frequency. What capacitance ($C$) do you need?
- Convert to Base SI Units:
$f_r = 50 \text{ kHz} = 50 \times 10^3 \text{ Hz}$
$L = 25 \text{ \mu H} = 25 \times 10^{-6} \text{ H}$ - Apply the Rearranged Formula:
$C = 1 / [ (2 \times \pi \times 50 \times 10^3)^2 \times (25 \times 10^{-6}) ]$ - Calculate the Angular Velocity Squared $(2\pi f)^2$:
$2 \times \pi \times 50,000 = 314,159.26 \text{ rad/s}$
$(314,159.26)^2 = 9.8696 \times 10^{10}$ - Multiply by Inductance:
$(9.8696 \times 10^{10}) \times (25 \times 10^{-6}) = 2,467,400$ - Invert to find C:
$C = 1 / 2,467,400 = 4.052 \times 10^{-7} \text{ F}$ - Convert to Practical Units:
$C = 405.2 \text{ nF}$ (or $0.405 \text{ \mu F}$)
The Unit Trap: Where LC Calculators Fail
If you use a digital LC calculator widget and type "100" into the capacitance field without selecting the "pF" dropdown, the calculator assumes 100 Farads. Your resulting inductance will be calculated in the sub-picohenry range—a physical impossibility for discrete components.
To catch these errors before ordering parts, you must know what a realistic answer magnitude looks like for your frequency band:
- Audio / Low-Frequency Power (10 Hz - 10 kHz): Expect large inductors (mH range) and large electrolytic/film capacitors (μF to mF range).
- Mid-Frequency / Induction (10 kHz - 500 kHz): Expect μH inductors and nF to low-μF film or polypropylene capacitors.
- RF / ISM Bands (1 MHz - 100 MHz): Expect nH to low-μH inductors and pF to low-nF ceramic (C0G/NP0) or silver mica capacitors.
- Microwave (1 GHz+): Inductors are often just PCB traces (nH), and capacitors are sub-pF. Distributed element transmission lines replace lumped LC components entirely.
The Golden Rule of Verification: After calculating, multiply your chosen L and C base values together. The square root of that product, multiplied by $2\pi$, should equal the reciprocal of your target frequency. If your $L \times C$ product doesn't yield a time-constant squared ($s^2$) that makes sense for your frequency, you dropped a decimal.
Decision Tree: Picking Your L and C for RF Filters
Calculating the math is only 10% of the job. The remaining 90% is selecting physical components that won't melt, drift with temperature, or self-resonate at the wrong frequency. Use this decision path to lock in your Bill of Materials (BOM).
| Target Frequency | Inductor Type | Capacitor Dielectric | Why This Wins |
|---|---|---|---|
| < 100 kHz | Ferrite-core / Toroidal | Polypropylene Film (CBB) | High current handling; film caps survive high dV/dt without piezoelectric ringing. |
| 1 MHz - 50 MHz | Air-core or Powdered Iron (e.g., T37-2) | NP0/C0G Ceramic or Silver Mica | Avoids ferrite core losses at RF; C0G offers near-zero temperature coefficient (0 ±30ppm/°C). |
| > 50 MHz | SMD Multilayer Ceramic / Wirewound (0402/0603) | NP0/C0G SMD Ceramic | Minimizes parasitic lead inductance; SMD packages push SRF well into the GHz range. |
Final Concrete Pick: The 13.56 MHz RFID Tank
Let's terminate our decision path using the 13.56 MHz example from earlier. We calculated a need for ~1.37 μH and 100 pF. Because 13.56 MHz sits squarely in the HF RFID band, we fall into the "1 MHz - 50 MHz" tier, but we are building a compact PCB, so we lean toward high-Q SMD components.
- Capacitor Selection: Do not use X7R or Y5V dielectrics; their capacitance drops drastically under DC bias and temperature shifts, which will detune your antenna. Decision: Select a KEMET C1206C101J5GACTU (100 pF, 50V, C0G/NP0, 1206 package). The C0G dielectric guarantees your 100 pF stays 100 pF from -55°C to +125°C.
- Inductor Selection: We need ~1.37 μH with a high Q-factor and an SRF well above 13.56 MHz. A standard ferrite chip inductor might have too much core loss at this frequency. Decision: Select the Coilcraft 1008CS-132 (1.3 μH wirewound ceramic core). According to its datasheet, it boasts a Q of 65 at 50 MHz and an SRF of 110 MHz, keeping it safely out of the capacitive region at our 13.56 MHz operating point.
By pairing the Coilcraft 1008CS-132 with the KEMET 100 pF C0G capacitor, your physical LC tank will resonate within 2% of the ideal calculated 13.56 MHz, ensuring maximum read range for your RFID application without requiring endless bench-tuning.






