SlideShare a Scribd company logo
1 of 28
Download to read offline
BEF43303
POWER SYSTEM ANALYSIS AND PROTECTION
POWER FLOW ANALYSIS
WEEK 2
2.1 BUS ADMITTANCE MATRIX
• Network equations can be formulated systematically in a variety of
forms.
• The node-voltage method is the most suitable form for many power
system analyses and is commonly used.
• In order to obtain the node-voltage equations, the bus admittance
matrix needs to be formulated.
• Consider the simple power system shown in Figure 1 where
impedances are expressed in per unit on a common MVA base.
• Resistances are neglected for simplicity.
2.1 BUS ADMITTANCE MATRIX
• Since the nodal solution is based on Kirchhoff’s current law,
impedances are converted to admittance:
𝑦𝑖𝑗 =
1
𝑧𝑖𝑗
=
1
𝑟𝑖𝑗 + 𝑗𝑥𝑖𝑗
• The circuit has been redrawn in Figure 2 in terms of admittances
and transformation to current sources.
2.1 BUS ADMITTANCE MATRIX
Figure 1 – The impedance diagram of
a simple system.
Figure 2 – The admittance diagram for system of Figure 1.
2.1 BUS ADMITTANCE MATRIX
• Applying KCL to nodes 1 to 4:
• Rearranging these equations
yields:
Figure 2 – The admittance diagram for system of Figure 1.
2.1 BUS ADMITTANCE MATRIX
• We introduce the following
admittances:
Figure 2 – The admittance diagram for system of Figure 1.
2.1 BUS ADMITTANCE MATRIX
• The node equations reduce to:
• Since there is no connections
between bus 1 and 4:
𝑌14 = 𝑌41 = 0
• Similarly for bus 2 and 4:
𝑌24 = 𝑌42 = 0
Figure 2 – The admittance diagram for system of Figure 1.
2.1 BUS ADMITTANCE MATRIX
• Extending the above relation to an 𝑛 bus system, the node-voltage
equation in matrix form is:
2.1 BUS ADMITTANCE MATRIX
Terms Comments
𝐼𝑏𝑢𝑠 • The vector of the injected bus current.
• Positive when flowing towards the bus.
• Negative of flowing away from the bus.
𝑉𝑏𝑢𝑠 • Voltage measured from the reference node.
𝑌𝑏𝑢𝑠 • The bus admittance matrix
• The diagonal element (self-admittance) of each node is the
sum of admittances connected to it.
• The off-diagonal element (mutual admittance) is equal to the
negative of the admittance between the nodes.
2.1 BUS ADMITTANCE MATRIX
• The self-admittance element is given by:
𝑌𝑖𝑖 =
𝑗=0
𝑛
𝑦𝑖𝑗 𝑗 ≠ 𝑖
• The mutual-admittance element is given by:
𝑌𝑖𝑗 = 𝑌
𝑗𝑖 = −𝑦𝑖𝑗
• The 𝑛 bus voltages can be solved using the following equation:
𝑉𝑏𝑢𝑠 = 𝑌𝑏𝑢𝑠
−1
𝐼𝑏𝑢𝑠
2.1 BUS ADMITTANCE MATRIX
• The bus admittance matrix for the network in Figure 2 is given as
follows:
2.1 BUS ADMITTANCE MATRIX
Tutorial 1
A power system network is shown in Figure 3. The generators at buses
1 and 2 are represented by their equivalent current sources with their
reactances in per unit on a 100-MVA base. The lines are represented by
𝜋 model where series reactances and shunt reactances are also
expressed in per unit on a 100 MVA base. The loads at buses 3 and 4
are expressed in MW and MVar. Assuming a voltage magnitude of 1.0
per unit at buses 3 and 4, convert the loads to per unit impedances.
Convert network impedances to admittances and obtain the bus
admittance matrix by inspection.
2.1 BUS ADMITTANCE MATRIX
Tutorial 1
Figure 3 – The impedance diagram for Tutorial 1
2.1 BUS ADMITTANCE MATRIX
Tutorial 1
Answer for Tutorial 1:
2.1 BUS ADMITTANCE MATRIX
Tutorial 2
A power system network is shown in Figure 4. The values marked are
impedances in per unit on a base of 100 MVA. Determine the bus
admittance matrix by inspection.
Figure 4 - The impedance diagram for Tutorial 2
2.1 BUS ADMITTANCE MATRIX
Tutorial 2
Answer for Tutorial 2:
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
The most common techniques used for the iterative solution of
nonlinear algebraic equations are as follows:
• Gauss-Seidel,
• Newton-Raphson,
• Quasi-Newton.
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Gauss-Seidel method
• Also known as the method of successive displacements.
• Consider the solution of the nonlinear equation given by:
• The above function is rearranged as:
• If 𝑥(𝑘) is an initial estimate of the variable 𝑥, the following iterative
sequence is formed:
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Gauss-Seidel method
• A solution is obtained when the difference between the absolute
value of the successive iteration is less than a specified accuracy
such that:
• 𝜖 is the desired accuracy.
• In some cases, an acceleration factor 𝛼 can be used to improve the
rate of convergence using the following formula:
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Example 1
Use the Gauss-Seidel method to find a root of the following equation:
Solution to Example 1:
• Solving for 𝑥, the above expression is written as:
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Solution to Example 1:
• Apply the Gauss-Seidel algorithm and use an initial estimate of:
• The first iteration is:
• The second iteration is:
• The subsequent iterations result in 2.8966, 3.3376, 3.1398. 3.9568.
3.9988 and 4.0000.
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Solution to Example 1:
• Apply the Gauss-Seidel algorithm and use an initial estimate of:
• The first iteration is:
• The second iteration is:
• The subsequent iterations result in 2.8966, 3.3376, 3.1398. 3.9568.
3.9988 and 4.0000.
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Solution to Example 1:
Figure 5 - Graphical illustration of the Gauss-Seidel method
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Example 2:
Find a root of the equation in Example 1, using the Gauss-Seidel
method with an acceleration factor of α = 1.25.
Solution to Example 2
• The first iteration is:
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Solution to Example 2:
• The second iteration is:
• The subsequent iterations result in 3.0801, 3.1831. 3.7238. 4.0084.
3.9978 and 4.0005.
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Solution to Example 2:
Figure 6 - Graphical illustration of the Gauss-Seidel method
using acceleration factor
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Consider the system of 𝑛 equations in 𝑛 variables:
Solving for one variable from each equation, the above functions are
rearranged and written as:
2.2 NONLINEAR ALGEBRAIC
EQUATIONS’ SOLUTION TECHNIQUES
Tutorial 3
Use Gauss-Seidel method to find the solution of the following
equations:
with the following initial estimates:
a) 𝑥1
(0)
= 1, 𝑥2
(0)
= 1 (Answer: 𝑥1
(2)
= 5, 𝑥2
(2)
= 1 )
b) 𝑥1
(0)
= 1, 𝑥2
(0)
= 2 (Answer: 𝑥1
(10)
= 2.0006, 𝑥2
(10)
= 3.9994)
Continue the iterations until ∆𝑥1
(𝑘)
and ∆𝑥2
(𝑘)
are less than 0.001.

