An RLC calculator computes the resonant frequency, impedance, and quality factor of a resistor-inductor-capacitor network. Whether you are tuning an RF matching network or designing a power line harmonic filter, the foundational resonant frequency formula you need is fr = 1 / (2π√(L × C)). This guide provides the exact mathematical models, algebraic rearrangements for component sizing, and step-by-step worked examples with strict unit tracking to ensure your bench measurements match your simulations.
Core RLC Calculator Formulas & Symbol Definitions
The behavior of a series RLC circuit in sinusoidal steady-state AC is governed by three primary equations. These formulas assume linear, time-invariant components and ideal behavior (meaning parasitic equivalent series resistance (ESR) and equivalent series inductance (ESL) are either negligible or explicitly rolled into the R and L variables).
1. Resonant Frequency (fr):
fr = 1 / (2π √(L × C))
2. Total Impedance (Z):
Z = √(R2 + (XL - XC)2)
Where XL = 2πfL and XC = 1 / (2πfC)
3. Quality Factor (Q):
Q = (1 / R) × √(L / C)
| Symbol | Parameter | Standard SI Unit | Common Bench Unit |
|---|---|---|---|
| fr | Resonant Frequency | Hertz (Hz) | kHz, MHz |
| L | Inductance | Henry (H) | mH, μH, nH |
| C | Capacitance | Farad (F) | μF, nF, pF |
| R | Resistance (incl. ESR) | Ohm (Ω) | mΩ, kΩ |
| Z | Total Impedance | Ohm (Ω) | Ω |
| XL | Inductive Reactance | Ohm (Ω) | Ω |
| XC | Capacitive Reactance | Ohm (Ω) | Ω |
| Q | Quality Factor | Dimensionless | N/A |
Rearranged Forms: Solving for L, C, and R
On the bench, you rarely know all variables upfront. Usually, you have a target resonant frequency and one fixed component (like a parasitic trace inductance or a standardized capacitor), and you need to calculate the missing value. Here are the algebraic rearrangements of the core fr and Q formulas.
- Solving for Inductance (L):
L = 1 / ((2πfr)2 × C) - Solving for Capacitance (C):
C = 1 / ((2πfr)2 × L) - Solving for Resistance (R) given a target Q:
R = (1 / Q) × √(L / C) - Solving for Angular Frequency (ω):
ω = 2πfr = 1 / √(L × C)
Unit Traps That Break Your RLC Calculator
The most common reason an RLC calculator yields a physically impossible result is a unit prefix failure. The raw formulas demand strict SI base units (Henries, Farads, Hertz). If you input 10 μF as '10' instead of '0.00001', your calculated inductance will be off by a factor of 106.
- The Micro-Farad Trap: Entering 4.7 μF as 4.7 instead of 4.7 × 10-6. Always convert to Farads before squaring or multiplying.
- Angular vs. Cyclic Frequency: Confusing ω (radians/second) with f (Hertz). If your oscilloscope reads 1000 rad/s, your cyclic frequency f is 1000 / 2π = 159.15 Hz. Plugging 1000 directly into the fr formula will shift your result by 2π.
- Inductance Prefixes: RF circuits use nH (10-9), while power filters use mH (10-3). A 100 nH inductor entered as 100 × 10-6 (μH) will result in a capacitor value 100 times too small.
Realistic Answer Magnitudes: To sanity-check your output, know your domain. Audio crossover networks typically yield L in mH and C in μF. RF impedance matching (10 MHz+) yields L in nH and C in pF. Power line filtering (50/60 Hz) yields L in tens of mH and C in hundreds of μF. If your 60 Hz filter calculation spits out 4.2 pF, you have a unit error.
Worked Example 1: Designing a 13.56 MHz RFID Matching Network
Scenario: You are building an NFC/RFID reader operating at the standard 13.56 MHz ISM band. Your antenna coil has a measured inductance of 2.2 μH. You need to calculate the exact parallel tuning capacitance to bring the circuit to series resonance (minimizing impedance at the feed point).
Given:
fr = 13.56 MHz = 13.56 × 106 Hz
L = 2.2 μH = 2.2 × 10-6 H
Step 1: Calculate Angular Frequency (ω)
ω = 2π × fr
ω = 2 × 3.14159 × 13.56 × 106 = 85,198,222 rad/s
Step 2: Square the Angular Frequency
ω2 = (85,198,222)2 = 7.2587 × 1015 (rad/s)2
Step 3: Apply the Rearranged Capacitance Formula
C = 1 / (ω2 × L)
C = 1 / (7.2587 × 1015 × 2.2 × 10-6)
C = 1 / (1.5969 × 1010)
C = 6.262 × 10-11 F
Step 4: Convert to Bench Units
C = 62.62 × 10-12 F = 62.62 pF
Verification: A value of ~62 pF is perfectly realistic for a 13.56 MHz RF tank circuit. For the physical build, you would select a 62 pF NP0/C0G ceramic capacitor to ensure the capacitance does not drift with temperature or applied RF voltage.
Worked Example 2: Sizing a Snubber for a 60 Hz Motor Contactor
Scenario: A 3-phase motor contactor is generating severe switching transients. You want to design a series RLC snubber (specifically a series LC notch filter placed in parallel with the contactor) tuned to short out the 3rd harmonic (180 Hz) to ground, preventing it from propagating back into the facility's power bus. You have a standardized 15 μF AC-rated film capacitor in your stockroom.
Given:
fr = 180 Hz
C = 15 μF = 15 × 10-6 F
Step 1: Calculate Angular Frequency (ω)
ω = 2π × 180 = 1,130.97 rad/s
Step 2: Square the Angular Frequency
ω2 = (1,130.97)2 = 1,279,093 (rad/s)2
Step 3: Apply the Rearranged Inductance Formula
L = 1 / (ω2 × C)
L = 1 / (1,279,093 × 15 × 10-6)
L = 1 / 19.186
L = 0.05212 H
Step 4: Convert to Bench Units
L = 52.12 mH
Verification: An inductance of ~52 mH is physically large but entirely standard for 60 Hz power filtering. This will require a laminated iron-core or gapped ferrite choke rated for the expected harmonic current (e.g., 5A+). For more on harmonic filter design principles, refer to Electronics Tutorials on AC Resonance.
Component Selection Decision Tree
Calculating the theoretical value is only half the job; selecting the physical component that maintains that value under real-world operating conditions is where designs succeed or fail. Use this decision matrix to terminate your calculation with a concrete part selection.
| Condition (If...) | Then Select Dielectric/Core... | Concrete Part Series / Pick |
|---|---|---|
| fr > 1 MHz AND C < 1 nF | NP0 / C0G MLCC (Zero voltage/tempco drift) | Murata GJM Series (e.g., GJM1555C1H620JB01 for 62pF) |
| fr < 10 kHz AND C > 1 μF | Metallized Polypropylene Film (High ripple, low ESR) | WIMA MKP Series (e.g., MKP1O121506B00KSSD) |
| fr > 100 kHz AND L < 10 μH | Shielded Ferrite Core (Prevents EMI radiation) | Coilcraft 0402HP Series (e.g., 0402HP-2N2XJRW) |
| fr < 1 kHz AND L > 10 mH | Laminated Silicon Steel or Gapped Powdered Iron | Hammond 195 Series (e.g., 195J for heavy DC/AC choke) |
| Target Q > 50 (Narrow bandpass) | Air-core inductor + Silver Mica capacitor | Vishay SEM Series + Custom wound air-core coil |
When dealing with high-Q circuits (where Q > 50), the parasitic resistance of your PCB traces and component leads will dominate the R variable in your impedance equation. Always measure the final assembled network with a calibrated vector network analyzer (VNA) or a benchtop LCR meter (like the Keysight E4980A) to verify the actual resonant frequency, as parasitic capacitance between PCB pads can easily shift a 100 MHz resonance by 5-10%. For deeper theoretical background on parasitic effects in resonant circuits, consult the Georgia State University HyperPhysics database.






