The trig functions formulas that actually matter on the jobsite and at the test bench are not abstract geometry exercises. In electrical engineering, sine, cosine, and tangent are the mathematical bridge between the physical hardware you install (resistors, inductors, capacitors) and the AC power behavior you measure (real power, reactive power, phase shift). When you clamp a Fluke 87V around a motor feeder and see 20A of current but only 3kW of real work being done, trigonometric phasor math is the only way to diagnose, correct, and size the compensation hardware.

The Core Trig Functions Formulas for AC Power and Impedance

In sinusoidal AC circuits, voltage and current are rarely perfectly in phase. The phase angle ($\theta$) dictates the ratio of real work to wasted magnetic/electric field energy. The fundamental trig functions formulas map this relationship using the Power Triangle and the Impedance Triangle.

Table 1: Symbol Definitions for AC Trig Formulas
Symbol Parameter Unit Trig Relationship
$S$ Apparent Power (Hypotenuse) VA or kVA $S = \sqrt{P^2 + Q^2}$
$P$ Real Power (Adjacent) W or kW $P = S \cdot \cos(\theta)$
$Q$ Reactive Power (Opposite) VAR or kVAR $Q = S \cdot \sin(\theta)$
$\theta$ Phase Angle Degrees ($^\circ$) $\theta = \arccos(P / S)$
$Z$ Impedance (Hypotenuse) Ohms ($\Omega$) $Z = \sqrt{R^2 + X^2}$
$R$ Resistance (Adjacent) Ohms ($\Omega$) $R = Z \cdot \cos(\theta)$
$X$ Reactance (Opposite) Ohms ($\Omega$) $X = Z \cdot \sin(\theta)$

According to Georgia State University's HyperPhysics, the power factor (PF) is strictly defined as the cosine of this phase angle ($PF = \cos\theta$). A PF of 1.0 means $\theta = 0^\circ$, and all apparent power is converted to real work.

Assumptions, Boundary Conditions, and Unit Traps

Before plugging numbers into your calculator, you must verify the boundary conditions. These trig functions formulas assume steady-state sinusoidal AC and linear loads.

Realistic Magnitudes: In practical 60Hz/50Hz power systems, your phase angle $\theta$ for inductive loads (motors, transformers) will almost always fall between $15^\circ$ and $45^\circ$. If your calculator spits out a $\theta$ of $85^\circ$ for a standard induction motor, your input data is wrong. Power factor for industrial motors typically ranges from 0.75 to 0.90 lagging.

The Unit Mistakes That Break the Math

  • The Radian vs. Degree Trap: This is the #1 bench mistake. $\cos(30^\circ) = 0.866$. But if your calculator is in Radian mode, $\cos(30 \text{ rad}) = 0.154$. If you use the radian result to size a capacitor bank, you will massively overcompensate the circuit, leading to dangerous leading power factor and voltage spikes.
  • Mixing W and VA: You cannot add Real Power (kW) and Reactive Power (kVAR) arithmetically. $5\text{ kW} + 5\text{ kVAR} \neq 10\text{ kVA}$. You must use the Pythagorean theorem: $\sqrt{5^2 + 5^2} = 7.07\text{ kVA}$.
  • Ignoring Skin Effect in $R$: When calculating AC voltage drop, using the DC resistance of a wire instead of the AC effective resistance (which accounts for skin effect and conduit reactance) will yield an incorrect $\theta$ for the feeder impedance.

Rearranged Forms for Bench and Field Calculations

When you are standing in front of a panel with a clipboard, you rarely have the hypotenuse. Here are the rearranged trig functions formulas to solve for any missing variable based on what your meter can actually measure.

  • To find Real Power ($P$): $P = S \cdot \cos(\theta)$  |  $P = \sqrt{S^2 - Q^2}$  |  $P = Q / \tan(\theta)$
  • To find Reactive Power ($Q$): $Q = S \cdot \sin(\theta)$  |  $Q = P \cdot \tan(\theta)$  |  $Q = \sqrt{S^2 - P^2}$
  • To find Apparent Power ($S$): $S = P / \cos(\theta)$  |  $S = Q / \sin(\theta)$  |  $S = \sqrt{P^2 + Q^2}$
  • To find Phase Angle ($\theta$): $\theta = \arccos(P/S)$  |  $\theta = \arcsin(Q/S)$  |  $\theta = \arctan(Q/P)$
  • To find Impedance ($Z$): $Z = R / \cos(\theta)$  |  $Z = X / \sin(\theta)$  |  $Z = \sqrt{R^2 + X^2}$
  • To find Resistance ($R$): $R = Z \cdot \cos(\theta)$  |  $R = X / \tan(\theta)$
  • To find Reactance ($X$): $X = Z \cdot \sin(\theta)$  |  $X = R \cdot \tan(\theta)$

Worked Example 1: Sizing a Power Factor Correction Capacitor

