The AC Impedance Formula: Symbols, Definitions, and Assumptions

When analyzing alternating current (AC) circuits, resistance alone is not enough to describe the opposition to current flow. Inductors and capacitors introduce frequency-dependent reactance. To find the total opposition in a series RLC circuit, we use the AC impedance formula. Whether you are punching numbers into a dedicated scientific tool or a standard mobile app like a basic calculator 2 interface, understanding the exact symbol definitions and unit conversions is the difference between a correct breaker sizing and a melted wire.

Primary Formula:
\( Z = \sqrt{R^2 + (X_L - X_C)^2} \)

SymbolParameterUnitSub-Formula / DefinitionTypical Range
\( Z \)Total ImpedanceOhms (\(\Omega\))Vector sum of R and net X1 \(\Omega\) to 10 k\(\Omega\)
\( R \)ResistanceOhms (\(\Omega\))DC resistance of wire/load0.1 \(\Omega\) to 5 k\(\Omega\)
\( X_L \)Inductive ReactanceOhms (\(\Omega\))\( 2 \pi f L \)0 \(\Omega\) to 1 k\(\Omega\)
\( X_C \)Capacitive ReactanceOhms (\(\Omega\))\( \frac{1}{2 \pi f C} \)0 \(\Omega\) to 10 k\(\Omega\)
\( f \)FrequencyHertz (Hz)Mains is 50Hz or 60Hz50 Hz - 60 Hz (mains)
\( L \)InductanceHenrys (H)Must convert mH to H0.01 H to 5 H
\( C \)CapacitanceFarads (F)Must convert \(\mu\)F to F1\(\times\)10\(^{-6}\) F to 1\(\times\)10\(^{-3}\) F

When This Formula Applies (and Its Assumptions)

This formula assumes a steady-state, sinusoidal AC waveform applied to linear, lumped-parameter components wired in series. It applies perfectly to sizing conductors for induction motors, calculating voltage drop across HVAC contactor coils, and analyzing passive crossover networks. It does not apply to non-linear loads (like LED drivers or VFDs generating harmonics) or transient inrush events where the waveform is heavily distorted.

The Unit Mistakes That Break Your Math

The most common failure when using a basic calculator 2 app for AC math is the Microfarad Trap. Capacitor values are almost always printed in microfarads (\(\mu\)F). If your motor run capacitor says 45 \(\mu\)F, and you type 45 into the \(X_C\) denominator, your calculated reactance will be a million times too small, and your total impedance will be wildly inaccurate. You must enter it as 45e-6 or 0.000045. Similarly, inductance must be converted from millihenrys (mH) to Henrys (H) by dividing by 1,000.

Realistic Answer Magnitudes

For a standard 120V/240V residential branch circuit, the source impedance is typically between 0.1 \(\Omega\) and 0.5 \(\Omega\). A loaded 1/2 HP single-phase motor will present an impedance of roughly 5 \(\Omega\) to 15 \(\Omega\). If your calculator spits out an impedance of 45,000 \(\Omega\) for a motor circuit, you forgot the \(10^{-6}\) multiplier on your capacitor.

Rearranged Forms: Solving for Hidden Variables

On the bench, you rarely know all variables upfront. Often, you measure total impedance with a multimeter and know the frequency, but need to find the parasitic resistance or the exact reactance. Here are the algebraically rearranged forms. Note that when solving for reactance, the sign depends on whether the circuit is inductively or capacitively dominant.

  • Solving for Resistance (R):
    \( R = \sqrt{Z^2 - (X_L - X_C)^2} \)
    Use case: Finding the true wire resistance when you know the total impedance and the reactive components.
  • Solving for Inductive Reactance (\(X_L\)):
    \( X_L = X_C + \sqrt{Z^2 - R^2} \) (Assuming inductive dominance, \(X_L > X_C\))
    \( X_L = X_C - \sqrt{Z^2 - R^2} \) (Assuming capacitive dominance, \(X_C > X_L\))
  • Solving for Capacitive Reactance (\(X_C\)):
    \( X_C = X_L + \sqrt{Z^2 - R^2} \) (Assuming capacitive dominance)
    \( X_C = X_L - \sqrt{Z^2 - R^2} \) (Assuming inductive dominance)

Worked Examples: Step-by-Step with Unit Tracking

Let us run through two real-world scenarios. We will track units at every intermediate step to ensure dimensional consistency, exactly as you should when verifying your basic calculator 2 outputs.

Problem 1: 60Hz Series RL Circuit (Inductive Load)

Scenario: You are analyzing a relay coil circuit. The coil has a measured DC resistance (\(R\)) of 40 \(\Omega\) and an inductance (\(L\)) of 150 mH. The circuit operates on standard 60 Hz AC. Find the total impedance (\(Z\)).

  1. Convert Inductance to Base Units:
    \( L = 150 \text{ mH} = 150 \times 10^{-3} \text{ H} = 0.15 \text{ H} \)
  2. Calculate Inductive Reactance (\(X_L\)):
    \( X_L = 2 \pi f L \)
    \( X_L = 2 \times 3.14159 \times (60 \text{ Hz}) \times (0.15 \text{ H}) \)
    \( X_L = 56.55 \ \Omega \)
  3. Identify Capacitive Reactance (\(X_C\)):
    There is no capacitor in this series branch, so \( X_C = 0 \ \Omega \).
  4. Calculate Total Impedance (\(Z\)):
    \( Z = \sqrt{R^2 + (X_L - X_C)^2} \)
    \( Z = \sqrt{(40 \ \Omega)^2 + (56.55 \ \Omega - 0 \ \Omega)^2} \)
    \( Z = \sqrt{1600 \ \Omega^2 + 3197.9 \ \Omega^2} \)
    \( Z = \sqrt{4797.9 \ \Omega^2} \)
    \( Z = 69.27 \ \Omega \)

