An l c resonance calculator automates the math behind tuned circuits, but blindly pasting numbers into a web tool is how you end up with a 433 MHz transmitter that actually radiates at 315 MHz. The underlying physics relies on the interplay between magnetic energy storage in an inductor ($L$) and electric energy storage in a capacitor ($C$). When the reactances cancel out, the circuit resonates. This guide breaks down the exact formula, tracks units through solved problems to prevent order-of-magnitude errors, and provides a concrete decision framework for picking physical components off a distributor's shelf.

The Core Formula and Symbol Definitions

The resonant frequency ($f_r$) of an ideal, lossless LC circuit occurs when the inductive reactance ($X_L = 2\pi f L$) exactly equals the capacitive reactance ($X_C = \frac{1}{2\pi f C}$). Setting $X_L = X_C$ and solving for $f$ yields the fundamental resonance equation:

$$f_r = \frac{1}{2\pi\sqrt{LC}}$$

Symbol Definitions and Base SI Units
Symbol Parameter Base SI Unit Typical Practical Range
$f_r$ Resonant Frequency Hertz (Hz) 100 Hz to 5 GHz
$L$ Inductance Henries (H) 1 nH to 10 mH
$C$ Capacitance Farads (F) 0.5 pF to 100 $\mu$F
$\pi$ Archimedes' Constant Dimensionless $\approx 3.14159265$
Assumptions & Applicability: This formula assumes ideal components. It ignores the Equivalent Series Resistance (ESR) of the inductor, the dielectric losses of the capacitor, and parasitic trace capacitance. It applies accurately to high-Q (Quality factor > 10) series or parallel tank circuits where resistive damping is minimal. For low-Q circuits, the damped resonant frequency shifts slightly lower.

Rearranged Forms: Solving for L, C, or f

In practical bench work, you rarely solve for $f_r$ from scratch. Usually, your target frequency is fixed by a protocol (e.g., 13.56 MHz for NFC, 433.92 MHz for ISM bands), and you need to calculate the missing passive component. Here are the algebraic rearrangements you need:

  • Solving for Inductance ($L$): $$L = \frac{1}{4\pi^2 f_r^2 C}$$
  • Solving for Capacitance ($C$): $$C = \frac{1}{4\pi^2 f_r^2 L}$$
  • Solving for the LC Product: $$LC = \frac{1}{4\pi^2 f_r^2}$$

Notice that $4\pi^2$ is approximately $39.478$. Memorizing this constant speeds up back-of-the-napkin calculations when verifying the output of your l c resonance calculator.

Unit Conversion Traps and Realistic Magnitudes

The single most common reason an LC calculation fails on the bench is a unit mismatch. The formula only works if $L$ is in base Henries and $C$ is in base Farads. Plugging in microhenries ($\mu$H) and picofarads (pF) directly will yield a frequency that is off by a factor of 10 million.

The Mandatory Conversions:

  • $1 \text{ mH} = 10^{-3} \text{ H}$
  • $1 \text{ }\mu\text{H} = 10^{-6} \text{ H}$
  • $1 \text{ nH} = 10^{-9} \text{ H}$
  • $1 \text{ }\mu\text{F} = 10^{-6} \text{ F}$
  • $1 \text{ nF} = 10^{-9} \text{ F}$
  • $1 \text{ pF} = 10^{-12} \text{ F}$

What does a realistic answer magnitude look like? If your calculator spits out a number outside these typical bounds, you have a unit error:

Application BandTypical $f_r$ MagnitudeTypical $L$ RangeTypical $C$ Range
Audio Crossovers100 Hz - 5 kHz1 mH - 10 mH1 $\mu$F - 100 $\mu$F
AM Radio (MW)530 kHz - 1.7 MHz100 $\mu$H - 500 $\mu$H50 pF - 365 pF
HF RFID / NFC13.56 MHz1 $\mu$H - 5 $\mu$H20 pF - 150 pF
ISM Band / LoRa433 MHz / 868 MHz10 nH - 60 nH1 pF - 5 pF

Worked Examples with Strict Unit Tracking

Example 1: Finding Resonant Frequency from Known Components

Scenario: You have a breadboarded tank circuit with a $10 \text{ }\mu\text{H}$ inductor and a $47 \text{ pF}$ capacitor. What is $f_r$?

  1. Convert to Base SI:
    $L = 10 \times 10^{-6} \text{ H}$
    $C = 47 \times 10^{-12} \text{ F}$
  2. Calculate the LC Product:
    $LC = (10 \times 10^{-6}) \times (47 \times 10^{-12}) = 470 \times 10^{-18} = 4.7 \times 10^{-16} \text{ s}^2$
  3. Take the Square Root:
    $\sqrt{4.7 \times 10^{-16}} \approx 2.1679 \times 10^{-8} \text{ s}$
  4. Multiply by $2\pi$:
    $2 \times 3.14159 \times 2.1679 \times 10^{-8} \approx 1.3621 \times 10^{-7} \text{ s}$
  5. Invert to find $f_r$:
    $f_r = \frac{1}{1.3621 \times 10^{-7}} \approx 7,341,465 \text{ Hz}$
  6. Final Answer: $7.34 \text{ MHz}$ (A realistic magnitude for shortwave/HF radio).

