RLC Circuit Resonance Simulator Back
Electrical Circuits · Resonance

RLC Circuit Resonance Simulator

Analyze series and parallel RLC resonance interactively. Visualize impedance and current vs frequency on log scales, inspect the phasor diagram, and explore Q factor and bandwidth in real time.

Circuit Type
Parameters
Presets
Resonance Parameters
Electromagnetic CAE Connection
RLC resonance is fundamental to antenna design, RF filters, and EMC suppression. CAE uses FDTD and FEM EM solvers to analyze resonant frequency, Q factor, and radiation patterns. Also critical for PCB signal integrity and parasitic extraction.
Results
Resonant freq. f₀
Q factor
Bandwidth BW
|Z| at resonance
Freq
Resonant freq. f₀ =  |  Bandwidth:  |  Peak |I| =
Phasor
VR (Resistor voltage)
VL (Inductor voltage)
VC (Capacitor voltage)
Vs (Source — resultant)
I (Current phasor)
Phase angle φ = 0.0°
|I| at f₀ =
|Z| at f₀ =
Series: Z=R (minimum)
Parallel: Z=Q²R (maximum)
Reading the chart: Blue = |Z| (left axis, Ω); Red = |I| (right axis, A); Yellow dashed line = f₀; faint yellow lines = half-power (−3 dB) frequencies.
Theory & Key Formulas

Resonant frequency: $$\omega_0 = \frac{1}{\sqrt{LC}}$$

Q factor (series): $$Q = \frac{\omega_0 L}{R}$$

Bandwidth: $$\mathrm{BW}= \frac{f_0}{Q}$$

What is RLC Circuit Resonance?

🙋
What exactly is "resonance" in this RLC circuit? I see the current gets really big at a specific frequency.
🎓
Basically, resonance is when the circuit naturally oscillates with maximum energy transfer. In a series RLC circuit, the inductor and capacitor have opposite effects. At one special frequency, their reactances cancel each other out. Try moving the frequency slider in the simulator—you'll see the current peak sharply when $X_L = X_C$, leaving only the resistor to limit the current.
🙋
Wait, really? So the inductor and capacitor just... cancel? What determines that magic frequency?
🎓
Exactly! The "magic" resonant frequency $\omega_0$ is set by just the inductance (L) and capacitance (C). It's $ \omega_0 = 1/\sqrt{LC}$. In practice, this means a tiny capacitor and a big inductor will resonate at a low frequency, and vice-versa. Play with the L and C sliders above—you'll see the peak in the current graph shift left or right instantly.
🙋
Okay, I see the peak. But sometimes it's a sharp spike and sometimes it's a wide hump. What controls that?
🎓
Great observation! That's the Q factor, or "quality factor". A high Q (sharp peak) means low energy loss per cycle, dominated by the reactances. A low Q (wide hump) means high loss, dominated by the resistance. The simulator calculates it as $Q = (\omega_0 L)/R$. Try cranking the R slider up—watch the peak get lower and wider, which directly shows a lower Q and a larger bandwidth.

Physical Model & Key Equations

The core of resonance is the impedance of the series RLC circuit. At any frequency, the total impedance Z is the sum of the resistance and the two reactances. Since the inductive reactance ($X_L$) and capacitive reactance ($X_C$) have opposite signs, they can cancel.

$$Z = R + j\omega L + \frac{1}{j\omega C}= R + j\left(\omega L - \frac{1}{\omega C}\right)$$

$Z$ is the complex impedance (Ω), $R$ is the resistance (Ω), $\omega$ is the angular frequency (rad/s), $L$ is the inductance (H), and $C$ is the capacitance (F). Resonance occurs when the imaginary part is zero.

From the impedance condition, we derive the key resonant frequency. The bandwidth (BW) defines the range of frequencies around resonance where the power is at least half the maximum, and is inversely related to the Q factor.

$$\omega_0 = \frac{1}{\sqrt{LC}}\quad \quad Q = \frac{\omega_0 L}{R}= \frac{1}{R}\sqrt{\frac{L}{C}}\quad \quad \mathrm{BW}= \frac{\omega_0}{Q}$$

$\omega_0$ is the resonant angular frequency. $Q$ is the quality factor (dimensionless). BW is the bandwidth (rad/s). A high Q means a narrow, selective resonance, which is crucial for filters.

Real-World Applications

Radio Tuners: Your radio selects a station by using a tunable RLC circuit (often with a variable capacitor). It resonates at the frequency of the desired radio station, allowing that signal's current to be maximized while rejecting others. The simulator's sharp peak shows this selectivity.

RF/Microwave Filters: In cell phones and WiFi routers, RLC-based bandpass and bandstop filters are essential. They allow specific frequency bands for communication while blocking interference. Engineers use CAE tools to simulate the Q factor and bandwidth exactly as this simulator does.

Antenna Impedance Matching: Antennes are designed to resonate at their operating frequency for efficient power transfer. An RLC matching network ensures the antenna's complex impedance looks purely resistive to the transmitter, minimizing reflected power.

EMC/Noise Suppression: Unwanted resonant circuits can form on printed circuit boards (PCBs) from parasitic inductance and capacitance. CAE software performs parasitic extraction to find these and predict electromagnetic compatibility (EMC) issues, using the same resonance principles shown here.

Common Misconceptions and Points to Note

First, are you under the impression that "the resonant frequency is determined solely by L and C"? It's true that the formula $f_0 = 1 / (2\pi\sqrt{LC})$ does not include the resistance R. However, real-world components always have parasitic elements known as "Equivalent Series Resistance (ESR)". Examples include the winding resistance of a coil or the dielectric loss of a capacitor. If you set the simulator to approach an ideal R=0Ω, the peak impedance theoretically diverges to infinity, which is impossible in a real circuit. In practice, this parasitic resistance determines the Q factor and directly impacts heat generation and efficiency.

Next, it's dangerous to think "series and parallel resonance are simply inverses". In series resonance, the impedance is at a "minimum," resulting in maximum current. In parallel resonance, however, the impedance is at a "maximum," resulting in maximum voltage. If you design a filter without understanding this fundamental difference, it will behave in a completely unintended way. For example, using parallel resonance as a noise filter on a power line makes the impedance maximum at a specific noise frequency, thereby blocking that noise (trap filter). Try switching between both modes in this simulator and observe how the graph shape inverts.

Finally, the discrepancy between simulation and actual measurement. Calculations on paper or results from this tool assume a "lumped-element circuit." However, especially at high frequencies (e.g., tens of MHz and above), wiring length becomes non-negligible compared to the wavelength, and distributed-element effects appear. Furthermore, the influence of parasitic capacitance and mutual inductance between components cannot be ignored. Even if you obtain perfect characteristics in the tool, it's not uncommon for the resonant frequency to shift by a few percent on an actual printed circuit board. Always consider "theoretical values as a first approximation" and plan real-world evaluation as an essential step.