The fundamental trigonometric identities and formulas in AC circuit theory map the phase angle (θ) between voltage and current to Real Power (P), Reactive Power (Q), and Apparent Power (S). The anchor formula that defines this relationship is P = S × cos(θ). Whether you are sizing a backup generator, calculating power factor correction capacitors, or debugging a tripped breaker on an inductive load, these identities bridge the gap between what your multimeter reads and what your wiring must handle.

The Power Triangle: Symbols, Units, and Real-World Profiles

Before manipulating equations, we must lock in the physical meaning and units of every variable. In AC systems, power is not a single scalar value; it is a vector quantity. The trigonometric identities and formulas we use rely on the 'Power Triangle', where S is the hypotenuse, P is the adjacent side, and Q is the opposite side relative to the phase angle θ.

Table 1: Power Triangle Symbol Definitions and Units
Symbol Parameter Unit Trigonometric Definition Physical Meaning
S Apparent Power VA (Volt-Amps) Hypotenuse Total power supplied by the source; dictates wire and breaker sizing.
P Real (Active) Power W (Watts) S × cos(θ) Power that actually performs work (heat, light, mechanical torque).
Q Reactive Power VAR (Volt-Amps Reactive) S × sin(θ) Power sloshing back and forth to sustain magnetic/electric fields.
θ Phase Angle Degrees (°) or Radians arccos(P/S) Time delay between voltage and current waveforms.
cos(θ) Power Factor (PF) Dimensionless (0 to 1) P / S Efficiency ratio of real power delivered vs. apparent power drawn.

To ground these formulas in reality, here is a data-dense profile of common loads you will encounter on the bench or in the panel. Notice how purely resistive loads eliminate the reactive component entirely, while inductive loads demand significantly more apparent power than their real power rating suggests.

Table 2: Real-World Load Power Triangle Profiles (Single-Phase)
Equipment / Load Real Power (P) Power Factor (cos θ) Apparent Power (S) Reactive Power (Q) Phase Angle (θ)
10kW Resistive Strip Heater 10.00 kW 1.00 (Unity) 10.00 kVA 0.00 kVAR 0.0°
5HP Induction Motor (Loaded) 4.20 kW 0.82 (Lagging) 5.12 kVA 2.94 kVAR 34.9°
500W LED High Bay (Cheap Driver) 0.50 kW 0.65 (Lagging) 0.77 kVA 0.58 kVAR 49.5°
20kVA Arc Welding Transformer 12.00 kW 0.60 (Lagging) 20.00 kVA 16.00 kVAR 53.1°

Deriving the Identities and Rearranged Forms

The relationships in Table 1 are not arbitrary; they are direct applications of the Pythagorean trigonometric identity: sin²(θ) + cos²(θ) = 1.

If we substitute our power definitions into this identity, we get:
(Q/S)² + (P/S)² = 1
Multiplying both sides by S² yields the foundational power equation:
P² + Q² = S²

When troubleshooting or designing, you rarely start with all variables known. Below is the complete list of rearranged forms, solving for each variable in the power triangle. For a deeper theoretical breakdown of these derivations, refer to the AC Power tutorials on Electronics-Tutorials.

Rearranged Forms Reference List

  • Solve for P: P = S × cos(θ)  |  P = √(S² - Q²)
  • Solve for Q: Q = S × sin(θ)  |  Q = P × tan(θ)  |  Q = √(S² - P²)
  • Solve for S: S = P / cos(θ)  |  S = √(P² + Q²)
  • Solve for θ: θ = arccos(P/S)  |  θ = arcsin(Q/S)  |  θ = arctan(Q/P)
  • Solve for PF: PF = P / S  |  PF = cos(arctan(Q/P))

Worked Problems with Strict Unit Tracking

Abstract math fails on the jobsite if you drop a zero or mix up Watts and Volt-Amps. Here are two common scenarios solved step-by-step with rigorous unit tracking.

Problem 1: Sizing Power Factor Correction Capacitors

Scenario: A workshop runs a heavy inductive load drawing 50 kW of Real Power (P) at a lagging Power Factor of 0.75. The utility imposes a penalty if PF drops below 0.95. What size capacitor bank (in kVAR) is required to correct the PF to exactly 0.95?

  1. Calculate initial Apparent and Reactive Power:
    Sinitial = P / cos(θinitial) = 50 [kW] / 0.75 = 66.67 [kVA]
    θinitial = arccos(0.75) = 41.41 [°]
    Qinitial = P × tan(θinitial) = 50 [kW] × tan(41.41°) = 44.10 [kVAR]
  2. Calculate target Reactive Power:
    Real Power (P) remains constant at 50 [kW] because capacitors do not consume real work.
    θtarget = arccos(0.95) = 18.19 [°]
    Qtarget = P × tan(θtarget) = 50 [kW] × tan(18.19°) = 16.43 [kVAR]
  3. Determine required Capacitor Reactive Power (Qc):
    Capacitors supply leading reactive power, which cancels lagging inductive reactive power.
    Qc = Qinitial - Qtarget = 44.10 [kVAR] - 16.43 [kVAR] = 27.67 [kVAR]

