The Core Formula: RL Series Impedance

When analyzing alternating current (AC) circuits containing both resistance and inductance, you cannot simply add the ohmic values together. The voltage across an inductor leads the current by 90 degrees, meaning resistance ($R$) and inductive reactance ($X_L$) are orthogonal vectors. The total opposition to current flow is the impedance ($Z$), calculated using the Pythagorean theorem.

The primary formula for a series RL circuit is:

$Z = \sqrt{R^2 + X_L^2}$

Where the inductive reactance is derived from:

$X_L = 2\pi f L$

Table 1: Symbol Definitions and SI Units
SymbolParameterSI UnitUnit Abbreviation
$Z$Total ImpedanceOhms$\Omega$
$R$ResistanceOhms$\Omega$
$X_L$Inductive ReactanceOhms$\Omega$
$f$FrequencyHertzHz
$L$InductanceHenrysH
$\pi$Archimedes' ConstantDimensionless~3.14159

Rearranged Forms

On the bench or during an exam, you rarely solve for $Z$ exclusively. Using the TI-30XS calculator emulator, you can quickly punch in these algebraically rearranged forms to find missing component values:

  • Solve for R: $R = \sqrt{Z^2 - X_L^2}$
  • Solve for X_L: $X_L = \sqrt{Z^2 - R^2}$
  • Solve for L: $L = \frac{X_L}{2\pi f}$
  • Solve for f: $f = \frac{X_L}{2\pi L}$

Realistic Answer Magnitudes

Before calculating, you must know what a realistic answer looks like to catch decimal errors. In typical power and signal applications, $X_L$ ranges from fractions of an ohm to tens of kilo-ohms. If your emulator displays an impedance of $10^{-4} \Omega$ for a mains filter, you have missed a metric prefix.

Table 2: Realistic Reactance Magnitudes by Application
ApplicationFrequency ($f$)Inductance ($L$)Reactance ($X_L$)Typical $Z$ Range
Mains Choke (60Hz)60 Hz100 mH37.7 $\Omega$30 - 100 $\Omega$
Audio Crossover1 kHz10 mH62.8 $\Omega$8 - 100 $\Omega$
SMPS Filter100 kHz10 $\mu$H6.28 $\Omega$5 - 50 $\Omega$
RF Snubber10 MHz1 $\mu$H62.8 $\Omega$50 - 500 $\Omega$

Emulator Setup, Assumptions, and Unit Traps

The TI-30XS MultiView (and its official TI SmartView or browser-based JS emulators) is favored in electrical engineering because its MathPrint engine displays fractions, roots, and scientific notation exactly as they appear in textbooks. However, the emulator assumes you are feeding it base SI units.

When This Formula Applies

  • Steady-State AC: The formula assumes a continuous sinusoidal waveform. It does not apply to transient DC switching events (where differential equations are required).
  • Linear Components: It assumes the inductor has a linear core (air, powdered iron) or is operating well below saturation. If the core saturates, $L$ drops dynamically, invalidating the static $X_L$ calculation.
  • Ideal Inductors: It assumes the inductor's internal DC resistance (DCR) is either negligible or explicitly added to the series $R$ value.

Unit Mistakes That Break the Math

The most common failure mode when using the TI-30XS emulator is ignoring metric prefixes. The calculator does not know what a 'millihenry' is; it only knows Henrys.

Warning: The Prefix Trap
If your schematic says $L = 250 \text{ mH}$, you must enter $250 \times 10^{-3}$ or $0.25$. Entering '250' will inflate your $X_L$ by a factor of 1,000. Use the emulator's [2nd] [x10^n] key (the EE button) to enter scientific notation cleanly: 250 [2nd] [x10^n] [-] 3.

Worked Problem 1: 60Hz Mains Filter Choke

Scenario: You are designing a simple passive low-pass filter for a 60Hz AC motor line. The circuit consists of a wirewound resistor ($R = 15 \Omega$) in series with an iron-core choke ($L = 250 \text{ mH}$). Find the total impedance ($Z$) and the inductive reactance ($X_L$).

