The fundamental power triangle formulas relate apparent power ($S$), real power ($P$), and reactive power ($Q$) in alternating current (AC) circuits via the Pythagorean theorem: $S = \sqrt{P^2 + Q^2}$. Whether you are sizing an uninterruptible power supply (UPS) for a server room, calculating the capacitor bank needed to avoid utility power factor penalties, or simply trying to understand why a 10 kW motor trips a 15 kVA generator, these equations are the bedrock of AC load analysis.

Below, we break down the exact formulas, define every symbol, map out realistic real-world magnitudes, and walk through two heavily unit-tracked worked examples to show how these equations behave on the workbench and in the field.

The Core Power Triangle Formulas and Real-World Magnitudes

The power triangle is a geometric representation of the phase shift between voltage and current in an AC system. Real power ($P$) performs the actual work (heat, torque, light). Reactive power ($Q$) sustains the electromagnetic fields in inductive or capacitive components but performs no net work. Apparent power ($S$) is the vector sum of the two, representing the total current the source must supply.

Symbol Definitions and Base Units

Before manipulating the equations, lock in the standard SI units. Mixing these up is the most common cause of catastrophic sizing errors in the field.

Symbol Quantity SI Unit Common Prefixes Physical Meaning
$S$ Apparent Power Volt-Ampere (VA) kVA, MVA Total capacity required from the source (transformers, generators, UPS).
$P$ Real (Active) Power Watt (W) kW, MW Actual energy consumed and converted to work or heat. Billed by utilities.
$Q$ Reactive Power Volt-Ampere Reactive (var) kvar, Mvar Energy sloshing back and forth to magnetize cores or charge dielectrics.
$\theta$ Phase Angle Degrees ($^\circ$) or Radians N/A The time-shift between voltage and current waveforms.
$PF$ Power Factor Dimensionless (Ratio) N/A The ratio of Real to Apparent power ($P/S$). Always between 0 and 1.

Realistic Answer Magnitudes by Load Type

When you punch numbers into your calculator, you need a sanity check. If your calculated $Q$ for a residential lighting circuit is higher than $P$, you have made a math error. Here is a data-dense reference table of realistic steady-state magnitudes for common single-phase and three-phase loads.

Load Profile Real Power ($P$) Typical $PF$ Apparent Power ($S$) Reactive Power ($Q$)
Residential HVAC (5-Ton Compressor) 3.50 kW 0.85 (Lagging) 4.12 kVA 2.17 kvar
Industrial Induction Motor (50 HP) 37.30 kW 0.80 (Lagging) 46.63 kVA 27.98 kvar
Data Center Server Rack (Modern PSU) 10.00 kW 0.98 (Lagging) 10.20 kVA 2.03 kvar
LED High-Bay Lighting (100 Fixtures) 15.00 kW 0.92 (Lagging) 16.30 kVA 6.34 kvar

When the Formula Applies (and Its Assumptions)

The standard power triangle formulas assume steady-state, sinusoidal AC waveforms and linear loads. If you are measuring a circuit with heavy variable frequency drives (VFDs), uncontrolled rectifiers, or switching power supplies, the current waveform will be distorted with harmonics. In those non-linear cases, the classic triangle breaks down, and you must account for Distortion Power Factor ($PF_{dist}$) as defined by IEEE Standard 1459. Furthermore, the base formulas calculate single-phase power; for balanced three-phase systems, you must multiply the final $P$, $Q$, and $S$ results by $\sqrt{3}$ (approximately 1.732) when using line-to-line voltages.

Rearranged Forms and Critical Unit Mistakes

You rarely have all three sides of the triangle from a single measurement. Usually, you know the nameplate Real Power ($P$) and the Power Factor ($PF$), and need to find the Apparent Power ($S$) to size a breaker. Here are the rearranged forms for every variable.

Rearranged Formula List

  • Solving for Apparent Power ($S$): $S = \sqrt{P^2 + Q^2}$  |  $S = \frac{P}{PF}$
  • Solving for Real Power ($P$): $P = \sqrt{S^2 - Q^2}$  |  $P = S \times PF$
  • Solving for Reactive Power ($Q$): $Q = \sqrt{S^2 - P^2}$  |  $Q = P \times \tan(\theta)$
  • Solving for Phase Angle ($\theta$): $\theta = \arccos(PF)$  |  $\theta = \arctan(\frac{Q}{P})$
  • Solving for Power Factor ($PF$): $PF = \frac{P}{S}$  |  $PF = \cos(\theta)$

Unit Mistakes That Break the Math

  1. The Prefix Mismatch: Plugging $P$ in kiloWatts (kW) and $Q$ in base vars into $S = \sqrt{P^2 + Q^2}$. You will get a nonsensical number. Always convert everything to base units (W, var, VA) before squaring, or ensure both are in 'kilo' (kW, kvar, kVA).
  2. The Calculator Mode Trap: Using $\tan(\theta)$ or $\arccos(PF)$ when your scientific calculator is set to Radians instead of Degrees. A $PF$ of 0.80 yields $36.87^\circ$. In radians, that is 0.6435. If you take the tangent of 36.87 while in radian mode, you get -0.74 instead of +0.75, completely inverting your reactive power calculation.
  3. The Scalar Addition Fallacy: Adding Apparent Powers directly ($S_{total} = S_1 + S_2$). You cannot add kVA scalar values if the power factors are different. You must break them down into $P$ and $Q$, sum the $P$s, sum the $Q$s, and rebuild the triangle. (See Worked Example 1).

