ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

Numbers Treasure Hunt Following each question, click on the answer. If correct, the next page will load with a graphic first – these can be used to check.
Angstrom Care 培苗社 Quadratic Equation II
1
Feichter_DPG-SYKL03_Bild-01. Feichter_DPG-SYKL03_Bild-02.
1 Vorlesung Informatik 2 Algorithmen und Datenstrukturen (Parallel Algorithms) Robin Pomplun.
© 2008 Pearson Addison Wesley. All rights reserved Chapter Seven Costs.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 6 Author: Julia Richards and R. Scott Hawley.
Author: Julia Richards and R. Scott Hawley
1 Copyright © 2013 Elsevier Inc. All rights reserved. Appendix 01.
Properties Use, share, or modify this drill on mathematic properties. There is too much material for a single class, so you’ll have to select for your.
UNITED NATIONS Shipment Details Report – January 2006.
1 RA I Sub-Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Casablanca, Morocco, 20 – 22 December 2005 Status of observing programmes in RA I.
Summary of Convergence Tests for Series and Solved Problems
Measurements and Their Uncertainty 3.1
Properties of Real Numbers CommutativeAssociativeDistributive Identity + × Inverse + ×
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Solve Multi-step Equations
REVIEW: Arthropod ID. 1. Name the subphylum. 2. Name the subphylum. 3. Name the order.
Break Time Remaining 10:00.
EE 369 POWER SYSTEM ANALYSIS
EE 369 POWER SYSTEM ANALYSIS
Announcements Homework 6 is due on Thursday (Oct 18)
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems
Copyright © Cengage Learning. All rights reserved.
PP Test Review Sections 6-1 to 6-6
EU market situation for eggs and poultry Management Committee 20 October 2011.
Slide 6-1 COMPLEX NUMBERS AND POLAR COORDINATES 8.1 Complex Numbers 8.2 Trigonometric Form for Complex Numbers Chapter 8.
MAT 205 F08 Chapter 12 Complex Numbers.
ECE 576 – Power System Dynamics and Stability
2 |SharePoint Saturday New York City
Exarte Bezoek aan de Mediacampus Bachelor in de grafische en digitale media April 2014.
VOORBLAD.
Copyright © 2012, Elsevier Inc. All rights Reserved. 1 Chapter 7 Modeling Structure with Blocks.
1 RA III - Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Buenos Aires, Argentina, 25 – 27 October 2006 Status of observing programmes in RA.
Factor P 16 8(8-5ab) 4(d² + 4) 3rs(2r – s) 15cd(1 + 2cd) 8(4a² + 3b²)
Basel-ICU-Journal Challenge18/20/ Basel-ICU-Journal Challenge8/20/2014.
1..
CONTROL VISION Set-up. Step 1 Step 2 Step 3 Step 5 Step 4.
© 2012 National Heart Foundation of Australia. Slide 2.
Understanding Generalist Practice, 5e, Kirst-Ashman/Hull
Note to the teacher: Was 28. A. to B. you C. said D. on Note to the teacher: Make this slide correct answer be C and sound to be “said”. to said you on.
Model and Relationships 6 M 1 M M M M M M M M M M M M M M M M
25 seconds left…...
Analyzing Genes and Genomes
Vector Algebra One Mark Questions PREPARED BY:
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Essential Cell Biology
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Clock will move after 1 minute
Intracellular Compartments and Transport
PSSA Preparation.
Essential Cell Biology
Immunobiology: The Immune System in Health & Disease Sixth Edition
Energy Generation in Mitochondria and Chlorplasts
Announcements Be reading Chapter 6, also Chapter 2.4 (Network Equations). HW 5 is 2.38, 6.9, 6.18, 6.30, 6.34, 6.38; do by October 6 but does not need.
Murach’s OS/390 and z/OS JCLChapter 16, Slide 1 © 2002, Mike Murach & Associates, Inc.
ECE 333 Renewable Energy Systems Lecture 14: Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
Lecture 11 Power Flow Professor Tom Overbye Special Guest Appearance by Professor Sauer! Department of Electrical and Computer Engineering ECE 476 POWER.
ECE 476 Power System Analysis Lecture 12: Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign.
ECE 476 POWER SYSTEM ANALYSIS
ECE 476 Power System Analysis
ECE 476 Power System Analysis
ECE 476 POWER SYSTEM ANALYSIS
ECEN 460 Power System Operation and Control
Presentation transcript:

