The concepts of **active power**, **reactive power**, and **apparent power** are fundamental in the field of electrical engineering, especially in alternating current (AC) systems. These three types of power help us understand how energy flows in AC circuits and how efficiently electrical systems operate. Let’s explore each one in detail:
---
### ⚡ 1. **Active Power (Real Power or True Power)**
* **Definition**: Active power is the actual power that is **converted into useful work**—like lighting a bulb, running a motor, or heating a resistor.
* **Symbol**: $P$
* **Unit**: Watts (W), typically expressed in kilowatts (kW) for larger systems.
* **Formula**:
$$
P = VI\cos(\phi)
$$
where:
* $V$ = voltage
* $I$ = current
* $\phi$ = phase angle between current and voltage
* $\cos(\phi)$ = power factor
* **Key Point**: This is the only type of power that performs actual **mechanical or thermal work**.
---
### ⚡ 2. **Reactive Power**
* **Definition**: Reactive power is the power that **oscillates back and forth** between the source and the reactive components (like **inductors** and **capacitors**) in the system. It does **not perform any useful work**, but it is necessary for maintaining the voltage levels needed for energy transfer.
* **Symbol**: $Q$
* **Unit**: Volt-Ampere Reactive (VAR), usually expressed in kilovolt-amperes reactive (kVAR).
* **Formula**:
$$
Q = VI\sin(\phi)
$$
* **Key Point**: This type of power is essential for creating magnetic and electric fields in devices like motors and transformers. Without it, those devices wouldn’t function—but it doesn't contribute to real output.
---
### ⚡ 3. **Apparent Power**
* **Definition**: Apparent power is the **combination of active and reactive power**. It represents the **total power** that the source must supply to the circuit.
* **Symbol**: $S$
* **Unit**: Volt-Amperes (VA), typically kilovolt-amperes (kVA) in practical applications.
* **Formula**:
$$
S = VI
$$
Alternatively, it can also be expressed as:
$$
S = \sqrt{P^2 + Q^2}
$$
* **Key Point**: It shows the **total capacity** needed from generators, transformers, and transmission lines—even though not all of it is used for productive work.
---
### Visualization: The Power Triangle
You can imagine the relationship between these powers using a **right-angled triangle**, called the **power triangle**:
* The **horizontal leg** represents **active power** (P).
* The **vertical leg** represents **reactive power** (Q).
* The **hypotenuse** represents **apparent power** (S).
This triangle shows the mathematical relationship:
$$
S^2 = P^2 + Q^2
$$
---
### ⚙️ Real-Life Example
Let’s say you have a factory motor:
* It draws **100 kW** of active power to run machines.
* It requires **60 kVAR** of reactive power to build magnetic fields.
* The total apparent power supplied by the utility is:
$$
S = \sqrt{100^2 + 60^2} = \sqrt{10000 + 3600} = \sqrt{13600} ≈ 116.6 \text{ kVA}
$$
Even though you only "use" 100 kW, the system must be sized for 116.6 kVA.
---
### Power Factor
The **power factor** (PF) is a crucial metric derived from these powers:
$$
\text{Power Factor} = \frac{P}{S} = \cos(\phi)
$$
* If PF = 1: All power is active (ideal case).
* If PF < 1: Some power is reactive → less efficient system.
Improving power factor (e.g., with capacitors) helps reduce energy loss and equipment size.
---
### Summary Table
| Type of Power | Symbol | Unit | Formula | Meaning |
| -------------- | ------ | ---- | ------------------------------ | ---------------------------------------- |
| Active Power | P | kW | $P = VI\cos(\phi)$ | Useful work (lighting, heating, motion) |
| Reactive Power | Q | kVAR | $Q = VI\sin(\phi)$ | Magnetic/electric fields; no useful work |
| Apparent Power | S | kVA | $S = \sqrt{P^2 + Q^2}$ or $VI$ | Total supplied power |
---
Would you like a visual diagram of the power triangle to help clarify this?