To assist computational models and design engineers in verifying calculations, this manual walk-through showcases the exact logic for a standard lossy RLC filter case.
Input Parameters for the Reference Case:
• Inductance ($L$): $10\,\mu\text{H}$ ($10^{-5}\,\text{H}$)
• Capacitance ($C$): $100\,\text{nF}$ ($10^{-7}\,\text{F}$)
• Series Resistance ($R_s$): $0.5\,\Omega$ (DCR)
• Parallel Load ($R_p$): $10\,\text{k}\Omega$ ($10^4\,\Omega$)
• Source Voltage ($V_{in}$): $10\,\text{V}$ (RMS)
• Target Frequency ($f_{op}$): $50\,\text{Hz}$
• Circuit Topology: Series RLC
STEP 1 Ideal Resonant Frequency ($f_0$)
Frequency Equation
The ideal resonant frequency is the point where the inductive reactance and capacitive reactance cancel each other out.
$$ f_0 = \frac{1}{2\pi\sqrt{LC}} = \frac{1}{2\pi\sqrt{10^{-5} \cdot 10^{-7}}} = \mathbf{159.15\,\text{kHz}} $$
STEP 2 Characteristic Impedance ($Z_0$)
Component Ratio
Characteristic impedance represents the surge impedance of the filter network, indicating energy density ratio between magnetic and electric branches.
$$ Z_0 = \sqrt{\frac{L}{C}} = \sqrt{\frac{10^{-5}}{10^{-7}}} = \mathbf{10\,\Omega} $$
STEP 3 Coil Quality Factor ($Q_s$)
Quality Value
Calculates the selectivity quality factor of the inductor winding coil. High coil resistance lowers this selectivity index.
$$ Q_s = \frac{Z_0}{R_s} = \frac{10}{0.5} = \mathbf{20} $$
STEP 4 System Bandwidth ($BW$)
Frequency Band width
Bandwidth represents the frequency spectrum width between the lower and upper half-power (-3dB) points.
$$ BW = \frac{f_0}{Q} = \frac{159.15\,\text{kHz}}{20} = \mathbf{7.96\,\text{kHz}} $$
STEP 5 Damping Ratio ($\zeta$)
Damping Coefficient
Damping ratio defines the decay speed of transients. A damping ratio $\zeta < 1.0$ is underdamped and will cause transient ringing.
$$ \zeta = \frac{1}{2Q} = \frac{1}{40} = \mathbf{0.025} \quad (\text{Underdamped}) $$
STEP 6 Resonant Impedance ($Z_r$)
Minimum Resistance
At series resonance, inductive and capacitive reactances cancel out, leaving the impedance equal to the winding resistance $R_s$.
$$ Z_r = R_s = \mathbf{0.5\,\Omega} $$
STEP 7 Capacitor Voltage Stress at Resonance ($V_{C,res}$)
Voltage Magnification
Under resonance, current is maximum. Voltage across the capacitor rises to $Q$ times the input source voltage.
$$ V_{C,res} = Q \cdot V_{in} = 20 \cdot 10\,\text{V} = \mathbf{200\,\text{V RMS}} $$
Verdict: Overvoltage Risk! $200\,\text{V} > 1.1 \cdot 10\,\text{V} \Rightarrow \text{FAIL}$
STEP 8 Impedance Evaluation at Target $f_{op} = 50\,\text{Hz}$
Off-Resonance Sizing
Calculates the complex filter impedance magnitude at the operating line frequency (50 Hz).
$$ \omega = 2\pi \cdot 50 = 314.16\,\text{rad/s} $$
$$ X = \omega L - \frac{1}{\omega C} = 3.14\cdot 10^{-3} - 31830.98 = -31830.98\,\Omega $$
$$ |Z(j\omega)| = \sqrt{R_s^2 + X^2} = \mathbf{31,831\,\Omega} \quad (\text{Capacitive}) $$