Dashboard PE Power Exam Prep Transmission and Distribution Stability & control Y-bus and power flow

Y-bus and power flow

Bus admittance matrix, slack / PV / PQ bus classification, nonlinear power-flow equations, and the Newton-Raphson / Fast Decoupled / DC solution methods. Foundation of SCADA, planning, and electricity markets.

Senior ~12 min

Step 1 — Y_bus & power flow: I = Y_bus · V at every bus

0.55×
step iter method

Reference notes

Power-flow analysis answers: given generation, load, and network impedances, what are the bus voltages and line flows? Use Next → to walk through the bus admittance matrix Y_bus, the three bus types (slack / PV / PQ), the nonlinear power-flow equations, and the iterative solution methods that solve them in production (Newton-Raphson, Fast Decoupled, DC).

Bus admittance matrix Y_bus

I = Y_bus · V (Kirchhoff's current law, network-wide)

Bus types

TypeSpecifiedComputedUse
Slack (swing)V, θ (usually 1.0 pu, 0°)P, QPower balance / reference
PV (generator)P, VQ, θGenerator buses
PQ (load)P, QV, θLoad buses (most)

Exactly one slack bus per island. Most buses are PQ. PV buses get reclassified as PQ if Q hits its limit (reactive limit handling).

Power-flow equations

Substituting I = Y_bus·V into S_i = V_i·I_i* and separating real/imaginary parts:

Pi = Vi · Σj Vj · (Gij cos θij + Bij sin θij)
Qi = Vi · Σj Vj · (Gij sin θij − Bij cos θij)

where G_ij + j·B_ij = Y_ij, and θ_ij = θ_i − θ_j. These are NONLINEAR in V and θ — no closed-form solution. 2(N-1) equations in 2(N-1) unknowns.

Solution methods

Convergence

Applications

Take-away. Power flow is the foundational power-system computation. Y_bus is a sparse N×N admittance matrix; bus types (slack / PV / PQ) define which variables are specified vs solved. The nonlinear power-flow equations P_i, Q_i are solved iteratively, most often via Newton-Raphson (quadratic convergence, 3-5 iterations typical). DC power flow is a linear approximation used for planning and market clearing. Sparsity + sparse LU is what makes thousand-bus systems tractable. Used for planning, operations, real-time SCADA, contingency analysis, and electricity-market LMP calculation.

Keyboard shortcuts