The most common point of failure in hobbyist RF and filter design is not the circuit topology, but a misplaced decimal point when calculating resonance. When you punch numbers into a standard scientific calculator, you get raw scientific notation (e.g., 2.321e6). An eng calculator (or the ENG mode on devices like the Casio fx-991EX or TI-36X Pro) forces the display into powers of 10 that are multiples of three, perfectly aligning with standard SI prefixes like milli, micro, nano, and pico. This eliminates the mental translation step that leads to ordering a 10μH inductor when you actually needed a 10mH inductor.
The foundational formula for this process is the LC resonant frequency equation. Below, we will derive its rearranged forms, solve real-world problems with strict unit tracking, and terminate with a concrete component selection decision path.
The Core Formula: LC Resonance and Symbol Definitions
The ideal resonant frequency of a lossless LC circuit occurs when the inductive reactance (XL) exactly cancels the capacitive reactance (XC). The base formula is:
fr = 1 / (2π√(L × C))
| Symbol | Parameter | Standard SI Unit | Typical Real-World Magnitude |
|---|---|---|---|
| fr | Resonant Frequency | Hertz (Hz) | 50 Hz (mains filters) to 2.4 GHz (WiFi) |
| L | Inductance | Henries (H) | 10 nH (RF) to 100 mH (audio crossovers) |
| C | Capacitance | Farads (F) | 1 pF (VHF) to 1,000 μF (power supply) |
| π | Pi (constant) | Dimensionless | ~3.14159265 |
When this applies: This formula assumes an ideal, lossless series or parallel LC tank. It ignores Equivalent Series Resistance (ESR) and parasitic elements. It is highly accurate for initial component selection in high-Q (Quality factor > 10) circuits where resistive losses are minimal compared to reactance. For a deeper look at how resistance shifts this peak, consult the Electronics Tutorials guide on Series Resonance.
Why the ENG Calculator Mode Prevents Order-of-Magnitude Failures
Standard scientific notation outputs exponents randomly (e.g., 4.7e-15). The ENG button on an engineering calculator snaps the exponent to the nearest multiple of three. This is critical because electrical components are manufactured and labeled in multiples of three: kilo (103), milli (10-3), micro (10-6), nano (10-9), and pico (10-12).
47 into your calculator instead of 47 × 10-6 for a 47μH inductor, your calculated resonant frequency will be off by a factor of 1,000. You will design a filter for 2.3 kHz instead of 2.3 MHz. Always input the base SI unit (Henries, Farads) using the EXP or ×10x key, then hit ENG to read the result in human-readable prefixes.
Rearranged Forms for Component Selection
In practical bench work, you rarely solve for frequency from scratch. Usually, your target frequency is fixed by a protocol (e.g., 13.56 MHz for HF RFID, 125 kHz for LF access control, or 20 kHz for an audio crossover), and you need to find the missing passive component. Here are the algebraically rearranged forms:
- Solving for Inductance (L):
L = 1 / (4π2 × fr2 × C) - Solving for Capacitance (C):
C = 1 / (4π2 × fr2 × L)
Notice that the 2π term becomes 4π2 (approximately 39.478) when squared and moved to the denominator. Hardcoding 39.478 into your engineering calculator's memory register saves time during iterative bench tuning.
Worked Examples with Strict Unit Tracking
Problem 1: Finding Resonant Frequency for an RF Filter
Given: You have wound a custom inductor measured at 47 μH and paired it with a 100 pF ceramic capacitor. What is the resonant frequency?
- Convert to base SI units:
L = 47 × 10-6 H
C = 100 × 10-12 F - Multiply L and C:
(47 × 10-6) × (100 × 10-12) = 4,700 × 10-18 = 4.7 × 10-15 - Take the square root:
√(4.7 × 10-15) = 6.8556 × 10-8 - Multiply by 2π:
2 × π × 6.8556 × 10-8 = 4.3075 × 10-7 - Invert to find fr:
1 / (4.3075 × 10-7) = 2,321,532 Hz - Apply ENG Mode:
PressingENGshifts the decimal to the nearest multiple of 3, displaying: 2.321 × 106.
Final Answer: 2.321 MHz.
Problem 2: Sizing a Capacitor for 13.56 MHz RFID
Given: You are building an HF RFID antenna matching network. The protocol demands exactly 13.56 MHz. Your antenna inductance measures 2.2 μH. What capacitance do you need?
- Convert to base SI units:
fr = 13.56 × 106 Hz
L = 2.2 × 10-6 H - Square the frequency:
(13.56 × 106)2 = 1.8387 × 1014 - Calculate the denominator (4π2 × fr2 × L):
39.4784 × (1.8387 × 1014) × (2.2 × 10-6) = 1.596 × 1010 - Invert to find C:
1 / (1.596 × 1010) = 6.265 × 10-11 F - Apply ENG Mode:
PressingENGshifts the display to: 62.65 × 10-12.
Final Answer: 62.65 pF.
Decision Path: Picking Real-World Components for Your Target Frequency
Calculating the math is only half the job. A 62.65 pF capacitor exists in theory, but parasitic effects dictate which physical component you must buy. Use this decision tree to select the correct component chemistry and package size based on your ENG calculator output.
| Target Frequency (fr) | Capacitor Chemistry | Inductor Core/Type | Concrete Part Recommendation |
|---|---|---|---|
| < 100 kHz (Audio, LF RFID) | Film (Polypropylene) or Electrolytic (if polarized DC blocked) | Ferrite core, high turn count (e.g., toroid) | WIMA MKP10 (Film), Coilcraft DO3316P |
| 100 kHz - 5 MHz (AM radio, switching converters) | C0G/NP0 MLCC (Multilayer Ceramic) | Powdered iron or low-loss ferrite drum core | Murata GRM series (C0G), Coilcraft 1008CS |
| 5 MHz - 50 MHz (HF RFID, Shortwave) | C0G/NP0 MLCC (Strictly avoid X7R/Y5V) | Air core or low-permeability RF ferrite | Murata GJM1555C1H620JB01 (62pF), Coilcraft 0805CS-222 |
| > 50 MHz (VHF, UHF, WiFi) | Thin-film or ultra-low ESR C0G (0402 or 0201 package) | Thin-film chip inductor or PCB trace | Johanson Technology RF caps, Coilcraft 0402CS |
Concrete Pick for Problem 2 (13.56 MHz RFID): Based on the 62.65 pF calculation and the decision table above, you must select a C0G/NP0 ceramic capacitor. X7R dielectrics exhibit severe capacitance drop under DC bias and high dissipation factors at HF. Buy the Murata GJM1555C1H620JB01 (62pF, 5% tolerance, 0402 package, C0G). For the 2.2μH inductor, use the Coilcraft 0805CS-222XJEC (2.2μH, 5% tolerance, high SRF). For precise impedance matching at this frequency, leverage the Coilcraft Design Tools to verify the inductor's Self-Resonant Frequency (SRF) is well above your 13.56 MHz target.
Parasitic Limits and When the Ideal Formula Breaks Down
The formula fr = 1 / (2π√(LC)) assumes components are purely reactive. In reality, every inductor has parallel parasitic capacitance between its windings, and every capacitor has series parasitic inductance (ESL) from its leads and internal structure.
These parasitics create a Self-Resonant Frequency (SRF) for each individual component. If your calculated target frequency approaches the SRF of your chosen inductor, the inductor will begin to act like a capacitor, and your circuit will fail to resonate at the predicted frequency. As a hard rule, the SRF of your inductor must be at least 5 to 10 times higher than your target fr. If your eng calculator outputs a target of 50 MHz, do not use an inductor with an SRF of 60 MHz; find a smaller physical package or a different core material that pushes the SRF above 300 MHz.
Furthermore, at frequencies above 100 MHz, the physical PCB traces themselves introduce inductance (roughly 1 nH per millimeter of trace length) and capacitance to the ground plane. At these microwave frequencies, the lumped-element LC formula transitions into transmission line theory, and you must abandon discrete components in favor of distributed microstrip or stripline resonators.






