When you move from DC breadboarding to AC circuit analysis, the scalar math you relied on stops working. Voltages no longer add up linearly because of phase shifts. The foundational electrical engineering equation that bridges this gap for series circuits is the RLC impedance formula. It allows you to calculate the total opposition to alternating current (AC) by combining resistance and frequency-dependent reactance.

The direct answer for the total impedance ($Z$) of a series RLC circuit is:

$Z = \sqrt{R^2 + (X_L - X_C)^2}$

Below, we break down the derivation, map out every variable, solve real-world bench problems with strict unit tracking, and highlight the unit-conversion traps that ruin calculations.

The Core Electrical Engineering Equation and Symbol Definitions

To use this formula effectively, you must understand the sub-equations for inductive and capacitive reactance. Inductive reactance ($X_L$) increases with frequency, while capacitive reactance ($X_C$) decreases. Both are measured in ohms ($\Omega$).

Symbol Parameter Standard Unit Sub-Formula / Definition Typical Bench Range
$Z$ Total Impedance Ohms ($\Omega$) Vector sum of R and net X 1 $\Omega$ to 10 k$\Omega$
$R$ Resistance Ohms ($\Omega$) Real power dissipation 10 $\Omega$ to 1 k$\Omega$
$X_L$ Inductive Reactance Ohms ($\Omega$) $2 \pi f L$ 1 $\Omega$ to 5 k$\Omega$
$X_C$ Capacitive Reactance Ohms ($\Omega$) $\frac{1}{2 \pi f C}$ 1 $\Omega$ to 5 k$\Omega$
$f$ Frequency Hertz (Hz) Cycles per second 50 Hz to 1 MHz
$L$ Inductance Henrys (H) Magnetic field storage 1 $\mu$H to 1 H
$C$ Capacitance Farads (F) Electric field storage 1 pF to 10,000 $\mu$F

Phasor Derivation and Boundary Assumptions

This electrical engineering equation is derived from the geometry of the complex plane. In a series circuit, the current ($I$) is identical through all components. However, the voltage drops are out of phase:

  • Resistor ($V_R$): Voltage is perfectly in phase with current.
  • Inductor ($V_L$): Voltage leads current by exactly 90°.
  • Capacitor ($V_C$): Voltage lags current by exactly 90°.

Because $V_L$ and $V_C$ are 180° out of phase with each other, they directly oppose one another. The net reactive voltage is $V_X = V_L - V_C$. Using the Pythagorean theorem on the phasor diagram, the total source voltage is $V_{total} = \sqrt{V_R^2 + (V_L - V_C)^2}$. Dividing the entire equation by the common current $I$ yields the impedance equation: $Z = \sqrt{R^2 + (X_L - X_C)^2}$.

Boundary Assumptions: This formula assumes steady-state sinusoidal AC and linear time-invariant (LTI) components. It ignores parasitic elements. On a real workbench, an inductor has DC resistance (DCR) and a capacitor has equivalent series resistance (ESR). For high-precision RF work, you must add the inductor's DCR and the capacitor's ESR directly to your $R$ value before calculating $Z$.

Rearranged Forms: Solving for Every Variable

When debugging a circuit or selecting components for a filter, you rarely solve for $Z$. You usually know your target impedance and need to find the missing component value. Here are the rearranged forms. Note: Because the reactance term is squared, solving for $X_L$ or $X_C$ yields a $\pm$ root. You must know if your circuit is net inductive or capacitive to choose the correct sign.

  • Solve for R: $R = \sqrt{Z^2 - (X_L - X_C)^2}$
  • Solve for $X_L$ (Inductive circuit): $X_L = X_C + \sqrt{Z^2 - R^2}$
  • Solve for $X_C$ (Capacitive circuit): $X_C = X_L - \sqrt{Z^2 - R^2}$
  • Solve for L: $L = \frac{X_L}{2 \pi f}$
  • Solve for C: $C = \frac{1}{2 \pi f X_C}$
  • Solve for Resonant Frequency ($f_r$): At resonance, $X_L = X_C$, so $Z = R$. The frequency is $f_r = \frac{1}{2 \pi \sqrt{L C}}$

Worked Problems with Strict Unit Tracking

The most common reason this electrical engineering equation fails on the bench is unit mismanagement. Let's track every unit explicitly.

Problem 1: Finding Total Impedance and Current at 60 Hz

Given: A series circuit with $R = 50 \, \Omega$, $L = 150 \text{ mH}$, and $C = 25 \, \mu\text{F}$, driven by a $120\text{V}$ AC source at $f = 60 \text{ Hz}$.

  1. Convert to base SI units:
    $L = 150 \times 10^{-3} \text{ H} = 0.15 \text{ H}$
    $C = 25 \times 10^{-6} \text{ F} = 0.000025 \text{ F}$
  2. Calculate Inductive Reactance ($X_L$):
    $X_L = 2 \cdot \pi \cdot (60 \text{ s}^{-1}) \cdot (0.15 \text{ H}) = 56.55 \, \Omega$
  3. Calculate Capacitive Reactance ($X_C$):
    $X_C = \frac{1}{2 \cdot \pi \cdot (60 \text{ s}^{-1}) \cdot (0.000025 \text{ F})} = 106.10 \, \Omega$
  4. Calculate Net Reactance ($X$):
    $X = X_L - X_C = 56.55 \, \Omega - 106.10 \, \Omega = -49.55 \, \Omega$ (Negative indicates net capacitive)
  5. Calculate Total Impedance ($Z$):
    $Z = \sqrt{(50 \, \Omega)^2 + (-49.55 \, \Omega)^2} = \sqrt{2500 + 2455.2} = \sqrt{4955.2} = 70.39 \, \Omega$
  6. Calculate RMS Current ($I$):
    $I = \frac{V}{Z} = \frac{120 \text{ V}}{70.39 \, \Omega} = 1.70 \text{ A}$

