The resonant LC circuit frequency is determined by the formula f = 1 / (2π√LC). If you need a quick answer for a standard 1 MHz intermediate frequency (IF) or RFID tank circuit, use a 100 µH inductor and a 250 pF capacitor. This combination yields a theoretical resonant frequency of 1.006 MHz. However, hitting that exact frequency on a physical breadboard requires understanding topology selection, parasitic elements, and the specific failure modes that occur when components drift or fail.
The Core Topology: Parallel vs. Series LC Configurations
When designing with inductors (L) and capacitors (C), you must choose between a parallel (tank) or series topology. The choice dictates how the circuit interacts with the rest of your system at resonance.
Parallel LC (Tank Circuit)
In a parallel configuration, the inductor and capacitor share the same two nodes. Let's label them Node A (Signal/High) and Node B (Ground/Low). L1 connects Node A to Node B, and C1 also connects Node A to Node B.
- Behavior at Resonance: The reactive impedances of L and C cancel each other out internally, causing the circuit to present a maximum impedance to the external source. It acts as a band-stop (notch) filter if placed in shunt, or a band-pass filter if placed in the feedback loop of an oscillator.
- Why choose this: Parallel tanks are the standard for RF oscillators (like Colpitts or Hartley), intermediate frequency (IF) filters, and wireless power transfer coils because they sustain voltage oscillations and reject off-frequency noise.
Series LC Circuit
In a series configuration, the signal flows through the inductor to Node A, then through the capacitor to Node B (Ground).
- Behavior at Resonance: The impedances cancel, resulting in a minimum total impedance (ideally zero, practically limited by parasitic resistance). It acts as a band-pass filter, allowing the resonant frequency to pass to ground or the load while blocking others.
- Why choose this: Series LC is preferred for coupling signals between amplifier stages or creating sharp band-pass filters in audio and RF front-ends where you need to pass a specific frequency to the next node with minimal insertion loss.
For most hobbyist and bench applications involving frequency selection or oscillation, the parallel LC tank is the superior choice due to its high impedance at resonance, which minimizes loading effects on the driving source.
Component Behavior and Failure Modes at the Extremes
Understanding what happens when a component value shifts—or fails completely—is critical for debugging. Below is a behavior matrix detailing how changes in L, C, and parasitic resistance (ESR) affect the LC circuit frequency and overall performance.
| Parameter Changed | Effect on Resonant Frequency (f) | Effect on Q-Factor | Effect on Bandwidth |
|---|---|---|---|
| Inductance (L) Increases | Decreases (Inverse square root) | Increases (if wire gauge is constant) | Narrows |
| Capacitance (C) Increases | Decreases (Inverse square root) | Decreases (due to higher dielectric loss) | Widens |
| Parasitic ESR Increases | No change (theoretically) | Decreases significantly | Widens (Peak flattens) |
| Capacitor Fails SHORT | Approaches Infinity (Oscillation stops) | Drops to Zero | N/A (Signal grounded) |
| Inductor Fails OPEN | No resonance (Acts as pure C) | Drops to Zero | N/A (High-pass behavior) |
Design Walkthrough: Building a 1 MHz Resonant Tank
Let's design a parallel LC tank targeted exactly at 1.000 MHz, a common frequency for AM radio IF stages and basic RFID readers. We will use real, purchasable component values rather than idealized textbook numbers.
Step 1: Select the Capacitor
We need a stable, low-loss capacitor. We choose a 250 pF C0G/NP0 ceramic disc capacitor (e.g., Vishay D251 series). C0G dielectrics have a temperature coefficient of ±30 ppm/°C, meaning your LC circuit frequency won't drift as the board warms up.
Step 2: Calculate the Required Inductance
Rearranging the resonance formula to solve for L:
L = 1 / ((2πf)² × C)
L = 1 / ((2π × 1,000,000)² × 250 × 10⁻¹²)
L = 1 / (39.478 × 10¹² × 250 × 10⁻¹²)
L = 1 / 9869.6 = 101.32 µH
Step 3: Select the Real-World Inductor
A 101.32 µH inductor isn't a standard off-the-shelf value. The closest standard 5% tolerance part is 100 µH. Let's use the Bourns 78F100K-RC (an axial, resin-coated RF choke). According to the Coilcraft Q-Factor Guide, axial RF chokes in this range typically offer a Q of 40-60 at 1 MHz, which is sufficient for a hobbyist tank.
Step 4: Verify the Actual Frequency
Using L = 100 µH and C = 250 pF:
f = 1 / (2π√(100 × 10⁻⁶ × 250 × 10⁻¹²))
f = 1.006 MHz
This 0.6% deviation is well within the tolerance of the components themselves (the capacitor is likely ±5% and the inductor is ±5%).
Step-by-Step Breadboard Testing and Verification
Calculating the LC circuit frequency on paper is easy; proving it on the bench requires isolating the tank from your test equipment. Oscilloscopes have a 10x probe capacitance of roughly 10-15 pF, and function generators have a 50 Ω output impedance. If you connect them directly, you will detune the circuit and crush the Q-factor.
Required Tools:
- Function Generator (e.g., Siglent SDG1032X)
- Oscilloscope (e.g., Rigol DS1054Z) with 10x probes
- 1 kΩ series isolation resistor
- Build the Isolation Network: Connect the function generator's output to a 1 kΩ resistor. The other end of the resistor connects to Node A on your breadboard. This 1 kΩ resistor acts as a current source, preventing the generator's internal 50 Ω impedance from damping the tank's resonance.
- Wire the Tank: Insert the 100 µH inductor and 250 pF capacitor in parallel between Node A and the breadboard ground rail (Node B).
- Attach the Probe: Connect your oscilloscope's 10x probe to Node A. Ensure the probe ground clip is connected directly to Node B to minimize ground loop inductance.
- Configure the Sweep: Set the function generator to output a 1 Vpp sine wave. Configure a frequency sweep (or manually step the frequency) from 500 kHz to 1.5 MHz in 10 kHz increments.
- Identify the Notch/Peak: Because this is a parallel tank driven by a series resistor, it acts as a band-stop (notch) filter to the source. You will see the voltage at Node A drop to a minimum at resonance (as the tank's circulating current maximizes and its effective parallel impedance peaks, altering the voltage divider ratio). Alternatively, if measuring the voltage across the tank relative to a high-impedance source, you will see a sharp peak. Record the frequency where the amplitude change is most extreme.
- Calculate Q-Factor: Measure the -3dB bandwidth (the frequencies where the response is 0.707 of the peak). Divide the center frequency by this bandwidth to find your real-world Q-factor.
Frequently Asked Questions About LC Circuit Frequency
How do I calculate the resonant frequency of an LC circuit?
Use the Thomson formula: f = 1 / (2π√LC). Ensure your units are in base SI formats before calculating: convert microhenries (µH) to Henries (H) by multiplying by 10⁻⁶, and picofarads (pF) to Farads (F) by multiplying by 10⁻¹². For example, 10 µH and 100 pF yields f = 1 / (2π√(10×10⁻⁶ × 100×10⁻¹²)) = 5.03 MHz. For a deeper dive into the underlying AC theory, the All About Circuits textbook chapter on tank circuits provides excellent phasor diagrams.
Why use a parallel LC circuit instead of a series LC circuit for tuning?
Parallel LC circuits are preferred for tuning and oscillator applications because they present a high impedance at resonance. This high impedance prevents the tank from drawing excessive current from the driving amplifier, preserving the amplifier's gain and the tank's Q-factor. A series LC circuit, conversely, drops to near-zero impedance at resonance, which would heavily load and potentially short out a voltage-driven source, collapsing the resonant peak.
What happens to the LC circuit frequency if the capacitor fails short?
If the capacitor fails short, the physical LC circuit ceases to exist; Node A is directly shorted to Node B (Ground). Mathematically, as C approaches infinity (a short circuit), the frequency formula approaches zero, but practically, the inductor is just acting as a low-value DC resistor to ground. The resonant oscillation stops immediately, and any driving signal is grounded out, usually resulting in a blown fuse or a destroyed driving transistor due to overcurrent.
How does parasitic capacitance affect high-frequency LC circuits?
At frequencies above 10 MHz, parasitic capacitance (from PCB traces, breadboard contacts, and the inductor's own inter-winding capacitance) adds to your intentional capacitor value. A breadboard typically adds 2 pF to 5 pF of stray capacitance per node. If your design calls for a 10 pF capacitor to hit 50 MHz, the 5 pF of breadboard stray capacitance will increase your total C to 15 pF, dropping your actual LC circuit frequency to roughly 40 MHz. To fix this, high-frequency tanks must be built on perfboard or custom PCBs with ground planes removed directly beneath the tank nodes to minimize stray capacitance.