Result: You must install a 27.67 kVAR capacitor bank. In practice, you would select the nearest standard industrial capacitor module, likely a 30 kVAR bank, and verify it doesn't over-correct into a leading power factor during light-load conditions.

Problem 2: Generator Sizing for Mixed Loads

Scenario: You are sizing a single-phase 240V backup generator. The load consists of a 4.0 kW server rack (PF = 0.90) and a 3.0 kW well pump motor (PF = 0.75). What is the minimum kVA rating of the generator, and what is the total current draw?

  1. Calculate Apparent Power for the Server Rack:
    Srack = P / PF = 4.0 [kW] / 0.90 = 4.44 [kVA]
    Qrack = √(4.44² - 4.0²) = 1.94 [kVAR]
  2. Calculate Apparent Power for the Well Pump:
    Spump = 3.0 [kW] / 0.75 = 4.00 [kVA]
    Qpump = √(4.00² - 3.0²) = 2.64 [kVAR]
  3. Sum the Power Components (Vector Addition):
    Total P = 4.0 + 3.0 = 7.0 [kW]
    Total Q = 1.94 + 2.64 = 4.58 [kVAR]
    Total S = √(7.0² + 4.58²) = √(49 + 20.97) = √(69.97) = 8.36 [kVA]
  4. Calculate Total Current Draw:
    I = S / V = 8360 [VA] / 240 [V] = 34.8 [A]

Result: The generator must be rated for at least 8.36 kVA (select a 10 kVA unit for headroom). The total current draw is 34.8A. Note that simply adding the kW values (7kW) and dividing by 240V would yield 29.1A, which would result in undersizing the generator output breakers. For more on measuring these complex loads in the field, Fluke's guide on power factor measurement is an excellent practical resource.

Application Boundaries, Unit Traps, and Expected Magnitudes

Knowing when these trigonometric identities and formulas break down is just as critical as knowing how to use them. Blindly applying the power triangle to modern electronics is a primary cause of undersized infrastructure.

When the Formula Applies (and When it Fails)

The identities P = S cos(θ) and Q = S sin(θ) strictly apply only to linear loads in a sinusoidal steady-state. This means the voltage and current waveforms are perfect sine waves at the fundamental frequency (50Hz or 60Hz).

The Non-Linear Trap: Modern Switch-Mode Power Supplies (SMPS), Variable Frequency Drives (VFDs), and LED drivers draw current in sharp, non-sinusoidal pulses. This introduces Total Harmonic Distortion (THD). In non-linear circuits, the true Power Factor is the product of Displacement Power Factor (cos θ) and Distortion Power Factor. If you measure a VFD with a standard clamp meter and calculate PF using only the phase angle, your math will be wrong, and your neutral conductors may overheat from triplen harmonics. Always use a True-RMS power analyzer for non-linear loads.

Unit Mistakes That Break the Math

  • Radians vs. Degrees: If you are writing an Arduino or ESP32 script to calculate reactive power from sampled waveform data, the C++ math.h library functions (cos(), atan()) expect radians. Feeding them degrees will output garbage data, leading to catastrophic automated switching decisions.
  • Sizing Breakers on Watts: Breakers and fuses respond to thermal and magnetic limits dictated by current (Amps), which is driven by Apparent Power (S), not Real Power (P). Sizing a breaker based solely on the Wattage rating of a low-PF motor will cause nuisance trips.
  • Scalar Addition of S: You cannot simply add Apparent Power values together (e.g., 5 kVA + 5 kVA = 10 kVA) unless their phase angles are identical. You must add P and Q separately, then recalculate S using the Pythagorean identity.

Realistic Answer Magnitudes

When sanity-checking your calculations, keep these typical magnitudes in mind:

  • Resistive Heating/Lighting: PF should be 0.98 to 1.00. If your math yields a PF of 0.8 for a strip heater, you have a measurement error or a failing element.
  • Induction Motors: Full-load PF typically ranges from 0.80 to 0.90. Unloaded motors can drop to 0.10 to 0.30, meaning they draw massive current for almost zero real work.
  • Phase Angles: A PF of 0.8 corresponds to ~36.9°. A PF of 0.95 corresponds to ~18.2°. If your calculated phase angle exceeds 60° (PF < 0.50) for standard industrial equipment, investigate for severe capacitor bank failure or extreme mechanical binding on the motor shaft.

Mastering these trigonometric identities transforms AC circuit analysis from a guessing game into a precise engineering discipline. Always verify your theoretical math against a bench measurement with a true-RMS power meter before finalizing wire gauges and breaker sizes.