More Related Content

Similar to BEF43303 - 201620171 W2 Power System Analysis and Protection.pdf

circuit_modes_v5
circuit_modes_v5circuit_modes_v5
circuit_modes_v5
Olivier Buu
 
EE454_Power Flow Programming
EE454_Power Flow ProgrammingEE454_Power Flow Programming
EE454_Power Flow Programming
ki hei chan
 
Newton Raphson
Newton RaphsonNewton Raphson
Newton Raphson
Aisu
 
Day 6-notes-mesh-analysis
Day 6-notes-mesh-analysisDay 6-notes-mesh-analysis
Day 6-notes-mesh-analysis
sana9292
 

Similar to BEF43303 - 201620171 W2 Power System Analysis and Protection.pdf (20)

A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
 
Lecture 10
Lecture 10Lecture 10
Lecture 10
 
circuit_modes_v5
circuit_modes_v5circuit_modes_v5
circuit_modes_v5
 
Voltage Stability Investigation of the Nigeria 330KV Interconnected Grid Syst...
Voltage Stability Investigation of the Nigeria 330KV Interconnected Grid Syst...Voltage Stability Investigation of the Nigeria 330KV Interconnected Grid Syst...
Voltage Stability Investigation of the Nigeria 330KV Interconnected Grid Syst...
 
