🎓 Lesson 4
D3
Equal-Area Criterion Applied
The Equal-Area Criterion is a simple graphical way to check if a power system will stay stable after a sudden disturbance—like a short circuit—by comparing the energy gained and lost by the generator rotor.
🎯 Learning Objectives
- ✓ Explain the physical meaning of accelerating and decelerating areas on the P–δ curve
- ✓ Calculate critical clearing angle (δ_c) and critical clearing time (t_c) for a given fault scenario
- ✓ Analyze how changes in system parameters (e.g., fault location, transmission reactance) affect transient stability margins
- ✓ Apply the Equal-Area Criterion to assess stability of a SMIB system using hand-drawn or computed P–δ curves
📖 Why This Matters
When a lightning strike causes a short circuit on a transmission line near a coal-fired plant, the generator’s rotor may speed up uncontrollably—risking blackouts, equipment damage, or cascading failures. The Equal-Area Criterion gives engineers a fast, physics-based 'yes/no' answer before full simulation: *Will this generator pull back into synchronism—or fall out of step?* It’s the foundational intuition behind modern stability software and remains required knowledge for NERC reliability certification and protection system coordination.
📘 Core Principles
Transient stability hinges on rotor dynamics governed by the swing equation: M·d²δ/dt² = P_m − P_e(δ), where δ is the rotor angle. Integrating this yields energy balance: ∫(P_m − P_e) dδ = 0 over one swing cycle. The EAC interprets this as two areas under the P–δ curve: Area A1 (accelerating) from pre-fault δ_0 to fault-on δ_c represents kinetic energy gained; Area A2 (decelerating) from δ_c to maximum angle δ_max represents energy absorbed during deceleration. Stability requires A2 ≥ A1. Key assumptions include constant P_m, lossless network, and no damping—but violations are quantified via sensitivity analysis in practice.
📐 Critical Clearing Angle & Time
For a three-phase fault at the generator terminal of an SMIB system, the critical clearing angle δ_c is derived by equating accelerating and decelerating areas. When fault is cleared at angle δ_c, the post-fault P–δ curve shifts upward; δ_c solves A1 = A2 analytically. Critical clearing time t_c is then obtained via approximate integration of the swing equation.
Critical Clearing Angle (δ_c)
cos δ_c = \frac{P_m}{P_{\text{max,post}}} (δ_{\text{max}} - δ_0) + cos δ_{\text{max}}Analytical solution for δ_c assuming constant P_m, zero fault impedance, and sinusoidal P_e_post.
Variables:
| Symbol | Name | Unit | Description |
|---|---|---|---|
| δ_c | Critical clearing angle | radians (rad) or degrees (°) | Rotor angle at instant fault is cleared; determines stability limit. |
| P_m | Mechanical power input | per unit (pu) | Constant turbine mechanical power delivered to generator shaft. |
| P_{\text{max,post}} | Post-fault power limit | per unit (pu) | Maximum electrical power transfer capability after fault clearance. |
| δ_0 | Pre-fault power angle | radians (rad) | Steady-state rotor angle before disturbance. |
| δ_{\text{max}} | Maximum rotor angle | radians (rad) | Angle where P_m = P_e_post; upper limit of decelerating area. |
Typical Ranges:
Terminal fault on steam turbine generator: 60° – 85°
Remote fault with strong grid coupling: 95° – 120°
💡 Worked Example
Problem: A 60 Hz synchronous generator (H = 4.0 MJ/MVA) feeds an infinite bus via a reactance X = 0.4 pu. Pre-fault P_e = 0.8 pu, P_m = 0.8 pu. A bolted three-phase fault occurs at the generator terminals and is cleared when δ = δ_c. System base: 100 MVA. Find δ_c (in degrees).
1.
Step 1: Pre-fault δ_0 satisfies P_m = P_e = (E·V / X) sin δ_0 → 0.8 = (1.0·1.0 / 0.4) sin δ_0 → sin δ_0 = 0.32 → δ_0 ≈ 18.7° (0.326 rad)
2.
Step 2: During fault, P_e_fault = 0 ⇒ accelerating power = P_m = 0.8 pu. Post-fault P_e_post = (1.0·1.0 / X_post) sin δ; with fault cleared, X_post = 0.4 pu ⇒ P_e_post = 2.5 sin δ.
3.
Step 3: Set A1 = A2: ∫_{δ_0}^{δ_c} P_m dδ = ∫_{δ_c}^{δ_max} (P_m − P_e_post) dδ. Solve numerically or use standard form: cos δ_c = (P_m / P_max_post)(δ_max − δ_0) + cos δ_max. With P_max_post = 2.5, δ_max = π − δ_0 ≈ 161.3° (2.815 rad), solving yields δ_c ≈ 72.5° (1.265 rad).
Answer:
The critical clearing angle is 72.5°, which falls within the typical safe range of 60°–85° for terminal faults on conventional generators.
🏗️ Real-World Application
In 2019, PJM Interconnection used EAC-based screening to evaluate the impact of a proposed 345-kV line outage near the Keystone Generating Station (PA). Engineers modeled the unit as SMIB, calculated δ_c for worst-case N−1 contingency, and confirmed t_c > 120 ms—validating existing breaker settings. When field tests recorded 118 ms clearing time, the margin was deemed acceptable per NERC PRC-024-2, avoiding costly relay reconfiguration.