When analyzing alternating current (AC) circuits, the single most common mathematical error on the bench is leaving your calculator in Radians (RAD) mode instead of Degrees (DEG) mode. Electrical engineering conventions map a full AC cycle to 360°, not 2π. If you are calculating reactive power, power factor, or phasor impedance, your degrees mode calculator is not just a preference—it is a strict requirement for accurate results.

This guide breaks down the core rectangular-to-polar impedance formulas, demonstrates exactly where unit mistakes break the math, and provides step-by-step worked examples with strict unit tracking.

The Core Formulas: Rectangular vs. Polar Impedance

AC impedance ($Z$) can be expressed in two mathematically equivalent forms: Rectangular (real and imaginary components) and Polar (magnitude and phase angle). Converting between them requires trigonometric functions that are entirely dependent on your calculator's angle mode.

Symbol Definitions and Units for AC Impedance Math
Symbol Definition Standard Unit Notes
$Z$ Complex Impedance Ohms ($\Omega$) Vector sum of resistance and reactance
$R$ Resistance (Real part) Ohms ($\Omega$) Always positive in passive circuits
$X$ Reactance (Imaginary part) Ohms ($\Omega$) Positive for inductive ($X_L$), negative for capacitive ($X_C$)
$|Z|$ Impedance Magnitude Ohms ($\Omega$) Scalar value, always positive
$\theta$ Phase Angle Degrees ($^\circ$) Positive = current lags voltage; Negative = current leads
$j$ Imaginary Operator Dimensionless Equivalent to $\sqrt{-1}$ (used instead of $i$ to avoid current confusion)

The Conversion Equations

Rectangular to Polar:

  • Magnitude: $|Z| = \sqrt{R^2 + X^2}$
  • Phase Angle: $\theta = \arctan\left(\frac{X}{R}\right)$ (Calculator must be in DEG mode)

Polar to Rectangular:

  • Resistance: $R = |Z| \cos(\theta)$ (Calculator must be in DEG mode)
  • Reactance: $X = |Z| \sin(\theta)$ (Calculator must be in DEG mode)

When This Applies and the 'Radians Trap'

Assumptions and Applicability

These formulas apply strictly to steady-state sinusoidal AC circuits with linear components (resistors, inductors, capacitors). They assume a single frequency where reactance ($X_L = 2\pi f L$ and $X_C = \frac{1}{2\pi f C}$) has already been calculated into Ohms. They do not apply to transient DC switching, non-linear semiconductor switching, or complex waveform harmonics without Fourier decomposition.

The Unit Mistake That Breaks the Math

If your calculator is in Radians mode, the trigonometric functions expect inputs based on the unit circle ($2\pi = 360^\circ$).

The Radians Trap: If you have a phase angle of $45^\circ$ and your calculator is in RAD mode, typing cos(45) does not calculate the cosine of 45 degrees. It calculates the cosine of 45 radians (which is roughly 7.16 full circles).

Correct (DEG): $\cos(45^\circ) = 0.7071$
Wrong (RAD): $\cos(45 \text{ rad}) = 0.5253$

If you use the RAD result to calculate real power ($P = V_{rms} I_{rms} \cos\theta$), your answer will be off by roughly 25%, leading to undersized wire or breaker trips on the jobsite.

Realistic Answer Magnitudes

In passive AC circuits, the phase angle $\theta$ will always fall between $-90^\circ$ and $+90^\circ$. If your calculator spits out a phase angle of $1.45$ or $-0.78$, you are looking at radians. Multiply by $\frac{180}{\pi}$ to convert, or better yet, switch your calculator to DEG mode immediately.

Rearranged Forms for Every Variable

Depending on which parameters you measure on the bench versus which you need to derive, here are the rearranged forms. All trigonometric functions assume DEG mode.

  • Solve for $|Z|$: $|Z| = \sqrt{R^2 + X^2}$ OR $|Z| = \frac{R}{\cos(\theta)}$ OR $|Z| = \frac{X}{\sin(\theta)}$
  • Solve for $\theta$: $\theta = \arctan\left(\frac{X}{R}\right)$ OR $\theta = \arccos\left(\frac{R}{|Z|}\right)$ OR $\theta = \arcsin\left(\frac{X}{|Z|}\right)$
  • Solve for $R$: $R = |Z| \cos(\theta)$ OR $R = \frac{X}{\tan(\theta)}$
  • Solve for $X$: $X = |Z| \sin(\theta)$ OR $X = R \tan(\theta)$

