GATE EE

Power System Analysis Methods GATE EE Exam Quick Notes

Lecture Notes

SEC 01

Bus Admittance Matrix

Bus Admittance Matrix (Ybus) Formation

Key Concepts for GATE

  • Diagonal Elements (\(Y_{ii}\)): Sum of admittances connected to bus \(i\)

    \[Y_{ii} = \sum_{k=1}^n y_{ik}\]
  • Off-Diagonal Elements (\(Y_{ij}\)): Negative of admittance between buses \(i\) and \(j\)

    \[Y_{ij} = -y_{ij}\]
  • Properties:

    • Symmetric for symmetric networks

    • Sparse matrix (many zero elements)

    • Complex and singular

    • Rank = \(n-1\) (where \(n\) is number of buses)

1Example

For a 3-bus system:

\[Y_{bus} = \begin{bmatrix} y_{10}+y_{12}+y_{13} & -y_{12} & -y_{13} \\ -y_{12} & y_{20}+y_{12}+y_{23} & -y_{23} \\ -y_{13} & -y_{23} & y_{30}+y_{13}+y_{23} \end{bmatrix}\]
1Ybus Formation Algorithm
  • Step 1: Initialize Ybus as zero matrix of size n×n

  • Step 2: For each transmission line between buses i and j:

    • Add line admittance \(y_{ij}\) to \(Y_{ii}\) and \(Y_{jj}\)

    • Subtract line admittance \(y_{ij}\) from \(Y_{ij}\) and \(Y_{ji}\)

  • Step 3: For each shunt element at bus i:

    • Add shunt admittance \(y_i\) to \(Y_{ii}\)

  • Step 4: For transformers, modify admittances based on tap settings

1GATE Tip

Line charging admittance is added to diagonal elements as:

\[Y_{ii} = Y_{ii} + \dfrac{jB_c}{2}\]
where \(B_c\) is the total line charging susceptance
1Ybus Modification Techniques
  • Adding a New Bus:

    • Increase matrix size to \((n+1) \times (n+1)\)

    • Add new row and column

    • Update diagonal elements for connected buses

  • Changing a Line Impedance:

    • Calculate difference: \(\Delta y = y_{new} - y_{old}\)

    • Modify: \(Y_{ii} = Y_{ii} + \Delta y\), \(Y_{jj} = Y_{jj} + \Delta y\)

    • Modify: \(Y_{ij} = Y_{ij} - \Delta y\), \(Y_{ji} = Y_{ji} - \Delta y\)

  • Removing a Line:

    • Subtract old line admittance from diagonal elements

    • Add old line admittance to off-diagonal elements

1Transformer Tap Ratio

For transformer with tap ratio a:1 between buses i and j:

\[Y_{ii} = Y_{ii} + \dfrac{y_t}{a^2}, \quad Y_{jj} = Y_{jj} + y_t\]
\[Y_{ij} = Y_{ji} = -\dfrac{y_t}{a}\]
SEC 02

Load Flow Methods

1Load Flow Problem Formulation
  • Power Flow Equations:

    \[P_i = |V_i| \sum_{j=1}^n |V_j| |Y_{ij}| \cos(\theta_{ij} + \delta_j - \delta_i)\]
