When designing passive filters, RF tanks, or audio crossovers, calculating the resonant frequency of an LC circuit is a fundamental bench task. While software tools exist, using an online TI 30X IIS calculator emulator remains the fastest way to verify component math without booting up a heavy simulation suite. The direct answer for the resonant frequency of an ideal series or parallel LC circuit is $f_r = \frac{1}{2\pi\sqrt{LC}}$. Below is the complete derivation, exact emulator keystrokes, and a decision matrix to take you from raw math to a physical part number.
The Core Formula: LC Resonant Frequency
The resonant frequency ($f_r$) is the exact point where the inductive reactance ($X_L$) and capacitive reactance ($X_C$) are equal in magnitude but opposite in phase, causing them to cancel each other out. In a series circuit, this results in minimum impedance; in a parallel circuit, maximum impedance.
| Symbol | Parameter | Standard SI Unit | Common Bench Unit |
|---|---|---|---|
| $f_r$ | Resonant Frequency | Hertz (Hz) | kHz, MHz |
| $L$ | Inductance | Henrys (H) | Millihenrys (mH), Microhenrys (µH) |
| $C$ | Capacitance | Farads (F) | Microfarads (µF), Nanofarads (nF) |
| $\pi$ | Archimedes' Constant | ~3.14159265 | Use calculator $\pi$ key |
Assumptions and Realistic Magnitudes
This formula assumes ideal lumped elements. It ignores the Equivalent Series Resistance (ESR) of the capacitor, the DC resistance (DCR) of the inductor wire, and parasitic inter-winding capacitance. For hobbyist and bench work, these parasitics only shift the true resonant point by 1% to 5%, which is well within the tolerance of standard 5% or 10% passive components.
Realistic Magnitudes: For audio crossover networks, expect $f_r$ between 100 Hz and 20 kHz. For intermediate frequency (IF) filters or basic RF oscillators, expect $f_r$ between 455 kHz and 10.7 MHz. If your calculator outputs a resonant frequency of 0.002 Hz or 40 GHz for a standard bench circuit, you have made a unit conversion error.
Rearranged Forms for Component Selection
On the bench, you rarely know both $L$ and $C$ and need to find $f_r$. Usually, you have a target frequency and one fixed component (like a salvaged transformer or a specific RF choke), and you need to calculate the missing component. Here are the algebraically rearranged forms to solve 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}$
Worked Examples with Unit Tracking
The most critical step when using any scientific calculator is explicit unit tracking. The TI-30X IIS requires base SI units (Henrys and Farads) to output Hertz. Here is how to execute the math using standard web-based emulator keystrokes.
Problem 1: Finding Resonant Frequency
Given: An inductor of $10 \text{ mH}$ and a capacitor of $100 \text{ nF}$.
Find: $f_r$.
Step 1: Convert to Base SI Units
- $L = 10 \text{ mH} = 10 \times 10^{-3} \text{ H}$
- $C = 100 \text{ nF} = 100 \times 10^{-9} \text{ F}$
Step 2: Online TI 30X IIS Keystrokes
Use the EE (Enter Exponent) button for scientific notation to avoid parenthesis errors with the division sign.
- Press
[1] [÷] [(] - Press
[2] [×] [2nd] [π](The 2nd function accesses the $\pi$ constant) - Press
[×] [2nd] [√] [(](Opens the square root and an inner parenthesis) - Press
[1] [0] [2nd] [EE] [-] [3](Enters $10 \times 10^{-3}$) - Press
[×] - Press
[1] [0] [0] [2nd] [EE] [-] [9](Enters $100 \times 10^{-9}$) - Press
[)] [)] [ENTER](Closes both the square root and the denominator parenthesis)
Result: The display reads 5032.92121. The resonant frequency is approximately 5.03 kHz.
Problem 2: Finding Required Capacitance
Given: A target $f_r$ of $1 \text{ kHz}$ and an available inductor of $50 \text{ mH}$.
Find: $C$.
Step 1: Convert to Base SI Units
- $f_r = 1 \text{ kHz} = 1000 \text{ Hz}$
- $L = 50 \text{ mH} = 50 \times 10^{-3} \text{ H}$
Step 2: Online TI 30X IIS Keystrokes (Using the rearranged formula)
- Press
[1] [÷] [(] - Press
[4] [×] [2nd] [π] [x²] [×](Enters $4\pi^2$ and multiplies) - Press
[1] [0] [0] [0] [x²] [×](Enters $f_r^2$ and multiplies) - Press
[5] [0] [2nd] [EE] [-] [3](Enters $L$) - Press
[)] [ENTER]
Result: The display reads 0.0000005066 Farads. Converting back to bench units ($\times 10^9$), the required capacitance is 506.6 nF.
Common Unit Mistakes That Break the Math
When students and hobbyists get wildly incorrect answers from the online TI 30X IIS calculator, it is almost never a math error; it is a unit translation error. Avoid these specific traps:
| The Mistake | Why It Breaks | The Fix |
|---|---|---|
| Typing '10' for 10 µF | The calculator assumes 10 Farads, shifting the result by a factor of 1,000,000. | Always use EE -6 for micro, EE -9 for nano. |
Using the ^ key for scientific notation |
Typing 10^-6 instead of 10 EE -6 breaks the order of operations during division. |
Use the dedicated EE (or EXP) button to bind the exponent to the mantissa. |
| Forgetting to square $f_r$ | In the rearranged formulas, $f_r$ is squared. Missing the x² key yields a component value off by a factor of $f_r$. |
Always press x² immediately after entering the frequency value. |
Decision Path: Selecting Your LC Components
Math gives you a theoretical value (like 506.6 nF from Problem 2), but you cannot buy a 506.6 nF capacitor. You must map the calculated value to a standard E-series component and select a chemistry suited for the application. Use this decision tree to terminate your design process with a concrete part number.
| Condition / Constraint | Action / Selection |
|---|---|
| IF calculated $C$ is between 100 pF and 1 µF AND frequency is > 10 kHz | THEN select a Polypropylene Film Capacitor (Low ESR, high stability). Round to nearest E6 value. |
| IF calculated $C$ is > 1 µF AND application is low-frequency audio (< 1 kHz) | THEN select a Non-Polarized Aluminum Electrolytic or back-to-back standard electrolytics. |
| IF calculated $C$ is < 100 pF | THEN select a NP0/C0G Ceramic Capacitor to avoid microphonic and piezoelectric noise. |
| IF the circuit is a high-Q RF tank (> 1 MHz) | THEN select an Air-Core or Powdered Iron inductor; avoid ferrite cores which introduce high losses at RF. |
Final Concrete Pick for Problem 2
In Problem 2, we calculated a required capacitance of 506.6 nF for a 1 kHz filter.
- Round to Standard Value: The nearest standard E12 series value is 470 nF (which will shift the resonant frequency up to ~1.04 kHz, well within acceptable tolerances for audio) or 560 nF (shifting it down to ~952 Hz). Let's select 470 nF (0.47 µF) for wider availability.
- Apply Decision Matrix: The value is between 100 pF and 1 µF, and the frequency is 1 kHz. A film capacitor is the optimal choice for low distortion.
- Concrete Part Number: Purchase the Panasonic ECQ-E2474KB. This is a 0.47 µF, 100V radial metallized polyester film capacitor. It is widely stocked at major distributors like Digi-Key and Mouser, features a tight 10% tolerance, and has the low dielectric absorption required to maintain a clean resonance curve without signal smearing.
By combining the precise keystrokes of the online TI 30X IIS calculator with strict SI unit tracking and a structured component decision matrix, you eliminate calculation errors and bridge the gap between theoretical circuit design and physical bench implementation.






