When you move from DC to AC circuits, Ohm's law alone is no longer enough. You need the basic formulas in trigonometry to resolve voltage, current, and power into their real (working) and reactive (magnetic/electric field) components. The direct answer to how we calculate AC impedance and power factor lies in the Pythagorean theorem and the cosine function applied to right triangles. Specifically, the core impedance formula is Z = √(R² + X²), and the power factor is simply cos(θ).
These formulas are not just abstract math for a textbook; they are the exact tools we use on the bench to size capacitors for power factor correction, calculate voltage drop across inductive loads, and debug phase-shift errors in microcontroller AC-sampling circuits. Below, we will derive these relationships, track units through solved problems, and look at a real-world scenario where ignoring the assumptions behind these formulas led to a tripped drive.
The Core Right-Triangle Formulas in AC Theory
In sinusoidal steady-state AC analysis, resistors, inductors, and capacitors form right triangles for both impedance (Ohms) and power (Watts/VA/VAR). The foundational trigonometric relationships rely on the ratio of the triangle's sides.
| Symbol | Name | Unit | Typical Mains Range |
|---|---|---|---|
| Z | Impedance (Hypotenuse) | Ohms (Ω) | 0.1 Ω to 1000 Ω |
| R | Resistance (Adjacent) | Ohms (Ω) | 0.05 Ω to 500 Ω |
| X | Reactance (Opposite) | Ohms (Ω) | 0 Ω to 800 Ω |
| θ | Phase Angle | Degrees (°) or Radians | 0° to 90° |
| S | Apparent Power (Hypotenuse) | Volt-Amps (VA) | 100 VA to 50 kVA |
| P | True Power (Adjacent) | Watts (W) | 50 W to 45 kW |
| Q | Reactive Power (Opposite) | Volt-Amps Reactive (VAR) | 0 VAR to 30 kVAR |
When these formulas apply and their assumptions: These trigonometric relationships assume a linear, steady-state sinusoidal waveform. If your circuit contains diodes clipping the AC wave, or if you are analyzing a transient spike (like a lightning strike or a switching surge), the steady-state phasor math breaks down. Furthermore, the impedance triangle assumes components are in series; for parallel circuits, you must use admittance (Y = G + jB) triangles instead.
Rearranged Forms for Bench Troubleshooting
On the bench, you rarely have all three sides of the triangle. You usually measure two values with your multimeter or oscilloscope and need to calculate the third. Here are the rearranged forms solving for each variable, derived directly from sine, cosine, tangent, and the Pythagorean theorem:
- Solving for Impedance (Z): Z = √(R² + X²) | Z = R / cos(θ) | Z = X / sin(θ)
- Solving for Resistance (R): R = Z × cos(θ) | R = √(Z² - X²)
- Solving for Reactance (X): X = Z × sin(θ) | X = √(Z² - R²) | X = R × tan(θ)
- Solving for Phase Angle (θ): θ = arccos(R / Z) | θ = arcsin(X / Z) | θ = arctan(X / R)
For power calculations, simply substitute Z with S (Apparent Power), R with P (True Power), and X with Q (Reactive Power). The trigonometric ratios remain identical.
Solved Problems: Tracking Units from Breadboard to Mains
Let's walk through two concrete problems. Tracking units at every step prevents the most common bench mistakes, like confusing milliHenries with Henries.
Problem 1: Series RL Impedance and Phase Angle
Given: A series circuit with a 40 Ω resistor and a 100 mH inductor, driven by a 60 Hz AC source.
Find: Total impedance (Z) and phase angle (θ).
- Convert units: L = 100 mH = 0.1 H. Frequency f = 60 Hz.
- Calculate Inductive Reactance (XL):
XL = 2πfL
XL = 2 × 3.14159 × 60 Hz × 0.1 H
XL = 37.7 Ω - Calculate Impedance (Z) using Pythagorean theorem:
Z = √(R² + XL²)
Z = √(40² + 37.7²) = √(1600 + 1421.29) = √(3021.29)
Z = 54.96 Ω - Calculate Phase Angle (θ):
θ = arctan(XL / R)
θ = arctan(37.7 / 40) = arctan(0.9425)
θ = 43.3° (Current lags voltage by 43.3 degrees).
Problem 2: Power Triangle True Power Calculation
Given: An industrial load draws an Apparent Power (S) of 500 VA with a phase angle of 30°.
Find: True Power (P) in Watts and Reactive Power (Q) in VAR.
- Calculate True Power (P) using cosine:
P = S × cos(θ)
P = 500 VA × cos(30°)
P = 500 × 0.866
P = 433 W - Calculate Reactive Power (Q) using sine:
Q = S × sin(θ)
Q = 500 VA × sin(30°)
Q = 500 × 0.5
Q = 250 VAR
Real-World Scenario: Motor Power Factor Correction
Trigonometry isn't just for passing exams; it saves money on utility bills. Industrial facilities are penalized if their power factor drops below 0.90. Let's look at a real-world power factor correction job.
The Setup: You are tasked with correcting the power factor of a 5 HP (3.73 kW) single-phase 240V AC motor. The nameplate states a full-load power factor of 0.72 lagging. The facility manager wants the PF corrected to 0.95 to avoid utility penalties. You need to size a parallel run capacitor to supply the missing reactive power.
The Numbers:
- Initial State (PF = 0.72):
θ1 = arccos(0.72) = 43.94°
Initial Reactive Power (Q1) = P × tan(θ1) = 3730 W × tan(43.94°) = 3730 × 0.963 = 3592 VAR - Target State (PF = 0.95):
θ2 = arccos(0.95) = 18.19°
Target Reactive Power (Q2) = P × tan(θ2) = 3730 W × tan(18.19°) = 3730 × 0.328 = 1223 VAR - Required Capacitor Reactive Power (Qc):
Qc = Q1 - Q2 = 3592 - 1223 = 2369 VAR - Calculate Capacitance (C):
Using the formula C = Qc / (2πfV²)
C = 2369 / (377 × 240²) = 2369 / 21,715,200 = 0.000109 F = 109 μF
The Outcome: You install a 110 μF capacitor bank across the motor terminals. You flip the breaker, and the motor starts.
What Went Wrong: Ten minutes later, the Variable Frequency Drive (VFD) feeding the adjacent conveyor trips on an overvoltage fault. You hook up your Fluke power analyzer and discover the motor's power factor is now 0.88 leading. You overcorrected. Why? Because the motor was only driving a 40% mechanical load, not the 100% full load printed on the nameplate. At 40% load, the True Power (P) was only ~1500 W, meaning the required Qc was drastically lower. By trusting the nameplate instead of measuring the actual operating P, your 110 μF capacitor pushed the system into a leading power factor, causing a voltage rise across the bus that tripped the VFD. Lesson: Always measure actual operating True Power before sizing correction capacitors.
Unit Mistakes and Magnitude Sanity Checks
When applying the basic formulas in trigonometry to electrical circuits, a single keystroke error on your calculator can result in a melted component or a failed inspection. Here are the specific unit mistakes that break the math, and the sanity checks you should use to catch them.
Which Unit Mistakes Break It?
- Degrees vs. Radians: This is the #1 bench error. If your calculator is in Radian mode and you type
cos(30), you get 0.153 instead of 0.866. Your calculated True Power will be off by a factor of 5. Always verify your calculator is in Degree mode when working with standard AC phase angles. - Milli vs. Base Units in Reactance: When calculating XL = 2πfL, if you plug in '100' for a 100 mH inductor instead of '0.1', your reactance will be 1000 times too large. Always convert milli (m) and micro (μ) to base units (Henries, Farads) before hitting the equals button.
- Angular Frequency (ω) Confusion: Remember that ω = 2πf. If a textbook formula gives XL = ωL, do not multiply by 60 Hz again. ω is already in radians per second (approx 377 rad/s for 60 Hz mains).
What a Realistic Answer Magnitude Looks Like
Developing an intuition for realistic magnitudes is what separates a novice from a seasoned technician. According to standard AC circuit theory references, your answers should fall within these boundaries:
- Power Factor (cos θ): For industrial motors, a realistic PF is between 0.75 and 0.90 lagging. If your math yields a PF of 1.2 or -0.5, you have a calculation error or your measurement probes are on the wrong phases.
- Phase Angle (θ): In passive linear circuits, the angle must be between 0° (purely resistive) and 90° (purely reactive). If your arctan calculation gives you 110°, you likely swapped the numerator and denominator or ignored a negative sign in a capacitive circuit.
- Impedance (Z): The hypotenuse is always the longest side. Therefore, Z must always be strictly greater than both R and X. If you calculate Z = 15 Ω when R = 40 Ω, your Pythagorean math is flawed.
Mastering these basic trigonometric formulas transforms AC theory from a confusing mess of sine waves into a predictable, solvable geometry problem. Keep your units tracked, verify your calculator mode, and always trust your bench measurements over a nameplate.