Scenario: You have a 480V, 3-phase industrial air compressor motor drawing 25A. Your power analyzer reads a lagging Power Factor of 0.78. The utility demands a PF of at least 0.95 to avoid penalty fees. What size capacitor bank (in kVAR) do you need to install?

  1. Calculate Initial Apparent Power ($S_1$):
    $S_1 = \sqrt{3} \cdot V \cdot I = 1.732 \cdot 480\text{V} \cdot 25\text{A} = 20,784\text{ VA} = 20.78\text{ kVA}$
  2. Calculate Real Power ($P$):
    $P = S_1 \cdot \cos(\theta_1) = 20.78\text{ kVA} \cdot 0.78 = 16.21\text{ kW}$
    (Note: Real power does not change when we add a parallel capacitor).
  3. Calculate Initial Reactive Power ($Q_1$):
    First, find the initial angle: $\theta_1 = \arccos(0.78) = 38.74^\circ$
    $Q_1 = P \cdot \tan(\theta_1) = 16.21\text{ kW} \cdot \tan(38.74^\circ) = 16.21 \cdot 0.802 = 13.00\text{ kVAR}$
  4. Calculate Target Reactive Power ($Q_2$):
    Find the target angle: $\theta_2 = \arccos(0.95) = 18.19^\circ$
    $Q_2 = P \cdot \tan(\theta_2) = 16.21\text{ kW} \cdot \tan(18.19^\circ) = 16.21 \cdot 0.3286 = 5.33\text{ kVAR}$
  5. Calculate Required Capacitor Compensation ($Q_c$):
    $Q_c = Q_1 - Q_2 = 13.00\text{ kVAR} - 5.33\text{ kVAR} = 7.67\text{ kVAR}$

Result: You must install a capacitor bank that provides at least 7.67 kVAR of leading reactive power at 480V.

Worked Example 2: Exact AC Voltage Drop Using Phasor Trig

Scenario: Standard DC voltage drop formulas ($V_d = 2 \cdot I \cdot R \cdot L$) overestimate AC voltage drop because they ignore the load's power factor and the conduit's reactance. Let's calculate the exact drop for a 120V single-phase circuit, 12 AWG THHN in steel conduit, 80 feet long, supplying a 16A load with a 0.85 lagging PF.

  1. Identify Impedance Components (from NEC Chapter 9, Table 9):
    For 12 AWG in steel conduit: AC Resistance $R = 1.98\ \Omega/\text{1000ft}$. Reactance $X_L = 0.068\ \Omega/\text{1000ft}$.
  2. Determine Load Phase Angle ($\theta$):
    $PF = 0.85 \rightarrow \theta = \arccos(0.85) = 31.79^\circ$
    $\cos(\theta) = 0.85$
    $\sin(\theta) = \sin(31.79^\circ) = 0.5268$
  3. Apply the Exact AC Voltage Drop Formula:
    $V_d = 2 \cdot L \cdot I \cdot (R \cos\theta + X_L \sin\theta)$
    $V_d = 2 \cdot (80/1000) \cdot 16 \cdot [ (1.98 \cdot 0.85) + (0.068 \cdot 0.5268) ]$
    $V_d = 2.56 \cdot [ 1.683 + 0.0358 ]$
    $V_d = 2.56 \cdot 1.7188 = 4.40\text{V}$

Result: The exact AC voltage drop is 4.40V (3.6%). If you had used the basic DC formula ignoring trig and reactance ($2 \cdot 0.08 \cdot 16 \cdot 1.98$), you would have calculated 5.06V. The trigonometric method proves the circuit is well within the NEC recommended 5% feeder+branch limit, saving you from unnecessarily upsizing to 10 AWG wire.

Decision Tree: Selecting the Right Correction Hardware

Once your trig functions formulas yield the required $Q_c$ (kVAR), use this decision matrix to select the physical hardware. Never install a capacitor with a voltage rating lower than your system's maximum continuous operating voltage.

Condition / Calculated Value Hardware Category Concrete Pick (Part / Spec)
If $Q_c < 2.5\text{ kVAR}$ and load is continuous/steady Fixed, Dry-Type, Single-Stage Schneider Electric VarPlusCAN 2.5 kVAR 480V (Model VLVARC0248)
If $Q_c$ is between 3.0 and 10.0 kVAR (like our 7.67 kVAR example) Fixed, Dry-Type, Industrial Schneider Electric VarPlusCAN 10 kVAR 480V (Model VLVARC1048)
If $Q_c > 15\text{ kVAR}$ or load fluctuates wildly (e.g., welders, crushers) Automatically Switched Capacitor Bank Eaton 15 kVAR Auto-Switched Bank with PF controller (e.g., E2-15-C series)
20% non-linear loads (VFDs, LED drivers) Detuned (Harmonic Filter) Bank ABB LV Capacitors with 7% or 14% detuned reactors (Requires harmonic analysis)
Default Recommendation: For standard 480V industrial motor correction where your calculated $Q_c$ falls in the 5 to 10 kVAR range, the default, most reliable pick is the Schneider Electric VarPlusCAN 10 kVAR 480V (Model VLVARC1048). It features self-healing metallized polypropylene film and integrated discharge resistors, which safely drops the voltage to 50V within 3 minutes of disconnect—a critical safety requirement per NEC 460.6. Slightly oversizing (10 kVAR instead of 7.67 kVAR) is acceptable here because the resulting PF will shift to roughly 0.98 lagging, safely avoiding the leading PF danger zone while eliminating utility penalties. For deeper analysis on utility penalty thresholds, refer to Fluke's technical guide on power factor measurement.

By grounding your component selection in rigorous trigonometric derivations rather than rule-of-thumb multipliers, you ensure your AC systems run efficiently, your wire sizing is economically optimized, and your power factor correction hardware is matched exactly to the physical reality of the load.