Small Signal Analysis of Dynamic Systems-2024
Small Signal Analysis of Dynamic Systems-2024
Small Signal Analysis of Dynamic Systems-2024
Contents
Small Signal Analysis of Dynamic Systems ................................................................................................. 3
Lineaerisation of Non-linear systems for small signal analysis ................................................................ 5
Eigenvalues and modal matrices ............................................................................................................... 9
Free motion of a dynamic system ........................................................................................................... 11
Example E.1 ............................................................................................................................................ 14
Participation Factor Analysis .................................................................................................................. 19
Small signal stability analysis of multi-machine system ........................................................................ 20
Introduction to Coherency .......................................................................................................................... 25
Network Transformation ......................................................................................................................... 26
Elimination of Nodes .......................................................................................................................... 26
Aggregation of Nodes ......................................................................................................................... 28
Aggregation of Generator Units .......................................................................................................... 32
Coherency ............................................................................................................................................... 33
Coherency Recognition ........................................................................................................................... 34
Example E.2. Single Machine Model ..................................................................................................... 39
Example E.3. Small Signal Model of IEEE 9 bus system ...................................................................... 41
Appendix 1 – Axis transformation of example E.1................................................................................. 46
Appendix 2 – MATLAB Program to calculate the modes of the IEEE 9 bus system ............................ 49
Appendix 3 – Example of three mass system ......................................................................................... 52
Small Signal Analysis of Dynamic Systems
A dynamic system like the power system can be represented by 𝑛𝑛 ordinary
differential equations such as;
𝑥𝑥̇ 1 = 𝑓𝑓1 (𝑥𝑥1 , 𝑥𝑥2 , ⋯ , 𝑥𝑥𝑛𝑛 ; 𝑢𝑢1 , 𝑢𝑢2 , ⋯ , 𝑢𝑢𝑟𝑟 ; 𝑡𝑡)
𝑥𝑥̇ 2 = 𝑓𝑓2 (𝑥𝑥1 , 𝑥𝑥2 , ⋯ , 𝑥𝑥𝑛𝑛 ; 𝑢𝑢1 , 𝑢𝑢2 , ⋯ , 𝑢𝑢𝑟𝑟 ; 𝑡𝑡)
(1)
⋮
𝑥𝑥̇ 𝑛𝑛 = 𝑓𝑓𝑛𝑛 (𝑥𝑥1 , 𝑥𝑥2 , ⋯ , 𝑥𝑥𝑛𝑛 ; 𝑢𝑢1 , 𝑢𝑢2 , ⋯ , 𝑢𝑢𝑟𝑟 ; 𝑡𝑡)
Where
𝑥𝑥𝑖𝑖 ith state variable
𝑟𝑟 Number of inputs
𝑛𝑛 Order of the system
The same system can be represented by matrix form as;
𝒙𝒙̇ = 𝒇𝒇(𝒙𝒙, 𝒖𝒖, 𝑡𝑡)
Where
𝑥𝑥1 𝑢𝑢1 𝑓𝑓1
𝑥𝑥2 𝑢𝑢2 𝑓𝑓
𝒙𝒙 = � ⋮ � 𝒖𝒖 = � ⋮ � 𝒇𝒇 = � 2 �
⋮
𝑥𝑥𝑛𝑛 𝑢𝑢𝑟𝑟 𝑓𝑓𝑛𝑛
If the derivatives of the state variables are not explicit functions of t then, the vector
equation can be expressed as;
𝒙𝒙̇ = 𝒇𝒇(𝒙𝒙, 𝒖𝒖) (2)
These state variables create the output of the system such as;
𝒚𝒚 = 𝒈𝒈(𝒙𝒙, 𝒖𝒖) (3)
Where
𝑦𝑦1 𝑔𝑔1
𝑦𝑦2 𝑔𝑔2
𝒚𝒚 = � ⋮ � 𝒈𝒈 = � ⋮ � (4)
𝑦𝑦𝑚𝑚 𝑔𝑔𝑚𝑚
We call this representation of a system as the state representation. Here it may be
noted that the rate of change of each state is given by the state itself and the inputs.
If the present state of the system and the present inputs are known using the set of
equations (2) and (3), we can calculate the rate of change of each state. If we
consider a sufficiently small time step so that the rate of change of states within this
time step is constant, then the state after this time can be calculated using the present
states and the rate of change of the present states. This way the total system becomes
predictable. But unless the set of equations in equation (2) and (3) are linear
differential equations, this set of equations cannot be solved analytically.
If the system is required to be solved analytically, it is required to linearise this
system.
Lineaerisation of Non-linear systems for small signal analysis
As a solution to this problem, we can linearize this system around an operating point
using the Taylor Series. The Taylor series tells if 𝑦𝑦 is a function of multiple variables
𝑥𝑥1 , 𝑥𝑥2 , ⋯ 𝑥𝑥𝑛𝑛 , then;
𝑦𝑦 = 𝑓𝑓(𝑥𝑥1 , 𝑥𝑥2 , ⋯ 𝑥𝑥𝑛𝑛 )
If each 𝑥𝑥𝑖𝑖 is given a small change ∆𝑥𝑥𝑖𝑖 from its original position of 𝑥𝑥𝑖𝑖,0 , then if 𝑦𝑦
experience a change of ∆𝑦𝑦
𝑦𝑦 = 𝑦𝑦0 + ∆𝑦𝑦
And
𝑦𝑦 = 𝑓𝑓�𝑥𝑥1,0 + ∆𝑥𝑥1 , 𝑥𝑥2,0 + ∆𝑥𝑥2 , ⋯ 𝑥𝑥𝑛𝑛,0 + ∆𝑥𝑥𝑛𝑛 �
Or
𝑛𝑛
𝜕𝜕𝜕𝜕
∆𝑦𝑦 = � � ∆𝑥𝑥
𝜕𝜕𝑥𝑥𝑖𝑖 0 𝑖𝑖
𝑖𝑖=1
Say 𝑦𝑦 = 𝑥𝑥12 + 𝑥𝑥1 𝑥𝑥2 + 𝑥𝑥22 . Let’s try to linearize this function around (𝑥𝑥1 , 𝑥𝑥2 ) =
(2,3).
𝜕𝜕𝜕𝜕
� = 2𝑥𝑥1 + 𝑥𝑥2 |(2,3) = 7
𝜕𝜕𝑥𝑥1 (2,3)
𝜕𝜕𝜕𝜕
� = 𝑥𝑥1 + 2𝑥𝑥2 |(2,3) = 8
𝜕𝜕𝑥𝑥2 (2,3)
Now the small signal liner equation around the point (𝑥𝑥1 , 𝑥𝑥2 ) = (2,3) can be
given as;
Now if we consider that the system is operating around a point with prefix 0, then;
𝒙𝒙̇ 𝟎𝟎 = 𝒇𝒇(𝒙𝒙𝟎𝟎 , 𝒖𝒖𝟎𝟎 ) (5)
𝒚𝒚𝟎𝟎 = 𝒈𝒈(𝒙𝒙𝟎𝟎 , 𝒖𝒖𝟎𝟎 ) (6)
Now we give a small perturbation to this state
𝒙𝒙 = 𝒙𝒙𝟎𝟎 + ∆𝒙𝒙 (7)
𝒖𝒖 = 𝒖𝒖𝟎𝟎 + ∆𝒖𝒖 (8)
Now by the linearity of the system around the operating point we can write
𝒙𝒙̇ = 𝒙𝒙̇ 𝟎𝟎 + ∆𝒙𝒙̇
𝒙𝒙̇ = 𝒇𝒇(𝒙𝒙𝟎𝟎 , 𝒖𝒖𝟎𝟎 ) + ∆𝒙𝒙̇ (10)
The individual equations of this vector equation can be expressed as follows using
the Taylor series
𝑥𝑥𝚤𝚤̇ = 𝑥𝑥𝑖𝑖0 + ∆𝑥𝑥𝑖𝑖
𝑥𝑥𝚤𝚤̇ = 𝒇𝒇𝒊𝒊 [(𝒙𝒙𝟎𝟎 + ∆𝒙𝒙), (𝒖𝒖𝟎𝟎 + ∆𝒖𝒖)]
𝜕𝜕𝑓𝑓𝑖𝑖 𝜕𝜕𝑓𝑓𝑖𝑖 𝜕𝜕𝑓𝑓𝑖𝑖
= 𝒇𝒇𝒊𝒊 (𝒙𝒙𝟎𝟎 , 𝒖𝒖𝟎𝟎 ) + ∆𝑥𝑥1 + ∆𝑥𝑥2 + ⋯ + ∆𝑥𝑥
𝜕𝜕𝑥𝑥1 𝜕𝜕𝑥𝑥2 𝜕𝜕𝑥𝑥𝑛𝑛 𝑛𝑛
𝜕𝜕𝑓𝑓𝑖𝑖 𝜕𝜕𝑓𝑓𝑖𝑖 𝜕𝜕𝑓𝑓𝑖𝑖
+ ∆𝑢𝑢1 + ∆𝑢𝑢2 + ⋯ + ∆𝑢𝑢
𝜕𝜕𝑢𝑢1 𝜕𝜕𝑢𝑢2 𝜕𝜕𝑢𝑢𝑛𝑛 𝑟𝑟 (11)
Gives
𝜕𝜕𝑓𝑓𝑖𝑖 𝜕𝜕𝑓𝑓𝑖𝑖 𝜕𝜕𝑓𝑓𝑖𝑖 𝜕𝜕𝑓𝑓𝑖𝑖 𝜕𝜕𝑓𝑓𝑖𝑖
∆𝑥𝑥̇ 𝑖𝑖 = ∆𝑥𝑥1 + ∆𝑥𝑥2 + ⋯ + ∆𝑥𝑥𝑛𝑛 + ∆𝑢𝑢1 + ∆𝑢𝑢
𝜕𝜕𝑥𝑥1 𝜕𝜕𝑥𝑥2 𝜕𝜕𝑥𝑥𝑛𝑛 𝜕𝜕𝑢𝑢1 𝜕𝜕𝑢𝑢2 2
(12)
𝜕𝜕𝑓𝑓𝑖𝑖
+ ⋯+ ∆𝑢𝑢
𝜕𝜕𝑢𝑢𝑛𝑛 𝑟𝑟
Similarly
𝜕𝜕𝑔𝑔𝑖𝑖 𝜕𝜕𝑔𝑔𝑖𝑖 𝜕𝜕𝑔𝑔𝑖𝑖 𝜕𝜕𝑔𝑔𝑖𝑖 𝜕𝜕𝑔𝑔𝑖𝑖
∆𝑦𝑦𝑖𝑖 = ∆𝑥𝑥1 + ∆𝑥𝑥2 + ⋯ + ∆𝑥𝑥𝑛𝑛 + ∆𝑢𝑢1 + ∆𝑢𝑢
𝜕𝜕𝑥𝑥1 𝜕𝜕𝑥𝑥2 𝜕𝜕𝑥𝑥𝑛𝑛 𝜕𝜕𝑢𝑢1 𝜕𝜕𝑢𝑢2 2
(13)
𝜕𝜕𝑔𝑔𝑖𝑖
+ ⋯+ ∆𝑢𝑢
𝜕𝜕𝑢𝑢𝑛𝑛 𝑟𝑟
Now this can be expressed as a matrix equation
∆𝒙𝒙̇ 𝒏𝒏×1 = 𝑨𝑨𝑛𝑛×𝑛𝑛 ∆𝒙𝒙𝑛𝑛×1 + 𝑩𝑩𝑛𝑛×𝑟𝑟 ∆𝒖𝒖𝑟𝑟×1 (14)
∆𝒚𝒚𝑚𝑚×1 = 𝑪𝑪𝑚𝑚×𝑛𝑛 ∆𝒙𝒙𝑛𝑛×1 + 𝑫𝑫𝑚𝑚×𝑟𝑟 ∆𝒖𝒖𝑟𝑟×1 (15)
Where
𝜕𝜕𝑓𝑓1 𝜕𝜕𝑓𝑓1 𝜕𝜕𝑓𝑓1 𝜕𝜕𝑓𝑓1
⎡ ⋯ ⎤ ⎡ ⋯ ⎤
⎢𝜕𝜕𝑥𝑥1 𝜕𝜕𝑥𝑥𝑛𝑛 ⎥ ⎢𝜕𝜕𝑢𝑢1 𝜕𝜕𝑢𝑢𝑟𝑟 ⎥
𝐴𝐴𝑛𝑛×𝑛𝑛 =⎢ ⋮ ⋱ ⋮ ⎥ 𝐵𝐵𝑛𝑛×𝑟𝑟 =⎢ ⋮ ⋱ ⋮ ⎥
⎢ 𝜕𝜕𝑓𝑓𝑛𝑛 ⋯
𝜕𝜕𝑓𝑓𝑛𝑛 ⎥ ⎢ 𝜕𝜕𝑓𝑓𝑛𝑛 ⋯
𝜕𝜕𝑓𝑓𝑛𝑛 ⎥
⎣𝜕𝜕𝑥𝑥1 𝜕𝜕𝑥𝑥𝑛𝑛 ⎦ ⎣𝜕𝜕𝑢𝑢1 𝜕𝜕𝑢𝑢𝑟𝑟 ⎦
𝜕𝜕𝑔𝑔1 𝜕𝜕𝑔𝑔1 𝜕𝜕𝑔𝑔1 𝜕𝜕𝑔𝑔1
⎡ ⋯ ⎤ ⎡ ⋯ ⎤
⎢ 𝜕𝜕𝑥𝑥1 𝜕𝜕𝑥𝑥𝑛𝑛 ⎥ ⎢ 𝜕𝜕𝑢𝑢1 𝜕𝜕𝑢𝑢𝑟𝑟 ⎥
𝐶𝐶𝑚𝑚×𝑛𝑛 =⎢ ⋮ ⋱ ⋮ ⎥ 𝐷𝐷𝑚𝑚×𝑟𝑟 =⎢ ⋮ ⋱ ⋮ ⎥
⎢𝜕𝜕𝑔𝑔𝑚𝑚 ⋯
𝜕𝜕𝑔𝑔𝑚𝑚 ⎥ ⎢𝜕𝜕𝑔𝑔𝑚𝑚 ⋯
𝜕𝜕𝑔𝑔𝑚𝑚 ⎥
⎣ 𝜕𝜕𝑥𝑥1 𝜕𝜕𝑥𝑥𝑛𝑛 ⎦ ⎣ 𝜕𝜕𝑢𝑢1 𝜕𝜕𝑢𝑢𝑛𝑛𝑛𝑛 ⎦
The poles of ∆𝑥𝑥(𝑠𝑠) are given by det(𝑠𝑠𝑰𝑰 − 𝑨𝑨) = 0. As this is a 𝑛𝑛 × 𝑛𝑛 matrix equation
there will be 𝑛𝑛 values which satisfy it.
Eigenvalues and modal matrices
Eigen matrix, left modal matrix and the right modal matrix of any 𝑛𝑛 × 𝑛𝑛 matrix 𝐴𝐴
can be defined as follows.
If
𝑨𝑨𝑛𝑛×𝑛𝑛 𝝓𝝓𝑛𝑛×1 = 𝜆𝜆𝝓𝝓𝑛𝑛×1 (19)
solutions of 𝜆𝜆 is called a Eigen values of matrix 𝐴𝐴. If we solve the above equation,
we can get
(𝑨𝑨 − 𝜆𝜆𝑰𝑰)𝝓𝝓 = 𝟎𝟎 (20)
In order to have non trivial solutions for 𝝓𝝓, det(𝑨𝑨 − 𝜆𝜆𝑰𝑰) = 0. As this results in an
equation of nth order for 𝜆𝜆, generally there are 𝑛𝑛 solutions for 𝜆𝜆 and there are 𝑛𝑛
column vectors for 𝝓𝝓.
i.e.
𝑨𝑨𝝓𝝓𝑖𝑖 = 𝜆𝜆𝑖𝑖 𝝓𝝓𝑖𝑖 where 𝑖𝑖 = 1 ⋯ 𝑛𝑛 (21)
𝜙𝜙1𝑖𝑖
𝜙𝜙
𝝓𝝓𝑖𝑖 = � 2𝑖𝑖 � (22)
⋮
𝜙𝜙𝑛𝑛𝑛𝑛
The free motion of a dynamic equation occurs when the input ∆𝑢𝑢 = 0 in equation
(14). At this state the state equation of the system given in equation (14) becomes;
∆𝒙𝒙̇ = 𝑨𝑨∆𝒙𝒙 (34)
In this equation, the rate of change of a state Δ𝑥𝑥𝚤𝚤̇ is a linear combination of all the
states as,
𝑥𝑥̇ 𝑖𝑖 = 𝑎𝑎𝑖𝑖1 Δ𝑥𝑥1 + 𝑎𝑎𝑖𝑖2 Δ𝑥𝑥2 + 𝑎𝑎𝑖𝑖3 Δ𝑥𝑥3 + ⋯ + 𝑎𝑎𝑖𝑖𝑖𝑖 Δ𝑥𝑥𝑛𝑛 (35)
It is not possible to derive a simple solution and it is not possible to identify the
contributions from each state variable to the final performance in this coupled form
of state representation.
Let us transform the physical state vector to a new state vector as,
Δ𝒙𝒙 = 𝝓𝝓𝝓𝝓 (36)
where 𝝓𝝓 is the right modal matrix of 𝑨𝑨.
Now
Δ𝒙𝒙̇ = 𝝓𝝓𝒛𝒛̇ (37)
Applying this to equation (34)
𝝓𝝓𝒛𝒛̇ = 𝑨𝑨𝑨𝑨𝑨𝑨 (38)
𝒛𝒛̇ = 𝝓𝝓−1 𝑨𝑨𝑨𝑨𝑨𝑨 (39)
𝒛𝒛̇ = 𝚲𝚲𝒛𝒛 (40)
Now let’s assume that only Eigen mode 1 is exited so other than 𝑧𝑧1 (0), all the other
initial conditions are null, i.e. 𝑧𝑧2 (0) = 0, ⋯ 𝑧𝑧𝑖𝑖 (0) = 0, ⋯ 𝑧𝑧𝑛𝑛 (0) = 0 Then from
equation (45) we see that the first column of right Eigen matrix tells us how each
state is excited by Eigen mode 1.
∆𝑥𝑥1 (𝑡𝑡) = 𝜙𝜙11 𝑧𝑧1 (0)𝑒𝑒 𝜆𝜆1𝑡𝑡
∆𝑥𝑥2 (𝑡𝑡) = 𝜙𝜙21 𝑧𝑧1 (0)𝑒𝑒 𝜆𝜆1𝑡𝑡
∆𝑥𝑥3 (𝑡𝑡) = 𝜙𝜙31 𝑧𝑧1 (0)𝑒𝑒 𝜆𝜆1𝑡𝑡
⋮
∆𝑥𝑥𝑛𝑛 (𝑡𝑡) = 𝜙𝜙𝑛𝑛1 𝑧𝑧1 (0)𝑒𝑒 𝜆𝜆1𝑡𝑡
How can we excite only mode 1?
The answer is given in equation (48). The left Eigen matrix lets us how the initial
states excite each Eigen mode. According to equation 48, initial conditions of all the
state variables, Δ𝑥𝑥1 (0), Δ𝑥𝑥2 (0) ⋯ Δ𝑥𝑥𝑛𝑛 (0) contribute to the creation of 𝑧𝑧1 (0)
𝑧𝑧1 (0) = 𝐶𝐶1 = 𝜓𝜓11 Δ𝑥𝑥1 (0) + 𝜓𝜓12 Δ𝑥𝑥2 (0) ⋯ + 𝜓𝜓1𝑛𝑛 Δ𝑥𝑥𝑛𝑛 (0)
Therefore, it is seen that the time response of a system in free motion can be
described in terms of the Eigen values and the left and right Eigen vectors. The
excitation of each Eigen mode is determined by the linear combination of initial
condition of the state.
Example E.1
For example, let us take a two dimensional case of a second order system given by
∆𝑥𝑥̇ = 𝐴𝐴∆𝑥𝑥 where
−2.09 0.36
𝐴𝐴 = � �
−0.27 −0.91
The initial conditions of this free motion is given by;
1.5
𝑥𝑥(0) = � �
2
We can derive left and right Eigen matrices and the Eigen matrix as shown in the
below figure using MATLAB.
Therefore, as per the MATLAB calculations,
−0.97 −0.32
𝜙𝜙 = � �
−0.24 −0.95
−2 0
Λ=� �
0 −1
−1.12 0.38
𝜓𝜓 𝑇𝑇 = � �
0.29 −1.15
Using equation (47) we can calculate the how each eigen mode contributes to the
response of each state variable as;
𝑥𝑥1 (𝑡𝑡) = 𝐶𝐶1 𝜙𝜙11 𝑒𝑒 𝜆𝜆1𝑡𝑡 + 𝐶𝐶2 𝜙𝜙12 𝑒𝑒 𝜆𝜆2𝑡𝑡 (E1.1)
The two state variables can be plotted on a Cartesian space as shown below.
x2
Eigen Axis 2
2.5
C2Φ21,C2Φ22
≡ (0.58,1.78) A ≡ x1(0),x2(0)≡(1.5,2)
2 0
C 0.1
0.2
1.5
0.3
Movement of the second
eigen component 0.4
0.5
0.6
1
0.7
1
C1Φ11,C1Φ12
≡ (0.91,0.23)
0.5 Eigen Axis 1
2
B
3 Movement of the first eigen component
0 7654
0 0.5 1 1.5 2 2.5 x1
The point A represents the initial condition of the system. The two Eigen
components of the initial position is shown as point B and point C. The time
response of the system as given in equation (E1.3 and E1.4) shows that the first
Eigen component decays faster than the second Eigen component. Therefore, it is
seen that the time trajectory of the two states is asymptotic to second Eigen axis.
These trajectories for various initial values as shown in below figure shows that the
two states converges to zero as the two Eigen values are negative and they are
asymptotic to the axis corresponding to the lower Eigen value.
The axis transformation of related to this example is calculated in Appendix 1.
2.5
1.5
0.5
0
-2.5 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 2.5
-0.5
-1
-1.5
-2
-2.5
−1 + 7.48i 0
Λ=� �
0 −1 − 7.48i
im
im
Φ21=-0-0.3234+j0.6050
G1
Φ12=0.7276 Φ22=0.7276
G2 Re G2 Re
G1
Φ11=-0-0.3234-j0.6050
λ1=-1+7.48i λ2=-1-7.48i
The system has an oscillatory behaviour in reference to the two conjugate Eigen
7.48 1
value pairs with a frequency of = 1.19Hz. The damping ratio is 𝜁𝜁 = =
2𝜋𝜋 √12 +7.482
0.018. The modal shapes shows that when the mode 1 is exited the two generators
swing 118 degrees out of phase.
Participation Factor Analysis
The excitation of one state variable of the system initially will excite the modal states
(transformed states) as described by equation (46) as given below.
𝒛𝒛 = 𝝍𝝍Δ𝒙𝒙
Let’s say only the initial condition pertaining to kth element for the state variables is
present, or only the kth state variable is disturbed, then;
0
⎡ 0 ⎤
⎢ ⎥
⎢ ⋮ ⎥
∆𝒙𝒙(𝟎𝟎) =
⎢∆𝑥𝑥𝑘𝑘 (0)⎥
⎢ ⋮ ⎥
⎣ 0 ⎦
Then
𝜓𝜓1𝑘𝑘 ∆𝑥𝑥𝑘𝑘 (0)
⎡ ⎤
𝜓𝜓2𝑘𝑘 ∆𝑥𝑥𝑘𝑘 (0)
⎢ ⎥
⎢ ⋮ ⎥
𝒛𝒛 =
𝜓𝜓 ∆𝑥𝑥
⎢ 𝑗𝑗𝑗𝑗 𝑘𝑘 (0) ⎥
⎢ ⋮ ⎥
⎣𝜓𝜓𝑛𝑛𝑛𝑛 ∆𝑥𝑥𝑘𝑘 (0)⎦
But from Equation (45),
∆𝑥𝑥𝑖𝑖 (𝑡𝑡) = 𝜙𝜙𝑖𝑖1 𝑧𝑧1 (0)𝑒𝑒 𝜆𝜆1𝑡𝑡 + 𝜙𝜙𝑖𝑖2 𝑧𝑧2 (0)𝑒𝑒 𝜆𝜆2𝑡𝑡 ⋯ + 𝜙𝜙𝑖𝑖𝑖𝑖 𝑧𝑧𝑛𝑛 (0)𝑒𝑒 𝜆𝜆𝑛𝑛𝑡𝑡
The effect of the same state variable ∆𝑥𝑥𝑘𝑘 (𝑡𝑡) can be given by;
∆𝑥𝑥𝑘𝑘 (𝑡𝑡) = 𝜙𝜙𝑘𝑘1 𝜓𝜓1𝑘𝑘 ∆𝑥𝑥𝑘𝑘 (0)𝑒𝑒 𝜆𝜆1𝑡𝑡 + 𝜙𝜙𝑘𝑘2 𝜓𝜓2𝑘𝑘 ∆𝑥𝑥𝑘𝑘 (0)𝑒𝑒 𝜆𝜆2𝑡𝑡 + ⋯ + 𝜙𝜙𝑘𝑘𝑘𝑘 𝜓𝜓𝑗𝑗𝑗𝑗 ∆𝑥𝑥𝑘𝑘 (0)𝑒𝑒 𝜆𝜆𝑗𝑗𝑡𝑡
+ ⋯ + 𝜙𝜙𝑘𝑘𝑘𝑘 𝜓𝜓𝑛𝑛𝑛𝑛 ∆𝑥𝑥𝑘𝑘 (0)𝑒𝑒 𝜆𝜆𝑛𝑛𝑡𝑡
∆𝑥𝑥𝑘𝑘 (𝑡𝑡) is oscillating in multiple modes. The jth mode oscillation is governed by the
coefficient 𝜙𝜙𝑘𝑘𝑘𝑘 𝜓𝜓𝑗𝑗𝑗𝑗 , .i.e. the participation of the initial condition excitation of the kth
state variable in the jth mode is given by 𝜙𝜙𝑖𝑖𝑖𝑖 𝜓𝜓𝑗𝑗𝑗𝑗 . This is called the participation
factor of kth state in jth mode.
𝑃𝑃𝑘𝑘𝑘𝑘 = 𝜙𝜙𝑘𝑘𝑘𝑘 𝜓𝜓𝑗𝑗𝑗𝑗
Small signal stability analysis of multi-machine system
Assuming the governor response of the machine is much slower than the power
angle response, we can assume Δ𝑃𝑃𝑚𝑚𝑚𝑚 = 0. Then,
𝑑𝑑Δ𝜔𝜔𝑖𝑖 −Δ𝑃𝑃𝑒𝑒𝑒𝑒 𝐷𝐷𝑖𝑖
= − Δ𝜔𝜔𝑖𝑖 (50)
𝑑𝑑𝑑𝑑 𝑀𝑀𝑖𝑖 𝑀𝑀𝑖𝑖
And,
𝑑𝑑Δ𝛿𝛿𝑖𝑖
= Δ𝜔𝜔𝑖𝑖 (51)
𝑑𝑑𝑑𝑑
The transmission network can be modelled by the standard network equations as,
𝐼𝐼 ̅ 𝑌𝑌� ⋯ 𝑌𝑌�1𝑖𝑖 ⋯ 𝑌𝑌�1𝑛𝑛 𝑉𝑉�1
⎡ 1 ⎤ ⎡ 11 ⎤⎡ ⎤
⎢ ⋮̅ ⎥ ⎢ �⋮ ⋱ ⋮ ⋱ ⋮ ⎥⎢ ⋮ ⎥
⎢ 𝐼𝐼𝑖𝑖 ⎥ = ⎢ 𝑌𝑌𝑖𝑖1 ⋯ 𝑌𝑌�𝑖𝑖𝑖𝑖 ⋯ 𝑌𝑌�𝑖𝑖𝑖𝑖 ⎥ ⎢ 𝑉𝑉�𝑖𝑖 ⎥
⎢⋮⎥ ⎢ ⋮ ⋱ ⋮ ⋱ ⋮ ⎥⎢ ⋮ ⎥
⎣𝐼𝐼𝑛𝑛̅ ⎦ ⎣𝑌𝑌�𝑛𝑛1 ⋯ 𝑌𝑌�𝑛𝑛𝑛𝑛 ⋯ 𝑌𝑌�𝑛𝑛𝑛𝑛 ⎦ ⎣𝑉𝑉�𝑛𝑛 ⎦
Current injection at any node can be written as
𝑛𝑛
Now we can write the voltages in their polar form as 𝑉𝑉�𝑖𝑖 = 𝑉𝑉𝑖𝑖 ∡𝛿𝛿𝑖𝑖 = 𝑉𝑉𝑖𝑖 𝑒𝑒 𝑗𝑗𝛿𝛿𝑖𝑖 but the
admittance is maintained in its Cartesian form as 𝑌𝑌�𝑖𝑖𝑖𝑖 = 𝐺𝐺𝑖𝑖𝑖𝑖 + 𝑗𝑗𝐵𝐵𝑖𝑖𝑖𝑖 .
𝑛𝑛
𝐼𝐼𝑖𝑖̅ = (𝐺𝐺𝑖𝑖𝑖𝑖 + 𝑗𝑗𝐵𝐵𝑖𝑖𝑖𝑖 )𝑉𝑉𝑖𝑖 𝑒𝑒 𝑗𝑗𝛿𝛿𝑖𝑖 + � �𝐺𝐺𝑖𝑖𝑖𝑖 + 𝑗𝑗𝐵𝐵𝑖𝑖𝑖𝑖 � 𝑉𝑉𝑗𝑗 𝑒𝑒 𝑗𝑗𝛿𝛿𝑗𝑗 (52)
𝑗𝑗=1;𝑗𝑗≠𝑖𝑖
Complex power injected in any node 𝑖𝑖 can be defined as,
𝑆𝑆𝑖𝑖̅ = 𝑃𝑃𝑖𝑖 + 𝑗𝑗𝑄𝑄𝑖𝑖
𝑆𝑆𝑖𝑖̅ = 𝑉𝑉�𝑖𝑖 𝐼𝐼𝑖𝑖∗̅
𝑛𝑛
= 𝑉𝑉𝑖𝑖 𝑒𝑒 𝑗𝑗𝛿𝛿𝑖𝑖 �(𝐺𝐺𝑖𝑖𝑖𝑖 − 𝑗𝑗𝐵𝐵𝑖𝑖𝑖𝑖 )𝑉𝑉𝑖𝑖 𝑒𝑒 −𝑗𝑗𝛿𝛿𝑖𝑖 + � �𝐺𝐺𝑖𝑖𝑖𝑖 − 𝑗𝑗𝐵𝐵𝑖𝑖𝑖𝑖 � 𝑉𝑉𝑗𝑗 𝑒𝑒 −𝑗𝑗𝛿𝛿𝑗𝑗 �
𝑗𝑗=1;𝑗𝑗≠𝑖𝑖
𝑛𝑛
= (𝐺𝐺𝑖𝑖𝑖𝑖 − 𝑗𝑗𝐵𝐵𝑖𝑖𝑖𝑖 )𝑉𝑉𝑖𝑖2 + � 𝑉𝑉𝑖𝑖 𝑉𝑉𝑗𝑗 �𝐺𝐺𝑖𝑖𝑖𝑖 − 𝑗𝑗𝐵𝐵𝑖𝑖𝑖𝑖 � �𝑐𝑐𝑐𝑐𝑐𝑐�𝛿𝛿𝑖𝑖 − 𝛿𝛿𝑗𝑗 � + 𝑗𝑗𝑗𝑗𝑗𝑗𝑗𝑗�𝛿𝛿𝑖𝑖 − 𝛿𝛿𝑗𝑗 ��
𝑗𝑗=1;𝑗𝑗≠𝑖𝑖
We can separate the real and imaginary parts of the equation to derive expressions
for real and reactive power.
𝑛𝑛
𝑃𝑃𝑖𝑖 = 𝐺𝐺𝑖𝑖𝑖𝑖 𝑉𝑉𝑖𝑖2 + � 𝑉𝑉𝑖𝑖 𝑉𝑉𝑗𝑗 �𝐺𝐺𝑖𝑖𝑖𝑖 𝑐𝑐𝑐𝑐𝑐𝑐�𝛿𝛿𝑖𝑖 − 𝛿𝛿𝑗𝑗 � + 𝐵𝐵𝑖𝑖𝑖𝑖 𝑠𝑠𝑠𝑠𝑠𝑠�𝛿𝛿𝑖𝑖 − 𝛿𝛿𝑗𝑗 �� (53)
𝑗𝑗=1;𝑗𝑗≠𝑖𝑖
𝑛𝑛
𝑄𝑄𝑖𝑖 = −𝐵𝐵𝑖𝑖𝑖𝑖 𝑉𝑉𝑖𝑖2 + � 𝑉𝑉𝑖𝑖 𝑉𝑉𝑗𝑗 �𝐺𝐺𝑖𝑖𝑖𝑖 𝑠𝑠𝑠𝑠𝑠𝑠�𝛿𝛿𝑖𝑖 − 𝛿𝛿𝑗𝑗 � − 𝐵𝐵𝑖𝑖𝑖𝑖 𝑐𝑐𝑐𝑐𝑐𝑐�𝛿𝛿𝑖𝑖 − 𝛿𝛿𝑗𝑗 �� (54)
𝑗𝑗=1;𝑗𝑗≠𝑖𝑖
� 𝐻𝐻𝑖𝑖𝑖𝑖 = −𝐻𝐻𝑖𝑖𝑖𝑖
𝑗𝑗=1,𝑗𝑗≠𝑖𝑖
Or we can express this as the summation of the raw elements of H matrix is zero.
𝑛𝑛 𝑛𝑛
(57)
𝐻𝐻𝑖𝑖𝑖𝑖 + � 𝐻𝐻𝑖𝑖𝑖𝑖 = � 𝐻𝐻𝑖𝑖𝑖𝑖 = 0
𝑗𝑗=1,𝑗𝑗≠𝑖𝑖 𝑗𝑗=1
I1 L1 I1
I1
G1 G1
I2 L2 I2
G2 I2 G2
Ii Transmission Li Ii
Equivalent
G3 Ii Network G3
Network
-- --
-- --
In -- --
Ln In
Gn Gn
In such definition the, if the generator voltages are considered constant, then we can
assume ∆𝑽𝑽 = 𝟎𝟎 or the ∆𝑽𝑽 submatrix is a null matrix. This assumption will simplify
our power flow equation as,
∆𝑷𝑷 = 𝑯𝑯∆𝜹𝜹
This can be expressed as,
𝑛𝑛
Now equation (51) and (60) can be expressed in matrix form as,
0 0 0 0 ⋮ 1 0 ⋯ 0
⎡ 0 0 0 0 ⋮ 0 1 ⋯ 0 ⎤
∆𝛿𝛿̇ ⎢ ⎥ ∆𝛿𝛿1
⎡ 1⎤ ⎢ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋱ ⋮
⎥ ⎡ ∆𝛿𝛿2 ⎤
⎢ ∆𝛿𝛿2̇ ⎥ ⎢ 0 0 0 0 ⋮ 0 0 ⋯ 1 ⎥⎢ ⋯ ⎥
⎢ ⋯ ⎥ ⎢ − − − − ⋮ − − − − ⎥⎢ ⎥
⎢ ∆𝛿𝛿𝑛𝑛̇ ⎥ ⎢ 𝐻𝐻11 𝐻𝐻12 𝐻𝐻1𝑛𝑛 𝐷𝐷1 ⎥ ⎢ ∆𝛿𝛿𝑛𝑛 ⎥
⎢ ⋯ ⎥= − − ⋯ − ⋮ − 0 ⋯ 0 (61)
⎢ ⎥ ⎢ 𝑀𝑀1 𝑀𝑀1 𝑀𝑀1 𝑀𝑀1 ⎥⎢ ⋯ ⎥
⎢ ∆𝜔𝜔̇ 1 ⎥ ⎢ 𝐻𝐻21 𝐻𝐻22 𝐻𝐻2𝑛𝑛 𝐷𝐷2 ⎥ ⎢∆𝜔𝜔1 ⎥
⎢∆𝜔𝜔̇ 2 ⎥ ⎢− 𝑀𝑀2 − ⋯ − ⋮ 0 − ⋯ 0 ⎥ ⎢∆𝜔𝜔2 ⎥
𝑀𝑀2 𝑀𝑀2 𝑀𝑀2
⎢ ⋮ ⎥ ⎢ ⋮ ⋮ ⋱ ⋮ ⋮ ⋮ ⋮ ⋱ ⋮ ⎥
⎥⎢ ⋮ ⎥
⎣∆𝜔𝜔̇ 𝑛𝑛 ⎦ ⎢ 𝐻𝐻𝑛𝑛1 𝐻𝐻𝑛𝑛2 𝐻𝐻𝑛𝑛𝑛𝑛 𝐷𝐷𝑛𝑛 ⎣∆𝜔𝜔𝑛𝑛 ⎦
⎢− − ⋯ − ⋮ 0 0 ⋯ − ⎥
⎣ 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 ⎦
Introduction to Coherency
A typical power system is so large that a power system analysis program may take
long time and many resources to completely model it. Therefore, usually a part of
the system called internal subsystem is modelled in detail while the remainder of the
system called external subsystem is represented by an equivalent system. The
division of the network to internal and external subsystem is graphically shown in
figure below. The division of the network to external and internal subsystem is done
based on the assumption that the disturbance occurs only inside the internal
subsystem. The replacement of the external subsystem by a reduced equivalent
therefore shall not affect the overall outcome of the analysis. The nodes between
the external subsystem and the internal subsystem are called the border nodes.
{L}
{B}
Internal External
{G}
Subsystem Subsystem
Elimination of Nodes
Let’s consider a network of 𝑚𝑚 + 𝑛𝑛 nodes where 𝑛𝑛 number of nodes is eliminated to
create a reduced network. The elimination of the node set {𝐸𝐸} from the total network
of nodes set {𝑅𝑅 ∪ 𝐸𝐸} results the node set {𝑅𝑅} remaining.
Therefore, |𝑅𝑅 ∪ 𝐸𝐸 | = 𝑚𝑚 + 𝑛𝑛, where |𝑅𝑅| = 𝑚𝑚 and |𝐸𝐸 | = 𝑛𝑛.
The elimination process shall ensure that the nodal voltages and currents of the
remaining node set {𝑅𝑅} does not change due to the elimination process.
{R} {E} {R}
m n m
The network equations in the split form can be written for the complete network as
𝐼𝐼 𝑌𝑌 𝑌𝑌𝑅𝑅𝑅𝑅 𝑉𝑉𝑅𝑅 (62)
� 𝑅𝑅 � = � 𝑅𝑅𝑅𝑅 �� �
𝐼𝐼𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 𝑉𝑉𝐸𝐸
Which gives
𝐼𝐼𝑅𝑅 = 𝑌𝑌𝑅𝑅𝑅𝑅 𝑉𝑉𝑅𝑅 + 𝑌𝑌𝑅𝑅𝑅𝑅 𝑉𝑉𝐸𝐸 (63)
𝐼𝐼𝐸𝐸 = 𝑌𝑌𝐸𝐸𝐸𝐸 𝑉𝑉𝑅𝑅 + 𝑌𝑌𝐸𝐸𝐸𝐸 𝑉𝑉𝐸𝐸 (64)
−1 −1
𝑉𝑉𝐸𝐸 = 𝑌𝑌𝐸𝐸𝐸𝐸 𝐼𝐼𝐸𝐸 − 𝑌𝑌𝐸𝐸𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 𝑉𝑉𝑅𝑅
−1 −1
𝐼𝐼𝑅𝑅 = 𝑌𝑌𝑅𝑅𝑅𝑅 𝑉𝑉𝑅𝑅 + 𝑌𝑌𝑅𝑅𝑅𝑅 (𝑌𝑌𝐸𝐸𝐸𝐸 𝐼𝐼𝐸𝐸 − 𝑌𝑌𝐸𝐸𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 𝑉𝑉𝑅𝑅 )
−1
𝐼𝐼𝑅𝑅 = (𝑌𝑌𝑅𝑅𝑅𝑅 − 𝑌𝑌𝑅𝑅𝑅𝑅 𝑌𝑌𝐸𝐸𝐸𝐸 −1
𝑌𝑌𝐸𝐸𝐸𝐸 )𝑉𝑉𝑅𝑅 + 𝑌𝑌𝑅𝑅𝑅𝑅 𝑌𝑌𝐸𝐸𝐸𝐸 𝐼𝐼𝐸𝐸 (65)
Results in
𝐼𝐼𝑅𝑅 −1
𝑌𝑌𝑅𝑅𝑅𝑅 − 𝑌𝑌𝑅𝑅𝑅𝑅 𝑌𝑌𝐸𝐸𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 −1
𝑌𝑌𝑅𝑅𝑅𝑅 𝑌𝑌𝐸𝐸𝐸𝐸 𝑉𝑉𝑅𝑅 (66)
� �=� −1 � � 𝐼𝐼 �
𝑉𝑉𝐸𝐸 −1
−𝑌𝑌𝐸𝐸𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 𝐸𝐸
This can be written as
𝐼𝐼 𝑌𝑌𝑅𝑅 𝐾𝐾𝐼𝐼 𝑉𝑉𝑅𝑅 (67)
� 𝑅𝑅 � = � −1 � � 𝐼𝐼 �
𝑉𝑉𝐸𝐸 𝐾𝐾𝑉𝑉 𝑌𝑌𝐸𝐸𝐸𝐸 𝐸𝐸
Where
−1
𝑌𝑌𝑅𝑅 = 𝑌𝑌𝑅𝑅𝑅𝑅 − 𝑌𝑌𝑅𝑅𝑅𝑅 𝑌𝑌𝐸𝐸𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 (68)
−1
𝐾𝐾𝐼𝐼 = 𝑌𝑌𝑅𝑅𝑅𝑅 𝑌𝑌𝐸𝐸𝐸𝐸 (69)
−1
𝐾𝐾𝑉𝑉 = −𝑌𝑌𝐸𝐸𝐸𝐸 𝑌𝑌𝐸𝐸𝐸𝐸 (70)
From the first row of the matrix
[𝐼𝐼𝑅𝑅 ]𝑚𝑚×1 = [𝑌𝑌𝑅𝑅 ]𝑚𝑚×𝑚𝑚 [𝑉𝑉𝑅𝑅 ]𝑚𝑚×1 + [𝐾𝐾𝐼𝐼 ]𝑚𝑚×𝑛𝑛 [𝐼𝐼𝐸𝐸 ]𝑛𝑛×1 (71)
If 𝐾𝐾𝐼𝐼 𝐼𝐼𝐸𝐸 is defined as Δ𝐼𝐼𝑅𝑅
𝐼𝐼𝑅𝑅 = 𝑌𝑌𝑅𝑅 𝑉𝑉𝑅𝑅 + Δ𝐼𝐼𝑅𝑅 (72)
Any network is sufficiently described by the nodal currents and nodal voltages.
Therefore, the impedance matrix 𝑌𝑌𝑅𝑅 uniquely describes the retained nodes and the
links interlinking them. The matrix [𝐾𝐾𝐼𝐼 ]𝑚𝑚×𝑛𝑛 gives the currents referred from the
eliminated nodes {𝐸𝐸 } to the retained nodes {𝑅𝑅}. Each equivalent current is a
combination of the eliminated currents. However until such time Δ𝐼𝐼𝑅𝑅 is a non-zero
matrix, the elimination is not fully complete
The second row of the matrix can be expanded as
−1 ]
[𝑉𝑉𝐸𝐸 ]𝑛𝑛×1 = [𝐾𝐾𝑉𝑉 ]𝑛𝑛×𝑚𝑚 [𝑉𝑉𝑅𝑅 ]𝑚𝑚×1 + [𝑌𝑌𝐸𝐸𝐸𝐸 𝑛𝑛×𝑛𝑛 [𝐼𝐼𝐸𝐸 ]𝑛𝑛×1 (73)
Now, if the nodal power injection at each node in the elimination subset {𝐸𝐸} is
𝑆𝑆 ∗
represented by an equivalent shunt admittance 𝑌𝑌𝐸𝐸𝐸𝐸 = 𝑖𝑖� 2 with the appropriate sign
𝑉𝑉𝑖𝑖
to denote whether the power at the node is injected or absorbed.
{R} {E} {R} {E}
Unreduced Unreduced
IR IR
Network Network
-YE1
-YE2
m n m n
-YEn
With such augmentation the diagonal elements of the 𝑌𝑌𝐸𝐸𝐸𝐸 can be added with these
admittances as,
𝑌𝑌𝐸𝐸𝐸𝐸11 − 𝑌𝑌𝐸𝐸1 𝑌𝑌𝐸𝐸𝐸𝐸12 ⋯ 𝑌𝑌𝐸𝐸𝐸𝐸𝐸𝐸1 (74)
𝑌𝑌𝐸𝐸𝐸𝐸21 𝑌𝑌𝐸𝐸𝐸𝐸22 − 𝑌𝑌𝐸𝐸2 ⋯ 𝑌𝑌𝐸𝐸𝐸𝐸𝐸𝐸2
𝑌𝑌𝐸𝐸𝐸𝐸,𝑛𝑛𝑛𝑛𝑛𝑛 =� �
⋮ ⋮ ⋱ ⋮
𝑌𝑌𝐸𝐸𝐸𝐸𝐸𝐸1 𝑌𝑌𝐸𝐸𝐸𝐸𝐸𝐸2 ⋯ 𝑌𝑌𝐸𝐸𝐸𝐸𝐸𝐸𝐸𝐸 − 𝑌𝑌𝐸𝐸𝐸𝐸
so that the reduced model does not have equivalent currents, as, Δ𝐼𝐼𝑅𝑅 = 0.
Therefore,
𝐼𝐼𝑅𝑅 = 𝑌𝑌𝑅𝑅 𝑉𝑉𝑅𝑅 (75)
Aggregation of Nodes
Let’s assume that there are [R,A] cluster of generator nodes out of which the cluster
[A] are coherent and can be aggregated to a node a. However, in order to aggregate
the generators, it is essential to aggregate the generation nodes of the network in to
a single generator as shown in figure below.
{R} {A} {R}
Yfa a
Unreduced IR Reduced
Ia
IR Ia
Network Yif Network
Va Va
𝑽𝑽𝑻𝑻𝑨𝑨 𝒀𝒀∗𝑨𝑨𝑨𝑨 𝑽𝑽∗𝑹𝑹 + 𝑽𝑽𝑻𝑻𝑨𝑨 𝒀𝒀∗𝑨𝑨𝑨𝑨 𝑽𝑽∗𝑨𝑨 = 𝑉𝑉𝑎𝑎 𝒀𝒀∗𝒂𝒂𝒂𝒂 𝑽𝑽∗𝑹𝑹 + 𝑉𝑉𝑎𝑎 𝑌𝑌𝑎𝑎𝑎𝑎
∗
𝑉𝑉𝑎𝑎∗
This can only be satisfied if
𝑽𝑽𝑻𝑻𝑨𝑨 𝒀𝒀∗𝑨𝑨𝑨𝑨 𝑽𝑽∗𝑹𝑹 = 𝑉𝑉𝑎𝑎 𝒀𝒀∗𝒂𝒂𝒂𝒂 𝑽𝑽∗𝑹𝑹 (88)
i.e.
𝑽𝑽𝑻𝑻𝑨𝑨 𝒀𝒀∗𝑨𝑨𝑨𝑨 = 𝑉𝑉𝑎𝑎 𝒀𝒀∗𝒂𝒂𝒂𝒂 (89)
and
𝑽𝑽𝑻𝑻𝑨𝑨 𝒀𝒀∗𝑨𝑨𝑨𝑨 𝑽𝑽𝑨𝑨∗ = 𝑉𝑉𝑎𝑎 𝑌𝑌𝑎𝑎𝑎𝑎
∗
𝑉𝑉𝑎𝑎∗ (90)
as
𝑽𝑽𝑨𝑨 𝑉𝑉𝑎𝑎−1 = 𝑽𝑽𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 (91)
and
𝑽𝑽𝑨𝑨∗ = 𝑽𝑽∗𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 𝑉𝑉𝑎𝑎∗ (99)
Gives
𝑉𝑉𝑎𝑎 𝑽𝑽𝑻𝑻𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 𝒀𝒀∗𝑨𝑨𝑨𝑨 𝑽𝑽∗𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 𝑉𝑉𝑎𝑎∗ = 𝑉𝑉𝑎𝑎 𝑌𝑌𝑎𝑎𝑎𝑎
∗
𝑉𝑉𝑎𝑎∗ (100)
results in
∗
𝑌𝑌𝑎𝑎𝑎𝑎 = 𝑽𝑽𝑻𝑻𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 𝒀𝒀∗𝑨𝑨𝑨𝑨 𝑽𝑽∗𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 (101)
∗𝑻𝑻
𝑌𝑌𝑎𝑎𝑎𝑎 = 𝑽𝑽𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 𝒀𝒀𝑨𝑨𝑨𝑨 𝑽𝑽𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 (102)
where
𝑽𝑽𝑨𝑨,𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕𝒕 = 𝑽𝑽𝑨𝑨 𝑉𝑉𝑎𝑎−1 (105)
If the classical transient model is considered and the voltage magnitude of the system
is considered to be maintained at the transient and the difference of voltage occurs
only in the angle, then the angle of 𝑉𝑉𝑎𝑎 , 𝛿𝛿𝑎𝑎 can be derived as,
𝑀𝑀𝑖𝑖 𝛿𝛿𝑖𝑖′ (106)
𝛿𝛿𝑎𝑎 = �
𝑀𝑀𝑖𝑖
𝑖𝑖∈[𝐴𝐴]
whereas the magnitude of the voltages are considered as initial value of the voltage
�𝑉𝑉𝑎𝑎,𝑖𝑖𝑖𝑖𝑖𝑖𝑖𝑖 � .
M1 M2 Mn Ma
and
It is now clear that the aggregation of nodes can only be done if the transformation
𝑽𝑽𝑨𝑨
ratio remains constant during the transient for the subset of nodes identified for
𝑉𝑉𝑎𝑎
the transient. Therefore, at any time 𝑡𝑡
For 𝑖𝑖 ∈ [𝐴𝐴]
𝑉𝑉𝑖𝑖 (𝑡𝑡) 𝑉𝑉�𝑖𝑖 (107)
= = 𝑉𝑉𝐴𝐴,𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡,𝑖𝑖 = 𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶
𝑉𝑉�𝑎𝑎 (𝑡𝑡) 𝑉𝑉�𝑎𝑎
The circumflex denotes the initial stable state for which the reduced network model
is constructed.
For any node 𝑖𝑖, 𝑗𝑗 ∈ [𝐴𝐴] this condition can further be elaborated as,
�𝚤𝚤 (𝑡𝑡) 𝑉𝑉𝑖𝑖 (𝑡𝑡) �
𝑉𝑉 � 𝑉𝑉�𝑖𝑖 � � (108)
= 𝑒𝑒 𝑗𝑗[𝛿𝛿𝚤𝚤 (𝑡𝑡)−𝛿𝛿𝚥𝚥(𝑡𝑡)] = 𝑒𝑒 𝑗𝑗[𝛿𝛿𝚤𝚤 −𝛿𝛿𝚥𝚥] = 𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶
𝑉𝑉�𝑗𝑗 (𝑡𝑡) 𝑉𝑉𝑗𝑗 (𝑡𝑡) 𝑉𝑉�𝑗𝑗
Any two nodes which satisfies the above condition can be considered as coherent.
Usually load nodes are not coherent. Only the nodes which are far away from the
fault remain with constant voltage magnitude and angle. However, it is not
phenomenal to find generators which swing together. Those generator nodes qualify
for the above nodal aggregation and therefore can be represented by a single
generator connected to the aggregated node.
In the classical generator model, the transient voltage of the generator bus is
represented by a constant magnitude voltage with the power flow angle as 𝐸𝐸𝑖𝑖 ∠𝛿𝛿𝑖𝑖 . If
the pre-fault volage of the generator bus is denoted with the circumflex as 𝐸𝐸�𝑖𝑖 ∠𝛿𝛿̂𝑖𝑖
Where for all 𝑖𝑖, 𝑗𝑗 ∈ [𝐴𝐴]
δ
δi
δj
δk
Coherency Recognition
However, there lies a greater problem as to how the coherency be identified without
running the complete model to find the generators oscillate in phase. If the detailed
dynamic simulation can be run, then the requirement of model reduction through
aggregating the coherent generators is not required. There are generalised methods
available in ascertaining coherency without going through the complete dynamic
analysis. The detailed research works carried out in this area is known as ‘coherency
recognition’ which does not have time for a discussion in this course. Even though
the detailed analysis of the methodology of coherency recognition is quite deep, it
may be possible to analyse the coherency when one of the nodes 𝑘𝑘 in retained node
subset,{𝑅𝑅} is disturbed.
All the load nodes of the retained node subset {𝑅𝑅} are eliminated through modelling
the loads as impedances, and all unconnected nodes are eliminated by above
discussed reduction methods, to create the generator node subset {𝐵𝐵}.
{R} {R}
{B} {B}
Network
Reduced for
Network Coherency
Check
Check
Mi
j
Mj Hjk
k
Where
𝛿𝛿𝑖𝑖𝑖𝑖 = 𝛿𝛿𝑖𝑖 − 𝛿𝛿𝑘𝑘 (114)
Let’s say that the voltage disturbance occurs at a border node 𝑘𝑘 from the initial angle
of 𝛿𝛿𝑘𝑘0 to a value 𝛿𝛿𝑘𝑘 = 𝛿𝛿𝑘𝑘0 + Δ𝛿𝛿𝑘𝑘 and the voltage at other nodes are constant, this
change of angle will result in a change in the generation at node 𝑖𝑖 as
Δ𝑃𝑃𝑖𝑖 = 𝐸𝐸𝑖𝑖 𝐸𝐸𝑘𝑘 𝐵𝐵𝑖𝑖𝑖𝑖 [sin(𝛿𝛿𝑖𝑖𝑖𝑖 + Δ𝛿𝛿𝑘𝑘 ) − sin 𝛿𝛿𝑖𝑖𝑖𝑖 ] (115)
Δ𝑃𝑃𝑖𝑖 = 𝐸𝐸𝑖𝑖 𝐸𝐸𝑘𝑘 𝐵𝐵𝑖𝑖𝑖𝑖 [sin 𝛿𝛿𝑖𝑖𝑖𝑖 cos Δ𝛿𝛿𝑘𝑘 + cos 𝛿𝛿𝑖𝑖𝑖𝑖 sin Δ𝛿𝛿𝑘𝑘 − sin 𝛿𝛿𝑖𝑖𝑖𝑖 ] (116)
As 𝛿𝛿𝑘𝑘 is small
Δ𝑃𝑃𝑖𝑖 ≃ 𝐸𝐸𝑖𝑖 𝐸𝐸𝑘𝑘 𝐵𝐵𝑖𝑖𝑖𝑖 [sin 𝛿𝛿𝑖𝑖𝑖𝑖 ∙ 1 + cos 𝛿𝛿𝑖𝑖𝑖𝑖 ∙ Δ𝛿𝛿𝑘𝑘 ] − sin 𝛿𝛿𝑖𝑖𝑖𝑖 ] (117)
Δ𝑃𝑃𝑖𝑖 ≃ 𝐸𝐸𝑖𝑖 𝐸𝐸𝑘𝑘 𝐵𝐵𝑖𝑖𝑖𝑖 cos 𝛿𝛿𝑖𝑖𝑖𝑖 Δ𝛿𝛿𝑘𝑘 (118)
We can call 𝐸𝐸𝑖𝑖 𝐸𝐸𝑘𝑘 𝐵𝐵𝑖𝑖𝑖𝑖 cos 𝛿𝛿𝑖𝑖𝑖𝑖 = 𝐻𝐻𝑖𝑖𝑖𝑖 which is the synchronizing power constant
between bust 𝑖𝑖 and 𝑘𝑘.
This power flow will cause a rotor acceleration of
𝑑𝑑𝜔𝜔𝑖𝑖 (119)
Δ𝑃𝑃𝑖𝑖 (Δδ𝑘𝑘 ) = 𝑀𝑀𝑖𝑖
𝑑𝑑𝑑𝑑
Where 𝜌𝜌 ≈ 0
Equation (61) states that
0 0 0 0 ⋮ 1 0 ⋯ 0
⎡ 0 0 0 0 ⋮ 0 1 ⋯ 0 ⎤
∆𝛿𝛿̇ ⎢ ⎥ ∆𝛿𝛿1
⎡ 1⎤ ⎢ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋱ ⋮
⎥ ⎡ ∆𝛿𝛿2 ⎤
̇
⎢ ∆𝛿𝛿2 ⎥ ⎢ 0 0 0 0 ⋮ 0 0 ⋯ 1 ⎥⎢ ⋯ ⎥
⎢ ⋯ ⎥ ⎢ − − − − ⋮ − − − − ⎥⎢ ⎥
⎢ ∆𝛿𝛿𝑛𝑛̇ ⎥ ⎢ 𝐻𝐻11 𝐻𝐻12 𝐻𝐻1𝑛𝑛 𝐷𝐷1 ⎥ ⎢ ∆𝛿𝛿𝑛𝑛 ⎥
⎢ ⋯ ⎥= − − ⋯ − ⋮ − 0 ⋯ 0
⎢ ⎥ ⎢ 𝑀𝑀1 𝑀𝑀1 𝑀𝑀1 𝑀𝑀1 ⎥⎢ ⋯ ⎥
⎢ 1 ⎥ ⎢ 𝐻𝐻21
∆𝜔𝜔̇ 𝐻𝐻22 𝐻𝐻2𝑛𝑛 𝐷𝐷2 ⎥ ⎢∆𝜔𝜔1 ⎥
⎢∆𝜔𝜔̇ 2 ⎥ ⎢− 𝑀𝑀2 − ⋯ − ⋮ 0 − ⋯ 0 ⎥ ⎢∆𝜔𝜔2 ⎥
𝑀𝑀2 𝑀𝑀2 𝑀𝑀2
⎢ ⋮ ⎥ ⎢ ⋮ ⋮ ⋱ ⋮ ⋮ ⋮ ⋮ ⋱ ⋮ ⎥
⎥⎢ ⋮ ⎥
⎣∆𝜔𝜔̇ 𝑛𝑛 ⎦ ⎢ 𝐻𝐻𝑛𝑛1 𝐻𝐻𝑛𝑛2 𝐻𝐻𝑛𝑛𝑛𝑛 𝐷𝐷𝑛𝑛 ⎥ ⎣∆𝜔𝜔𝑛𝑛 ⎦
⎢− − ⋯ − ⋮ 0 0 ⋯ −
⎣ 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 ⎦
Now equation means that there are certain elements in the column 𝑘𝑘 of the dynamic
coefficient matrix in equation (126) are similar or nearly similar. That means for a
disturbance occurring in the generator 𝑘𝑘 results in a coherent disturbance in such
cluster of generators.
⋱ 1 2 ⋯ 𝑖𝑖 ⋯ 𝑗𝑗 ⋯ 𝑘𝑘 ⋯ 𝑛𝑛 (126)
⎡ 𝐻𝐻1𝑗𝑗 ⎤
𝐻𝐻11 𝐻𝐻12 𝐻𝐻1𝑖𝑖 𝐻𝐻1𝑘𝑘 𝐻𝐻1𝑛𝑛
⎢1 − − ⋯ − ⋯ − ⋯ − ⋯ − ⎥
⎢ 𝑀𝑀1 𝑀𝑀1 𝑀𝑀1 𝑀𝑀1 𝑀𝑀1 𝑀𝑀1 ⎥
⎢ 𝐻𝐻21 𝐻𝐻22 𝐻𝐻2𝑖𝑖 𝐻𝐻2𝑗𝑗 𝐻𝐻2𝑘𝑘 𝐻𝐻2𝑛𝑛 ⎥
∆𝜔𝜔̇ 1 2 − − ⋯ − ⋯ − ⋯ − ⋯ − ∆𝛿𝛿1
⎡∆𝜔𝜔̇ ⎤ ⎢ 𝑀𝑀2 𝑀𝑀2 𝑀𝑀2 𝑀𝑀2 𝑀𝑀2 𝑀𝑀2 ⎥ ⎡
∆𝛿𝛿2
⎤
⎢ 2
⎥ ⎢⋮ ⋮ ⋮ ⋱ ⋮ ⋱ ⋮ ⋱ ⋮ ⋱ ⋮ ⎥ ⎢ ⎥
⋮ ⋮
⎢ ⎥ ⎢ 𝐻𝐻𝑖𝑖1 𝐻𝐻𝑖𝑖2 𝐻𝐻𝑖𝑖𝑖𝑖 𝐻𝐻𝑖𝑖𝑖𝑖 𝐻𝐻𝑖𝑖𝑖𝑖 𝐻𝐻𝑖𝑖𝑖𝑖 ⎥ ⎢ ⎥
∆𝜔𝜔̇ 𝑖𝑖 ⎥ Δ𝛿𝛿𝑖𝑖
⎢ ⎥ ⎢ 𝑖𝑖 −
𝑀𝑀𝑖𝑖
−
𝑀𝑀𝑖𝑖
⋯ −
𝑀𝑀𝑖𝑖
⋯ −
𝑀𝑀𝑖𝑖
⋯ −
𝑀𝑀𝑖𝑖
⋯ −
𝑀𝑀𝑖𝑖 ⎥ ⎢ ⋮ ⎥
⋮ ⎢
⎢ ⎥= ⋮ ⋮ ⋮ ⋱ ⋮ ⋱ ⋮ ⋱ ⋮ ⋱ ⋮ ⎥ ⎢ Δ𝛿𝛿 ⎥
⎢
⎢ ∆𝜔𝜔̇ 𝑗𝑗 ⎥ 𝐻𝐻𝑗𝑗1 𝐻𝐻𝑗𝑗2 𝐻𝐻𝑗𝑗𝑗𝑗 𝐻𝐻𝑗𝑗𝑗𝑗 𝐻𝐻𝑗𝑗𝑗𝑗 𝐻𝐻𝑗𝑗𝑗𝑗 ⎥ ⎢ 𝑗𝑗 ⎥
⎢
⎢ ⋮ ⎥ ⎢ 𝑗𝑗 − − ⋯ − ⋯ − ⋯ − ⋯ − ⎢ ⋮ ⎥
𝑀𝑀𝑗𝑗 𝑀𝑀𝑗𝑗 𝑀𝑀𝑗𝑗 𝑀𝑀𝑗𝑗 𝑀𝑀𝑗𝑗 𝑀𝑀𝑗𝑗 ⎥ Δ𝛿𝛿
⎢∆𝜔𝜔̇ 𝑘𝑘 ⎥ ⎢ ⎢ 𝑘𝑘 ⎥
⎢ ⋮ ⎥ ⎢⋮ ⋮ ⋮ ⋱ ⋮ ⋱ ⋮ ⋱ ⋮ ⋱ ⋮ ⎥⎢ ⋮ ⎥
⎣∆𝜔𝜔̇ 𝑛𝑛 ⎦ ⎢𝑘𝑘 𝐻𝐻𝑘𝑘1 𝐻𝐻𝑘𝑘2 𝐻𝐻𝑘𝑘𝑘𝑘 𝐻𝐻𝑘𝑘𝑘𝑘 𝐻𝐻𝑘𝑘𝑘𝑘 𝐻𝐻𝑘𝑘𝑘𝑘 ⎥ ⎣∆𝛿𝛿 ⎦
− − ⋯ − ⋯ − ⋯ − ⋯ − ⎥ 𝑛𝑛
⎢ 𝑀𝑀𝑘𝑘 𝑀𝑀𝑘𝑘 𝑀𝑀𝑘𝑘 𝑀𝑀𝑘𝑘 𝑀𝑀𝑘𝑘 𝑀𝑀𝑘𝑘 ⎥
⎢⋮ ⋮ ⋮ ⋱ ⋮ ⋱ ⋮ ⋱ ⋮ ⋱ ⋮ ⎥
⎢𝑛𝑛 𝐻𝐻𝑛𝑛1 𝐻𝐻𝑛𝑛2 𝐻𝐻𝑛𝑛𝑛𝑛 𝐻𝐻𝑛𝑛𝑛𝑛 𝐻𝐻𝑛𝑛𝑛𝑛 𝐻𝐻𝑛𝑛𝑛𝑛 ⎥
− − ⋯ − ⋯ − ⋯ − ⋯ −
⎣ 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 𝑀𝑀𝑛𝑛 ⎦
∞
P+jQ
X
G
M, D
V1 V2
Equation (61) can be written for a single machine model shown above as,
0 1
∆𝛿𝛿 ̇ 𝐷𝐷 � � ∆𝛿𝛿 �
� � = � 𝐻𝐻
∆𝜔𝜔̇ − − ∆𝜔𝜔
𝑀𝑀 𝑀𝑀
Where
𝑉𝑉1 𝑉𝑉2 𝑉𝑉1 𝑉𝑉2
𝐻𝐻 = cos(𝛿𝛿1 − 𝛿𝛿2 ) = cos 𝛿𝛿
𝑋𝑋 𝑋𝑋
The Eigen values of this equation is,
−𝐷𝐷 𝐷𝐷2 𝐻𝐻
𝜆𝜆1 , 𝜆𝜆2 = ±� 2−
2𝑀𝑀 4𝑀𝑀 𝑀𝑀
𝐷𝐷 𝐷𝐷2 𝐻𝐻 𝐷𝐷2 𝐻𝐻
𝑒𝑒 𝜆𝜆1 𝑡𝑡 = 𝑒𝑒 −2𝑀𝑀𝑡𝑡 �cos �� 2 − 𝑡𝑡� + 𝑗𝑗 sin �� 2 − 𝑡𝑡��
4𝑀𝑀 𝑀𝑀 4𝑀𝑀 𝑀𝑀
𝐷𝐷 𝐷𝐷2 𝐻𝐻 𝐷𝐷2 𝐻𝐻
𝑒𝑒 𝜆𝜆2 𝑡𝑡 = 𝑒𝑒 −2𝑀𝑀𝑡𝑡 �cos �� 2 − 𝑡𝑡� − 𝑗𝑗 sin �� 2 − 𝑡𝑡��
4𝑀𝑀 𝑀𝑀 4𝑀𝑀 𝑀𝑀
There is a point of transition of the roots from imaginary to real when 𝛿𝛿 increases. This transition point can
be calculated as,
𝐷𝐷2
𝐻𝐻𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡 =
4𝑀𝑀
And the power delivery angle at the transition can be calculated as,
𝐷𝐷2 𝑋𝑋
𝛿𝛿𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡 = cos −1 � �
4𝑀𝑀 ∙ 𝑉𝑉1 𝑉𝑉2
KE
δtransition δ
Let’s consider the IEEE 9 bus model we used in the transient analysis. The network
is given as below in figure 1 and the pre-fault load flow data Is given in figure 2.
𝐸𝐸2 = 1.0502∡19.7315°
𝐸𝐸3 = 1.0170∡13.1752°
The Ybus Matrix once constructed as given in MATLAB program in Appendix 2, can
be given as
𝑌𝑌𝑏𝑏𝑏𝑏𝑏𝑏
− 8.45i 0 0 8.45i 0 0 0 0 0
⎡ 0 −5.5i 0 0 0 0 5.49i 0 0 ⎤
⎢ ⎥
0 0 − 4.2i 0 0 0 0 0 4,2i
⎢ ⎥
⎢ 8.45i 0 0 3.3 − 30.4i −1.4 + 11.6i −1.9 + 10.5i 0 0 0 ⎥
=⎢ 0 0 0 1.4 + 11.6i 3.9 − 17.7i 0 −1.2 + 6.0i 0 0 ⎥
⎢ 0 0 0 −1.9 + 10i 0 4.1 − 16.0i 0 0 1.3 + 5.6i ⎥
⎢ 0 5.5i 0 0 −1.2 + 6.0i 0 2.8 − 24.9i −1.6 + 13.7i 0 ⎥
⎢ 0 0 0 0 0 0 −1.6 + 13.7i 3.7 − 23.7i −1.2 + 9.8i⎥
⎣ 0 0 4.2i 0 0 −1.3 + 5.6i 0 −1.2 + 9.8i 2.4 − 19.3i ⎦
The reduced Ybus Matrix and the state matrix of the system is as given below,
0.90 − 2.93𝑖𝑖 0.31 + 1.54𝑖𝑖 0.23 + 1.25𝑖𝑖
𝑌𝑌𝑏𝑏𝑏𝑏𝑏𝑏,𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟𝑟 = �0.31 + 1.54𝑖𝑖 0.43 − 2.71𝑖𝑖 0.22 + 1.10𝑖𝑖 �
0.23 + 1.25𝑖𝑖 0.22 + 1.10𝑖𝑖 0.28 − 2.36𝑖𝑖
The mode shape oscillations corresponding to these three pairs of conjugate motes
is as shown in figure 3.
Figure 3-Mode Shape Oscillations
The Right Eigen Matrix of the System is as shown in table below and the mode
shapes of oscillations are as shown in figure below.
State Mode 1 (𝑓𝑓 = 1.72, Mode 2 (𝑓𝑓 = 9.09, 𝜉𝜉 = Mode 1 (𝑓𝑓 = 12.54,
Variable 𝜉𝜉 = −0.75) −1.23) 𝜉𝜉 = −2.80)
Real Imag. Real Imag. Real Imag.
𝜔𝜔1 0.627 0.000 -0.236 0.010 -0.047 0.001
𝛿𝛿1 -0.004 -0.058 0.000 0.004 0.000 0.001
𝜔𝜔2 0.598 -0.005 0.962 0.000 -0.309 0.020
𝛿𝛿2 -0.004 -0.055 0.000 -0.017 0.000 0.004
𝜔𝜔3 0.490 -0.005 0.138 0.001 0.950 0.000
𝛿𝛿3 -0.004 -0.045 0.000 -0.002 0.000 -0.012
It is seen that in mode 1 oscillation all the machines oscillates in-phase. In the mode
2 oscillation, G1 and G2 machines oscillates 180 degrees out of phase around G3.
In mode 3 oscillation, G2 and G3 machines oscillation 180 degrees out of phase
around G1.
Appendix 1 – Axis transformation of example E.1
Let’s plot 𝑧𝑧1 and 𝑧𝑧2 axis of example E.1, in x-y plane.
In this example the right Eigen matrix of the system ∆𝑥𝑥̇ = 𝐴𝐴∆𝑥𝑥 is;
−0.97 −0.32
𝜙𝜙 = � �
−0.24 −0.95
Therefore, the system can be transformed in to the decoupled domain by;
𝒙𝒙 = 𝝓𝝓𝝓𝝓
𝑥𝑥
If we consider the coupled domain axis are x,y, then 𝒙𝒙 = �𝑦𝑦�, we can plot the
location of z1 and z2 axis by plotting a cluster of points as below.
We can plot the 𝑧𝑧1 axis by transforming the set of 𝑧𝑧 vectors
𝑧𝑧1 −5 −4 0 5
�𝑧𝑧 � = � � , � � , ⋯ � � ⋯ � �
2 0 0 0 0
to x-y domain by 𝒙𝒙 = 𝝓𝝓𝝓𝝓
𝑥𝑥 −0.97 −0.32 𝑧𝑧1
�𝑦𝑦� = � �� �
−0.24 −0.95 𝑧𝑧2
For example
𝑥𝑥 −0.97 −0.32 −5 (−0.97) × −5 + (−0.32) × 0 4.85
�𝑦𝑦� = � �� � = � �=� �
−0.24 −0.95 0 (−0.24) − 5 + (−0.95) × 0 1.20
We can write this as,
𝑥𝑥 −0.97 −0.32 𝑧𝑧1
�𝑦𝑦� = � �� �
−0.24 −0.95 0
This represents an axis such as
−0.24
𝑥𝑥 = −0.97𝑧𝑧1 and 𝑦𝑦 = −0.24𝑧𝑧1 which gives 𝑦𝑦 = 𝑥𝑥 = 0.2474𝑥𝑥
−0.97
The calculation is shown below with the two z-axis resulted in by such calculation.
𝑥𝑥 𝑧𝑧1
Therefore, it shall be noted that �𝑦𝑦� axis system can be transformed to �𝑧𝑧 � axis
2
system and visa-versa by plotting in the co-ordinate system shown in the figure.
phi
-0.9701 -0.3162
-0.2425 -0.9487
x z
4.8505 1.2125 -5 0
3.8804 0.97 -4 0
2.9103 0.7275 -3 0
1.9402 0.485 -2 0
0.9701 0.2425 -1 0
0 0 0 0
-0.9701 -0.2425 1 0
-1.9402 -0.485 2 0
-2.9103 -0.7275 3 0
-3.8804 -0.97 4 0
-4.8505 -1.2125 5 0
1.581 4.7435 0 -5
1.2648 3.7948 0 -4
0.9486 2.8461 0 -3
0.6324 1.8974 0 -2
0.3162 0.9487 0 -1
0 0 0 0
-0.3162 -0.9487 0 1
-0.6324 -1.8974 0 2
-0.9486 -2.8461 0 3
-1.2648 -3.7948 0 4
-1.581 -4.7435 0 5
-5
-4
-3
-2
-1 -5
-4
-3
-1 -2
0
1
2
3 1
5 4
2
5
Appendix 2 – MATLAB Program to calculate the modes of the IEEE 9 bus
system
% Small signal model of the IEEE 9 bus system
clear;
alpha=[0;9.3;4.7];
v=[1.040;1.025;1.025].*(cos(alpha/180*pi)+j*sin(alpha/180*pi));
%Generator impedences
xdd1=j*0.0608;
xdd2=j*0.1198;
xdd3=j*0.1813;
xdd=[xdd1;xdd2;xdd3];
P_Gen=[.716;1.63;0.85];
Q_Gen=[.27;.062;-.109];
E_Gen=[v+Q_Gen.*xdd./v+j*P_Gen.*xdd./v];
theta=angle(E_Gen);
v=abs(E_Gen).*(cos(theta)+j*sin(theta));
%transformer impedances
trf14=j*0.0576;
trf27=j*0.0625;
trf39=j*0.0586;
z14=xdd1+trf14;
z27=xdd2+trf27;
z39=xdd3+trf39;
y14=1/z14;
y27=1/z27;
y39=1/z39;
z45=.0100+j*0.0850;
z46=.0170+j*0.0920;
z57=0.0320+j*0.1610;
z69=0.0390+j*0.1700;
z78=.0085+j*0.0720;
z89=0.0119+j*0.1008;
y45=1/z45;
y46=1/z46;
y57=1/z57;
y69=1/z69;
y78=1/z78;
y89=1/z89;
%load calculation
VA=0.996*exp(j*deg2rad(-4));
PA=125/100;
QA=50.0/100;
YA=PA/VA^2-j*QA/VA^2;
VB=1.013*exp(j*deg2rad(-3.7));
PB=90/100;
QB=30/100;
YB=PB/VB^2-j*QB/VB^2;
VC=1.016*exp(j*deg2rad(0.7));
PC=100/100;
QC=35/100;
YC=PC/VC^2-j*QC/VC^2;
y40=B45+B46;
y70=B57+B78;
y90=B89+B69;
y50=YA+B57+B45;
y60=YB+B46+B69;
y80=YC+B89+B78;
Ybus=[y14 0 0 -y14 0 0 0 0 0
0 y27 0 0 0 0 -y27 0 0
0 0 y39 0 0 0 0 0 -y39
-y14 0 0 y14+y45+y46+y40 -y45 -y46 0 0 0
0 0 0 -y45 y45+y57+y50 0 -y57 0 0
0 0 0 -y46 0 y46+y69+y60 0 0 -y69
0 -y27 0 0 -y57 0 y27+y57+y78+y70 -y78 0
0 0 0 0 0 0 -y78 y78+y89+y80 -y89
0 0 -y39 0 0 -y69 0 -y89 y39+y69+y89+y90];
ynn=Ybus(1:3,1:3);
ynr=Ybus(1:3,4:9);
yrn=Ybus(4:9,1:3);
yrr=Ybus(4:9,4:9);
Ybusnew=ynn-ynr*inv(yrr)*yrn;
G=real(Ybusnew);
B=imag(Ybusnew);
vv=abs(v);
H=[0 0 0
0 0 0
0 0 0];
theta=theta/180*pi;
for i=1:3
tot=0;
for k=1:3
if i==k
H(i,k)=0;
else
H(i,k)=vv(i)*vv(k)*(G(i,k)*(sin(theta(i)-theta(k)))-
B(i,k)*(cos(theta(i)-theta(k))));
tot=tot+H(i,k);
end
end
H(i,i)=-tot;
end
M=[23;6.4;3.01]/(180*50);
D=[.002 .002 .002];
[V,lambda,W]=eig(A);
part=zeros(6);
W=W';
for i=1:6
tott=0;
for k=1:6
part(k,i)=abs(V(k,i))*abs(W(i,k));
tott=tott+part(k,i);
end
for kk=1:6
part(kk,i)=part(kk,i)/tott;
end
end
Appendix 3 – Example of three mass system
Consider three masses connected by three spring-damper systems. This system is having three degrees of
freedom. We can describe dynamics of this system by three equations for three masses as;
𝑚𝑚2 𝑥𝑥̈ 2 = 𝑘𝑘1 (𝑥𝑥1 − 𝑥𝑥2 ) − 𝑘𝑘2 (𝑥𝑥2 − 𝑥𝑥3 ) + 𝑐𝑐1 (𝑣𝑣1 − 𝑣𝑣2 ) − 𝑐𝑐2 (𝑣𝑣2 − 𝑣𝑣3 )
= 𝑘𝑘1 𝑥𝑥1 − (𝑘𝑘1 + 𝑘𝑘2 )𝑥𝑥2 + 𝑘𝑘2 𝑥𝑥3 + 𝑐𝑐1 𝑣𝑣1 − (𝑐𝑐1 + 𝑐𝑐2 )𝑣𝑣2 + 𝑐𝑐2 𝑣𝑣3
𝑚𝑚3 𝑥𝑥̈ 3 = 𝑘𝑘2 𝑥𝑥2 − 𝑘𝑘2 𝑥𝑥3 + 𝑐𝑐2 𝑣𝑣2 − 𝑐𝑐2 𝑣𝑣3
𝑥𝑥̇1 = 𝑣𝑣1
𝑘𝑘1 𝑘𝑘1 𝑐𝑐1 𝑐𝑐1
𝑣𝑣̇ 1 = − 𝑥𝑥1 + 𝑥𝑥2 − 𝑣𝑣1 + 𝑣𝑣
𝑚𝑚1 𝑚𝑚1 𝑚𝑚1 𝑚𝑚1 2
𝑥𝑥̇ 2 = 𝑣𝑣2
𝑥𝑥̇ 3 = 𝑣𝑣3
𝑘𝑘2 𝑘𝑘2 𝑐𝑐2 𝑐𝑐2
𝑣𝑣̇ 3 = 𝑥𝑥2 − 𝑥𝑥3 + 𝑣𝑣2 − 𝑣𝑣
𝑚𝑚3 𝑚𝑚3 𝑚𝑚3 𝑚𝑚3 3
And the state space representation of this system in free motion is given by,
0 1 0 0 0 0
⎡ 𝑘𝑘1 𝑐𝑐1 𝑘𝑘1 𝑐𝑐1 ⎤
𝑥𝑥̇1 ⎢− − 0 0 ⎥ 𝑥𝑥1
⎡𝑣𝑣̇ ⎤ ⎢ 𝑚𝑚1 𝑚𝑚1 𝑚𝑚1 𝑚𝑚1 ⎥ ⎡𝑣𝑣 ⎤
⎢ 1⎥ ⎢ 0 0 0 1 0 0 ⎥ ⎢ 1⎥
𝑥𝑥
⎢𝑥𝑥̇ 2 ⎥ = ⎢ 𝑘𝑘1 𝑐𝑐1 (𝑘𝑘1 + 𝑘𝑘2 ) (𝑐𝑐1 + 𝑐𝑐2 ) 𝑘𝑘2 𝑐𝑐2 ⎥ ⎢ 2 ⎥
⎢𝑣𝑣̇ 2 ⎥ ⎢ 𝑚𝑚 − − 𝑣𝑣2
𝑚𝑚2 𝑚𝑚2 𝑚𝑚2 𝑚𝑚2 𝑚𝑚2 ⎥ ⎢𝑥𝑥 ⎥
⎢𝑥𝑥̇ 3 ⎥ ⎢ 2 ⎥ ⎢ 3⎥
0 0 0 0 0 1 ⎥ ⎣𝑣𝑣 ⎦
⎣𝑣𝑣̇ 3 ⎦ ⎢ 𝑘𝑘2 𝑐𝑐2 𝑘𝑘2 𝑐𝑐2 3
⎢ 0 0 − − ⎥
⎣ 𝑚𝑚3 𝑚𝑚3 𝑚𝑚3 𝑚𝑚3 ⎦
If we consider 𝑚𝑚1 = 𝑚𝑚2 = 𝑚𝑚3 = 1, 𝑐𝑐1 = 𝑐𝑐2 = 𝑐𝑐3 = 0, and, 𝑘𝑘1 = 𝑘𝑘2 = 𝑘𝑘3 = 1, for simplicity, then the
state equation becomes,
𝑥𝑥̇1 0 1 0 0 0 0 𝑥𝑥1
⎡𝑣𝑣̇ ⎤ ⎡
1 −1 0 1 0 0 0⎤ ⎡𝑣𝑣1 ⎤
⎢ ⎥ ⎢ ⎥⎢ ⎥
⎢𝑥𝑥̇ 2 ⎥ = ⎢ 0 0 0 1 0 0⎥ ⎢𝑥𝑥2 ⎥
⎢𝑣𝑣̇ 2 ⎥ ⎢ 1 0 −2 0 1 0⎥ ⎢𝑣𝑣2 ⎥
⎢𝑥𝑥̇ 3 ⎥ ⎢ 0 0 0 0 0 1⎥ ⎢𝑥𝑥3 ⎥
⎣𝑣𝑣̇ 3 ⎦ ⎣ 0 0 1 0 −1 0⎦ ⎣𝑣𝑣3 ⎦
The right Eigen matrix, 𝑉𝑉, the left Eigen matrix, 𝑊𝑊, and the Eigen matrix, Λ, of this state matrix is as shown
below.
0 + 1.7321𝑖𝑖 0 0 0 0 0
⎡ 0 0 − 1.7321𝑖𝑖 0 0 0 0 ⎤
⎢ ⎥
0 0 0 + 1𝑖𝑖 0 0 0
Λ=⎢ ⎥
⎢ 0 0 0 0 − 1𝑖𝑖 0 0 ⎥
⎢ 0 0 0 0 −9.3823 × 10−9 0 ⎥
⎣ 0 0 1 0 0 −9.3823 × 10 −9 ⎦
The below MATLAB script and the corresponding mode shapes are good example for such.
m1=1.5;
m2=1;
m3=1.25;
k1=0.75;
k2=1;
k3=1.25;
c1=0.1;
c2=0.15;
c3=0.1;
A=[0 1 0 0 0 0
-k1/m1 -c1/m1 k1/m1 c1/m1 0 0
0 0 0 1 0 0
k1/m2 c1/m2 -(k1+k2)/m2 -(c1+c2)/m2 k2/m2 c2/m2
0 0 0 0 0 1
0 0 k2/m3 c2/m3 -k2/m3 -c2/m3]
[V,lambda,W]=eig(A)
V_r=real(V);
V_i=imag(V);
The mode shapes for the dominant two modes of oscillation are as shown below.