When analyzing alternating current (AC) circuits, direct current (DC) rules like simple Ohm's Law fall short because voltage and current are rarely perfectly in phase. To bridge this gap, electrical engineers and technicians rely on a specific trig formulas list built around right-triangle geometry. These trigonometric relationships map the physical realities of resistance, reactance, and impedance to the economic realities of real, reactive, and apparent power.

The direct answer for AC trigonometry centers on two mirrored right triangles: the Impedance Triangle (Ohms) and the Power Triangle (Watts/VA). The phase angle (θ) is the shared vertex between them. Below is the complete reference framework, real-world load data, and step-by-step derivations you need for bench testing and field troubleshooting.

The Core Trig Formulas List for AC Impedance and Power

Before applying any formulas, you must define the variables and their strict SI units. Mixing these units is the most common cause of calculation errors in power factor correction and motor sizing.

Table 1: Variable Definitions and SI Units
Symbol Parameter Unit Triangle
θ Phase Angle (difference between V and I) Degrees (°) or Radians Shared
R Resistance (Real opposition to current) Ohms (Ω) Impedance
X Reactance (Inductive/Capacitive opposition) Ohms (Ω) Impedance
Z Impedance (Total vector opposition) Ohms (Ω) Impedance
P Real Power (Work performed / heat dissipated) Watts (W) Power
Q Reactive Power (Energy stored and returned) Volt-Amps Reactive (VAR) Power
S Apparent Power (Total power supplied by source) Volt-Amps (VA) Power

The Fundamental Trig Equations

Using the standard right-triangle trigonometric ratios (SOH CAH TOA), we derive the core formulas for both triangles:

  • Cosine (Power Factor): cos(θ) = R / Z = P / S
  • Sine (Reactive Factor): sin(θ) = X / Z = Q / S
  • Tangent (Reactive-to-Real Ratio): tan(θ) = X / R = Q / P
  • Pythagorean Theorem: Z² = R² + X² | S² = P² + Q²

Real-World Load Magnitudes

Abstract formulas are useless without context. The table below maps these trig relationships to four common real-world loads operating on a 120V/240V AC system. Notice how the sign of X and Q dictates whether the power factor is lagging (inductive) or leading (capacitive).

Table 2: Real-World AC Load Trig Data (First Half Reference)
Load Type R (Ω) X (Ω) Z (Ω) θ (Degrees) Power Factor (cos θ)
500W Halogen Lamp (Resistive) 28.8 0 28.8 0.0° 1.00 (Unity)
1HP AC Induction Motor (Inductive) 12.0 +16.0 20.0 +53.1° 0.60 Lagging
Capacitive Dropper LED (Capacitive) 50.0 -120.0 130.0 -67.4° 0.38 Leading
10kW VFD with Line Reactor (Mixed) 4.0 +3.0 5.0 +36.9° 0.80 Lagging

Rearranged Forms and Variable Isolation

On the bench, you rarely have all the variables. You might know the real power (from a wattmeter) and the apparent power (from a clamp meter reading multiplied by voltage), and need to find the reactive power to size a correction capacitor. Here is the rearranged trig formulas list for isolating any single variable.

Impedance Triangle Rearrangements

  • Solving for Z: Z = √(R² + X²) or Z = R / cos(θ) or Z = X / sin(θ)
  • Solving for R: R = Z × cos(θ) or R = X / tan(θ)
  • Solving for X: X = Z × sin(θ) or X = R × tan(θ)
  • Solving for θ: θ = arccos(R/Z) or arcsin(X/Z) or arctan(X/R)

Power Triangle Rearrangements

  • Solving for S: S = √(P² + Q²) or S = P / cos(θ) or S = Q / sin(θ)
  • Solving for P: P = S × cos(θ) or P = Q / tan(θ)
  • Solving for Q: Q = S × sin(θ) or Q = P × tan(θ)
  • Solving for θ: θ = arccos(P/S) or arcsin(Q/S) or arctan(Q/P)
Pro-Tip for Power Factor Correction: When calculating the required capacitor bank to improve a lagging power factor, you don't change P. You use the rearranged formula Q_new = P × tan(θ_new) to find the target reactive power, then subtract it from your existing Q to find the exact VARs your capacitor must supply. For deeper methodology on measuring this in the field, refer to Fluke's guide on power factor measurement.

Worked Examples with Unit Tracking

Let's apply these formulas to two common scenarios. Notice how every intermediate step carries its unit forward. Dropping units mid-calculation is how a 120V circuit accidentally gets sized for 12kV.

Example 1: Deriving Impedance and Current in a Series RL Circuit