Circuitanly
CircuitanlyCircuitanly
Circuitanly
 
Circuit theory 1-c3-analysis methods
Circuit theory 1-c3-analysis methodsCircuit theory 1-c3-analysis methods
Circuit theory 1-c3-analysis methods
 
Nodal_and_Mesh_analysis
Nodal_and_Mesh_analysisNodal_and_Mesh_analysis
Nodal_and_Mesh_analysis
 
EE454_Power Flow Programming
EE454_Power Flow ProgrammingEE454_Power Flow Programming
EE454_Power Flow Programming
 
Newton Raphson
Newton RaphsonNewton Raphson
Newton Raphson
 
HassanShabbir_PES
HassanShabbir_PESHassanShabbir_PES
HassanShabbir_PES
 
Lecture 8
Lecture 8Lecture 8
Lecture 8
 
MESH NODAL DC.pptx
MESH NODAL DC.pptxMESH NODAL DC.pptx
MESH NODAL DC.pptx
 
Power flow solution
Power flow solutionPower flow solution
Power flow solution
 
Power System Analysis and Design
Power System Analysis and DesignPower System Analysis and Design
Power System Analysis and Design
 
IRJET-Power Flow & Voltage Stability Analysis using MATLAB
IRJET-Power Flow & Voltage Stability Analysis using MATLAB IRJET-Power Flow & Voltage Stability Analysis using MATLAB
IRJET-Power Flow & Voltage Stability Analysis using MATLAB
 
Power Flow & Voltage Stability Analysis using MATLAB
Power Flow & Voltage Stability Analysis using MATLAB Power Flow & Voltage Stability Analysis using MATLAB
Power Flow & Voltage Stability Analysis using MATLAB
 
BEF43303 - 201620171 W1 Power System Analysis and Protection.pdf
BEF43303 - 201620171 W1 Power System Analysis and Protection.pdfBEF43303 - 201620171 W1 Power System Analysis and Protection.pdf
BEF43303 - 201620171 W1 Power System Analysis and Protection.pdf
 
Power System Simulation Laboratory Manual
Power System Simulation Laboratory Manual Power System Simulation Laboratory Manual
Power System Simulation Laboratory Manual
 
APSA LEC 9
APSA LEC 9APSA LEC 9
APSA LEC 9
 
Day 6-notes-mesh-analysis
Day 6-notes-mesh-analysisDay 6-notes-mesh-analysis
Day 6-notes-mesh-analysis
 

More from LiewChiaPing

More from LiewChiaPing (20)

chapter4 DC to AC Converter.ppt
chapter4 DC to AC Converter.pptchapter4 DC to AC Converter.ppt
chapter4 DC to AC Converter.ppt
 
chapter_2 AC to DC Converter.pptx
chapter_2 AC to DC Converter.pptxchapter_2 AC to DC Converter.pptx
chapter_2 AC to DC Converter.pptx
 
chapter_1 Intro. to electonic Devices.ppt
chapter_1 Intro. to electonic Devices.pptchapter_1 Intro. to electonic Devices.ppt
chapter_1 Intro. to electonic Devices.ppt
 
