The Core Formula: Series RLC Impedance Magnitude

The total opposition to alternating current in a series circuit containing resistance, inductance, and capacitance is called impedance. The magnitude of total impedance ($|Z|$) in a series RLC circuit is calculated using the following formula:

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

When solving AC circuits, using a scientific calculator with minus capabilities requires strict attention to the difference between the subtraction operator [$-$] and the negative sign [$(-)$]. Capacitive reactance ($X_C$) introduces a negative imaginary component ($-jX_C$) in rectangular notation. If you incorrectly use the subtraction key instead of the negative sign key when entering complex numbers for phase angle conversions, your calculator will return a syntax error or a mathematically invalid phase shift.

Table 1: Symbol Definitions and Standard Units
Symbol Definition Standard SI Unit Unit Abbreviation
$|Z|$ Magnitude of Total Impedance Ohms $\Omega$
$R$ Resistance (Real Component) Ohms $\Omega$
$X_L$ Inductive Reactance ($2 \pi f L$) Ohms $\Omega$
$X_C$ Capacitive Reactance ($\frac{1}{2 \pi f C}$) Ohms $\Omega$
$f$ Frequency of the AC Source Hertz Hz
$L$ Inductance Henries H
$C$ Capacitance Farads F

When This Formula Applies (And When It Breaks)

This formula is valid exclusively for steady-state sinusoidal AC circuits with linear components. It assumes the AC waveform is a pure sine wave. If you are analyzing a square wave, PWM signal, or transient switching event, you must first decompose the waveform using Fourier analysis and calculate the impedance for each harmonic individually.

Unit Mistakes That Break the Math:
  • The Micro-Farad Trap: Entering $22 \mu F$ as $22 \times 10^{-3}$ instead of $22 \times 10^{-6}$. This inflates $X_C$ by a factor of 1000.
  • The Milli-Henry Error: Forgetting to convert $mH$ to base Henries ($10^{-3}$) before calculating $X_L$.
  • RPM vs. Hz: Using motor RPM directly instead of dividing by 60 to get mechanical Hz, or failing to multiply by pole pairs for electrical frequency.

Realistic Answer Magnitudes: In typical hobbyist, audio, and light industrial electronics, $|Z|$ should fall between $1 \Omega$ and $10,000 \Omega$. If your calculator outputs an impedance of $1.4 \times 10^{9} \Omega$, you almost certainly missed a micro ($\mu$) prefix on your capacitor value. If it outputs $0.004 \Omega$, you likely forgot to convert milli-henries ($mH$) to Henries.

Rearranged Forms for Component Sizing

In practical bench work, you rarely solve for $|Z|$ from scratch. Usually, you know your target impedance and need to size a specific component. According to Electronics Tutorials, algebraic rearrangement of the core formula yields the following design equations:

  • Solve for Resistance: $R = \sqrt{|Z|^2 - (X_L - X_C)^2}$
  • Solve for Inductive Reactance: $X_L = X_C \pm \sqrt{|Z|^2 - R^2}$
  • Solve for Capacitive Reactance: $X_C = X_L \pm \sqrt{|Z|^2 - R^2}$
  • Solve for Capacitance (from $X_C$): $C = \frac{1}{2 \pi f X_C}$
  • Solve for Frequency (at Resonance, where $X_L = X_C$): $f = \frac{1}{2 \pi \sqrt{LC}}$

Worked Problem 1: Calculating Total Impedance

Scenario: You are building a passive audio crossover network. The series branch consists of a $47 \Omega$ resistor, a $10 mH$ inductor, and a $22 \mu F$ capacitor. The audio signal frequency is $120 Hz$. Find the total impedance magnitude $|Z|$.

  1. Convert to Base SI Units:
    $R = 47 \Omega$
    $L = 10 \text{ mH} = 0.010 \text{ H}$
    $C = 22 \mu\text{F} = 22 \times 10^{-6} \text{ F}$
    $f = 120 \text{ Hz}$
  2. Calculate Inductive Reactance ($X_L$):
    $X_L = 2 \pi f L$
    $X_L = 2 \times \pi \times 120 \text{ Hz} \times 0.010 \text{ H}$
    $X_L = 7.5398 \Omega$
  3. Calculate Capacitive Reactance ($X_C$):
    $X_C = \frac{1}{2 \pi f C}$
    $X_C = \frac{1}{2 \times \pi \times 120 \text{ Hz} \times (22 \times 10^{-6} \text{ F})}$
    $X_C = 60.284 \Omega$
  4. Calculate Net Reactance (Using the Calculator Subtraction Minus):
    $X_{net} = X_L - X_C$
    $X_{net} = 7.5398 \Omega - 60.284 \Omega$
    $X_{net} = -52.744 \Omega$ (The negative result indicates the circuit is currently capacitive).
  5. Calculate Total Impedance Magnitude ($|Z|$):
    $|Z| = \sqrt{R^2 + (X_{net})^2}$
    $|Z| = \sqrt{(47)^2 + (-52.744)^2}$
    $|Z| = \sqrt{2209 + 2781.93}$
    $|Z| = \sqrt{4990.93} = \mathbf{70.65 \Omega}$

Worked Problem 2: Sizing a Capacitor for Target Impedance

Scenario: You need an RLC series branch to present exactly $100 \Omega$ of impedance to a $1000 Hz$ ($1 kHz$) signal to properly bias a tube amplifier grid. You already have a $60 \Omega$ resistor and a choke that provides $150 \Omega$ of inductive reactance at $1 kHz$. What value of capacitor ($C$) is required?

  1. Identify Knowns:
    $|Z| = 100 \Omega$
    $R = 60 \Omega$
    $X_L = 150 \Omega$
    $f = 1000 \text{ Hz}$
  2. Rearrange Formula to Solve for Net Reactance Squared:
    $|Z|^2 = R^2 + (X_L - X_C)^2$
    $(100)^2 = (60)^2 + (150 - X_C)^2$
    $10000 = 3600 + (150 - X_C)^2$
    $6400 = (150 - X_C)^2$
  3. Take the Square Root (Yielding Two Possible Paths):
    $\pm 80 = 150 - X_C$
    Path A: $80 = 150 - X_C \Rightarrow X_C = 70 \Omega$
    Path B: $-80 = 150 - X_C \Rightarrow X_C = 230 \Omega$
    Decision: We select Path A ($X_C = 70 \Omega$) to keep the net circuit slightly inductive, which is generally safer for tube amplifier grid biasing than a highly capacitive load.
  4. Calculate Capacitance from $X_C$:
    $C = \frac{1}{2 \pi f X_C}$
    $C = \frac{1}{2 \times \pi \times 1000 \text{ Hz} \times 70 \Omega}$
    $C = \frac{1}{439822.97}$
    $C = 2.273 \times 10^{-6} \text{ F} = \mathbf{2.27 \mu\text{F}}$

Decision Path: Selecting the Physical Capacitor

Calculating $2.27 \mu F$ is only half the job. You must now select a physical component. Using a standard AC circuit analysis framework, follow this decision tree to terminate on a specific part number.

Table 2: Capacitor Selection Decision Tree for AC Signals
Condition / Constraint If True (Action) If False (Action)
Is the signal purely AC (no DC bias)? Must use Non-Polarized (Film/Paper) or back-to-back electrolytics. Polarized Aluminum Electrolytic is acceptable.
Is the application audio/signal path? Use Polypropylene (MKP) or Polyester (MKT) film for low dielectric absorption. Ceramic (X7R/C0G) is acceptable for RF/high-freq.
Is the calculated value a standard E12 series value? Buy the exact value (e.g., $2.2 \mu F$). Parallel two standard values (e.g., $2.2 \mu F + 0.068 \mu F$) or accept tolerance drift.
Will RMS voltage exceed 50VAC? Specify a dedicated AC-rated film capacitor (e.g., 250VAC minimum). Standard DC-rated film capacitor (derated by 50%) is fine.

Final Concrete Pick: Based on the decision tree (AC signal, audio path, $2.2 \mu F$ is an E12 standard value, and tube grids can see high voltage spikes), the exact component to purchase is the WIMA MKP10 2.2 µF 250VAC Polypropylene Film Capacitor (Manufacturer Part # MKP1O122205F00KSSD). This part provides the necessary non-polar AC handling, low dielectric distortion for the audio band, and sufficient voltage headroom.

Calculator Keystroke Guide: The Minus vs. Negative Trap

When moving from magnitude calculations to complex phasor math (e.g., converting $R - jX_C$ to Polar form to find the phase angle $\theta$), the way you use your calculator with minus functions dictates your success.

  • The Subtraction Key [$-$]: Used strictly for operations between two distinct numbers (e.g., $X_L - X_C$).
  • The Negative Sign Key [$(-)$] or [$+/-]$]: Used to define the polarity of a single number. When entering the complex number $60 - j70$ into a Casio fx-115ES or TI-36X Pro for rectangular-to-polar conversion, you must type 60 [$-$] 70 [$i$] OR 60 [+] 70 [$(-)$] [$i$].

If you type 60 [$-$] [$-$] 70 [$i$], the calculator interprets this as a syntax error or subtracts a negative, effectively adding the capacitive reactance and yielding a wildly incorrect phase angle. Always isolate the negative sign to the imaginary coefficient itself when entering rectangular coordinates.