Question:hard

Consider a power system with \(N\) buses, of which \(P\) are generator buses and the remaining \(Q\) are load buses (where there is no generation).
Assume that there are no reactive power-limit violations at the generator buses.
What is the size of the Jacobian matrix in the Newton-Raphson load flow method?

Show Hint

Count angle unknowns (all buses except slack, giving N-1) and magnitude unknowns (only load buses, giving Q=N-P), then add and simplify using N=P+Q.
Updated On: Jul 20, 2026
  • \(2N\times2N\)
  • \((2N-1-P)\times(2N-1-P)\)
  • \((2N-Q)\times(2N-Q)\)
  • \((P+Q)\times(P+Q)\)
Show Solution

The Correct Option is B

Solution and Explanation

A quicker route is to count the mismatch equations directly, since the Jacobian's size always equals the number of these equations.

Real power mismatch equations are written for every bus except the slack bus, since the slack bus absorbs any power imbalance and never has a mismatch equation of its own. This gives $N-1$ real power equations.

Reactive power mismatch equations are written only for the load (PQ) buses, since every generator bus (including all $P-1$ non-slack PV buses) has its reactive power left free and its voltage magnitude fixed instead. With no reactive limit violations, none of these generator buses ever needs a reactive equation. This gives $Q$ reactive power equations.

Adding the two counts, the total number of equations, and hence the Jacobian's dimension, is:

\[ (N-1)+Q \]

Writing $Q$ in terms of $N$ and $P$ using $N=P+Q$:

\[ Q=N-P \]

so the total becomes:

\[ (N-1)+(N-P)=2N-1-P \]

This matches option (B) exactly.

\[ \boxed{(2N-1-P)\times(2N-1-P)} \]
Was this answer helpful?
0

Questions Asked in GATE EE exam