Bench Note: If you apply 120V AC to this coil, the steady-state current will be \( I = \frac{V}{Z} = \frac{120}{69.27} = 1.73 \text{ A} \). Notice we use \(Z\), not \(R\), for AC current calculations. For more on this relationship, see the Fluke guide on impedance vs resistance.

Problem 2: 50Hz Series RLC Circuit (Motor Run Capacitor Scenario)

Scenario: A 50 Hz European mains circuit powers a compressor motor modeled as a series RLC branch. The winding resistance is 100 \(\Omega\), the winding inductance is 200 mH, and a run capacitor of 25 \(\mu\)F is in series. Find \(Z\).

  1. Convert to Base Units:
    \( L = 200 \text{ mH} = 0.2 \text{ H} \)
    \( C = 25 \ \mu\text{F} = 25 \times 10^{-6} \text{ F} = 0.000025 \text{ F} \)
  2. Calculate Inductive Reactance (\(X_L\)):
    \( X_L = 2 \pi f L = 2 \times 3.14159 \times (50 \text{ Hz}) \times (0.2 \text{ H}) = 62.83 \ \Omega \)
  3. Calculate Capacitive Reactance (\(X_C\)):
    \( X_C = \frac{1}{2 \pi f C} = \frac{1}{2 \times 3.14159 \times (50 \text{ Hz}) \times (0.000025 \text{ F})} \)
    \( X_C = \frac{1}{0.007854 \text{ s/F}} = 127.32 \ \Omega \)
  4. Find Net Reactance:
    \( X_{net} = X_L - X_C = 62.83 \ \Omega - 127.32 \ \Omega = -64.49 \ \Omega \)
    (The negative sign indicates the circuit is capacitively dominant, which is correct for a motor run capacitor setup designed to correct lagging power factor).
  5. Calculate Total Impedance (\(Z\)):
    \( Z = \sqrt{(100 \ \Omega)^2 + (-64.49 \ \Omega)^2} \)
    \( Z = \sqrt{10000 + 4158.96} \)
    \( Z = \sqrt{14158.96} = 118.99 \ \Omega \)

For a deeper theoretical breakdown of how these phasor components add vectorially, refer to the HyperPhysics impedance module hosted by Georgia State University.

Frequently Asked Questions (Basic Calculator 2 & Circuit Math)

How do I enter scientific notation for microfarads in a basic calculator 2 app?

Most standard calculator apps lack a dedicated "EXP" or "EE" button found on physical scientific calculators like the Casio fx-991EX. In a basic calculator 2 software interface, you must manually type the multiplication and exponent. For a 35 \(\mu\)F capacitor, type 35 * 10^-6 or simply type the decimal equivalent 0.000035. Ensure your app respects standard order of operations (PEMDAS); if it is a strictly linear "chain" calculator, you must calculate the denominator completely before hitting the divide button.

Why does my basic calculator 2 give a math error when solving for resistance?

If you are using the rearranged formula \( R = \sqrt{Z^2 - (X_L - X_C)^2} \) and your calculator throws a "Math Error" or "Invalid Input," it is because the value inside the square root is negative. Physically, this means your measured total impedance (\(Z\)) is less than your calculated net reactance. In passive AC circuits, this is impossible. It indicates either a measurement error with your multimeter (e.g., measuring Z while the circuit is still partially energized or loaded by a parallel path) or a unit conversion error in your reactance math.

Can I use a basic calculator 2 for parallel AC impedance formulas?

Yes, but the series formula \( Z = \sqrt{R^2 + (X_L - X_C)^2} \) does not apply directly to parallel branches. For parallel RLC circuits, you must use the reciprocal (admittance) formula: \( \frac{1}{Z} = \sqrt{(\frac{1}{R})^2 + (\frac{1}{X_L} - \frac{1}{X_C})^2} \). When typing this into a basic calculator app, calculate \(1/R\), \(1/X_L\), and \(1/X_C\) as separate intermediate variables first, then combine them, and finally take the reciprocal of the square root result to find \(Z\).

What is a realistic impedance magnitude for a 120V household branch circuit?

The "source impedance" of a standard 15A or 20A, 120V residential branch circuit (from the panel to the outlet) is extremely low, typically between 0.1 \(\Omega\) and 0.5 \(\Omega\). This low impedance is what allows high fault currents to flow and trip the breaker instantly. However, the load impedance plugged into that circuit varies wildly: a 1500W space heater has an impedance of about 9.6 \(\Omega\), while a plugged-in phone charger might present an apparent impedance of over 2,000 \(\Omega\) to the line.