Step 1: Convert to Base SI Units

  • $R = 15 \Omega$ (Base unit, no change)
  • $L = 250 \text{ mH} = 250 \times 10^{-3} \text{ H} = 0.25 \text{ H}$
  • $f = 60 \text{ Hz}$ (Base unit, no change)

Step 2: Calculate $X_L$ with Unit Tracking

Using the TI-30XS emulator, we calculate the reactance first to maintain intermediate precision.

  1. Keystrokes: 2 [×] [π] [×] 60 [×] .25 [=]
  2. Display: $94.24777961$
  3. Unit Tracking: $2 \cdot \pi \cdot (60 \text{ s}^{-1}) \cdot (0.25 \text{ H}) = 94.247 \Omega$

Sanity Check: Referring to Table 2, a 100mH choke at 60Hz yields ~37.7 $\Omega$. Our 250mH choke should be 2.5 times higher ($37.7 \times 2.5 = 94.25$). The magnitude is correct.

Step 3: Calculate Total Impedance ($Z$)

Now we apply the Pythagorean theorem. We can use the emulator's [Ans] key to recall the unrounded $X_L$ value, preventing stacking errors.

  1. Keystrokes: [√] 15 [x²] [+] [Ans] [x²] ) [=]
  2. Display: $95.43442736$
  3. Final Answer: $Z = 95.43 \Omega$

Worked Problem 2: High-Frequency PWM Snubber

Scenario: You are debugging a 20 kHz PWM motor driver. To suppress high-frequency ringing, you place a snubber network consisting of a $4.7 \Omega$ carbon film resistor and a $15 \mu\text{H}$ ceramic-core inductor. What is the impedance of this snubber at the 20 kHz switching frequency?

Step 1: Convert to Base SI Units

  • $R = 4.7 \Omega$
  • $L = 15 \mu\text{H} = 15 \times 10^{-6} \text{ H}$
  • $f = 20 \text{ kHz} = 20 \times 10^{3} \text{ Hz}$

Step 2: Calculate $X_L$ using Scientific Notation

This is where the TI-30XS emulator's [2nd] [x10^n] (EE) key proves its worth, allowing you to chain micro and kilo prefixes without dropping zeros.

  1. Keystrokes: 2 [×] [π] [×] 20 [2nd] [x10^n] 3 [×] 15 [2nd] [x10^n] [–] 6 [=]
  2. Display: $1.884955592$
  3. Unit Tracking: $2 \cdot \pi \cdot (20,000 \text{ Hz}) \cdot (0.000015 \text{ H}) = 1.885 \Omega$

Step 3: Calculate Total Impedance ($Z$)

Notice that in high-frequency, low-inductance circuits, $X_L$ can be surprisingly small, making $R$ the dominant factor in the impedance vector.

  1. Keystrokes: [√] 4.7 [x²] [+] [Ans] [x²] ) [=]
  2. Display: $5.062684153$
  3. Final Answer: $Z = 5.06 \Omega$
Bench Insight: The Dominance Threshold
In Problem 2, $R$ ($4.7 \Omega$) is more than double $X_L$ ($1.88 \Omega$). Because we are squaring the values, the larger number heavily dominates the square root sum. If $R$ is $> 3 \times X_L$, the total impedance $Z$ will be within 5% of $R$ alone. Recognizing this ratio on your emulator saves time when estimating circuit behavior during live troubleshooting.

Verification Step

To verify Problem 2 on the emulator, rearrange the formula to solve for $R$ using your calculated $Z$ and $X_L$.
Keystrokes: [√] 5.06268 [x²] [-] 1.88495 [x²] ) [=]
Result: $4.699...$ which rounds perfectly back to our original $4.7 \Omega$ resistor value. For deeper circuit analysis involving phase angles and complex numbers, refer to comprehensive AC theory resources like All About Circuits.