2.symetrical Components - To - Students
2.symetrical Components - To - Students
2.symetrical Components - To - Students
Software: MATLAB
Theory:
An unbalanced set of N related phasors can be resolved into N
systems of phasors called the symmetrical components of the original
phasors. For a three-phase system (i.e. N = 3), the three sets are:
o
1. Positive Sequence - three phasors, equal in magnitude, 120 apart, with
the same sequence (a-b-c) as the original phasors.
o
2. Negative Sequence - three phasors, equal in magnitude, 120 apart, with
the opposite sequence (a-c-b) of the original phasors.
3. Zero Sequence - three identical phasors (i.e. equal in magnitude, with no
relative phase displacement).
Fig. 1 Representation of (a) an unbalanced network, its (b) positive sequence, (c)
negative sequence and (d) zero sequence.
1 of 6
G.Narayanamma Institute of Technology and science (for women)
EEE DEPARTMENT
ELECTRICAL SYSTEMS SIMULATION LAB
Va 1 1 1 Va0 V a0
[ ] [ ][ ] [ ]
V b = 1 a2
Vc 1 a
a V a1 =A V a 1
2
a Va2 V a2
; (1)
V a0 1 1 1 Va
[ ] [ ][ ]
V a2
1
V a1 = 1 a a 2 V b
3
1 a2 a V c
(2)
[] []
V a 012= V a1 , V abc = V b
V a2
V abc = AV a 012
Vc
[ ]
A= 1 a2 a
1 a a2 , and
1
A = 1 a a2
3
−1
1 a2 a [ ] . (5)
2 of 6
G.Narayanamma Institute of Technology and science (for women)
EEE DEPARTMENT
ELECTRICAL SYSTEMS SIMULATION LAB
1 0 0
we get
T ¿
A A =3 0 1 0
0 0 1 [ ]
Therefore, from (4) we get
¿ ¿ ¿
Pabc + jQ abc =3 ( V a0 I a 0 +V a1 I a 1 +V a 2 I a2 )
(8)
We then find that the complex power is three times the summation of the
complex power of the three phase sequences.
CALCULATIONS:
3 of 6
G.Narayanamma Institute of Technology and science (for women)
EEE DEPARTMENT
ELECTRICAL SYSTEMS SIMULATION LAB
4 of 6
G.Narayanamma Institute of Technology and science (for women)
EEE DEPARTMENT
ELECTRICAL SYSTEMS SIMULATION LAB
clear all
clc
% Unbalanced voltages in polar form: magnitude and angle
Vabc = [1.0 0;
1.2 -110 ;
0.9 120];
V012= inv(A)*Vabc_rect
clear all
clc
5 of 6
G.Narayanamma Institute of Technology and science (for women)
EEE DEPARTMENT
ELECTRICAL SYSTEMS SIMULATION LAB
1.2 -110 ;
0.9 120];
Vabc_rect=mag.*(cos(ang)+j*sin(ang))
% Unbalanced Current
Iabc = Vabc_rect./ZY
Va012= inv(A)*Vabc_rect
Ia012 = inv(A)*Iabc
% Complex power
S=3*Va012'* conj(Ia012)
RESULTS:
Signature
Name Roll No. Marks
of staff
6 of 6