Voltage Stability Part 4: The Nose Point, Maximum Loadability and the Jacobian

Voltage Stability Series — Part 4 of 5

The Nose Point: Maximum Loadability, Critical Voltage and the Jacobian

Voltage Stability Series — Theory
  1. Part 1 of 5 — What is Voltage Stability? Definition, Classification and Physical Intuition
  2. Part 2 of 5 — The Two-Bus Model: Setting Up the Voltage Stability Problem
  3. Part 3 of 5 — Deriving the PV Curve: The Nose Curve from First Principles
  4. Part 4 of 5 — The Nose Point: Maximum Loadability, Critical Voltage and the Jacobian
  5. Part 5 of 5 — Voltage Collapse: QV Curves, OLTC Feedback and Stability Indices

1. Mathematical condition for the nose point

The nose point is the operating condition at which the power flow equations cease to have a solution — the boundary between the feasible and infeasible operating regions. From the discriminant of the PV curve quadratic (Part 3, eq. 4):

Δ = V₁⁴ − 4V₁²(PR + QX) − 4(P² + Q²)|Z|²(1)

The nose point is where Δ = 0. Below this, no real solution for V₂ exists: the system has been pushed past its loadability limit.

2. Maximum loadability P_max

For a lossless line (R = 0, Z = X) and lagging power factor cosφ, setting Δ = 0 and solving the resulting quadratic in P gives:

P_max = (V₁² / 2X) · cosφ · (1 − sinφ)   [lagging pf, lossless](2)

For unity power factor (φ = 0, Q = 0), this reduces to the well-known maximum power transfer result:

P_max = V₁² / (2X)   [unity pf, lossless line](3)
Numerical example

For a 400 kV line with X = 30 Ω:

P_max = 400² / (2×30) ≈ 2,667 MW

Planners typically operate at 50–70% of this to preserve stability margin for N−1 contingencies and reactive headroom. A 2,667 MW limit means normal operation below ~1,600–1,900 MW on that corridor.

Equation (3) directly tells us how to increase P_max: reduce X (add parallel lines or series compensation) or raise V₁ (increase voltage level). There is no other lever.

3. Critical voltage at the nose point

Substituting Δ = 0 back into the quadratic solution gives the voltage at the nose point:

V₂_cr = V₁ / √2 · √(1 − sinφ)   [lossless line, lagging pf](4)

For unity pf: V₂_cr = V₁/√2 ≈ 0.707 pu

This gives a practical rule of thumb: if V₂ falls below ~0.7 pu at unity pf, the system is at or past the nose. For lagging loads, the critical voltage is higher — collapse can occur at seemingly modest voltage depressions of 10–15% below nominal.

4. The Jacobian singularity and why CPF is needed

In the Newton–Raphson power flow, each iteration solves the linearised system:

J · [Δδ; ΔV/V] = [ΔP; ΔQ](5)

At the nose point, det(J) = 0 — the Jacobian becomes singular. The standard N–R iteration diverges because J⁻¹ no longer exists. This means conventional power flow cannot compute operating points at or beyond the nose.

The continuation power flow (CPF) solves this by augmenting the parameter space — typically adding a load-scaling parameter λ and using a predictor–corrector scheme that steps along the solution curve rather than solving the vertical equations. The CPF is the standard tool in DIgSILENT PowerFactory (Voltage Stability module), PSSÉ, and Python libraries such as Pandapower. We build it in Part 6 of this series (PowerFactory) and Part 7 (Python).

Condition Mathematical form Physical meaning
Nose point reached Δ = 0 Discriminant vanishes — no V₂ solution exists
Jacobian singularity det(J) = 0 NR iteration diverges — operating point uncomputable
L-index → 1 L_j → 1 Per-bus collapse indicator saturates

All three conditions are mathematically equivalent at the nose point — they are different views of the same singular boundary.

References

  1. P. Kundur, Power System Stability and Control, McGraw-Hill, 1994.
  2. T. Van Cutsem and C. Vournas, Voltage Stability of Electric Power Systems, Springer, 1998.
  3. H. D. Chiang, Direct Methods for Stability Analysis of Electric Power Systems, Wiley, 2011 — theoretical foundations of CPF.
  4. V. Ajjarapu and C. Christy, “The continuation power flow: a tool for steady state voltage stability analysis,” IEEE Trans. Power Systems, vol. 7, no. 1, pp. 416–423, 1992.
  5. NERC, Voltage Stability Criteria and Reactive Power Reserve Practices, Sep-2010.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *