When hobbyists and technicians ask for "all trig formulas" in the context of electrical work, they are almost always looking for the trigonometric relationships that govern Alternating Current (AC) circuits. Unlike DC circuits where resistance is a simple scalar, AC circuits deal with phase shifts, reactance, and complex power. The core trigonometric identities—sine, cosine, tangent, and the Pythagorean theorem—map directly onto the Impedance Triangle and the Power Triangle.

This guide strips away the abstract calculus and gives you the exact formulas, rearranged forms, and bench-tested examples you need to calculate phase angles, size power factor correction capacitors, and interpret clamp meter readings on inductive loads.

The Master Trig Framework for AC Circuits

In AC analysis, we use right-triangle trigonometry (SOH-CAH-TOA) to relate the resistive (real) components to the reactive (imaginary) components. The master formulas apply identically to both impedance (measured in Ohms) and power (measured in VA/W/VAR).

Table 1: Core AC Trig Formula Symbols & Definitions
Symbol Unit Definition & Context
Z / S Ω / VA Hypotenuse: Total Impedance (Z) or Apparent Power (S). The vector sum of real and reactive components.
R / P Ω / W Adjacent: Resistance (R) or True/Active Power (P). The component that performs actual work or generates heat.
X / Q Ω / VAR Opposite: Reactance (X) or Reactive Power (Q). Energy stored and released by inductors/capacitors each cycle.
θ Degrees (°) Phase Angle: The angular difference between voltage and current waveforms. Also the angle between S and P.
PF Dimensionless Power Factor: The ratio of True Power to Apparent Power. Mathematically identical to cos(θ).

Before we derive the rearranged forms, let's look at how these trigonometric relationships manifest in real-world 120V AC branch circuit loads. The table below provides baseline values you can expect to measure on the bench or in the field.

Table 2: Real-World 120V AC Load Trig Profiles (60Hz)
Load Type Resistance (R) Reactance (X_L) Impedance (Z) Phase Angle (θ) Power Factor (cos θ)
1/2 HP Sump Pump (Inductive) 12.0 Ω 16.0 Ω 20.0 Ω 53.1° 0.60 (Lagging)
1500W Space Heater (Resistive) 9.6 Ω 0.0 Ω 9.6 Ω 0.0° 1.00 (Unity)
40W Magnetic Fluorescent Ballast 216.0 Ω 288.0 Ω 360.0 Ω 53.1° 0.60 (Lagging)
1000W Microwave Oven (Mixed) 11.5 Ω 8.0 Ω 14.0 Ω 34.8° 0.82 (Lagging)

Application Boundaries, Assumptions, and Unit Traps

Trigonometry in AC circuits is a powerful modeling tool, but it breaks down if you apply it outside its design parameters. Here is what you need to know before you start punching numbers into your calculator.

When the Formulas Apply (and Assumptions)

  • Sinusoidal Steady-State: These formulas assume pure sine waves. If you are measuring a cheap modified sine wave inverter or a heavily clipped dimmer output, the RMS assumptions and simple trig ratios will yield inaccurate power calculations. You need a True-RMS meter and harmonic analysis for non-linear loads.
  • Linear Loads: The impedance triangle assumes the load is linear (current scales proportionally with voltage). Switch-mode power supplies (like LED drivers or PC ATX supplies) are non-linear; they draw current in sharp pulses. For these, the displacement power factor (cos θ) differs from the true power factor.
  • Nominal Frequency: Reactance (X) is frequency-dependent ($X_L = 2\pi fL$). The values in Table 2 assume a strict 60Hz grid. If you are designing for 50Hz (common in the EU/UK) or 400Hz (aviation), the reactance and resulting phase angle will shift dramatically.

Unit Mistakes That Break the Math

  • Mixing kW and kVA: The most common bench mistake is adding True Power (Watts) and Reactive Power (VAR) arithmetically. You cannot say $S = P + Q$. You must use the Pythagorean theorem: $S = \sqrt{P^2 + Q^2}$.
  • Degrees vs. Radians: Ensure your calculator is in Degree mode when calculating phase angles for power factor. Electrical engineering convention uses degrees for phase shift (e.g., 30° lagging), while embedded systems (like Arduino/ESP32 C++ math libraries) use radians. If your ESP32 outputs a PF of 0.54 when you expect 0.86, your `acos()` function is likely returning radians while you are treating it as degrees.

Realistic Answer Magnitudes

If your calculation yields a Power Factor of 1.15 or a phase angle of 110° for a standard passive load, you have a math error.
Power Factor (PF): Must be between 0.00 and 1.00. Typical industrial motors sit between 0.75 and 0.85.
Phase Angle (θ): For passive inductive loads, θ is between 0° and 90° (lagging). For capacitive loads, it is 0° to -90° (leading).
Impedance (Z): Must always be greater than or equal to R and X individually.

Rearranged Forms for Quick Bench Calculations

On the workbench, you rarely have all three sides of the triangle. You usually have two measured values (like Voltage and Current) and need to find the angle, or you have the nameplate Power Factor and need to find the Reactive Power. Here are the rearranged forms solving for every critical variable.