Example 2: Finding Capacitance for a Target Frequency

Scenario: You are designing an NFC antenna matching network. The target $f_r$ is exactly $13.56 \text{ MHz}$, and your antenna inductance measures $1.2 \text{ }\mu\text{H}$. What parallel capacitance ($C$) do you need?

  1. Convert to Base SI:
    $f_r = 13.56 \times 10^{6} \text{ Hz}$
    $L = 1.2 \times 10^{-6} \text{ H}$
  2. Square the Frequency:
    $f_r^2 = (13.56 \times 10^6)^2 \approx 1.8387 \times 10^{14} \text{ Hz}^2$
  3. Calculate the Denominator ($4\pi^2 f_r^2 L$):
    $39.4784 \times (1.8387 \times 10^{14}) \times (1.2 \times 10^{-6}) \approx 8.711 \times 10^{9}$
  4. Invert to find $C$:
    $C = \frac{1}{8.711 \times 10^{9}} \approx 1.1479 \times 10^{-10} \text{ F}$
  5. Convert to Practical Units:
    $1.1479 \times 10^{-10} \text{ F} = 114.79 \times 10^{-12} \text{ F}$
  6. Final Answer: $114.8 \text{ pF}$ (Select a standard 1% tolerance 115 pF C0G/NPO ceramic capacitor).

Decision Path: Picking L and C for a 433 MHz Tank Circuit

When designing for VHF/UHF frequencies, you cannot just pick any $L$ and $C$ combination that satisfies the math. Parasitics dominate. Use this decision tree to finalize your Bill of Materials (BOM).

Condition / QuestionDecision / ActionResulting Constraint
Is target $f_r > 100 \text{ MHz}$? YES: Always pick $C$ first. PCB pad parasitic capacitance (often 0.2 - 0.5 pF) will swamp small calculated values. Minimum $C$ must be $\ge 1.5 \text{ pF}$ to maintain predictable tuning.
Select standard $C$ value Pick 2.2 pF (C0G/NPO dielectric, 0402 package). Dielectric must be C0G to prevent capacitance drift with temperature. $C = 2.2 \times 10^{-12} \text{ F}$
Calculate required $L$ for 433.92 MHz $L = \frac{1}{4\pi^2 (433.92\times 10^6)^2 (2.2\times 10^{-12})}$ $L \approx 61.1 \text{ nH}$
Check Inductor SRF (Self-Resonant Frequency) The inductor's SRF must be at least 2x the target $f_r$ (i.e., > 860 MHz), otherwise it acts capacitive. Reject standard wirewound chokes; require RF-grade ceramic core.
FINAL CONCRETE PICK Select Coilcraft 0402HP-62NX (62 nH, 5% tol, SRF 1.3 GHz, High Q) and Murata GRM1555C1H2R2CA01D (2.2 pF C0G). Verified BOM for 433 MHz ISM transmitter matching.

When the Ideal Formula Fails in Practice

The math above assumes perfect components. In reality, every physical inductor has parasitic parallel capacitance between its windings, and every capacitor has parasitic series inductance from its leads and internal structure. This creates a Self-Resonant Frequency (SRF) for each individual component.

If your l c resonance calculator tells you to use a $100 \text{ }\mu\text{H}$ inductor for a $5 \text{ MHz}$ circuit, you must check the component's datasheet. A typical $100 \text{ }\mu\text{H}$ radial leaded inductor might have an SRF of only $3 \text{ MHz}$. Above $3 \text{ MHz}$, the parasitic winding capacitance dominates, and the component ceases to be an inductor. It becomes a capacitor. Plugging it into your tank circuit will result in complete failure to resonate at the calculated frequency.

Furthermore, at frequencies above 50 MHz, the copper traces on your FR4 PCB add inductance (roughly 1 nH per millimeter of trace length) and capacitance (roughly 0.1 pF per square millimeter of pad area over a ground plane). For UHF designs, always use an electromagnetic (EM) field solver or a vector network analyzer (VNA) to measure the physical board, using the ideal LC formula only as the starting point for your prototype.

For deeper study on high-Q tank circuit behavior and component parasitics, refer to the Series Resonance guide on Electronics Tutorials and the RF Inductor Design Tools provided by Coilcraft, which include SRF and Q-factor calculators that account for real-world physical limitations.