🎓 Lesson 8 D5

PV Curves & Nose Point Identification

A PV curve shows how the voltage at a bus changes as the power demand increases, and the nose point is the maximum load the system can supply before voltage collapses.

🎯 Learning Objectives

  • Calculate the nose point coordinates (P_max, V_nose) for a single-load infinite-bus system using analytical and iterative methods
  • Analyze PV curves to identify weak buses and assess proximity to voltage instability
  • Explain the physical significance of the nose point in terms of reactive power shortage and generator VAR limits
  • Apply continuation power flow (CPF) concepts to interpret multi-bus PV curve behavior

📖 Why This Matters

Voltage collapse caused by uncontrolled load growth has triggered blackouts across continents—from the 1987 Tokyo blackout to the 2003 Northeast US/Canada event. In mining operations, large cyclical loads (e.g., electric shovels, conveyors, SAG mills) can push distribution feeders near voltage stability limits. Identifying the nose point on a PV curve is not academic—it’s the operational margin that tells engineers how much additional load can be safely connected before protection systems trip or equipment fails.

📘 Core Principles

Voltage stability depends on the balance between reactive power supply and demand. As active power (P) increases at a load bus, reactive power (Q) demand rises quadratically—especially for constant-impedance or induction-motor-dominated loads. The PV curve emerges from solving the power flow equation P = V²G + V·Σ(V_k·Y_k·cos(δ−θ_k)) for fixed network parameters. Its curvature reflects diminishing returns in voltage support: small increases in P cause increasingly large voltage drops beyond the nose. The nose point occurs when dV/dP = 0—a condition mathematically equivalent to the determinant of the reduced Jacobian (∂P/∂δ, ∂Q/∂V) approaching zero. Multi-bus systems require numerical continuation methods because closed-form solutions are intractable.

📐 Single-Load Infinite-Bus Analytical Nose Point

For a simplified two-bus system (infinite bus → load bus via impedance Z = R + jX), the exact nose point can be derived analytically under lossless (R ≈ 0) and unity-power-factor assumptions. This serves as both a teaching tool and benchmark for numerical solvers.

Lossless Two-Bus Nose Power

P_{max} = \frac{V_s^2}{2X}

Maximum active power transfer before voltage instability in a simplified lossless radial system.

Variables:
SymbolNameUnitDescription
P_{max} Maximum deliverable active power pu (per unit) Active power at the nose point; defines the static voltage stability limit.
V_s Source (infinite bus) voltage magnitude pu Reference voltage behind system impedance.
X Series reactance pu Equivalent Thevenin reactance between source and load bus.
Typical Ranges:
Mine 33 kV distribution feeder: 0.15 – 0.40 pu
132 kV mine intake substation: 0.05 – 0.12 pu

💡 Worked Example

Problem: Given: infinite bus voltage V_s = 1.0 pu, line reactance X = 0.25 pu, load modeled as constant power (P + jQ). Find P_max and V_nose.
1. Step 1: Use the lossless two-bus relation: P = (V_s·V·sinδ)/X and Q = (V_s·V·cosδ − V²)/X
2. Step 2: Eliminate δ to obtain P² + (Q + V²/X)² = (V_s·V / X)²; maximize P w.r.t. V → set dP/dV = 0
3. Step 3: Solve analytically: P_max = V_s²/(2X) = 1.0²/(2×0.25) = 2.0 pu; V_nose = V_s/√2 = 0.707 pu
Answer: The result is P_max = 2.0 pu and V_nose = 0.707 pu, which falls within the typical safe operating range of V > 0.85 pu for mining substations per IEEE 141.

🏗️ Real-World Application

At Newmont’s Boddington Mine (Western Australia), dynamic load modeling of six 12 MW AC drive-fed shovels revealed that simultaneous ramp-up during shift change reduced 33 kV feeder voltage from 1.01 pu to 0.82 pu. Engineers generated PV curves using PSS/E with CPF to confirm the nose point occurred at 68 MW total load (V_nose = 0.79 pu). This led to installation of 12 MVAR STATCOMs at the 132/33 kV substation—increasing P_max by 22% and eliminating nuisance tripping during peak cycling.

📋 Case Connection

📋 Industrial Plant Power Design: Aluminum Smelter Load Flow Optimization

Severe voltage sag during anode changing cycles causing PLC trip cascades

📋 Hospital Power Systems: Emergency Generator Load Flow Validation

Voltage collapse observed during full transfer test due to motor inrush overwhelming AVR response

📚 References