The Core AC Trigo Formulas and Symbol Definitions

In alternating current (AC) theory, time-domain sine waves are cumbersome to calculate using basic algebra. Instead, we use trigonometric identities to map voltage, current, and phase angles onto right triangles. The fundamental trigo formulas for AC circuits bridge the gap between physical components (resistors, inductors, capacitors) and the mathematical phasors we use to analyze them. Whether you are sizing a run capacitor for an HVAC compressor or calculating voltage drop on a long feeder, these identities are your primary tools.

The two foundational triangles in AC analysis are the Impedance Triangle (relating Resistance, Reactance, and Impedance) and the Power Triangle (relating Real, Reactive, and Apparent Power). Both share the same phase angle, θ.

Primary Trigonometric Identities

  • Impedance Magnitude: Z = √(R² + X²)
  • Phase Angle: θ = arctan(X / R)
  • Real Power: P = Vrms × Irms × cos(θ)
  • Reactive Power: Q = Vrms × Irms × sin(θ)
  • Apparent Power: S = √(P² + Q²) = Vrms × Irms
  • Power Factor: PF = cos(θ) = P / S

Symbol Definition Table

VariableSymbolStandard UnitPhysical Description
ResistanceROhms (Ω)Opposition to current that dissipates energy as heat.
ReactanceXOhms (Ω)Opposition to current change (XL for inductors, XC for capacitors).
ImpedanceZOhms (Ω)Total vector opposition to AC current flow.
Phase AngleθDegrees (°) or RadiansAngular displacement between voltage and current waveforms.
Real PowerPWatts (W)Useful work performed (heat, light, mechanical torque).
Reactive PowerQVolt-Amps Reactive (VAR)Energy sloshing back and forth between source and magnetic/electric fields.
Apparent PowerSVolt-Amps (VA)Total power supplied by the source; determines wire and breaker sizing.
RMS VoltageVrmsVolts (V)Root Mean Square voltage (equivalent DC heating value).

Real-World Load Profile Reference Data

To ground these formulas in reality, here is a data-dense table showing how different physical loads map to these trigonometric values on a standard 120V/240V bench or jobsite. Note that inductive reactance (XL) is positive, while capacitive reactance (XC) is negative, pulling the angle below zero.

Load Type (Example)R (Ω)X (Ω)Z (Ω)θ (°)Power Factor (PF)
Pure Resistive (Space Heater)12.00.012.00.01.00 (Unity)
Inductive (HVAC Compressor Motor)4.0+8.0 (XL)8.94+63.40.45 (Lagging)
Compensated Motor (w/ Run Cap)10.0+2.0 (Net)10.20+11.30.98 (Lagging)
Capacitive (Large LED Driver Bank)5.0-15.0 (XC)15.81-71.60.32 (Leading)

Rearranged Forms for Variable Isolation

On the bench, you rarely have all the variables handed to you. You might measure Real Power (P) and Apparent Power (S) with a wattmeter and a clamp meter, and need to find the required capacitance to fix the phase angle. Here are the rearranged trigo formulas solving for each critical variable:

  • Solve for R: R = Z × cos(θ)  |  R = P / Irms²
  • Solve for X: X = Z × sin(θ)  |  X = √(Z² - R²)
  • Solve for Z: Z = Vrms / Irms  |  Z = R / cos(θ)
  • Solve for θ: θ = arccos(P / S)  |  θ = arcsin(Q / S)
  • Solve for P: P = S × cos(θ)  |  P = Irms² × R
  • Solve for Q: Q = S × sin(θ)  |  Q = √(S² - P²)
  • Solve for S: S = P / cos(θ)  |  S = Vrms × Irms

Application Boundaries, Unit Traps, and Magnitudes

Trigonometric AC formulas are incredibly powerful, but they will yield catastrophic design errors if applied outside their assumptions or with mixed units. I have seen hobbyists fry a 10A breaker and melt 14 AWG wire because they miscalculated apparent power using peak voltage instead of RMS.

When These Formulas Apply (and Assumptions)

These identities assume steady-state, linear, sinusoidal AC circuits. They break down if the waveform is heavily distorted (high Total Harmonic Distortion, or THD) by non-linear loads like cheap switching power supplies or variable frequency drives (VFDs). In the presence of high harmonics, the standard power triangle fails, and you must use the distortion power factor models defined in IEEE 519. Furthermore, these formulas assume constant frequency; if you are analyzing transient startup currents (like the locked-rotor amps of a motor), time-domain differential equations are required instead.

Unit Mistakes That Break the Math

  1. The RMS vs. Peak Trap: The power formulas (P, Q, S) strictly require RMS voltage and current. If your oscilloscope reads 170V peak-to-peak for a 120V nominal line, and you plug 170V into P = V × I × cos(θ), your calculated power will be wildly inflated. Always divide peak voltage by √2 (approx 1.414) to get Vrms before calculating power.
  2. Degrees vs. Radians in Calculators: When using θ = arctan(X/R), your calculator must be in Degree mode if you want a readable phase angle (e.g., 36.8°). If it is in Radian mode, it will output 0.643. Plugging 0.643 into cos(θ) assuming it is degrees will yield a power factor of 0.999 instead of the correct 0.80.
  3. Mixing Reactance Types: Inductive reactance (XL = 2πfL) is positive; capacitive reactance (XC = 1 / 2πfC) is negative. If you have a circuit with both, you must subtract them (Xnet = XL - XC) before plugging the result into the impedance magnitude formula.