\[Q_i = -|V_i| \sum_{j=1}^n |V_j| |Y_{ij}| \sin(\theta_{ij} + \delta_j - \delta_i)\]
  • Bus Classifications:

    • Slack Bus: \(|V|\) and \(\delta\) specified

    • PV Bus: \(P\) and \(|V|\) specified

    • PQ Bus: \(P\) and \(Q\) specified

  • Unknowns: \((n-1)\) voltage angles + \((n-m-1)\) voltage magnitudes

  • Equations: \((n-1)\) active power + \((n-m-1)\) reactive power

  • 1Note

    n = total buses, m = number of PV buses (including slack)

    1Gauss-Seidel Method
    1Convergence Criterion
    \[\max|V_i^{k+1} - V_i^k| < \epsilon\]
    where \(\epsilon = 10^{-4}\) to \(10^{-6}\)
    1Newton-Raphson Method
    1Convergence

    Quadratic convergence: error reduces as square of previous error

    \[\max|\Delta P|, \max|\Delta Q| < \epsilon\]
    1Jacobian Matrix Elements
    1GATE Tip

    For PV buses, reactive power equations are replaced by voltage magnitude constraints

    1Comparison of Load Flow Methods
    Comparison of load flow analysis methods
    Parameter Gauss-Seidel Newton-Raphson
    Convergence Rate Linear Quadratic
    Iterations Required \(50-100\) \(3-5\)
    Memory Requirement Low High
    Computation per Iteration Low High
    System Size Small (\(<100\) buses) Large (\(>100\) buses)
    Initial Guess Sensitivity Less sensitive More sensitive
    PV Bus Handling Requires special treatment Natural handling
    Programming Complexity Simple Complex
    1Selection Criteria

    Use Gauss-Seidel for small systems, Newton-Raphson for large systems

    1Fast Decoupled Load Flow
    1Application

    Widely used in online applications due to computational efficiency

    SEC 03

    Voltage and Frequency Control

    1Voltage Control - Basic Concepts
  • Reactive Power - Voltage Relationship:

    \[V_r = V_s - \dfrac{XQ}{V_s}\]
    where \(V_r\) = receiving end voltage, \(V_s\) = sending end voltage
  • Control Objectives:

  • 1Key Principle

    Reactive power flow determines voltage profile in power systems

    1Voltage Control Methods
    • Generator Excitation Control:

      • Fastest response (milliseconds)

      • Controls terminal voltage

      • Automatic Voltage Regulator (AVR)

    • On-Load Tap Changer (OLTC):

      • Step voltage control (\(\pm 10\%\) in 32 steps)

      • Response time: 30-60 seconds

      • Discrete control action

    • Shunt Compensation:

      • Capacitors: voltage support

      • Reactors: voltage reduction

      • Switchable banks

    • Series Compensation:

      • Reduces line reactance

      • Improves voltage regulation

      • Increases power transfer capability

    • Synchronous Condensers:

      • Continuous reactive power control

      • Inertia support to system

      • Fast response capability

    • FACTS Devices:

      • SVC, STATCOM, TCSC

      • Rapid response

      • Flexible control

    1Frequency Control - Basic Concepts
    1System Inertia
    \[H = \dfrac{1}{2} \dfrac{J\omega_0^2}{S_{base}}\]
    where \(H\) is inertia constant, \(J\) is moment of inertia
    1Frequency Control Hierarchy
    1Governor Characteristics
    1Steady-State Frequency

    For multiple generators: \(f_{ss} = f_0 - \dfrac{\Delta P_L}{\sum (1/R_i)}\)

    1Load Frequency Control (LFC)
    1Control Strategy

    AGC adjusts generation to make ACE = 0 in steady state

    1Automatic Generation Control (AGC)
    1Key Formulas for GATE
    1. Ybus diagonal element: \(Y_{ii} = \sum_{k=1}^n y_{ik}\)

    2. Gauss-Seidel voltage update:

      \[V_i^{k+1} = \dfrac{1}{Y_{ii}} \left[ \dfrac{P_i - jQ_i}{(V_i^k)^*} - \sum_{j\neq i} Y_{ij} V_j \right]\]
    3. Power flow equations:

      \[P_i = |V_i| \sum_{j=1}^n |V_j| |Y_{ij}| \cos(\theta_{ij} + \delta_j - \delta_i)\]
    4. Governor droop: \(R = \dfrac{\Delta f / f_0}{\Delta P / P_{rated}} \times 100\%\)

    5. Area Control Error: \(ACE = \Delta P_{tie} + B \Delta f\)

    6. Frequency response: \(\Delta f_{ss} = \dfrac{-\Delta P_L}{D + 1/R}\)

    1Important GATE Points
    1GATE Strategy

    Focus on numerical problems involving Ybus formation, load flow iterations, and frequency control calculations