An LC circuit is a resonant network consisting of an inductor (L) and a capacitor (C) that exchanges energy between magnetic and electric fields at a specific resonant frequency. When driven at this frequency, the circuit exhibits extreme impedance characteristics—acting as a short circuit in a series topology or an open circuit in a parallel topology. This behavior makes LC circuits the foundational building blocks for RF oscillators, bandpass filters, and impedance matching networks.

The Core Topology: Wiring a Parallel LC Tank

While series LC circuits are used for notch filters and voltage magnification, the parallel LC circuit (often called a tank circuit) is the most common configuration for frequency selection and oscillation.

In a standard parallel tank topology, the inductor and capacitor share two common nodes:

  • Node A (V_out / Junction): The top connection where one lead of the inductor and one lead of the capacitor meet. This is also where the drive signal is injected (usually through a coupling resistor) and where the output is measured.
  • Node B (GND / Reference): The bottom connection where the remaining leads of both components tie to the system ground.

When a transient voltage is applied to Node A, the capacitor charges. It then discharges through the inductor, building a magnetic field. As the magnetic field collapses, it forces current back into the capacitor, charging it in the opposite polarity. This energy "sloshes" back and forth. In a theoretical lossless circuit, this ringing continues indefinitely. In reality, parasitic resistance (wire resistance, dielectric losses) dampens the oscillation unless actively sustained by an amplifier.

Design Walkthrough: Building a 100 kHz Resonant Tank

Let’s design a parallel LC tank targeting a resonant frequency ($f_r$) of 100 kHz. The governing equation is:

$$f_r = \frac{1}{2\pi\sqrt{LC}}$$

Step 1: Pick the Capacitor
We need a stable, low-ESR dielectric. C0G/NP0 ceramics are mandatory for RF tanks to avoid capacitance drift with voltage and temperature. Let’s select a 10 nF (0.01 µF) Kemet C315C103K1R5TA (C0G, 100V, 5% tolerance).

Step 2: Calculate the Inductor
Rearranging the formula to solve for L:
$$L = \frac{1}{(2\pi f_r)^2 C}$$
$$L = \frac{1}{(2\pi \times 100,000)^2 \times 10 \times 10^{-9}} \approx 253.3 \text{ µH}$$

Step 3: Select a Real-World Inductor
Standard values don’t include 253 µH. We’ll choose a Bourns 78F271K-RC, a 270 µH radial inductor with a 10% tolerance. Crucially, we must check its Self-Resonant Frequency (SRF). The 78F271K-RC has an SRF of roughly 3.5 MHz. Because our target is 100 kHz, we are safely below the SRF, ensuring the component behaves inductively rather than capacitively.

Step 4: Recalculate Actual Frequency
Using 270 µH and 10 nF, the actual theoretical resonant frequency shifts to 96.8 kHz.

Callout Tip: Parasitic Capacitance
On a breadboard, stray inter-row capacitance (typically 2pF to 5pF) will add to your 10 nF capacitor. While 5pF is negligible against 10,000pF, if you were designing a 10 MHz tank with a 25pF capacitor, that same 5pF of breadboard stray capacitance would detune your circuit by 20%. Always account for layout parasitics in high-frequency LC designs.

Behavior Matrix: Tuning and Parasitic Shifts

Understanding how component variations affect the tank is critical for troubleshooting and tuning. The table below outlines the behavioral shifts when altering primary and parasitic elements.

Parameter Changed Effect on Resonant Freq ($f_r$) Effect on Q-Factor (Sharpness) Physical Cause / Real-World Scenario
Increase L Decreases Decreases (usually) Adding turns increases DC resistance (DCR), lowering Q.
Increase C Decreases Minimal change Swapping to a higher value NP0 cap; ESR remains low.
Increase ESR / DCR No change (theoretically) Decreases heavily Using a cheap ferrite bead instead of a proper wirewound inductor.
Add Parallel Load R No change Decreases heavily Connecting a 50Ω oscilloscope probe directly to Node A.
Core Saturation Increases dynamically Degrades / Distorts High current through a ferrite core drops permeability, reducing effective L.

LC vs. RLC: Why Choose a Pure LC Topology?

A common question on the bench is why we don’t just add a resistor to control the circuit’s behavior, creating an RLC topology. The choice between LC and RLC comes down to the Quality Factor (Q) and energy conservation.

  • Choose Pure LC when: You need a high Q-factor. A pure LC parallel tank has an extremely high impedance at resonance, making it ideal for narrow bandpass filters, RF impedance matching, and LC oscillator feedback networks where you want minimal insertion loss and sharp frequency selectivity.
  • Choose RLC when: You need intentional damping. Adding a series or parallel resistor lowers the Q-factor, widening the bandwidth. This is required in snubber circuits to prevent high-frequency ringing across switching MOSFETs, or in broadband filters where a sharp resonant peak would cause signal distortion or instability.