Scenario: You are testing a series RL circuit on your bench. The resistor is measured at 40 Ω and the inductor has a reactance of 30 Ω at 60 Hz. The AC source is 120V RMS. Find the total impedance (Z), the phase angle (θ), the total current (I), and the real power dissipated (P).

  1. Calculate Impedance (Z):
    Using the Pythagorean theorem: Z = √(R² + X²)
    Z = √(40 Ω² + 30 Ω²)
    Z = √(1600 Ω² + 900 Ω²) = √(2500 Ω²)
    Z = 50 Ω
  2. Calculate Phase Angle (θ):
    Using the tangent rearrangement: θ = arctan(X / R)
    θ = arctan(30 Ω / 40 Ω) = arctan(0.75)
    θ = 36.87° (Current lags voltage by 36.87°)
  3. Calculate Total Current (I):
    Using Ohm's Law for AC: I = V / Z
    I = 120 V / 50 Ω
    I = 2.4 A RMS
  4. Calculate Real Power (P):
    Real power is only dissipated by the resistive component.
    P = I² × R
    P = (2.4 A)² × 40 Ω = 5.76 A² × 40 Ω
    P = 230.4 W

Verification: Let's check using the power triangle. Apparent Power S = V × I = 120V × 2.4A = 288 VA. Power Factor = cos(36.87°) = 0.80. P = S × PF = 288 VA × 0.80 = 230.4 W. The math holds perfectly.

Example 2: Sizing Reactive Power for an Industrial Compressor

Scenario: A 3-phase industrial air compressor nameplate lists an Apparent Power (S) draw of 15 kVA with a Power Factor (PF) of 0.72 lagging. You need to determine the Real Power (P) billing cost and the Reactive Power (Q) that the utility is penalizing you for.

  1. Convert to Base Units:
    S = 15 kVA = 15,000 VA
    PF = cos(θ) = 0.72
  2. Calculate Phase Angle (θ):
    θ = arccos(0.72)
    θ = 43.95°
  3. Calculate Real Power (P):
    P = S × cos(θ)
    P = 15,000 VA × 0.72
    P = 10,800 W (or 10.8 kW)
    (This is the actual mechanical work and heat the motor produces).
  4. Calculate Reactive Power (Q):
    First, find sin(θ): sin(43.95°) = 0.694
    Q = S × sin(θ)
    Q = 15,000 VA × 0.694
    Q = 10,410 VAR (or 10.41 kVAR)
    (This is the magnetic field energy sloshing back and forth, which utilities charge penalties for if it exceeds threshold limits).

For a deeper theoretical breakdown of how these three power types interact in AC systems, All About Circuits provides an excellent chapter on True, Reactive, and Apparent Power.

Assumptions, Unit Traps, and Realistic Magnitudes

Trigonometry in electrical theory is elegant, but it relies on strict assumptions. If your bench measurements don't match your calculations, you have likely violated one of the following boundaries.

When These Formulas Apply (and When They Don't)

These trig formulas assume a sinusoidal steady-state. They work perfectly for pure 50/60 Hz sine waves. They fail when applied directly to square waves, triangle waves, or heavily distorted AC signals (like the output of a cheap modified sine wave inverter or a VFD with high Total Harmonic Distortion). If harmonics are present, you must use Fourier analysis to break the waveform into its fundamental and harmonic frequencies, applying these trig formulas to each frequency individually before vectoring them back together.

Unit Mistakes That Break the Math

⚠ The Calculator Trap (Degrees vs. Radians): The most frequent error students and junior techs make is leaving their scientific calculator in Radian mode. If you calculate arctan(30/40) in Radians, you get 0.6435. If you try to use 0.6435 as degrees to find the cosine, your power factor calculation will be completely wrong. Always verify your calculator is set to DEG before hitting the inverse trig buttons.

The Kilo-Prefix Trap: You cannot mix base units with kilo-units in the Pythagorean theorem. If P = 10 kW and Q = 5,000 VAR, you cannot calculate S = √(10² + 5000²). You must convert P to 10,000 W first, yielding S = √(10000² + 5000²) = 11,180 VA. Alternatively, convert Q to 5 kVAR, yielding S = √(10² + 5²) = 11.18 kVA.

What a Realistic Answer Magnitude Looks Like

When troubleshooting, use these physical limits as a sanity check for your calculations:

  • Impedance (Z): Must always be a positive real number. If you get a negative Z, you squared a negative reactance incorrectly or dropped a sign.
  • Phase Angle (θ): In standard passive AC circuits, θ will always fall between -90° and +90°. An angle of 0° means purely resistive. +90° means purely inductive. -90° means purely capacitive. If your math yields 115°, you have inverted your sine/cosine inputs.
  • Power Factor (cos θ): The absolute value of the power factor must be between 0 and 1. A calculated PF of 1.15 means your Real Power (P) is somehow higher than your Apparent Power (S), which violates the conservation of energy. This usually happens when a wattmeter reads real power correctly, but a cheap clamp meter reads apparent power incorrectly due to harmonic distortion.