The LC Resonant Frequency Formula & Symbol Definitions
In AC circuit theory, an inductor and a capacitor wired together form a resonant tank. At a specific frequency, the inductive reactance ($X_L$) and capacitive reactance ($X_C$) perfectly cancel each other out, leaving only the parasitic resistance of the wires. Finding this exact frequency is critical for designing RF filters, switching power supplies, and antenna matching networks. When students and technicians transition from physical hardware to web-based emulation, using an online TI-30XS calculator (or a web emulator replicating its MathPrint logic) is the gold standard for handling the engineering notation and complex fractions this formula demands.
The foundational formula for the resonant frequency of an ideal LC circuit is:
$f_r = \frac{1}{2\pi\sqrt{LC}}$
Every symbol in this equation carries strict dimensional requirements. If you input raw microhenries or picofarads without conversion, your result will be off by orders of magnitude.
| Symbol | Parameter | Required Base Unit | Common Prefixes in Practice |
|---|---|---|---|
| $f_r$ | Resonant Frequency | Hertz (Hz) | kHz ($10^3$), MHz ($10^6$), GHz ($10^9$) |
| $L$ | Inductance | Henrys (H) | mH ($10^{-3}$), $\mu$H ($10^{-6}$), nH ($10^{-9}$) |
| $C$ | Capacitance | Farads (F) | $\mu$F ($10^{-6}$), nF ($10^{-9}$), pF ($10^{-12}$) |
| $\pi$ | Archimedes' Constant | Dimensionless | ~3.14159265 (use calculator's $\pi$ key, never 3.14) |
When this applies and its assumptions: This formula assumes an ideal parallel or series LC tank with zero equivalent series resistance (ESR) and zero parasitic capacitance/inductance. It applies strictly to linear components operating well below their self-resonant limits. According to All About Circuits, while ideal formulas provide the theoretical baseline, real-world bench measurements will always show a slight downward shift in frequency due to unavoidable stray capacitance in the PCB traces and component leads.
Rearranged Forms & The Unit Mistakes That Break Calculations
On the bench, you rarely solve for $f_r$ in isolation. Usually, you have a target frequency (like the 13.56 MHz ISM band for RFID) and a fixed inductor from your parts bin, meaning you need to calculate the required capacitance. Here are the algebraically rearranged forms solving for each variable:
- 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}$
Which unit mistakes break it?
The most common failure mode when using scientific calculators for AC theory is prefix blindness. The formula demands base units (Henrys, Farads, Hertz). If you type `47 * 10^-6` for a 47 $\mu$H inductor but type `220` for a 220 pF capacitor (forgetting the $10^{-12}$ multiplier), your calculated frequency will be wrong by a factor of one million.
Furthermore, using the generic exponent key (`^`) instead of the dedicated engineering notation key (`x10^`) on TI-style calculators frequently causes order-of-operations errors in the denominator. The online TI-30XS calculator interface handles `x10^` as a single mathematical entity, preventing the calculator from accidentally squaring only the `10` and leaving the exponent dangling.
Real-World Component Data for Resonance Calculations
To build intuition for what these numbers look like in practice, here is a data-dense reference of standard component pairings. Use this table to sanity-check your calculator outputs. If your math says a 10 $\mu$H inductor and a 10 $\mu$F capacitor resonate at 50 GHz, you missed a decimal point.
| Inductance ($L$) | Capacitance ($C$) | Calculated $f_r$ | Typical Application |
|---|---|---|---|
| 250 $\mu$H | 365 pF | 526 kHz | AM Radio Tank Circuit (Low end of dial) |
| 47 $\mu$H | 220 pF | 1.56 MHz | Medium Wave IF Filter / RFID |
| 100 nH | 18 pF | 118.6 MHz | FM Broadcast Band Antenna Matching |
| 2.2 $\mu$H | 470 pF | 4.95 MHz | Inductive Power Transfer (Qi standard base) |
| 10 $\mu$H | 10 $\mu$F | 15.9 kHz | Audio Crossover / Low-Frequency Filter |
Worked Examples: Keystrokes for the Online TI-30XS Calculator
Let's walk through two bench-realistic problems. We will track the units explicitly and map them to the exact keystrokes you would use on an online TI-30XS emulator or the physical MultiView hardware.
Problem 1: Forward Calculation (Finding $f_r$)
Scenario: You are building a passive bandpass filter for a ham radio project. You have a 47 $\mu$H molded inductor and a 220 pF silver mica capacitor. What is the resonant frequency?
Step 1: Unit Conversion
- $L = 47 \times 10^{-6}$ H
- $C = 220 \times 10^{-12}$ F
Step 2: Intermediate Math
- $L \times C = (47 \times 10^{-6}) \times (220 \times 10^{-12}) = 1.034 \times 10^{-14}$
- $\sqrt{LC} = 1.0168 \times 10^{-7}$
- $2\pi\sqrt{LC} = 6.389 \times 10^{-7}$
- $f_r = 1 / (6.389 \times 10^{-7}) = 1,565,190$ Hz $\approx$ 1.56 MHz
Step 3: Online TI-30XS Keystrokes
- Press the Fraction Key (the box over the box) to create a fraction template.
- Type
1in the numerator. - Press the Down Arrow to move to the denominator.
- Type
2[×] [$\pi$] [×] [$\sqrt{\square}$]. - Inside the square root, type:
47[x10^] [-]6[×]220[x10^] [-]12. - Press the Right Arrow to exit the square root, then press Enter.
- Result displays as
1565190.42. Press the [Sci/Eng] button to toggle to engineering notation:1.56519042 × 10^06(1.56 MHz).
Problem 2: Reverse Calculation (Finding $C$)
Scenario: You need to design a matching network for a 13.56 MHz NFC/RFID antenna. Your antenna coil measures 2.2 $\mu$H on your LCR meter. What capacitance do you need to achieve resonance?
Step 1: Unit Conversion
- $f_r = 13.56 \times 10^6$ Hz
- $L = 2.2 \times 10^{-6}$ H
Step 2: Intermediate Math
- $f_r^2 = (13.56 \times 10^6)^2 = 1.8387 \times 10^{14}$
- $4\pi^2 \approx 39.478$
- Denominator $= 39.478 \times (1.8387 \times 10^{14}) \times (2.2 \times 10^{-6}) = 1.595 \times 10^{10}$
- $C = 1 / (1.595 \times 10^{10}) = 6.26 \times 10^{-11}$ F $\approx$ 62.6 pF
Step 3: Online TI-30XS Keystrokes
- Press the Fraction Key. Type
1in the numerator. - Move to the denominator. Type
4[×] [$\pi$] [$x^2$] [×]. - Type
13.56[x10^]6[$x^2$] [×]. - Type
2.2[x10^] [-]6. - Exit the fraction and press Enter.
- Result:
6.269 × 10^-11. Convert to picofarads by multiplying by $10^{12}$, yielding 62.69 pF.
Realistic Magnitudes & When the Ideal Formula Fails
A realistic answer magnitude for LC resonance spans from a few Hertz (massive iron-core inductors and electrolytic capacitors in power filtering) up to roughly 5 GHz (tiny SMD chip inductors and fractional-picofarad RF capacitors). If your calculator spits out a frequency in the terahertz range for a standard bench component, you have almost certainly dropped a $10^{-12}$ prefix on your capacitance value.
When the formula breaks down
While the math is absolute, the physical components are not. As detailed in Electronics Tutorials, the ideal formula fails to predict actual circuit behavior under three common bench conditions:
- Self-Resonant Frequency (SRF) Limits: Every physical inductor has parasitic inter-winding capacitance. If your calculated $f_r$ is close to or exceeds the inductor's SRF (often listed on the Wurth Elektronik or Coilcraft datasheets), the inductor stops behaving like an inductor and becomes a capacitor. The formula becomes mathematically valid but physically meaningless.
- Equivalent Series Resistance (ESR): In high-Q (quality factor) circuits, the ESR of the capacitor and the DC resistance (DCR) of the inductor dampen the resonance. While ESR doesn't change the center frequency significantly in high-Q tanks, in low-Q circuits (like audio crossovers), the resistive term shifts the peak response frequency slightly lower than the ideal formula predicts.
- Dielectric Absorption and Core Saturation: If the circuit is driven with high RF power, the inductor core may saturate (dropping $L$) or the capacitor dielectric may exhibit voltage coefficients (dropping $C$, common in X7R/Y5V ceramics). Under these non-linear conditions, $f_r$ becomes dynamic and shifts with the applied signal amplitude.
By mastering the online TI-30XS calculator workflows and strictly tracking your base units, you eliminate the math errors. Recognizing the physical limitations of your components ensures your bench measurements match your theoretical derivations.