For more on the mathematical derivation of damping ratios in these networks, refer to the All About Circuits textbook chapter on resonance.

Failure Modes: What Breaks at the Extremes?

When debugging a dead board, you must understand how the LC topology behaves when a component fails open or short. Unlike simple resistor dividers, LC failures create extreme frequency-dependent anomalies.

  • Inductor Shorts: Node A is tied directly to GND. The resonant frequency theoretically approaches infinity, but practically, the circuit becomes a dead short to ground. The drive signal will see near-zero impedance at all frequencies, likely overloading the driver stage.
  • Inductor Opens: The magnetic energy exchange path is broken. The circuit degrades into a simple capacitive low-pass filter (assuming a series source resistance). Resonance ceases entirely.
  • Capacitor Shorts: Identical to an inductor short; Node A is hard-tied to GND. The driver will source maximum current, potentially burning out the function generator’s output amplifier or blowing a board-level fuse.
  • Capacitor Opens: The electric field storage is lost. The circuit becomes a simple inductive high-pass filter. At DC, the inductor acts as a short; at high frequencies, it blocks current. Resonance is destroyed.

Step-by-Step Breadboard Verification

Testing an LC tank requires care. If you probe it incorrectly, your test equipment will become part of the circuit and detune the resonance. Follow this procedure to verify the 96.8 kHz tank designed above.

  1. Insert Components: Place the Bourns 270 µH inductor and Kemet 10 nF capacitor on the breadboard so they share a common ground rail and a common top row (Node A).
  2. Isolate the Drive Source: Function generators typically have a 50Ω output impedance. If you connect this directly to Node A, the 50Ω will heavily dampen the high-impedance parallel tank, destroying the Q-factor. Insert a 10 kΩ series resistor between the function generator’s BNC center conductor and Node A to act as a crude current source.
  3. Configure the Scope Probe: Never use a 1x scope probe on an LC tank. A 1x probe adds ~100pF of capacitance to Node A, which will shift your resonant frequency. Set your oscilloscope probe to 10x attenuation. This reduces the parasitic probe capacitance to roughly 12pF-15pF, minimizing circuit loading.
  4. Connect the Probe: Clip the probe ground spring (not the long alligator lead, which acts as an antenna and adds inductance) directly to the ground rail next to the capacitor. Touch the probe tip to Node A.
  5. Sweep and Measure: Set the function generator to output a 1V peak-to-peak sine wave. Sweep the frequency from 10 kHz up to 500 kHz. Watch the oscilloscope amplitude. You will see the voltage at Node A peak sharply. For our 270 µH / 10 nF tank, this peak will occur precisely around 96.8 kHz.

For deeper analysis on probe loading effects in high-impedance circuits, review the parallel resonance guidelines at Electronics Tutorials.

Frequently Asked Questions

What is an LC circuit used for in RF design?

In RF design, LC circuits are primarily used for impedance matching (transforming a 50Ω source to a complex antenna load), frequency selection in superheterodyne receivers (as IF transformers), and as the frequency-determining tank in Voltage-Controlled Oscillators (VCOs). By varying the capacitance with a varactor diode, the resonant frequency of the LC tank can be tuned electronically, which is the basis of FM transmission and PLL frequency synthesis.

Why does my LC circuit ring indefinitely on the oscilloscope?

If you hit the tank with a square wave or a fast step edge and the oscilloscope shows continuous, undamped sinusoidal ringing, you are looking at a very high-Q circuit with minimal parasitic resistance. While theoretically "ideal," indefinite ringing in a practical digital or power circuit is usually a problem—it causes EMI and voltage overshoot. To fix this, you must intentionally lower the Q by adding a parallel damping resistor (creating an RLC snubber) or by using an inductor with higher core losses or DCR.

Can I use an LC circuit for DC power filtering?

Yes, LC networks are heavily used in DC-DC buck and boost converters as output filters (often configured as Pi-filters). The inductor blocks high-frequency switching noise while passing DC, and the capacitor shunts remaining AC ripple to ground. However, you must carefully calculate the LC resonant frequency to ensure it does not align with the switching frequency of the regulator or the load transient frequency, which would cause severe resonant peaking and potential control-loop instability. Always include sufficient ESR in the output capacitors or add an explicit damping network to maintain phase margin.