The Core Formula: Series RL Impedance and Phase Angle

When analyzing AC circuits containing both resistance and inductance, you cannot simply add the ohmic values together. Resistance (R) and inductive reactance (XL) are orthogonal vectors. The total opposition to current flow is impedance (Z), and the time delay between voltage and current is the phase angle (θ). Whether you are using a physical scientific calculator or a TI-30X IIS calculator online emulator for homework and field work, the underlying math remains identical.

Impedance Magnitude:
Z = √(R2 + XL2)
Where XL = 2πfL

Phase Angle:
θ = arctan(XL / R)

Symbol Definition & Unit Tracking
SymbolParameterStandard UnitCalculator Input Requirement
ZTotal ImpedanceOhms (Ω)Calculated output
RSeries ResistanceOhms (Ω)Base ohms (convert kΩ to Ω)
XLInductive ReactanceOhms (Ω)Calculated intermediate
fAC FrequencyHertz (Hz)Base Hz (convert kHz/MHz to Hz)
LInductanceHenries (H)Base Henries (convert mH/μH to H)
θPhase AngleDegrees (°)Ensure calculator is in DEG mode

Application Boundaries and Fatal Unit Mistakes

This formula applies strictly to steady-state sinusoidal AC circuits with linear components. It assumes an ideal inductor, meaning it ignores the inductor's internal parasitic winding resistance (Rw) and parallel self-resonant capacitance (Cp). At standard mains frequencies (50/60 Hz) or audio crossover ranges (up to ~20 kHz), this ideal assumption holds up perfectly. At RF frequencies (>1 MHz), parasitic capacitance creates a parallel resonance that breaks the formula entirely.

Fatal Unit Mistakes That Break the Formula:
  • Millihenries vs. Henries: Plugging "15" instead of "0.015" for a 15 mH inductor inflates XL by 1000x. This yields a physically impossible megaohm impedance for a small-signal bench circuit.
  • RPM vs. Hertz: Motor and generator nameplates list rotational speed in RPM. You must divide RPM by 60 to get Hz before multiplying by 2πL.
  • Degrees vs. Radians: Forgetting to toggle the TI-30X IIS out of RAD mode will output a phase angle in radians (e.g., 0.197) instead of the expected degrees (11.3°), causing immediate confusion when plotting phasors or setting oscilloscope triggers.

Realistic Answer Magnitudes: For a standard 120V AC branch circuit or bench power supply, Z should land in the single or double-digit ohms (e.g., 2Ω to 500Ω). If your Z calculates to 45,000Ω, you dropped a decimal or are analyzing a high-voltage transmission line. The phase angle θ for practical RL loads (like induction motors or magnetic ballasts) sits between 15° and 75°. A calculated θ of 89.9° implies a nearly pure inductor with almost zero winding resistance, which only exists in textbook problems or superconducting magnets.

Rearranged Forms: Isolating Every Variable

In design and troubleshooting, you rarely solve for Z directly. Usually, you know your target impedance or phase shift and need to find the missing component value. Here are the algebraically isolated forms for every variable in the impedance triangle:

  • Solving for R (Required Resistance):
    R = √(Z2 - XL2)
  • Solving for L (Required Inductance):
    L = √(Z2 - R2) / (2πf)
  • Solving for f (Cutoff or Resonant Frequency):
    f = √(Z2 - R2) / (2πL)
  • Solving for XL (Target Reactance):
    XL = R × tan(θ)

TI-30X IIS Calculator Online: Exact Keystrokes & Worked Problems

When using a TI-30X IIS calculator online emulator, the interface mimics the physical hardware perfectly. Before starting any AC calculation, press the DRG button until DEG appears on the display. The 2nd key acts as a toggle; an indicator will appear on screen when active. Note that the negative sign key (-) at the bottom right is distinct from the subtraction - key; using the wrong one will throw a syntax error.

Problem 1: Audio Crossover Filter Design

Given: A series RL low-pass filter for a tweeter protection circuit uses R = 470 Ω, L = 15 mH, and operates at f = 1000 Hz. Find Z and θ.

  1. Unit Conversion: Convert 15 mH to base Henries: 15 ÷ 1000 = 0.015 H.
  2. Calculate XL:
    Keystrokes: 2 × π × 1000 × 0.015 ENTER
    Display: 94.24777961 Ω
  3. Calculate Z:
    Keystrokes: 2nd 470 + 94.24777961 ) ENTER
    Note: The 2nd + sequence triggers the square root function and automatically opens a parenthesis.
    Display: 479.335 Ω
  4. Calculate θ:
    Keystrokes: 2nd TAN 94.24777961 ÷ 470 ) ENTER
    Display: 11.31°

Result: The circuit presents 479.3 Ω of impedance, with the voltage leading the current by 11.31°.

Problem 2: Mains Frequency Choke Verification

Given: An industrial motor starter uses a series choke with R = 1.2 kΩ and L = 500 mH on a 60 Hz mains supply. Find Z and θ.

  1. Unit Conversion: Convert 1.2 kΩ to 1200 Ω. Convert 500 mH to 0.5 H.
  2. Calculate XL:
    Keystrokes: 2 × π × 60 × 0.5 ENTER
    Display: 188.4955592 Ω
  3. Calculate Z:
    Keystrokes: 2nd 1200 + 188.4955592 ) ENTER
    Display: 1214.74 Ω
  4. Calculate θ:
    Keystrokes: 2nd TAN 188.4955592 ÷ 1200 ) ENTER
    Display: 8.93°

Result: Total impedance is 1.21 kΩ, with a relatively low phase shift of 8.93°, indicating the resistance dominates the circuit's behavior (common in heavily damped motor windings). For a deeper dive into phasor math, reference the All About Circuits AC theory module.

Component Selection Decision Path

Calculating the required inductance (L) is only half the battle. The physical realization of that inductor changes drastically depending on the magnitude of L and the operating frequency. Use the decision tree below to terminate your design phase with a concrete, purchasable component.

Calculated Inductance (L)Target Frequency RangeCore Material & Form FactorConcrete Part Pick (Example)
L > 1 H 50 Hz - 120 Hz (Mains) Laminated Iron Core, Chassis Mount Hammond 154C Series (e.g., 154C10, 10H @ 150mA)
1 mH ≤ L ≤ 1 H 100 Hz - 50 kHz (Audio/SMPS) Ferrite Core, Radial Leaded Bourns 78FR Series (e.g., 78FR100, 10mH @ 1A)
L < 1 mH > 50 kHz (RF/High-Freq Filter) Shielded SMD Drum Core Würth Elektronik WE-PD (e.g., 74477420, 47μH @ 2A)

Default Recommendation: If your calculated L falls in the 1 mH to 10 mH range for an audio or mid-frequency filtering application, default to a radial-leaded ferrite drum core inductor (like the Bourns 78FR series). They offer the best balance of low DC resistance (DCR), high saturation current, and easy through-hole soldering for prototyping, without the bulk and cost of iron-core chokes or the reflow-oven requirements of SMD parts.