Worked Problem 1: Series RL Circuit (Rectangular to Polar)

Scenario: You are analyzing a series industrial control circuit. You measure the resistance at $470\,\Omega$ and calculate the inductive reactance at the operating frequency to be $330\,\Omega$. You need the total impedance magnitude and phase angle to size the upstream breaker.

Given:

  • $R = 470\,\Omega$
  • $X_L = +330\,\Omega$ (Positive because it is inductive)

Step 1: Calculate Magnitude ($|Z|$)

  1. $|Z| = \sqrt{R^2 + X^2}$
  2. $|Z| = \sqrt{(470\,\Omega)^2 + (330\,\Omega)^2}$
  3. $|Z| = \sqrt{220,900\,\Omega^2 + 108,900\,\Omega^2}$
  4. $|Z| = \sqrt{329,800\,\Omega^2}$
  5. $|Z| = 574.28\,\Omega$

Step 2: Calculate Phase Angle ($\theta$)

  1. $\theta = \arctan\left(\frac{X}{R}\right)$
  2. $\theta = \arctan\left(\frac{330\,\Omega}{470\,\Omega}\right)$
  3. $\theta = \arctan(0.7021)$
  4. $\theta = 35.08^\circ$ (Ensure calculator displays DEG)

Final Answer: The total impedance is $574.28\,\Omega \angle 35.08^\circ$. The positive angle confirms the current lags the voltage, characteristic of an inductive load.

Worked Problem 2: Capacitive Motor Load (Polar to Rectangular)

Scenario: A power factor correction capacitor bank is added to a motor. The combined load data sheet lists the impedance as $120\,\Omega$ with a phase angle of $-53.13^\circ$. You need to find the equivalent series resistance and capacitive reactance to simulate the load on your bench power supply.

Given:

  • $|Z| = 120\,\Omega$
  • $\theta = -53.13^\circ$ (Negative because the capacitive correction dominates)

Step 1: Calculate Resistance ($R$)

  1. $R = |Z| \cos(\theta)$
  2. $R = 120\,\Omega \times \cos(-53.13^\circ)$
  3. $R = 120\,\Omega \times 0.6000$
  4. $R = 72.0\,\Omega$

Step 2: Calculate Reactance ($X$)

  1. $X = |Z| \sin(\theta)$
  2. $X = 120\,\Omega \times \sin(-53.13^\circ)$
  3. $X = 120\,\Omega \times (-0.8000)$
  4. $X = -96.0\,\Omega$

Final Answer: The equivalent series circuit is $72.0 - j96.0\,\Omega$. The negative imaginary operator confirms the net reactance is capacitive.

Decision Tree: Which Calculator Mode to Use

Use this decision path to configure your scientific calculator before starting any electrical math. Do not rely on memory; physically verify the mode banner on the screen.

IF your task involves... THEN set your calculator to... WHY?
DC Ohm's Law, voltage drop, or wire sizing Standard Real Number Mode (DEG or RAD doesn't matter) No phase angles or trigonometric functions are used.
AC Power Factor, Phasors, Impedance, or Reactive Power (VAR) Complex Number Mode + DEG EE convention defines AC cycles in 360°. Radians will yield incorrect power calculations.
Digital Signal Processing (DSP), audio filter cutoffs, or control loop math RAD Mode DSP algorithms (like the Z-transform or FFT) natively use radians ($\omega = 2\pi f$).
Calculus (derivatives/integrals of sine waves) RAD Mode The derivative of $\sin(x)$ is only $\cos(x)$ if $x$ is in radians. (Chain rule applies otherwise).
The Concrete Pick: For 99% of bench and jobsite AC power work, buy and use the Texas Instruments TI-36X Pro or the Casio fx-115ES Plus. Both feature dedicated complex number menus that allow you to input $R + jX$ and instantly output $|Z| \angle \theta$ without manual trigonometry. Always verify the 'DEG' indicator is visible in the top banner before pressing ENTER.

For deeper reading on AC circuit theory and phasor domain analysis, refer to the All About Circuits AC Impedance guide or standard university references like Georgia Tech HyperPhysics. Remember: math is only as good as the units you feed it. Lock in degrees, track your ohms, and trust the phasor.