RLC Circuit Calculator Formula
Understand the math behind the rlc circuit calculator. Each variable explained with a worked example.
Formulas Used
Resonant Frequency
resonant_freq = omega_0 / (2 * pi)Damping Factor
damping = resistance / (2 * sqrt(l_h / c_f))Quality Factor
q_factor = sqrt(l_h / c_f) / resistanceVariables
| Variable | Description | Default |
|---|---|---|
resistance | Resistance(Ω) | 10 |
inductance_mh | Inductance(mH) | 10 |
capacitance_uf | Capacitance(µF) | 10 |
l_h | Derived value= inductance_mh / 1000 | calculated |
c_f | Derived value= capacitance_uf / 1000000 | calculated |
omega_0 | Derived value= 1 / sqrt(l_h * c_f) | calculated |
How It Works
Series RLC Circuit
f_0 = 1 / (2pi x sqrt(LC))
Damping = R / (2 x sqrt(L/C))
Q = sqrt(L/C) / R
Damping < 1 is underdamped (oscillatory), = 1 is critically damped, > 1 is overdamped.
Worked Example
R=10 ohms, L=10 mH, C=10 uF.
resistance = 10inductance_mh = 10capacitance_uf = 10
- 01f_0 = 1 / (2pi x sqrt(0.01 x 0.00001)) = 503.3 Hz
- 02Damping = 10 / (2 x sqrt(0.01/0.00001)) = 10 / 63.25 = 0.158
- 03Q = 31.62 / 10 = 3.16 (underdamped)
Ready to run the numbers?
Open RLC Circuit Calculator