⚡ Reactive Power Compensation

The Complete Engineering Math & Physics Guide

1. The Core Concept: Why do we care?

In AC (Alternating Current) power systems, especially those driving motors, transformers, and industrial machinery, the voltage and current sine waves can fall out of sync. This happens because of Inductance. When they are out of sync, the system draws more current than is actually doing useful work. This creates inefficiency, heat, and higher electricity bills.

The Power Triangle

Imagine a glass of beer. The liquid is the real beer (useful work), but the foam on top takes up space in the glass without quenching your thirst. To get more liquid, you need a bigger glass.

  • Real Power (P): The liquid. Measured in kW. Does the actual work (spins the motor, creates heat).
  • Reactive Power (Q): The foam. Measured in kVAR. Sustains the magnetic field in motors. Does no work, but is necessary.
  • Apparent Power (S): The whole glass. Measured in kVA. The vector sum of P and Q. This is what the utility company has to supply.

2. The Mathematics of the Triangle

Using Pythagorean theorem and basic trigonometry, we relate these three powers:

S² = P² + Q²
S = √(P² + Q²)

Power Factor (PF) = P / S = cos(φ)

Where φ (phi) is the phase angle difference between the voltage and current sine waves.

3. Calculating Required Compensation (Q_c)

To fix a bad power factor (PF₁), we want to push it to a target power factor (PF₂), usually around 0.95 or 0.98. We do this by adding Capacitors. Inductors cause current to lag voltage, but capacitors cause current to lead voltage. They cancel each other out.

First, find the angle of the current power factor and the target:

φ₁ = arccos(PF₁)
φ₂ = arccos(PF₂)

Original Reactive Power: Q₁ = P × tan(φ₁)
Target Reactive Power: Q₂ = P × tan(φ₂)

Required Capacitor Power (Q_c):
Q_c = Q₁ - Q₂ = P × [ tan(φ₁) - tan(φ₂) ]

4. Sizing the Capacitor (Farads)

Once we know how many kVARs of reactive power we need (Q_c), we have to figure out the physical size of the capacitor in Farads (C). This depends on the system voltage (V) and frequency (f, typically 50Hz or 60Hz).

Single Phase Formula

C = Q_c / (2 × π × f × V²)

3-Phase Systems

In industrial 3-phase systems, capacitors can be wired in two configurations: Delta (Δ) or Star (Y). Delta is much more common because the voltage across each capacitor is higher, meaning you need a physically smaller (and cheaper) capacitor to get the same kVAR output.

Star (Y) Connection:
The voltage across the capacitor is V_line / √3.
C_per_phase = Q_c_total / (2 × π × f × V_line²)

Delta (Δ) Connection:
The voltage across the capacitor is the full V_line.
C_per_phase = Q_c_total / (3 × 2 × π × f × V_line²)

*Notice that Delta requires a capacitor 3 times smaller in Farads for the exact same reactive power output!

Interactive Calculators & Labs

I have built several tools to help visualize these concepts in real-time. Change values and see the math happen.