Chapter 7 Application of Electronic Converters.pdf
Chapter 7 Application of Electronic Converters.pdfChapter 7 Application of Electronic Converters.pdf
Chapter 7 Application of Electronic Converters.pdf
 
Chapter 6 AC-AC Converters.pdf
Chapter 6 AC-AC Converters.pdfChapter 6 AC-AC Converters.pdf
Chapter 6 AC-AC Converters.pdf
 
Chapter 5 DC-DC Converters.pdf
Chapter 5 DC-DC Converters.pdfChapter 5 DC-DC Converters.pdf
Chapter 5 DC-DC Converters.pdf
 
Chapter 4 Inverters.pdf
Chapter 4 Inverters.pdfChapter 4 Inverters.pdf
Chapter 4 Inverters.pdf
 
Chapter 3 Controlled Rectifier.pdf
Chapter 3 Controlled Rectifier.pdfChapter 3 Controlled Rectifier.pdf
Chapter 3 Controlled Rectifier.pdf
 
Chapter 2 Uncontrolled Rectifiers.pdf
Chapter 2 Uncontrolled Rectifiers.pdfChapter 2 Uncontrolled Rectifiers.pdf
Chapter 2 Uncontrolled Rectifiers.pdf
 
Chapter 1 Introduction to power Electronic Devices.pdf
Chapter 1 Introduction to power Electronic Devices.pdfChapter 1 Introduction to power Electronic Devices.pdf
Chapter 1 Introduction to power Electronic Devices.pdf
 
BEF43303_-_201620171_W13 Overcurrent Protection.pdf
BEF43303_-_201620171_W13 Overcurrent Protection.pdfBEF43303_-_201620171_W13 Overcurrent Protection.pdf
BEF43303_-_201620171_W13 Overcurrent Protection.pdf
 
BEF43303_-_201620171_W12 Overcurrent Protection.pdf
BEF43303_-_201620171_W12 Overcurrent Protection.pdfBEF43303_-_201620171_W12 Overcurrent Protection.pdf
BEF43303_-_201620171_W12 Overcurrent Protection.pdf
 
BEF43303_-_201620171_W11 Distance Protection.pdf
BEF43303_-_201620171_W11 Distance Protection.pdfBEF43303_-_201620171_W11 Distance Protection.pdf
BEF43303_-_201620171_W11 Distance Protection.pdf
 
BEF43303_-_201620171_W10.pdf
BEF43303_-_201620171_W10.pdfBEF43303_-_201620171_W10.pdf
BEF43303_-_201620171_W10.pdf
 
BEF43303_-_201620171_W8 Power System Stability.pdf
BEF43303_-_201620171_W8 Power System Stability.pdfBEF43303_-_201620171_W8 Power System Stability.pdf
BEF43303_-_201620171_W8 Power System Stability.pdf
 
BEF43303_-_201620171_W7 Power System Stability.pdf
BEF43303_-_201620171_W7 Power System Stability.pdfBEF43303_-_201620171_W7 Power System Stability.pdf
BEF43303_-_201620171_W7 Power System Stability.pdf
 
BEF43303_-_201620171_W6 Analysis of Fault.pdf
BEF43303_-_201620171_W6 Analysis of Fault.pdfBEF43303_-_201620171_W6 Analysis of Fault.pdf
BEF43303_-_201620171_W6 Analysis of Fault.pdf
 
BEF43303_-_201620171_W5 Analysis of fault.pdf
BEF43303_-_201620171_W5 Analysis of fault.pdfBEF43303_-_201620171_W5 Analysis of fault.pdf
BEF43303_-_201620171_W5 Analysis of fault.pdf
 
BEF43303_-_201620171_W4 Analysis of Balance and Unbalance Fault.pdf
BEF43303_-_201620171_W4 Analysis of Balance and Unbalance Fault.pdfBEF43303_-_201620171_W4 Analysis of Balance and Unbalance Fault.pdf
BEF43303_-_201620171_W4 Analysis of Balance and Unbalance Fault.pdf
 