Realistic Answer Magnitudes

Use these boundaries to sanity-check your work. If your numbers fall outside these ranges, you have a math error:

  • Power Factor (PF): Must be between 0.0 and 1.0 (or 0% to 100%). A calculated PF of 1.2 means you mixed up Real and Apparent power.
  • Phase Angle (θ): Must be between -90° and +90° for passive circuits. +90° is a pure inductor; -90° is a pure capacitor.
  • Impedance (Z): Must always be greater than or equal to R. Z can never be smaller than the resistive component.

Worked Examples with Strict Unit Tracking

Let us apply these trigo formulas to two common bench and jobsite scenarios, tracking every unit through the intermediate steps.

Example 1: RL Series Circuit Impedance and Power

Scenario: You are testing a series RL load (a simplified model of an uncorrected solenoid coil) on your bench. You measure Vrms = 120V at 60Hz. The coil has an internal DC resistance R = 40Ω and an inductive reactance XL = 30Ω at 60Hz. Find Z, Irms, θ, P, and Q.

Step 1: Calculate Impedance (Z)

  • Formula: Z = √(R² + XL²)
  • Substitution: Z = √(40Ω² + 30Ω²)
  • Math: Z = √(1600 + 900) = √(2500)
  • Result: Z = 50Ω

Step 2: Calculate RMS Current (Irms)

  • Formula: Irms = Vrms / Z
  • Substitution: Irms = 120V / 50Ω
  • Result: Irms = 2.4A

Step 3: Calculate Phase Angle (θ)

  • Formula: θ = arctan(XL / R)
  • Substitution: θ = arctan(30Ω / 40Ω) = arctan(0.75)
  • Result: θ = +36.87° (Positive indicates current lags voltage).

Step 4: Calculate Real Power (P) and Reactive Power (Q)

  • Formula P: P = Vrms × Irms × cos(θ)
  • Substitution P: P = 120V × 2.4A × cos(36.87°) = 288 VA × 0.80
  • Result P: P = 230.4W (Verify via I²R: 2.4A² × 40Ω = 5.76 × 40 = 230.4W. Matches perfectly).
  • Formula Q: Q = Vrms × Irms × sin(θ)
  • Substitution Q: Q = 288 VA × sin(36.87°) = 288 VA × 0.60
  • Result Q: Q = 172.8 VAR

Example 2: Capacitive Power Factor Correction

Scenario: A workshop has a large 5,000W (5kW) induction motor running at a poor power factor of 0.75 lagging. The utility is penalizing the shop for excessive reactive power. We need to add a parallel capacitor bank to bring the total system power factor up to 0.95 lagging. The supply is 240V RMS at 60Hz. What capacitive reactance (XC) and capacitance (C) are required?

Note: Real Power (P) remains constant during power factor correction; only Reactive Power (Q) and Apparent Power (S) change. For deeper theory on this, refer to electronics-tutorials.ws AC power guides.

Step 1: Calculate Initial and Target Reactive Power

  • Initial Angle: θ1 = arccos(0.75) = 41.41°
  • Initial Q: Q1 = P × tan(θ1) = 5000W × tan(41.41°) = 5000W × 0.8819
  • Q1 = 4409.5 VAR (Inductive)
  • Target Angle: θ2 = arccos(0.95) = 18.19°
  • Target Q: Q2 = P × tan(θ2) = 5000W × tan(18.19°) = 5000W × 0.3287
  • Q2 = 1643.5 VAR (Net Inductive)

Step 2: Calculate Required Capacitive VARs (ΔQ)

  • Formula: ΔQ = Q1 - Q2
  • Substitution: ΔQ = 4409.5 VAR - 1643.5 VAR
  • Result: ΔQ = 2766 VAR (The capacitor must supply 2766 VAR).

Step 3: Calculate Required Reactance (XC) and Capacitance (C)

  • Formula XC: XC = Vrms² / ΔQ
  • Substitution: XC = (240V)² / 2766 VAR = 57600 / 2766
  • Result XC = 20.82Ω
  • Formula C: C = 1 / (2π × f × XC)
  • Substitution: C = 1 / (2 × 3.14159 × 60Hz × 20.82Ω) = 1 / 7848.6
  • Result C = 0.000127 Farads, or 127 μF

Practical Implementation Note: You will not find a single 127μF, 240V AC capacitor on the shelf. In practice, you would parallel three 45μF motor run capacitors (totaling 135μF, slightly overcorrecting to 0.96 PF) rated for at least 370VAC to handle the peak voltage safely. Always ensure the voltage rating of AC capacitors exceeds the peak line voltage (240V × 1.414 = 339V peak), which is why 370VAC or 440VAC caps are the industry standard for 240V lines.