The Essential Electrical Trigonometry All Formulas Reference

While a pure mathematician might list dozens of identities, the practical electrical trigonometry all formulas toolkit boils down to two geometric constructs: the Impedance Triangle and the Power Triangle. These triangles map the phase relationships between voltage, current, resistance, and reactance in alternating current (AC) systems. If you are analyzing AC circuits, sizing motor run capacitors, or correcting power factor on a workshop panel, these are the exact equations you need.

The foundational trigonometric relationships for AC circuits are derived from the Pythagorean theorem and the standard sine, cosine, and tangent ratios applied to right triangles.

Core Formula: The Impedance and Power Triangles

The magnitude of the total opposition to current (Impedance, $Z$) or total power (Apparent Power, $S$) is the hypotenuse of a right triangle formed by the real and reactive components.

Symbol Parameter Unit Triangle Role
$Z$ImpedanceOhms ($\Omega$)Hypotenuse (Impedance Triangle)
$R$ResistanceOhms ($\Omega$)Adjacent Side
$X$Reactance ($X_L$ or $X_C$)Ohms ($\Omega$)Opposite Side
$S$Apparent PowerVolt-Amps (VA)Hypotenuse (Power Triangle)
$P$Real (Active) PowerWatts (W)Adjacent Side
$Q$Reactive PowerVolt-Amps Reactive (VAR)Opposite Side
$\theta$Phase AngleDegrees ($^\circ$) or RadiansAngle between Adjacent and Hypotenuse
The Primary Equations:
1. $Z = \sqrt{R^2 + X^2}$  |  $S = \sqrt{P^2 + Q^2}$
2. $\cos(\theta) = \frac{R}{Z}$  |  $\cos(\theta) = \frac{P}{S}$ (Power Factor)
3. $\sin(\theta) = \frac{X}{Z}$  |  $\sin(\theta) = \frac{Q}{S}$
4. $\tan(\theta) = \frac{X}{R}$  |  $\tan(\theta) = \frac{Q}{P}$

Rearranged Forms for Bench Calculations

On the workbench, you rarely solve for the hypotenuse directly. You usually know the real component and the phase angle, and need to find the reactive component to size a capacitor or inductor. Here are the rearranged forms solving for each variable:

  • Solve for R or P: $R = Z \cdot \cos(\theta)$  |  $P = S \cdot \cos(\theta)$
  • Solve for X or Q: $X = Z \cdot \sin(\theta)$  |  $Q = S \cdot \sin(\theta)$  |  $Q = P \cdot \tan(\theta)$
  • Solve for Z or S: $Z = \frac{R}{\cos(\theta)}$  |  $S = \frac{P}{\cos(\theta)}$
  • Solve for $\theta$: $\theta = \arccos\left(\frac{R}{Z}\right)$  |  $\theta = \arctan\left(\frac{X}{R}\right)$

When These Formulas Apply (And When They Fail)

These trigonometric relationships are not universal laws; they are mathematical models with strict assumptions. Understanding the boundaries prevents catastrophic sizing errors.

Core Assumptions

  1. Sinusoidal Steady-State: The voltage and current waveforms must be pure sine waves.
  2. Linear Components: The load must have a constant impedance over the AC cycle.

What Breaks the Math?

If you apply these formulas to a circuit driven by a Variable Frequency Drive (VFD), a switched-mode power supply, or an LED driver with poor internal filtering, the math will fail. These non-linear loads introduce harmonics. In the presence of Total Harmonic Distortion (THD), the Power Factor is no longer simply $\cos(\theta)$. It becomes the product of the displacement power factor and the distortion factor. Attempting to correct a harmonic-rich load using standard trigonometry-derived capacitor banks can lead to parallel resonance, blowing capacitor fuses or destroying the drive. For non-linear loads, you must use active harmonic filters, not passive trigonometry-based correction.

Unit Mistakes That Ruin Calculations

Warning: The Calculator Mode Trap
The most common bench mistake is leaving your calculator in Radian mode. If you calculate $\arccos(0.5)$ in Radians, you get $1.047$. In Degrees, you get $60^\circ$. If you feed $1.047$ into a subsequent $\sin()$ calculation for reactive power, your kVAR sizing will be off by a factor of nearly 10, resulting in a massively over-sized capacitor bank that will over-voltage your system.

Additionally, never mix Real Power (kW) and Apparent Power (kVA) in the $P/S$ ratio. A 100 kVA transformer operating at 80 kW does not have a power factor of 1.25 (which is mathematically impossible for passive loads); it has a PF of 0.80.

Realistic Answer Magnitudes

When checking your work, use these sanity checks:

  • Phase Angle ($\theta$): Must be between $-90^\circ$ and $+90^\circ$. (Negative for capacitive, positive for inductive).
  • Power Factor ($\cos\theta$): Must be between 0.0 and 1.0 for passive loads. Typical industrial motors run at 0.75 to 0.85; corrected systems target 0.95 to 0.98. Never target exactly 1.0, as minor load fluctuations will push the system into leading (capacitive) power factor, which utilities penalize.
  • Reactance ($X$): Always a positive magnitude in the triangle; the sign (inductive vs capacitive) is handled by the angle or complex notation ($+j$ vs $-j$).

Worked Example 1: Sizing a Motor Run Capacitor (Impedance Triangle)

You are troubleshooting a single-phase compressor motor. The nameplate is faded, but your LCR meter reads the main winding resistance at $12\,\Omega$ and the inductive reactance at $16\,\Omega$ at 60 Hz. You need to find the total impedance and the phase angle to determine the voltage drop across the winding when it draws 5 Amps.