Problem 2: Finding Resonant Frequency

Given: The same components ($L = 0.15 \text{ H}$, $C = 0.000025 \text{ F}$). What frequency ($f_r$) forces the circuit into resonance, and what is $Z$ at that exact frequency?

  1. Apply the resonance formula:
    $f_r = \frac{1}{2 \pi \sqrt{L \cdot C}}$
  2. Multiply L and C:
    $0.15 \text{ H} \cdot 0.000025 \text{ F} = 0.00000375 \text{ s}^2$
  3. Take the square root:
    $\sqrt{0.00000375} = 0.001936 \text{ s}$
  4. Complete the denominator and divide:
    $f_r = \frac{1}{2 \cdot \pi \cdot 0.001936} = \frac{1}{0.01216} = 82.20 \text{ Hz}$
  5. Determine Z at resonance:
    At $82.20 \text{ Hz}$, $X_L$ exactly equals $X_C$. The reactive term $(X_L - X_C)$ becomes $0$. Therefore, $Z = \sqrt{R^2 + 0^2} = R = 50 \, \Omega$.

Unit Mistakes That Break the Math and Realistic Magnitudes

If you plug numbers into an AC circuit calculator and get a bizarre result, you likely fell into one of these traps:

  • The 'Micro' Exponent Trap: Capacitors are almost always in microfarads ($\mu$F) or nanofarads (nF). $25 \, \mu\text{F}$ is $25 \times 10^{-6}$, not $10^{-3}$. Dropping this exponent makes your $X_C$ a million times too large.
  • The $\omega$ vs $f$ Confusion: Function generators and advanced textbooks often use angular frequency ($\omega$) in radians per second, where $\omega = 2\pi f$. The formulas are $X_L = \omega L$ and $X_C = \frac{1}{\omega C}$. If your source reads $377 \text{ rad/s}$ (which is $60 \text{ Hz}$), do not multiply by $2\pi$ again.
  • Realistic Magnitudes: For standard audio, mains, or low-frequency RF bench circuits, your calculated $Z$ should almost always fall between $1 \, \Omega$ and $10,000 \, \Omega$. If your math yields $0.0004 \, \Omega$ or $4,000,000 \, \Omega$, you have a decimal error. Stop and check your $\mu$F and mH conversions.
Bench Tip: Before trusting your math, measure your physical components with an LCR meter (like a Keysight U1733C or a DER EE DE-5000). A ceramic capacitor labeled '104' (100 nF) might actually measure 85 nF due to manufacturing tolerance and DC bias derating. Always use the measured value in your electrical engineering equation for precise filter tuning.

Frequently Asked Questions

What is the most common electrical engineering equation for AC power?

While impedance calculates opposition, the most common equation for actual power dissipation in AC is the real power formula: $P = I_{rms}^2 \cdot R$, or $P = V_{rms} \cdot I_{rms} \cdot \cos(\theta)$, where $\cos(\theta)$ is the power factor. The impedance equation gives you the magnitude of $I_{rms}$, but only the resistive portion of $Z$ actually burns power as heat. The reactive portion ($X_L$ and $X_C$) merely sloshes energy back and forth between the source and the magnetic/electric fields.

How does the impedance equation change for parallel RLC circuits?

In a parallel configuration, voltage is common, not current. Therefore, we use admittance ($Y$), which is the reciprocal of impedance ($Y = 1/Z$). The scalar equation becomes $Y = \sqrt{G^2 + (B_C - B_L)^2}$, where $G$ is conductance ($1/R$), $B_C$ is capacitive susceptance ($1/X_C$), and $B_L$ is inductive susceptance ($1/X_L$). Notice that the positions of $C$ and $L$ effectively swap in the subtraction term compared to the series equation.

Why do we use complex numbers instead of this scalar electrical engineering equation?

The scalar equation $Z = \sqrt{R^2 + (X_L - X_C)^2}$ only gives you the magnitude of the impedance. It tells you how much the current is reduced, but it strips out the phase angle ($\theta$). In professional circuit analysis, we use the complex form $Z = R + j(X_L - X_C)$. This preserves the phase data, allowing us to calculate whether the current leads or lags the voltage, which is critical for power factor correction and stability analysis in feedback loops.

Does this electrical engineering equation apply to DC circuits?

Technically yes, but it collapses into simple Ohm's Law. In a DC circuit, the frequency $f$ is $0 \text{ Hz}$. If you plug $f = 0$ into the reactance formulas, $X_L$ becomes $0 \, \Omega$ (an inductor acts as a short circuit to steady DC) and $X_C$ becomes $\infty \, \Omega$ (a capacitor acts as an open circuit, blocking DC entirely). Therefore, for a series RLC circuit under DC, the current will simply be zero, as the infinite capacitive reactance breaks the circuit path.