ECE 530 – Analysis Techniques for Large-Scale Electrical Systems Prof. Hao Zhu Dept. of Electrical and Computer Engineering University of Illinois at Urbana-Champaign 1 Lecture 4: Newton-Raphson Method

Power Flow Analysis 2 When analyzing power systems, we know the complex power being consumed by the load, and the power being injected by the generators plus their voltage magnitudes Want to find voltage magnitude and angle at every bus

Solving Nonlinear Equations Most common technique for solving the nonlinear power flow is to use the Newton-Raphson method Key idea behind Newton-Raphson is to use sequential linearization More tractable for linear systems 3

Linear Equations Linear system of equations Here we will use the style of bolding matrices and vectors Later in course we’ll consider solution methods for sparse linear equations, which are quite common in electric power systems Linear equations are conceptually easy to solve, provided A is nonsingular; then there is a single solution 4

Linear Power System Elements 5

Nonlinear Equations Motivated by power flow analysis, we’ll consider the solution of nonlinear equations of the form: Problem may be restated as finding a root x of f where both x and f(x) are n-vectors A key challenge with nonlinear equations is there may be one, none or multiple solutions! 6

Nonlinear Example of Multiple Solutions and No Solution 7 f (x) = x f (x) = x two solutions where f(x) = 0 no solution f(x) = 0 Example 1:x = 0 has solutions x =  1.414… Example 2: x = 0 has no real solution

Nonlinear Equations The notation f(x) is short-hand for the vector function so the problem is to solve n equations for n unknowns 8

Newton-Raphson Method Newton developed his method for solving for the roots of nonlinear equations in 1671, but it wasn’t published until 1736 Raphson developed a similar method in 1690; Raphson’s approach was actually simpler than Newton’s, and is what is used today General form of scalar problem is to find an x such that f(x) = 0 Key idea behind the Newton-Raphson method is to use sequential linearization 9

Newton-Raphson Method (scalar) 10 Note, a priori we do NOT know x

Newton-Raphson Method, cont’d 11

Newton-Raphson Example 12

Newton-Raphson Example, cont’d 13

Sequential Linear Approximations 14 Function is f(x) = x = 0. Solutions are points where f(x) intersects f(x) = 0 axis At each iteration the N-R method uses a linear approximation to determine the next value for x

Newton’s Method for a Scalar Equation x (3) x (2) x (0) root x * x (4) x (1) x f (x) 15

Example 2 Find the positive root of using Newton’s method starting Computation must be done using radians!!! 16

Example 2 Graphical View 17

Example 2 Iterations We continue the iterations to obtain the following set of results iteration number v

Example 2, Changed Initial Guess It is interesting to note that we get to the value of also if we start at iteration number v

Newton-Raphson Comments When close to the solution the error decreases quite quickly -- method has quadratic convergence f(x (v) ) is known as the mismatch, which we would like to drive to zero Stopping criteria is when  f(x (v) )  <  Results are dependent upon the initial guess. What if we had guessed x (0) = 0, or x (0) = -1? A solution’s region of attraction (ROA) is the set of initial guesses that converge to the particular solution. The ROA is often hard to determine 20

Normal Convergence desired root f (x) 21

Oscillatory Convergence x (3) x (1) x (2) x (0) x (4) f (x) Note that we actually overshoot the solution 22

Convergence to an Unwanted Root x desired root undesired root x (1) x (0) f (x) 23

Divergence x (1) x (0) x (2) x f (x) 24

Multi-Variable Newton-Raphson 25

Multi-Variable Case, cont’d 26

Multi-Variable Case, cont’d 27

Jacobian Matrix 28

Multi-Variable N-R Procedure 29

Multi-Variable Example 30

Multi-variable Example, cont’d 31

Multi-variable Example, cont’d 32

Stopping Criteria: Vector Norms When x is a vector the stopping criteria is determined by calculating the vector norm. Any norm could be used, but the most common norm used is the infinity norm,, where Other common norms are the one norm, which is the sum of the element absolute values and the Euclidean (or two norm) defined as 33 = =

Newton-Raphson Power Flow 34

Power Flow Variables 35

N-R Power Flow Solution 36

Power Flow Jacobian Matrix 37

Power Flow Jacobian Matrix, cont’d 38