The Core Formula: Series RLC Impedance and Phase Angle
When you move from DC to AC circuits, resistance transforms into impedance. You can no longer just divide voltage by resistance; you must account for the phase-shifting effects of inductors and capacitors. Whether you are designing an audio crossover, sizing a motor run capacitor, or troubleshooting a contactor coil, the series RLC impedance formula is your baseline. To solve it efficiently on the bench, you need a calculator with 2nd function keys to access inverse trigonometry and square roots without switching to a software app.
Impedance Magnitude: Z = √(R² + (XL - XC)²)
Phase Angle: θ = arctan((XL - XC) / R)
| Symbol | Parameter | Unit | Definition |
|---|---|---|---|
| Z | Impedance | Ohms (Ω) | Total AC opposition to current flow |
| R | Resistance | Ohms (Ω) | Real power-dissipating opposition |
| XL | Inductive Reactance | Ohms (Ω) | XL = 2πfL |
| XC | Capacitive Reactance | Ohms (Ω) | XC = 1 / (2πfC) |
| θ | Phase Angle | Degrees (°) | Shift between voltage and current |
| f | Frequency | Hertz (Hz) | AC cycles per second |
Rearranged Forms for Bench Debugging
On the bench, you rarely solve for Z directly. Usually, you know your target Z and need to find the missing component. Here are the rearranged forms:
- Solve for R: R = √(Z² - (XL - XC)²)
- Solve for Net Reactance (Xnet): (XL - XC) = √(Z² - R²)
- Solve for L (given target XL): L = XL / (2πf)
- Solve for C (given target XC): C = 1 / (2πfXC)
When This Formula Applies (And When It Breaks)
This formula assumes sinusoidal steady-state AC. It applies perfectly to linear components (resistors, air-core inductors, ceramic/film capacitors) driven by a clean sine wave from a function generator or the grid.
Unit Mistakes That Will Break Your Math
The most common reason a calculator with 2nd function yields a garbage result is a unit prefix failure. If you plug 50 into the formula for a 50mH inductor instead of 0.050, your reactance will be off by a factor of 1,000. Always convert milli (m), micro (μ), and nano (n) to base units (Henries, Farads) before calculating.
The Degree vs. Radian Trap: When you press the 2nd key followed by TAN to get arctan(θ), your calculator must be in DEGREE mode. If it is in RADIAN mode, your phase angle will output as ~1.2 instead of 72.3°, leading to catastrophic power factor miscalculations.
Realistic Answer Magnitudes: For standard bench and mains circuits, Z should fall between 1 Ω and 10,000 Ω. The phase angle θ must strictly fall between -90° and +90°. If your calculator spits out a phase angle of 115°, you have a math error or your arctan quadrant logic is flipped.
Solved Bench Problems: Tracking Units and Hitting the '2nd' Key
Let us walk through two common scenarios. We will track units explicitly and show the exact keystrokes for a standard scientific calculator (like the TI-36X Pro or Casio fx-991EX).
Problem 1: The RL Low-Pass Filter
Given: R = 100 Ω, L = 50 mH, f = 1 kHz. Find Z and θ.
- Convert Units: L = 50 mH = 0.050 H.
- Calculate XL: XL = 2 × π × 1000 × 0.050 = 314.16 Ω.
- Calculate Z: Z = √(100² + 314.16²) = √(10,000 + 98,696) = √(108,696).
Keystroke:2nd→x²(for square root) →108696→Enter.
Z = 329.69 Ω. - Calculate θ: θ = arctan(314.16 / 100) = arctan(3.1416).
Keystroke:2nd→TAN(yields tan⁻¹) →3.1416→Enter.
θ = 72.34° (Current lags voltage).
Problem 2: The RC Coupling Network
Given: R = 470 Ω, C = 10 μF, f = 60 Hz. Find Z and θ.
- Convert Units: C = 10 μF = 0.000010 F (10 × 10⁻⁶).
- Calculate XC: XC = 1 / (2 × π × 60 × 0.000010) = 1 / 0.00377 = 265.26 Ω.
- Calculate Z: Since there is no inductor, XL = 0. The formula becomes Z = √(R² + (-XC)²).
Z = √(470² + (-265.26)²) = √(220,900 + 70,362) = √(291,262).
Z = 539.69 Ω. - Calculate θ: θ = arctan(-265.26 / 470) = arctan(-0.5643).
Keystroke:2nd→TAN→-0.5643→Enter.
θ = -29.35° (Current leads voltage).
Real-World Scenario: The Blown Fuse and the Missing '2nd' Key
Formulas are useless if you apply them to the wrong domain. Here is a classic bench failure that costs time and components.
Setup: Winding a Custom 120V AC Solenoid
A technician needs to wind a custom 120VRMS, 60Hz AC solenoid coil that draws exactly 0.5A of holding current. Using basic Ohm's Law (R = V / I), they calculate the required resistance as 120V / 0.5A = 240 Ω. They carefully wind the magnet wire until their multimeter reads exactly 240 Ω of DC resistance. They wire it up, apply 120V AC, and expect 0.5A.
The Numbers: What Actually Happened
The coil naturally possesses inductance due to its windings and iron core. Let us say the wound coil measures L = 1.5 H.
- XL = 2 × π × 60 × 1.5 = 565.5 Ω
- Actual Z = √(240² + 565.5²) = √(57,600 + 319,790) = √(377,390) = 614.3 Ω
- Actual Current = 120V / 614.3 Ω = 0.195 A
Outcome & What Went Wrong
Outcome: The solenoid only pulls 0.195A. It lacks the magnetic force to pull in the armature, resulting in a loud, destructive 60Hz chatter that eventually burns out the coil.
What went wrong: The tech used DC resistance instead of AC impedance. To fix this, they must use the rearranged form of our formula to find the required Net Reactance. If the target Z is 240 Ω, and the physical DC resistance of the wire they want to use is 20 Ω:
Xnet = √(Z² - R²) = √(240² - 20²) = √(57,600 - 400) = 239.1 Ω.
They must now wind the coil (or add a series capacitor) so that the final XL is exactly 239.1 Ω, which requires hitting the 2nd key to divide by 2πf to find the exact target inductance (L = 239.1 / 377 = 0.63 H). For a deeper dive into why AC coils behave this way, review the fundamentals of series resistance and reactance.
Mastering Your Calculator with 2nd Function Keystrokes
To execute these calculations flawlessly, you must know your tool. The 2nd key (labeled SHIFT on Casio models) is the gateway to inverse operations. Here is how to configure the two most common bench calculators for AC impedance math:
| Operation | TI-36X Pro Keystrokes | Casio fx-991EX Keystrokes |
|---|---|---|
| Set to Degrees | MODE → 2 (DEG) | SHIFT → MENU (SETUP) → 2 (Angle) → 1 (Degree) |
| Square Root (√) | 2nd → x² | SHIFT → x² |
| Arctan (tan⁻¹) | 2nd → TAN | SHIFT → TAN |
| Scientific Notation (×10⁻⁶) | EE key (e.g., 10 EE -6) | ×10ˣ key (e.g., 10 ×10ˣ -6) |
According to Georgia State University's HyperPhysics AC circuit reference, keeping track of the sign of your reactance is critical. Inductive reactance (XL) is positive, and capacitive reactance (XC) is negative. When you type the phase angle equation into your calculator, ensure you include the negative sign for XC, otherwise your arctan result will yield a positive phase shift for a capacitive circuit, which is physically impossible.
Ultimately, mastering AC theory is not just about memorizing the formula; it is about mastering the interface between the math and your hardware. When you pull out your calculator with 2nd function keys, verify your units, check your degree mode, and trust the math. The silicon and copper will follow exactly what the equations dictate.