Worked Example 1: Sizing a UPS for a Mixed IT and Motor Load

Scenario: You are sizing a single-phase UPS for a remote control room. The room contains an IT server rack drawing 12 kW at a 0.95 Power Factor, and a small 2 kW cooling fan motor with a 0.75 Power Factor. What is the minimum kVA rating required for the UPS?

Step 1: Decompose Load A (IT Rack) into P and Q

  • Knowns: $P_A = 12,000 \text{ W}$, $PF_A = 0.95$
  • Find $S_A$: $S_A = \frac{12,000}{0.95} = 12,631.5 \text{ VA}$
  • Find $Q_A$: $Q_A = \sqrt{12,631.5^2 - 12,000^2} = \sqrt{159,554,769 - 144,000,000} = 3,944 \text{ var}$

Step 2: Decompose Load B (Fan Motor) into P and Q

  • Knowns: $P_B = 2,000 \text{ W}$, $PF_B = 0.75$
  • Find $S_B$: $S_B = \frac{2,000}{0.75} = 2,666.7 \text{ VA}$
  • Find $Q_B$: $Q_B = \sqrt{2,666.7^2 - 2,000^2} = \sqrt{7,111,288 - 4,000,000} = 1,764 \text{ var}$

Step 3: Vector Addition (The Critical Step)

Do not add $12,631.5 \text{ VA} + 2,666.7 \text{ VA}$. That scalar sum (15,298 VA) is incorrect because the current waveforms are peaking at different times. Sum the orthogonal components instead:

  • Total Real Power: $P_{total} = 12,000 \text{ W} + 2,000 \text{ W} = 14,000 \text{ W}$
  • Total Reactive Power: $Q_{total} = 3,944 \text{ var} + 1,764 \text{ var} = 5,708 \text{ var}$

Step 4: Rebuild the Triangle for Total Apparent Power

  • $S_{total} = \sqrt{P_{total}^2 + Q_{total}^2}$
  • $S_{total} = \sqrt{14,000^2 + 5,708^2} = \sqrt{196,000,000 + 32,581,264}$
  • $S_{total} = \sqrt{228,581,264} = 15,118 \text{ VA}$ (or $15.1 \text{ kVA}$)

Practical Takeaway: The true required capacity is 15.1 kVA. Applying standard 20% engineering headroom for UPS battery longevity and startup surges, you would specify an 18 kVA or 20 kVA online double-conversion UPS. For further reading on mixed load sizing, the All About Circuits AC Power Factor guide provides excellent foundational theory on vector addition.

Worked Example 2: Power Factor Correction Capacitor Sizing

Scenario: A manufacturing plant operates a 50 HP (37.3 kW) three-phase induction motor at full load. The motor's native Power Factor is 0.80. The local utility imposes a severe financial penalty if the site PF drops below 0.95. What size capacitor bank (in kvar) must you install in parallel with the motor to correct the PF to exactly 0.95?

Step 1: Analyze the Initial (Uncorrected) State

  • Knowns: $P = 37,300 \text{ W}$ (Real power does not change when adding capacitors), $PF_1 = 0.80$
  • Find initial angle: $\theta_1 = \arccos(0.80) = 36.87^\circ$
  • Find initial Reactive Power ($Q_1$): $Q_1 = P \times \tan(\theta_1) = 37,300 \times \tan(36.87^\circ)$
  • $Q_1 = 37,300 \times 0.75 = 27,975 \text{ var}$

Step 2: Analyze the Target (Corrected) State

  • Knowns: $P = 37,300 \text{ W}$, Target $PF_2 = 0.95$
  • Find target angle: $\theta_2 = \arccos(0.95) = 18.19^\circ$
  • Find target Reactive Power ($Q_2$): $Q_2 = P \times \tan(\theta_2) = 37,300 \times \tan(18.19^\circ)$
  • $Q_2 = 37,300 \times 0.3287 = 12,260 \text{ var}$

Step 3: Calculate the Required Capacitive Compensation

Capacitors generate leading reactive power, which cancels out the motor's lagging reactive power. The required capacitor rating ($Q_c$) is simply the difference between the initial and target reactive powers.

  • $Q_c = Q_1 - Q_2$
  • $Q_c = 27,975 \text{ var} - 12,260 \text{ var} = 15,715 \text{ var}$

Step 4: Hardware Selection and Edge Cases

You need 15.7 kvar of compensation. Standard three-phase capacitor banks come in fixed increments (e.g., 5, 10, 15, 20 kvar).

  • If you install a 15 kvar bank, the new $Q$ will be $12,975 \text{ var}$. The new $S$ becomes $39,481 \text{ VA}$, yielding a final $PF$ of $0.944$. This is slightly under the 0.95 utility threshold and might still incur a marginal penalty.
  • If you install a 20 kvar bank, you will slightly overcorrect to a leading PF of 0.96, which is generally acceptable but can cause voltage rise issues on weak grids.

Pro-Tip from the Field: Never connect raw capacitors directly across the terminals of a VFD-driven motor or in a facility with heavy harmonic distortion. The capacitors can form a parallel resonant circuit with the transformer inductance at the 5th or 7th harmonic frequency, causing massive voltage spikes that blow the VFD's IGBTs. Always specify a detuned reactor (typically tuned to 189 Hz or 210 Hz) in series with the capacitor bank to shift the resonant frequency safely below the lowest dominant harmonic. Refer to NEMA MG-1 standards for specific motor and terminal insulation limits when applying local correction.