When you need to verify AC phasor math but don't have a physical device on your bench, using an online Texas Instruments calculator free of charge (via TI's SmartView web portal, institutional licenses, or identical UI emulators like GeoGebra's TI-84 skin) is the fastest way to crunch complex numbers. In 2026, you no longer need to drop $150 on a physical TI-84 Plus CE to calculate series and parallel impedance networks. The web-based TI OS handles complex arithmetic, rectangular-to-polar conversions, and phase angle derivations exactly like the hardware.
Below is a complete breakdown of the series AC impedance formula, how to rearrange it, the unit traps that destroy your calculations, and two fully worked examples with explicit unit tracking.
The Core AC Impedance Formula & Symbol Definitions
In a series AC circuit containing resistance (R), inductance (L), and capacitance (C), the total opposition to current flow is called impedance (Z). Because inductors and capacitors shift the phase of the current relative to the voltage, impedance is a complex number. The magnitude and phase angle are derived using the Pythagorean theorem and trigonometry.
Magnitude of Impedance:
|Z| = √(R² + (X_L - X_C)²)
Phase Angle:
θ = arctan((X_L - X_C) / R)
Where the reactance components are defined as:
X_L = ωL = 2πfL
X_C = 1 / (ωC) = 1 / (2πfC)
| Symbol | Parameter | Standard Unit | Notes |
|---|---|---|---|
| |Z| | Impedance Magnitude | Ohms (Ω) | Total AC opposition to current |
| θ | Phase Angle | Degrees (°) | Positive = inductive (current lags); Negative = capacitive (current leads) |
| R | Resistance | Ohms (Ω) | Real power dissipation component |
| X_L | Inductive Reactance | Ohms (Ω) | Increases with frequency |
| X_C | Capacitive Reactance | Ohms (Ω) | Decreases with frequency |
| f | Frequency | Hertz (Hz) | Cycles per second |
| ω | Angular Frequency | rad/s | ω = 2πf |
| L | Inductance | Henries (H) | Must be converted from mH or μH |
| C | Capacitance | Farads (F) | Must be converted from μF or nF |
Real-World Component Impedance Reference
Before solving abstract textbook problems, it helps to know what realistic answer magnitudes look like on the bench. If your calculator outputs an impedance of 0.002 Ω for a motor winding, you have a unit error. The table below provides real-world baseline values for common 2026 electrical applications.
| Application | R (Ω) | L or C | Line Freq (Hz) | Calculated |Z| (Ω) | Phase θ (°) |
|---|---|---|---|---|---|
| HVAC Blower Motor (Run Winding) | 12.0 | 85 mH | 60 | 34.15 | +69.4° |
| LED Driver Input EMI Filter | 4.7 | 10 μF | 60 | 265.26 | -89.0° |
| Audio Crossover Network (Woofer) | 8.0 | 1.2 mH | 1,000 | 10.44 | +40.1° |
| Industrial Power Factor Correction | 0.05 | 470 μF | 50 | 6.77 | -89.6° |
Rearranged Forms & Application Boundaries
When designing filters or sizing power factor correction capacitors, you rarely solve for |Z| directly. You usually know your target impedance and need to find the required component value. Here are the algebraically rearranged forms:
- Solve for R:
R = √(|Z|² - (X_L - X_C)²) - Solve for X_L:
X_L = X_C ± √(|Z|² - R²) - Solve for X_C:
X_C = X_L ± √(|Z|² - R²) - Solve for L (given X_L):
L = X_L / (2πf) - Solve for C (given X_C):
C = 1 / (2πf * X_C)
When This Formula Applies (and When It Doesn't)
This formulation assumes linear, steady-state sinusoidal AC. It applies perfectly to grid power (50/60Hz), audio signals, and standard RF passives. It fails if you are analyzing non-sinusoidal waveforms (like square waves from a VFD or PWM inverter) without first applying a Fourier series to break the waveform into harmonic sine waves. It also assumes components are ideal; at high frequencies, parasitic capacitance in resistors and ESR (Equivalent Series Resistance) in capacitors will skew real-world measurements away from these theoretical calculations.
Unit Mistakes That Break the Math
- The 'Micro and Milli' Trap: Entering
40instead of0.040for a 40 mH inductor. The base unit for the formula is Henries, not millihenries. - Skipping Angular Frequency: Using
X_L = f * Linstead ofX_L = 2πf * L. You must multiply by 2π to convert Hz to rad/s. - Degree vs. Radian Mode: If your TI calculator is in RADIAN mode,
arctan(1)outputs0.785(radians) instead of45(degrees). Electrical phase angles are universally documented in degrees.
Worked Example 1: Series RL Circuit (Inductive Load)
Scenario: You are measuring a 120V, 60Hz AC solenoid valve. The multimeter reads a DC winding resistance (R) of 15 Ω, and the LCR meter reads an inductance (L) of 40 mH. Find the total impedance magnitude and phase angle.
Step 1: Convert units and find angular frequency (ω)
L = 40 mH = 0.040 H
ω = 2 * π * f = 2 * 3.14159 * 60 Hz = 376.99 rad/s
Step 2: Calculate Inductive Reactance (X_L)
X_L = ω * L = 376.99 rad/s * 0.040 H = 15.08 Ω
(Notice the unit tracking: rad/s * H = Ω)
Step 3: Calculate Impedance Magnitude (|Z|)
Since there is no capacitor, X_C = 0.
|Z| = √(R² + X_L²) = √(15² + 15.08²) = √(225 + 227.4) = √452.4 = 21.27 Ω
Step 4: Calculate Phase Angle (θ)
θ = arctan(X_L / R) = arctan(15.08 / 15) = arctan(1.0053) = +45.15°
15 + 15.08i. (Note: TI uses i for the imaginary operator, while EE schematics use j). Press MATH → CPX → abs( to get 21.27, and angle( to get 45.15.
Worked Example 2: Series RLC Circuit at Non-Resonance
Scenario: A benchtop series RLC filter is built with a 50 Ω resistor, a 100 mH inductor, and a 22 μF capacitor. The signal generator is set to 120 Hz. Find the net reactance, total impedance, and phase angle.
Step 1: Base Unit Conversions & Angular Frequency
R = 50 Ω
L = 100 mH = 0.100 H
C = 22 μF = 0.000022 F (or 22 × 10⁻⁶ F)
ω = 2 * π * 120 Hz = 753.98 rad/s
Step 2: Calculate Reactances (X_L and X_C)
X_L = ω * L = 753.98 * 0.100 = 75.40 Ω
X_C = 1 / (ω * C) = 1 / (753.98 * 0.000022) = 1 / 0.016587 = 60.29 Ω
Step 3: Find Net Reactance (X_net)
X_net = X_L - X_C = 75.40 Ω - 60.29 Ω = 15.11 Ω
(Because X_net is positive, the circuit is net-inductive at this specific frequency).
Step 4: Calculate Impedance Magnitude (|Z|)
|Z| = √(R² + X_net²) = √(50² + 15.11²) = √(2500 + 228.31) = √2728.31 = 52.23 Ω
Step 5: Calculate Phase Angle (θ)
θ = arctan(X_net / R) = arctan(15.11 / 50) = arctan(0.3022) = +16.81°
Navigating the TI Interface: Complex Numbers and Phasors
When using an online Texas Instruments calculator to solve AC theory problems, the biggest hurdle isn't the math—it's the interface syntax. According to TI's official SmartView documentation, the calculator's OS natively supports complex arithmetic, but it requires specific syntax to output polar coordinates (magnitude and phase) directly.
Instead of manually calculating the square root and arctangent as shown in the steps above, you can enter the entire impedance as a single complex number in rectangular form: Z = R + (X_L - X_C)i.
For Example 2 above, you would type 50 + 15.11i into the calculator. To instantly convert this to polar form (which gives you both |Z| and θ):
- Press
MATH, then scroll right to theCPX(Complex) tab. - Select
▶Polar(or use theabs()andangle()functions separately). - The screen will output
52.23∠16.81(assuming you have set the MODE toDEGREEandPOLARdisplay format).
Warning on the 'j' vs 'i' Operator: In electrical engineering textbooks and standard AC circuit literature, the imaginary unit is denoted as j (to avoid confusion with the symbol for current, i). However, the TI calculator OS strictly uses i as the imaginary operator. If you type50 + 15.11j, the calculator will throw a syntax error. Always substituteiwhen entering EE phasors into the TI environment.
By mastering these built-in complex number functions, you can bypass tedious manual Pythagorean calculations and focus on the actual circuit design, whether you are sizing a motor run capacitor or debugging an audio crossover network.