Step 1: Identify knowns and target.
$R = 12\,\Omega$, $X_L = 16\,\Omega$. Find $Z$ and $\theta$.

Step 2: Calculate Impedance ($Z$).
Using the Pythagorean theorem:
$Z = \sqrt{R^2 + X_L^2}$
$Z = \sqrt{12^2 + 16^2}$
$Z = \sqrt{144 + 256}$
$Z = \sqrt{400} = 20\,\Omega$

Step 3: Calculate Phase Angle ($\theta$).
Using the tangent ratio:
$\tan(\theta) = \frac{X_L}{R} = \frac{16}{12} = 1.333$
$\theta = \arctan(1.333)$
$\theta = 53.13^\circ$

Step 4: Calculate Voltage Drop.
Using Ohm's Law for AC ($V = I \times Z$):
$V = 5\,\text{A} \times 20\,\Omega = 100\,\text{V}$
Sanity Check: The impedance of $20\,\Omega$ is larger than either component, and the angle of $53.13^\circ$ is between $0^\circ$ (purely resistive) and $90^\circ$ (purely inductive). The math holds.

Worked Example 2: Power Factor Correction for a Workshop Panel

You have a 5 HP (3.73 kW output) air compressor running on a 240V, 60Hz single-phase supply. The motor has an efficiency ($\eta$) of 85% and a measured initial power factor of 0.75. You want to correct the power factor to 0.95 to avoid utility penalties and reduce line current. What size capacitor (in kVAR and microfarads) do you need to wire in parallel with the motor?

Step 1: Calculate Real Power ($P$) input.
$P_{\text{out}} = 5 \text{ HP} \times 746 \text{ W/HP} = 3730 \text{ W}$
$P_{\text{in}} = \frac{P_{\text{out}}}{\eta} = \frac{3730}{0.85} = 4388 \text{ W} \approx 4.39 \text{ kW}$

Step 2: Calculate initial Reactive Power ($Q_1$).
$\theta_1 = \arccos(0.75) = 41.41^\circ$
$Q_1 = P \cdot \tan(\theta_1)$
$Q_1 = 4.39 \text{ kW} \cdot \tan(41.41^\circ)$
$Q_1 = 4.39 \cdot 0.8819 = 3.87 \text{ kVAR}$

Step 3: Calculate target Reactive Power ($Q_2$).
$\theta_2 = \arccos(0.95) = 18.19^\circ$
$Q_2 = P \cdot \tan(\theta_2)$
$Q_2 = 4.39 \text{ kW} \cdot \tan(18.19^\circ)$
$Q_2 = 4.39 \cdot 0.3287 = 1.44 \text{ kVAR}$

Step 4: Determine required Capacitor Reactive Power ($Q_c$).
$Q_c = Q_1 - Q_2 = 3.87 - 1.44 = 2.43 \text{ kVAR}$

Step 5: Convert $Q_c$ to Capacitance ($C$) in microfarads.
First, find the required capacitive reactance ($X_C$) at 240V:
$X_C = \frac{V^2}{Q_c} = \frac{240^2}{2430} = \frac{57600}{2430} = 23.70 \,\Omega$
Next, solve for $C$ using $X_C = \frac{1}{2 \pi f C}$:
$C = \frac{1}{2 \pi \cdot 60 \cdot 23.70} = \frac{1}{8934.6} = 0.0001119 \text{ F}$
$C = 111.9 \,\mu\text{F}$

Result: You need a capacitor that provides at least 2.43 kVAR, which translates to approximately $112 \,\mu\text{F}$ at 240V/60Hz. For a deeper dive into the relationship between real, reactive, and apparent power, refer to the All About Circuits AC power guide or Electronics Tutorials' Power Triangle breakdown.

Decision Path: Selecting the Right Correction Capacitor

Calculating the microfarads is only half the job. You must now select a physical component that will survive the electrical environment. Use this decision tree to terminate your design in a specific part selection.

Condition / Measurement Decision / Action
Is the load highly non-linear (THD > 20%, VFD driven)? STOP. Do not use passive trigonometry-based capacitors. Specify an Active Harmonic Filter (AHF).
$Q_c$ required is < 5 kVAR and System Voltage is < 600V? Select a Metallized Polypropylene Dry-Film capacitor. They are self-healing, oil-free, and safe for indoor panels.
$Q_c$ required is > 5 kVAR or System Voltage is > 600V? Select an Oil-filled or 3-Phase Bank with internal discharge resistors and over-pressure disconnects.
What voltage rating should the capacitor have? Multiply nominal system voltage by 1.1 to 1.2 to account for harmonic voltage amplification and utility swells. (e.g., 240V system requires a 270V or 300V rated capacitor).
What kVAR rating should you buy vs calculated? Round UP to the nearest standard manufacturer size, but ensure the final corrected PF does not exceed 0.98 to prevent leading power factor at light loads.
Final Concrete Pick for Example 2:
For our 5 HP compressor requiring 2.43 kVAR at 240V, we apply the decision tree. The load is a standard induction motor (linear), and $Q_c$ is under 5 kVAR. We select a dry-film polypropylene capacitor. Applying the 1.2x voltage safety margin, we need a minimum 288V rating. Rounding up to standard catalog values, the exact part to purchase is a 3.0 kVAR, 300V (or 240V nominal) single-phase metallized polypropylene run capacitor (such as the Cornell Dubilier 947D series or an equivalent Eaton CEG power factor correction unit). This provides the necessary reactive current while maintaining a safe voltage margin and keeping the final power factor safely below 1.0. For field verification of your final installation, use a true-RMS power analyzer like the Fluke 1730 or 435 to confirm the displacement power factor reads between 0.95 and 0.98 lagging.