Impedance Triangle (Z, R, X)

  • Find Z: $Z = \sqrt{R^2 + X^2}$ | $Z = R / \cos(\theta)$ | $Z = X / \sin(\theta)$
  • Find R: $R = \sqrt{Z^2 - X^2}$ | $R = Z \times \cos(\theta)$ | $R = X / \tan(\theta)$
  • Find X: $X = \sqrt{Z^2 - R^2}$ | $X = Z \times \sin(\theta)$ | $X = R \times \tan(\theta)$
  • Find θ: $\theta = \arccos(R/Z)$ | $\theta = \arcsin(X/Z)$ | $\theta = \arctan(X/R)$

Power Triangle (S, P, Q)

  • Find S (VA): $S = \sqrt{P^2 + Q^2}$ | $S = V_{rms} \times I_{rms}$ | $S = P / PF$
  • Find P (W): $P = S \times \cos(\theta)$ | $P = S \times PF$
  • Find Q (VAR): $Q = S \times \sin(\theta)$ | $Q = P \times \tan(\theta)$
  • Find PF: $PF = P / S$ | $PF = \cos(\theta)$

Worked Examples with Strict Unit Tracking

Abstract formulas are useless if you drop a decimal or mix up your units. Below are two common field scenarios solved step-by-step with strict unit tracking. For deeper theoretical background on these relationships, refer to the All About Circuits AC Power guide or the Electronics Tutorials AC Power module.

Problem 1: Determining Motor Power Factor and Reactive Power

Scenario: You are troubleshooting a 240V AC well pump. Your Fluke clamp meter reads 12.5 A of current, and your plug-in wattmeter reads 2,100 W of true power. You need to find the Apparent Power (S), Power Factor (PF), Phase Angle (θ), and Reactive Power (Q).

  1. Calculate Apparent Power (S):
    Formula: $S = V \times I$
    Math: $240 \text{ [V]} \times 12.5 \text{ [A]} = 3,000 \text{ [VA]}$
  2. Calculate Power Factor (PF):
    Formula: $PF = P / S$
    Math: $2,100 \text{ [W]} / 3,000 \text{ [VA]} = 0.70 \text{ [Dimensionless]}$
  3. Calculate Phase Angle (θ):
    Formula: $\theta = \arccos(PF)$
    Math: $\arccos(0.70) = 45.57^\circ$
  4. Calculate Reactive Power (Q):
    Formula: $Q = S \times \sin(\theta)$
    Math: $3,000 \text{ [VA]} \times \sin(45.57^\circ) = 3,000 \times 0.7141 = 2,142.3 \text{ [VAR]}$

Result: The motor operates at a 0.70 lagging power factor, drawing 2,142 VAR of reactive power. This is a typical, albeit slightly poor, power factor for an older induction motor under load.

Problem 2: Sizing a Run Capacitor for Power Factor Correction

Scenario: The utility company penalizes you for a PF below 0.90. You want to correct the well pump from Problem 1 (P = 2,100 W, Q_old = 2,142 VAR) to a target PF of 0.90 by adding a parallel capacitor. Find the required Reactive Power of the capacitor ($Q_c$) and the physical Capacitance ($C$) in microfarads ($\mu F$) at 60Hz.

  1. Find Target Phase Angle and Target Q:
    Target $\theta_{new} = \arccos(0.90) = 25.84^\circ$
    Target $Q_{new} = P \times \tan(\theta_{new})$
    Math: $2,100 \text{ [W]} \times \tan(25.84^\circ) = 2,100 \times 0.4843 = 1,017.0 \text{ [VAR]}$
  2. Calculate Required Capacitor Reactive Power ($Q_c$):
    Formula: $Q_c = Q_{old} - Q_{new}$
    Math: $2,142.3 \text{ [VAR]} - 1,017.0 \text{ [VAR]} = 1,125.3 \text{ [VAR]}$ (The capacitor must supply 1,125.3 VAR of leading reactive power to cancel the lagging VARs).
  3. Calculate Required Capacitive Reactance ($X_c$):
    Formula: $X_c = V^2 / Q_c$
    Math: $(240 \text{ [V]})^2 / 1,125.3 \text{ [VAR]} = 57,600 / 1,125.3 = 51.19 \text{ [}\Omega\text{]}$
  4. Calculate Physical Capacitance (C):
    Formula: $C = 1 / (2 \pi f X_c)$
    Math: $1 / (2 \times \pi \times 60 \text{ [Hz]} \times 51.19 \text{ [}\Omega\text{]}) = 1 / 19,296.5 = 0.0000518 \text{ [F]}$
  5. Convert to Microfarads:
    Math: $0.0000518 \text{ [F]} \times 1,000,000 = 51.8 \text{ [}\mu\text{F]}$

Result: You need to wire a 51.8 μF, 250VAC (or higher) motor run capacitor in parallel with the motor windings to achieve a 0.90 power factor. Never use a DC-rated electrolytic capacitor for this; it will explode under AC stress. Use an oil-filled or metallized polypropylene AC run capacitor.