If you are designing an audio crossover, tuning an RF antenna, or building an induction heater, the resonant frequency formula is the single most important piece of math on your workbench. It dictates the exact point where the inductive reactance and capacitive reactance in an LC circuit cancel each other out, leaving only resistance. Miss the calculation, and your filter will pass the wrong frequencies, or your tank circuit will fail to oscillate.

Below is the complete breakdown of this core electrical engineering formula, including how to rearrange it for component selection, real-world data tables, and step-by-step solved problems with strict unit tracking.

The Core Electrical Engineering Formula for Resonance

The resonant frequency of an ideal LC circuit (where L and C are in series or parallel) is calculated using the following equation:

fr = 1 / (2π√(L × C))

Every symbol in this equation must be in its base SI unit. Plugging in microhenrys or picofarads directly without converting them is the number one reason hobbyists and students get wildly incorrect results. Here is the exact definition for each variable:

Symbol Parameter Base SI Unit Common Practical Units
fr Resonant Frequency Hertz (Hz) kHz, MHz, GHz
π Pi (Mathematical Constant) Dimensionless ~3.14159265
L Inductance Henrys (H) mH, μH, nH
C Capacitance Farads (F) μF, nF, pF

Real-World LC Values and Target Frequencies

To give you a sense of what realistic answer magnitudes look like across different domains, here is a data-dense table of common LC combinations. Notice how inductance drops and capacitance shrinks as we move from audio frequencies into the RF spectrum.

Application Target Band Inductance (L) Capacitance (C) Calculated fr
Subwoofer Crossover Audio (Low) 15 mH 250 μF 82.2 Hz
Induction Heater Tank HF Power 45 μH 25 nF 150.1 kHz
Tesla Coil Primary VHF / HF 10 μH 40 nF 251.6 kHz
AM Radio Antenna Tuner MW Broadcast 250 μH 101 pF 1.00 MHz
433 MHz ISM Transmitter UHF RF 27 nH 5 pF 433.2 MHz

Rearranged Forms for Component Selection

On the bench, you rarely know both L and C and need to find the frequency. Usually, you have a target frequency and one available component, and you need to calculate the missing part. By squaring both sides and isolating the variables, we get these rearranged forms:

  • To solve for Inductance (L):
    L = 1 / (4π2 × fr2 × C)
  • To solve for Capacitance (C):
    C = 1 / (4π2 × fr2 × L)
Bench Tip: When calculating L or C for RF applications (>10 MHz), always select an NP0/C0G ceramic capacitor rather than an X7R or Y5V. X7R dielectrics exhibit severe capacitance loss under DC bias and have high parasitic inductance that will shift your self-resonant frequency (SRF) off target.

Worked Problems: From Audio to RF

Let's walk through two real-world design scenarios. Pay strict attention to the unit conversions in the intermediate steps.

Problem 1: Designing a 60 Hz Mains Hum Notch Filter

Scenario: You are building an audio preamp and need an LC parallel notch filter to reject 60 Hz mains hum. You have a high-quality 1000 μF electrolytic capacitor in your parts bin. What inductance (L) do you need to wire in parallel with it?

Step 1: Identify knowns and convert to base SI units.

  • fr = 60 Hz
  • C = 1000 μF = 1000 × 10-6 F = 0.001 F

Step 2: Select the rearranged formula for L.

L = 1 / (4π2 × fr2 × C)

Step 3: Substitute and solve.

  • L = 1 / (4 × 3.141592 × 602 × 0.001)
  • L = 1 / (39.4784 × 3600 × 0.001)
  • L = 1 / (142,122.24 × 0.001)
  • L = 1 / 142.122
  • L = 0.007036 Henrys

Answer: You need a 7.04 mH inductor. For audio frequencies, this will likely require a gapped ferrite core to handle the physical size without saturating.

Problem 2: Tuning a 433 MHz RF Tank Circuit

Scenario: You are designing the matching network for a 433 MHz ISM band transmitter (like a garage door opener or weather station). Your PCB trace inductance and discrete coil give you a total tank inductance of 27 nH. What capacitance (C) is required to resonate at 433 MHz?

Step 1: Identify knowns and convert to base SI units.

  • fr = 433 MHz = 433 × 106 Hz = 433,000,000 Hz
  • L = 27 nH = 27 × 10-9 H = 0.000000027 H

Step 2: Select the rearranged formula for C.

C = 1 / (4π2 × fr2 × L)

Step 3: Substitute and solve.

  • fr2 = (433,000,000)2 = 1.87489 × 1017
  • C = 1 / (39.4784 × 1.87489 × 1017 × 27 × 10-9)
  • C = 1 / (39.4784 × 5,062,203,000)
  • C = 1 / 199,845,680,000
  • C = 5.003 × 10-12 Farads

Answer: You need a 5 pF capacitor. At this frequency, even the parasitic capacitance of your PCB pads (usually 0.5pF to 1pF) will detune the circuit, so you must account for pad geometry or use a trimmer capacitor on the bench.

Assumptions, Parasitics, and Unit Traps

The formula fr = 1 / (2π√(LC)) is mathematically perfect, but physical components are not. Understanding when this formula applies—and when it breaks down—is what separates textbook theory from working hardware.

When the Formula Applies (and Its Assumptions)

This formula assumes ideal, lossless components. It assumes the inductor has zero series resistance and the capacitor has zero leakage or dielectric absorption. In reality, every inductor has Equivalent Series Resistance (ESR) and parasitic parallel capacitance. Every capacitor has ESR and Equivalent Series Inductance (ESL). For high-Q circuits (like crystal oscillators or narrow-band RF filters), these parasitics will shift the actual resonant frequency slightly lower than the calculated value. For a deep dive into how ESR affects the sharpness of the resonance peak, review the Quality Factor (Q) calculations detailed in All About Circuits' guide on Series Resonance.

The Unit Mistake That Breaks Everything

Critical Warning: Never plug micro, nano, or pico prefixes directly into the formula as raw numbers. If you type 1 / (2 * pi * sqrt(27 * 5)) into your calculator for Problem 2, you will get 0.043 Hz instead of 433 MHz. You are off by a factor of 10 billion. Always convert to base Henrys and Farads using scientific notation (e.g., 27e-9 and 5e-12) before hitting the equals button.

What a Realistic Answer Magnitude Looks Like

Use domain knowledge to sanity-check your results. If you are designing an audio speaker crossover and your formula spits out 4.5e8 Hz (450 MHz), you forgot to convert your microfarads to Farads. If you are designing a 2.4 GHz WiFi matching network and your calculated capacitor value is 45 μF, you dropped an exponent in your inductance conversion. As outlined in standard AC resonance tutorials, audio LC values live in the milli-Henry and micro-Farad range, while RF LC values live in the nano-Henry and pico-Farad range. If your magnitudes cross those boundaries, re-check your math.