6_Fault analysis.pdf
6_Fault analysis.pdf6_Fault analysis.pdf
6_Fault analysis.pdf
 

Recently uploaded

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 

Recently uploaded (20)

Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

BEF43303 - 201620171 W2 Power System Analysis and Protection.pdf

  • 1. BEF43303 POWER SYSTEM ANALYSIS AND PROTECTION POWER FLOW ANALYSIS WEEK 2
  • 2. 2.1 BUS ADMITTANCE MATRIX • Network equations can be formulated systematically in a variety of forms. • The node-voltage method is the most suitable form for many power system analyses and is commonly used. • In order to obtain the node-voltage equations, the bus admittance matrix needs to be formulated. • Consider the simple power system shown in Figure 1 where impedances are expressed in per unit on a common MVA base. • Resistances are neglected for simplicity.
  • 3. 2.1 BUS ADMITTANCE MATRIX • Since the nodal solution is based on Kirchhoff’s current law, impedances are converted to admittance: 𝑦𝑖𝑗 = 1 𝑧𝑖𝑗 = 1 𝑟𝑖𝑗 + 𝑗𝑥𝑖𝑗 • The circuit has been redrawn in Figure 2 in terms of admittances and transformation to current sources.
  • 4. 2.1 BUS ADMITTANCE MATRIX Figure 1 – The impedance diagram of a simple system. Figure 2 – The admittance diagram for system of Figure 1.
  • 5. 2.1 BUS ADMITTANCE MATRIX • Applying KCL to nodes 1 to 4: • Rearranging these equations yields: Figure 2 – The admittance diagram for system of Figure 1.
  • 6. 2.1 BUS ADMITTANCE MATRIX • We introduce the following admittances: Figure 2 – The admittance diagram for system of Figure 1.
  • 7. 2.1 BUS ADMITTANCE MATRIX • The node equations reduce to: • Since there is no connections between bus 1 and 4: 𝑌14 = 𝑌41 = 0 • Similarly for bus 2 and 4: 𝑌24 = 𝑌42 = 0 Figure 2 – The admittance diagram for system of Figure 1.
  • 8. 2.1 BUS ADMITTANCE MATRIX • Extending the above relation to an 𝑛 bus system, the node-voltage equation in matrix form is:
  • 9. 2.1 BUS ADMITTANCE MATRIX Terms Comments 𝐼𝑏𝑢𝑠 • The vector of the injected bus current. • Positive when flowing towards the bus. • Negative of flowing away from the bus. 𝑉𝑏𝑢𝑠 • Voltage measured from the reference node. 𝑌𝑏𝑢𝑠 • The bus admittance matrix • The diagonal element (self-admittance) of each node is the sum of admittances connected to it. • The off-diagonal element (mutual admittance) is equal to the negative of the admittance between the nodes.
  • 10. 2.1 BUS ADMITTANCE MATRIX • The self-admittance element is given by: 𝑌𝑖𝑖 = 𝑗=0 𝑛 𝑦𝑖𝑗 𝑗 ≠ 𝑖 • The mutual-admittance element is given by: 𝑌𝑖𝑗 = 𝑌 𝑗𝑖 = −𝑦𝑖𝑗 • The 𝑛 bus voltages can be solved using the following equation: 𝑉𝑏𝑢𝑠 = 𝑌𝑏𝑢𝑠 −1 𝐼𝑏𝑢𝑠
  • 11. 2.1 BUS ADMITTANCE MATRIX • The bus admittance matrix for the network in Figure 2 is given as follows:
  • 12. 2.1 BUS ADMITTANCE MATRIX Tutorial 1 A power system network is shown in Figure 3. The generators at buses 1 and 2 are represented by their equivalent current sources with their reactances in per unit on a 100-MVA base. The lines are represented by 𝜋 model where series reactances and shunt reactances are also expressed in per unit on a 100 MVA base. The loads at buses 3 and 4 are expressed in MW and MVar. Assuming a voltage magnitude of 1.0 per unit at buses 3 and 4, convert the loads to per unit impedances. Convert network impedances to admittances and obtain the bus admittance matrix by inspection.
  • 13. 2.1 BUS ADMITTANCE MATRIX Tutorial 1 Figure 3 – The impedance diagram for Tutorial 1
  • 14. 2.1 BUS ADMITTANCE MATRIX Tutorial 1 Answer for Tutorial 1:
  • 15. 2.1 BUS ADMITTANCE MATRIX Tutorial 2 A power system network is shown in Figure 4. The values marked are impedances in per unit on a base of 100 MVA. Determine the bus admittance matrix by inspection. Figure 4 - The impedance diagram for Tutorial 2
  • 16. 2.1 BUS ADMITTANCE MATRIX Tutorial 2 Answer for Tutorial 2:
  • 17. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES The most common techniques used for the iterative solution of nonlinear algebraic equations are as follows: • Gauss-Seidel, • Newton-Raphson, • Quasi-Newton.
  • 18. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Gauss-Seidel method • Also known as the method of successive displacements. • Consider the solution of the nonlinear equation given by: • The above function is rearranged as: • If 𝑥(𝑘) is an initial estimate of the variable 𝑥, the following iterative sequence is formed:
  • 19. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Gauss-Seidel method • A solution is obtained when the difference between the absolute value of the successive iteration is less than a specified accuracy such that: • 𝜖 is the desired accuracy. • In some cases, an acceleration factor 𝛼 can be used to improve the rate of convergence using the following formula:
  • 20. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Example 1 Use the Gauss-Seidel method to find a root of the following equation: Solution to Example 1: • Solving for 𝑥, the above expression is written as:
  • 21. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Solution to Example 1: • Apply the Gauss-Seidel algorithm and use an initial estimate of: • The first iteration is: • The second iteration is: • The subsequent iterations result in 2.8966, 3.3376, 3.1398. 3.9568. 3.9988 and 4.0000.
  • 22. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Solution to Example 1: • Apply the Gauss-Seidel algorithm and use an initial estimate of: • The first iteration is: • The second iteration is: • The subsequent iterations result in 2.8966, 3.3376, 3.1398. 3.9568. 3.9988 and 4.0000.
  • 23. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Solution to Example 1: Figure 5 - Graphical illustration of the Gauss-Seidel method
  • 24. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Example 2: Find a root of the equation in Example 1, using the Gauss-Seidel method with an acceleration factor of α = 1.25. Solution to Example 2 • The first iteration is:
  • 25. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Solution to Example 2: • The second iteration is: • The subsequent iterations result in 3.0801, 3.1831. 3.7238. 4.0084. 3.9978 and 4.0005.
  • 26. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Solution to Example 2: Figure 6 - Graphical illustration of the Gauss-Seidel method using acceleration factor
  • 27. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Consider the system of 𝑛 equations in 𝑛 variables: Solving for one variable from each equation, the above functions are rearranged and written as:
  • 28. 2.2 NONLINEAR ALGEBRAIC EQUATIONS’ SOLUTION TECHNIQUES Tutorial 3 Use Gauss-Seidel method to find the solution of the following equations: with the following initial estimates: a) 𝑥1 (0) = 1, 𝑥2 (0) = 1 (Answer: 𝑥1 (2) = 5, 𝑥2 (2) = 1 ) b) 𝑥1 (0) = 1, 𝑥2 (0) = 2 (Answer: 𝑥1 (10) = 2.0006, 𝑥2 (10) = 3.9994) Continue the iterations until ∆𝑥1 (𝑘) and ∆𝑥2 (𝑘) are less than 0.001.