Weighted-Least-Square(WLS) State Estimation

Size: px
Start display at page:

Download "Weighted-Least-Square(WLS) State Estimation"

Transcription

1 Weighted-Least-Square(WLS) State Estimation Yousu Chen PNNL December 18, 2015 This document is a description of how to formulate the weighted-least squares (WLS) state estimation problem. Most of the formulation is based on the book by Abur and Exposito 1. Power system state estimation is a central component in power system Energy Management Systems. A state estimator receives field measurement data from remote terminal units through data transmission systems, such as a Supervisory Control and Data Acquisition (SCADA) system. Based on a set of non-linear equations relating the measurements and power system states (i.e. bus voltage, and phase angle), a state estimator fine-tunes power system state variables by minimizing the sum of the residual squares. This is the well-known WLS method. The mathematical formulation of the WLS state estimation algorithm for an n-bus power system with m measurements is given below. 1 Ali Abur, Antonio Gomez Exposito, Power System State Estimation Theroy and Implementation, CRC Press 1

2 Basic Equations The starting equation for the WLS state estimation algorithm is z 1 h 1 (x 1, x 2,..., x n ) e 1 z 2 h 2 (x 1, x 2,..., x n ) e 2 z h(x) + e (1)... z m h m (x 1, x 2,..., x n ) e m The vector z of m measured values is The vector h z T [ z 1 z 2... z m ] h T [ h 1 (x) h 2 (x)... h m (x) ] containing the non-linear functions h i (x) relates the predicted value of measurement i to the state vector x containing n variables x T [ x 1 x 2... x n ] and e is the vector of measurement errors e T [ e 1 e 2... e m ] The measurement errors e i are assumed to satisfy the following statistical properties. First, the errors have zero mean E(e i ) 0, i 1,..., m (2) Second, the errors are assumed to be independent, (E[e i e j ] 0 for i j), such that the covariance matrix is diagonal Cov(e) E(e e T ) R diag{σ 2 1, σ 2 2,..., σ 2 m} (3) The objective function is then given by the relations J(x) m (z i h i (x)) 2 /R ii [z h(x)] T R 1 [z h(x)] (4) i1 2

3 The minimization condition is g(x) J(x) x HT (x)r 1 [z h(x)] 0 (5) where H(x) h(x)/ x. Expanding g(x) into its Taylor series leads to the expression g(x) g(x k ) + G(x k )(x x k ) (6) where the k + 1 iterate is related to the k th iterate via and G(x k ) is the gain matrix x k+1 x k G(x k ) 1 g(x k ) G(x k ) g(xk ) H T (x k )R 1 H(x k ) x Note the each iterate g(x k ) still satisfies g(x k ) H T (x k )R 1 (z h(x k )) The Normal Equation and solution procedure: The normal equation for the state estimation calculation follows from equation (??) and is given by the expression G(x k ) x k+1 H T (x k )R 1 (z h(x k )) (7) where x k+1 x k+1 x k. The WLS SE algorithm is based on this equation and consists of the following steps 1. Set k 0 2. Initialize the state vector x k, typical a flat start 3. Calculate the measurement function h(x k ) 4. Build the measurement Jacobian H(x k ) 5. Calculate the gain matrix of G(x k ) H T (x k )R 1 H(x k ) 6. Calculate the RHS of the normal equation H T (x k )R 1 (z h(x k )) 7. Solve the normal equation?? for x k 8. Check for convergence using max x k ɛ 9. If not converged, update x k+1 x k + x k and go to 3. Otherwise stop 3

4 The measurement function h(x k ) The measured quantities and their relation to the state variables are listed below 1. Real and reactive power injection at bus i P i V i V j (G ij cos θ ij + B ij sin θ ij ) (8) i j Q i V i V j (G ij sin θ ij + B ij cos θ ij ) (9) 2. Real and reactive power flow from bus i to bus j: i j P ij V 2 i (g si + g ij ) V i V j (g ij cos θ ij + b ij sin θ ij ) (10) Q ij V 2 i (b si + b ij ) V i V j (g ij sin θ ij b ij cos θ ij ) (11) 3. Line current flow magnitude from bus i to bus j: Pij 2 + Q2 ij /V i (12) These functions represent the set of functions h i (x) that relate the state variables V i and θ i to the measurements. The variables in the above expressions are defined as V i is the voltage magnitude at bus i θ i is the phase angle at bus i θ ij θ i θ j G ij + jb ij is the ijth element of the Y-bus matrix g ij + jb ij is the admittance of the series branch between bus i and bus j g si + jb sj is the admittance of the shunt branch at bus i 4

5 The measurement Jacobian H: The Jacobian matrix H can be written as H nj P flow nj Q flow I mag 0 nj P flow nj Q flow I mag mag (13) where the expressions for each block are j1 V i V j ( G ij sin θ ij + B ij cos θ ij ) V 2 i B ii (14) V i V j (G ij sin θ ij B ij cos θ ij ) (15) V j (G ij cos θ ij + B ij sin θ ij ) + V i G ii (16) j1 j V i (G ij cos θ ij + B ij sin θ ij ) (17) j1 V i V j (G ij cos θ ij + B ij sin θ ij ) V 2 i G ii (18) V i V j ( G ij cos θ ij B ij sin θ ij ) (19) V j (G ij sin θ ij B ij cos θ ij ) V i B ii (20) j1 j V i (G ij sin θ ij B ij cos θ ij ) (21) j V i V j (g ij sin θ ij b ij cos θ ij ) (22) 5

6 j V i V j (g ij sin θ ij b ij cos θ ij ) (23) j V j (g ij cos θ ij + b ij sin θ ij ) + 2(g ij + g si )V i (24) j j V i (g ij cos θ ij + b ij sin θ ij ) (25) V i V j (g ij cos θ ij + b ij sin θ ij ) (26) V i V j (g ij cos θ ij + b ij sin θ ij ) (27) V j (g ij sin θ ij b ij cos θ ij ) 2(b ij + b si )V i (28) j V i (g ij sin θ ij b ij cos θ ij ) (29) 1 (30) j 0 (31) 0 (32) 0 (33) g2 ij + b 2 ij V i V j sin θ ij (34) g2 ij + b 2 ij V i V j sin θ ij (35) g2 ij + b 2 ij (V i V j cos θ ij ) (36) g2 ij + b 2 ij (V j V i cos θ ij ) (37) 6

IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS

IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS Liuxi Zhang and Ali Abur Department of Electrical and Computer Engineering Northeastern University Boston, MA, USA lzhang@ece.neu.edu

More information

Steady-State Power System Security Analysis with PowerWorld Simulator

Steady-State Power System Security Analysis with PowerWorld Simulator Steady-State Power System Security Analysis with PowerWorld Simulator S: Power System Modeling Methods and Equations 00 South First Street Champaign, Illinois 680 + (7) 384.6330 support@powerworld.com

More information

A Cyber Security Study of a SCADA Energy Management System: Stealthy Deception Attacks on the State Estimator

A Cyber Security Study of a SCADA Energy Management System: Stealthy Deception Attacks on the State Estimator Proceedings of the 18th World Congress The International Federation of Automatic Control A Cyber Security Study of a SCADA Energy Management System: Stealthy Deception Attacks on the State Estimator André

More information

A Direct Numerical Method for Observability Analysis

A Direct Numerical Method for Observability Analysis IEEE TRANSACTIONS ON POWER SYSTEMS, VOL 15, NO 2, MAY 2000 625 A Direct Numerical Method for Observability Analysis Bei Gou and Ali Abur, Senior Member, IEEE Abstract This paper presents an algebraic method

More information

Background: State Estimation

Background: State Estimation State Estimation Cyber Security of the Smart Grid Dr. Deepa Kundur Background: State Estimation University of Toronto Dr. Deepa Kundur (University of Toronto) Cyber Security of the Smart Grid 1 / 81 Dr.

More information

Power Grid and Energy Management System

Power Grid and Energy Management System Power and 5 maggio 2015 Ing. foglietta.chiara@gmail.com Sistemi di lo per Università degli Studi di Cassino e del Lazio Meridionale Agenda Sistemi di lo per Purpose of this lesson The aim of this lesson

More information

A progressive method to solve large-scale AC Optimal Power Flow with discrete variables and control of the feasibility

A progressive method to solve large-scale AC Optimal Power Flow with discrete variables and control of the feasibility A progressive method to solve large-scale AC Optimal Power Flow with discrete variables and control of the feasibility Manuel Ruiz, Jean Maeght, Alexandre Marié, Patrick Panciatici and Arnaud Renaud manuel.ruiz@artelys.com

More information

Least-Squares Intersection of Lines

Least-Squares Intersection of Lines Least-Squares Intersection of Lines Johannes Traa - UIUC 2013 This write-up derives the least-squares solution for the intersection of lines. In the general case, a set of lines will not intersect at a

More information

Chapter 7 Nonlinear Systems

Chapter 7 Nonlinear Systems Chapter 7 Nonlinear Systems Nonlinear systems in R n : X = B x. x n X = F (t; X) F (t; x ; :::; x n ) B C A ; F (t; X) =. F n (t; x ; :::; x n ) When F (t; X) = F (X) is independent of t; it is an example

More information

Numerical methods for American options

Numerical methods for American options Lecture 9 Numerical methods for American options Lecture Notes by Andrzej Palczewski Computational Finance p. 1 American options The holder of an American option has the right to exercise it at any moment

More information

Nonlinear Algebraic Equations Example

Nonlinear Algebraic Equations Example Nonlinear Algebraic Equations Example Continuous Stirred Tank Reactor (CSTR). Look for steady state concentrations & temperature. s r (in) p,i (in) i In: N spieces with concentrations c, heat capacities

More information

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression Logistic Regression Department of Statistics The Pennsylvania State University Email: jiali@stat.psu.edu Logistic Regression Preserve linear classification boundaries. By the Bayes rule: Ĝ(x) = arg max

More information

Cyber Security Analysis of State Estimators in Electric Power Systems

Cyber Security Analysis of State Estimators in Electric Power Systems !"#$%&'''%()*+,-,*.,%)*%/,.010)*%2*3%()*#-)4 /,.,56,-%7897:;%04#)*%?#42*#2%>)#,4;%?#42*#2;%@?;%AB? Cyber Security Analysis of State Estimators in Electric Power Systems André Teixeira, Saurabh Amin,

More information

A vector is a directed line segment used to represent a vector quantity.

A vector is a directed line segment used to represent a vector quantity. Chapters and 6 Introduction to Vectors A vector quantity has direction and magnitude. There are many examples of vector quantities in the natural world, such as force, velocity, and acceleration. A vector

More information

NETWORK RECONFIGURATION FOR LOSS REDUCTION IN THREE-PHASE POWER DISTRIBUTION SYSTEMS

NETWORK RECONFIGURATION FOR LOSS REDUCTION IN THREE-PHASE POWER DISTRIBUTION SYSTEMS NETWORK RECONFIGURATION FOR LOSS REDUCTION IN THREE-PHASE POWER DISTRIBUTION SYSTEMS A Thesis Presented to the Faculty of the Graduate School of Cornell University in Partial Fulfillment of the Requirements

More information

CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING

CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING 60 CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING 3.1 INTRODUCTION Optimal short-term hydrothermal scheduling of power systems aims at determining optimal hydro and thermal generations

More information

Transmission Lines. Smith Chart

Transmission Lines. Smith Chart Smith Chart The Smith chart is one of the most useful graphical tools for high frequency circuit applications. The chart provides a clever way to visualize complex functions and it continues to endure

More information

A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form

A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form Section 1.3 Matrix Products A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form (scalar #1)(quantity #1) + (scalar #2)(quantity #2) +...

More information

Module 5. Three-phase AC Circuits. Version 2 EE IIT, Kharagpur

Module 5. Three-phase AC Circuits. Version 2 EE IIT, Kharagpur Module 5 Three-hase AC Circuits ersion EE T, Kharagur esson 9 Three-hase Delta- Connected Balanced oad ersion EE T, Kharagur n the revious (first) lesson of this module, the two tyes of connections (star

More information

ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE

ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE International Journal of Electrical Engineering & Technology (IJEET) olume 7, Issue 1, Jan-Feb, 2016, pp.35-44, Article ID: IJEET_07_01_004 Available online at http:// http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&type=7&itype=1

More information

Matpower 4.1 User s Manual

Matpower 4.1 User s Manual Matpower 4.1 User s Manual Ray D. Zimmerman Carlos E. Murillo-Sánchez December 14, 2011 2010, 2011 Power Systems Engineering Research Center (Pserc) All Rights Reserved Contents 1 Introduction 7 1.1 Background................................

More information

Vectors VECTOR PRODUCT. Graham S McDonald. A Tutorial Module for learning about the vector product of two vectors. Table of contents Begin Tutorial

Vectors VECTOR PRODUCT. Graham S McDonald. A Tutorial Module for learning about the vector product of two vectors. Table of contents Begin Tutorial Vectors VECTOR PRODUCT Graham S McDonald A Tutorial Module for learning about the vector product of two vectors Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk 1. Theory 2. Exercises

More information

Lecture Notes ELE A6

Lecture Notes ELE A6 ecture Notes EE A6 Ramadan El-Shatshat Three Phase circuits 9/12/2006 EE A6 Three-phase Circuits 1 Three-phase Circuits 9/12/2006 EE A6 Three-phase Circuits 2 Advantages of Three-phase Circuits Smooth

More information

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 3. Symmetrical Components & Faults Calculations

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 3. Symmetrical Components & Faults Calculations SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 3 3.0 Introduction Fortescue's work proves that an unbalanced system of 'n' related phasors can be resolved into 'n' systems of balanced phasors called the

More information

Cyber-Security Analysis of State Estimators in Power Systems

Cyber-Security Analysis of State Estimators in Power Systems Cyber-Security Analysis of State Estimators in Electric Power Systems André Teixeira 1, Saurabh Amin 2, Henrik Sandberg 1, Karl H. Johansson 1, and Shankar Sastry 2 ACCESS Linnaeus Centre, KTH-Royal Institute

More information

14. Nonlinear least-squares

14. Nonlinear least-squares 14 Nonlinear least-squares EE103 (Fall 2011-12) definition Newton s method Gauss-Newton method 14-1 Nonlinear least-squares minimize r i (x) 2 = r(x) 2 r i is a nonlinear function of the n-vector of variables

More information

Email: mod_modaber@yahoo.com. 2Azerbaijan Shahid Madani University. This paper is extracted from the M.Sc. Thesis

Email: mod_modaber@yahoo.com. 2Azerbaijan Shahid Madani University. This paper is extracted from the M.Sc. Thesis Introduce an Optimal Pricing Strategy Using the Parameter of "Contingency Analysis" Neplan Software in the Power Market Case Study (Azerbaijan Electricity Network) ABSTRACT Jalil Modabe 1, Navid Taghizadegan

More information

Distributed Estimation via Iterative Projections with Application to Power Network Monitoring

Distributed Estimation via Iterative Projections with Application to Power Network Monitoring Distributed Estimation via Iterative Projections with Application to Power Network Monitoring Fabio Pasqualetti a, Ruggero Carli b, Francesco Bullo a a Center for Control, Dynamical Systems and Computation,

More information

3. INNER PRODUCT SPACES

3. INNER PRODUCT SPACES . INNER PRODUCT SPACES.. Definition So far we have studied abstract vector spaces. These are a generalisation of the geometric spaces R and R. But these have more structure than just that of a vector space.

More information

Understanding and Applying Kalman Filtering

Understanding and Applying Kalman Filtering Understanding and Applying Kalman Filtering Lindsay Kleeman Department of Electrical and Computer Systems Engineering Monash University, Clayton 1 Introduction Objectives: 1. Provide a basic understanding

More information

Three-phase analysis of unbalanced systems

Three-phase analysis of unbalanced systems Exercises of course ELEC0029 - Electric power systems analysis and operation Three-phase analysis of unbalanced systems Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct March 205

More information

Torgerson s Classical MDS derivation: 1: Determining Coordinates from Euclidean Distances

Torgerson s Classical MDS derivation: 1: Determining Coordinates from Euclidean Distances Torgerson s Classical MDS derivation: 1: Determining Coordinates from Euclidean Distances It is possible to construct a matrix X of Cartesian coordinates of points in Euclidean space when we know the Euclidean

More information

A New Method for Estimating Maximum Power Transfer and Voltage Stability Margins to Mitigate the Risk of Voltage Collapse

A New Method for Estimating Maximum Power Transfer and Voltage Stability Margins to Mitigate the Risk of Voltage Collapse A New Method for Estimating Maximum Power Transfer and Voltage Stability Margins to Mitigate the Risk of Voltage Collapse Bernie Lesieutre Dan Molzahn University of Wisconsin-Madison PSERC Webinar, October

More information

6. Cholesky factorization

6. Cholesky factorization 6. Cholesky factorization EE103 (Fall 2011-12) triangular matrices forward and backward substitution the Cholesky factorization solving Ax = b with A positive definite inverse of a positive definite matrix

More information

Hybrid processing of SCADA and synchronized phasor measurements for tracking network state

Hybrid processing of SCADA and synchronized phasor measurements for tracking network state IEEE PES General Meeting, Denver, USA, July 2015 1 Hybrid processing of SCADA and synchronized phasor measurements for tracking network state Boris Alcaide-Moreno Claudio Fuerte-Esquivel Universidad Michoacana

More information

1 Introduction. 2 Power Flow. J.L. Kirtley Jr.

1 Introduction. 2 Power Flow. J.L. Kirtley Jr. Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061 Introduction to Power Systems Class Notes Chapter 5 Introduction To Load Flow J.L. Kirtley Jr. 1 Introduction

More information

Numerical Methods for Solving Systems of Nonlinear Equations

Numerical Methods for Solving Systems of Nonlinear Equations Numerical Methods for Solving Systems of Nonlinear Equations by Courtney Remani A project submitted to the Department of Mathematical Sciences in conformity with the requirements for Math 4301 Honour s

More information

3. Regression & Exponential Smoothing

3. Regression & Exponential Smoothing 3. Regression & Exponential Smoothing 3.1 Forecasting a Single Time Series Two main approaches are traditionally used to model a single time series z 1, z 2,..., z n 1. Models the observation z t as a

More information

Lead Beneficiary: INESC Porto

Lead Beneficiary: INESC Porto THEME [ENERGY.22.7..] Integration of Variable Distributed Resources in Distribution Networks (Deliverable 3.3) Advanced Local Distribution Grid Monitoring / State-Estimation Lead Beneficiary: INESC Porto

More information

Lecture 14: Section 3.3

Lecture 14: Section 3.3 Lecture 14: Section 3.3 Shuanglin Shao October 23, 2013 Definition. Two nonzero vectors u and v in R n are said to be orthogonal (or perpendicular) if u v = 0. We will also agree that the zero vector in

More information

Power System Models, Objectives and Constraints in Optimal Power Flow Calculations

Power System Models, Objectives and Constraints in Optimal Power Flow Calculations Power System Models, Objectives and Constraints in Optimal Power Flow Calculations Rainer Bacher Swiss Federal Institute of Technology (ETH) CH-8092 Zürich, Switzerland 1 1 Introduction The electric power

More information

LOGISTIC REGRESSION. Nitin R Patel. where the dependent variable, y, is binary (for convenience we often code these values as

LOGISTIC REGRESSION. Nitin R Patel. where the dependent variable, y, is binary (for convenience we often code these values as LOGISTIC REGRESSION Nitin R Patel Logistic regression extends the ideas of multiple linear regression to the situation where the dependent variable, y, is binary (for convenience we often code these values

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

Load Flow Analysis on IEEE 30 bus System

Load Flow Analysis on IEEE 30 bus System International Journal of Scientific and Research Publications, Volume 2, Issue 11, November 2012 1 Load Flow Analysis on IEEE 30 bus System Dharamjit *, D.K.Tanti ** * Department of Electrical Engineering,

More information

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

More information

1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v,

1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v, 1.3. DOT PRODUCT 19 1.3 Dot Product 1.3.1 Definitions and Properties The dot product is the first way to multiply two vectors. The definition we will give below may appear arbitrary. But it is not. It

More information

(3 )Three Phase Alternating Voltage and Current

(3 )Three Phase Alternating Voltage and Current EEE 2015 EECTRCS (3) Monophase 1 Three phase Three phase electric power is a common method of alternating current electric power generation, transmission, and distribution. t is a type of polyphase system

More information

Pattern Analysis. Logistic Regression. 12. Mai 2009. Joachim Hornegger. Chair of Pattern Recognition Erlangen University

Pattern Analysis. Logistic Regression. 12. Mai 2009. Joachim Hornegger. Chair of Pattern Recognition Erlangen University Pattern Analysis Logistic Regression 12. Mai 2009 Joachim Hornegger Chair of Pattern Recognition Erlangen University Pattern Analysis 2 / 43 1 Logistic Regression Posteriors and the Logistic Function Decision

More information

Application of GA for Optimal Location of FACTS Devices for Steady State Voltage Stability Enhancement of Power System

Application of GA for Optimal Location of FACTS Devices for Steady State Voltage Stability Enhancement of Power System I.J. Intelligent Systems and Applications, 2014, 03, 69-75 Published Online February 2014 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijisa.2014.03.07 Application of GA for Optimal Location of Devices

More information

NUMERICAL OPTIMIZATION AND MODELING TECHNIQUES FOR POWER SYSTEM OPERATIONS AND PLANNING

NUMERICAL OPTIMIZATION AND MODELING TECHNIQUES FOR POWER SYSTEM OPERATIONS AND PLANNING NUMERICAL OPTIMIZATION AND MODELING TECHNIQUES FOR POWER SYSTEM OPERATIONS AND PLANNING A DISSERTATION SUBMITTED TO THE DEPARTMENT OF ELECTRICAL ENGINEERING AND THE COMMITTEE ON GRADUATE STUDIES OF STANFORD

More information

Manifold Learning Examples PCA, LLE and ISOMAP

Manifold Learning Examples PCA, LLE and ISOMAP Manifold Learning Examples PCA, LLE and ISOMAP Dan Ventura October 14, 28 Abstract We try to give a helpful concrete example that demonstrates how to use PCA, LLE and Isomap, attempts to provide some intuition

More information

Lecture 2 Linear functions and examples

Lecture 2 Linear functions and examples EE263 Autumn 2007-08 Stephen Boyd Lecture 2 Linear functions and examples linear equations and functions engineering examples interpretations 2 1 Linear equations consider system of linear equations y

More information

Trigonometry for AC circuits

Trigonometry for AC circuits Trigonometry for AC circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Math 215 HW #6 Solutions

Math 215 HW #6 Solutions Math 5 HW #6 Solutions Problem 34 Show that x y is orthogonal to x + y if and only if x = y Proof First, suppose x y is orthogonal to x + y Then since x, y = y, x In other words, = x y, x + y = (x y) T

More information

(Quasi-)Newton methods

(Quasi-)Newton methods (Quasi-)Newton methods 1 Introduction 1.1 Newton method Newton method is a method to find the zeros of a differentiable non-linear function g, x such that g(x) = 0, where g : R n R n. Given a starting

More information

5.3 The Cross Product in R 3

5.3 The Cross Product in R 3 53 The Cross Product in R 3 Definition 531 Let u = [u 1, u 2, u 3 ] and v = [v 1, v 2, v 3 ] Then the vector given by [u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1 ] is called the cross product (or

More information

Lecture 3: Linear methods for classification

Lecture 3: Linear methods for classification Lecture 3: Linear methods for classification Rafael A. Irizarry and Hector Corrada Bravo February, 2010 Today we describe four specific algorithms useful for classification problems: linear regression,

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

Chapter 9 Balanced Faults

Chapter 9 Balanced Faults Chapter 9 alanced Faults 9.1 Introduction The most common types of fault are (in order) single-line-to-ground fault, line-to-line fault, and double-line-to-ground fault. All of these are unbalanced faults.

More information

Basic Laws Circuit Theorems Methods of Network Analysis Non-Linear Devices and Simulation Models

Basic Laws Circuit Theorems Methods of Network Analysis Non-Linear Devices and Simulation Models EE Modul 1: Electric Circuits Theory Basic Laws Circuit Theorems Methods of Network Analysis Non-Linear Devices and Simulation Models EE Modul 1: Electric Circuits Theory Current, Voltage, Impedance Ohm

More information

Neutral to Earth Voltage Reduction Methods in Three-Phase Four Wire Distribution Systems

Neutral to Earth Voltage Reduction Methods in Three-Phase Four Wire Distribution Systems Neutral to Earth oltage Reduction Methods in ThreePhase Four Wire Distribution Systems G. Ahmadi and S.M. Shahrtash ran University of Science and Technology (UST) gahmadi@ieee.org Center of Excellence

More information

Practice Final Math 122 Spring 12 Instructor: Jeff Lang

Practice Final Math 122 Spring 12 Instructor: Jeff Lang Practice Final Math Spring Instructor: Jeff Lang. Find the limit of the sequence a n = ln (n 5) ln (3n + 8). A) ln ( ) 3 B) ln C) ln ( ) 3 D) does not exist. Find the limit of the sequence a n = (ln n)6

More information

GLM, insurance pricing & big data: paying attention to convergence issues.

GLM, insurance pricing & big data: paying attention to convergence issues. GLM, insurance pricing & big data: paying attention to convergence issues. Michaël NOACK - michael.noack@addactis.com Senior consultant & Manager of ADDACTIS Pricing Copyright 2014 ADDACTIS Worldwide.

More information

RF-Microwaves formulas - 1-port systems

RF-Microwaves formulas - 1-port systems RF-Microwaves formulas - -port systems s-parameters: Considering a voltage source feeding into the DUT with a source impedance of. E i E r DUT The voltage into the DUT is composed of 2 parts, an incident

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

Power System review W I L L I A M V. T O R R E A P R I L 1 0, 2 0 1 3

Power System review W I L L I A M V. T O R R E A P R I L 1 0, 2 0 1 3 Power System review W I L L I A M V. T O R R E A P R I L 1 0, 2 0 1 3 Basics of Power systems Network topology Transmission and Distribution Load and Resource Balance Economic Dispatch Steady State System

More information

USE OF A SINGLE ELEMENT WATTMETER OR WATT TRANSDUCER ON A BALANCED THREE-PHASE THREE-WIRE LOAD WILL NOT WORK. HERE'S WHY.

USE OF A SINGLE ELEMENT WATTMETER OR WATT TRANSDUCER ON A BALANCED THREE-PHASE THREE-WIRE LOAD WILL NOT WORK. HERE'S WHY. USE OF A SINGLE ELEMENT WATTMETER OR WATT TRANSDUCER ON A BALANCED THREE-PHASE THREE-WIRE LOAD WILL NOT WORK. HERE'S WHY. INTRODUCTION Frequently customers wish to save money by monitoring a three-phase,

More information

THIS paper describes MATPOWER, an open-source Matlab

THIS paper describes MATPOWER, an open-source Matlab 1 MATPOWER: Steady-State Operations, Planning and Analysis Tools for Power Systems Research and Education Ray D. Zimmerman, Member, IEEE, Carlos E. Murillo-Sánchez, Member, IEEE, and Robert J. Thomas,

More information

Structure Factors 59-553 78

Structure Factors 59-553 78 78 Structure Factors Until now, we have only typically considered reflections arising from planes in a hypothetical lattice containing one atom in the asymmetric unit. In practice we will generally deal

More information

TMA4213/4215 Matematikk 4M/N Vår 2013

TMA4213/4215 Matematikk 4M/N Vår 2013 Norges teknisk naturvitenskapelige universitet Institutt for matematiske fag TMA43/45 Matematikk 4M/N Vår 3 Løsningsforslag Øving a) The Fourier series of the signal is f(x) =.4 cos ( 4 L x) +cos ( 5 L

More information

Orthogonal Projections and Orthonormal Bases

Orthogonal Projections and Orthonormal Bases CS 3, HANDOUT -A, 3 November 04 (adjusted on 7 November 04) Orthogonal Projections and Orthonormal Bases (continuation of Handout 07 of 6 September 04) Definition (Orthogonality, length, unit vectors).

More information

G.A. Pavliotis. Department of Mathematics. Imperial College London

G.A. Pavliotis. Department of Mathematics. Imperial College London EE1 MATHEMATICS NUMERICAL METHODS G.A. Pavliotis Department of Mathematics Imperial College London 1. Numerical solution of nonlinear equations (iterative processes). 2. Numerical evaluation of integrals.

More information

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions. 3 MATH FACTS 0 3 MATH FACTS 3. Vectors 3.. Definition We use the overhead arrow to denote a column vector, i.e., a linear segment with a direction. For example, in three-space, we write a vector in terms

More information

AP Calculus BC 2004 Scoring Guidelines

AP Calculus BC 2004 Scoring Guidelines AP Calculus BC Scoring Guidelines The materials included in these files are intended for noncommercial use by AP teachers for course and exam preparation; permission for any other use must be sought from

More information

Dynamics. Basilio Bona. DAUIN-Politecnico di Torino. Basilio Bona (DAUIN-Politecnico di Torino) Dynamics 2009 1 / 30

Dynamics. Basilio Bona. DAUIN-Politecnico di Torino. Basilio Bona (DAUIN-Politecnico di Torino) Dynamics 2009 1 / 30 Dynamics Basilio Bona DAUIN-Politecnico di Torino 2009 Basilio Bona (DAUIN-Politecnico di Torino) Dynamics 2009 1 / 30 Dynamics - Introduction In order to determine the dynamics of a manipulator, it is

More information

1 Lecture 3: Operators in Quantum Mechanics

1 Lecture 3: Operators in Quantum Mechanics 1 Lecture 3: Operators in Quantum Mechanics 1.1 Basic notions of operator algebra. In the previous lectures we have met operators: ˆx and ˆp = i h they are called fundamental operators. Many operators

More information

We shall turn our attention to solving linear systems of equations. Ax = b

We shall turn our attention to solving linear systems of equations. Ax = b 59 Linear Algebra We shall turn our attention to solving linear systems of equations Ax = b where A R m n, x R n, and b R m. We already saw examples of methods that required the solution of a linear system

More information

Coordination of Cloud Computing and Smart Power Grids

Coordination of Cloud Computing and Smart Power Grids Coordination of Cloud Computing and Smart ower Grids Amir-Hamed Mohsenian-Rad and Alberto Leon-Garcia Department of Electrical and Computer Engineering, University of Toronto, Toronto, Canada e-mails:

More information

Chapter 3B - Vectors. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University

Chapter 3B - Vectors. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Chapter 3B - Vectors A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University 2007 Vectors Surveyors use accurate measures of magnitudes and directions to

More information

Metrics on SO(3) and Inverse Kinematics

Metrics on SO(3) and Inverse Kinematics Mathematical Foundations of Computer Graphics and Vision Metrics on SO(3) and Inverse Kinematics Luca Ballan Institute of Visual Computing Optimization on Manifolds Descent approach d is a ascent direction

More information

Introduction to PowerWorld Simulator: Interface and Common Tools

Introduction to PowerWorld Simulator: Interface and Common Tools Introduction to PowerWorld Simulator: Interface and Common Tools 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com http://www.powerworld.com Fault Analysis Analysis

More information

3. KINEMATICS IN TWO DIMENSIONS; VECTORS.

3. KINEMATICS IN TWO DIMENSIONS; VECTORS. 3. KINEMATICS IN TWO DIMENSIONS; VECTORS. Key words: Motion in Two Dimensions, Scalars, Vectors, Addition of Vectors by Graphical Methods, Tail to Tip Method, Parallelogram Method, Negative Vector, Vector

More information

Find all of the real numbers x that satisfy the algebraic equation:

Find all of the real numbers x that satisfy the algebraic equation: Appendix C: Factoring Algebraic Expressions Factoring algebraic equations is the reverse of expanding algebraic expressions discussed in Appendix B. Factoring algebraic equations can be a great help when

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

Inner Product Spaces

Inner Product Spaces Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and

More information

Since it is necessary to consider the ability of the lter to predict many data over a period of time a more meaningful metric is the expected value of

Since it is necessary to consider the ability of the lter to predict many data over a period of time a more meaningful metric is the expected value of Chapter 11 Tutorial: The Kalman Filter Tony Lacey. 11.1 Introduction The Kalman lter ë1ë has long been regarded as the optimal solution to many tracing and data prediction tass, ë2ë. Its use in the analysis

More information

General Framework for an Iterative Solution of Ax b. Jacobi s Method

General Framework for an Iterative Solution of Ax b. Jacobi s Method 2.6 Iterative Solutions of Linear Systems 143 2.6 Iterative Solutions of Linear Systems Consistent linear systems in real life are solved in one of two ways: by direct calculation (using a matrix factorization,

More information

STATISTICS AND DATA ANALYSIS IN GEOLOGY, 3rd ed. Clarificationof zonationprocedure described onpp. 238-239

STATISTICS AND DATA ANALYSIS IN GEOLOGY, 3rd ed. Clarificationof zonationprocedure described onpp. 238-239 STATISTICS AND DATA ANALYSIS IN GEOLOGY, 3rd ed. by John C. Davis Clarificationof zonationprocedure described onpp. 38-39 Because the notation used in this section (Eqs. 4.8 through 4.84) is inconsistent

More information

Application of Synchrophasor Data to Power System Operations

Application of Synchrophasor Data to Power System Operations 1 Application of Synchrophasor Data to Power System Operations Joe H. Chow Professor, Electrical, Computer, and Systems Engineering Campus Director, NSF/DOE CURENT ERC Rensselaer Polytechnic Institute

More information

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors

More information

NOV - 30211/II. 1. Let f(z) = sin z, z C. Then f(z) : 3. Let the sequence {a n } be given. (A) is bounded in the complex plane

NOV - 30211/II. 1. Let f(z) = sin z, z C. Then f(z) : 3. Let the sequence {a n } be given. (A) is bounded in the complex plane Mathematical Sciences Paper II Time Allowed : 75 Minutes] [Maximum Marks : 100 Note : This Paper contains Fifty (50) multiple choice questions. Each question carries Two () marks. Attempt All questions.

More information

Chapter 13 Introduction to Nonlinear Regression( 非 線 性 迴 歸 )

Chapter 13 Introduction to Nonlinear Regression( 非 線 性 迴 歸 ) Chapter 13 Introduction to Nonlinear Regression( 非 線 性 迴 歸 ) and Neural Networks( 類 神 經 網 路 ) 許 湘 伶 Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) LR Chap 10 1 / 35 13 Examples

More information

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER 93 CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER 5.1 INTRODUCTION The development of an active trap based feeder for handling brakeliners was discussed

More information

8. Linear least-squares

8. Linear least-squares 8. Linear least-squares EE13 (Fall 211-12) definition examples and applications solution of a least-squares problem, normal equations 8-1 Definition overdetermined linear equations if b range(a), cannot

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

FITTING ASTRONOMICAL DATA

FITTING ASTRONOMICAL DATA 1 01/02/2011 André Le Floch Fitting astronomical data FITTING ASTRONOMICAL DATA André Le Floch University of Tours, Department of Physics 37200 Tours, France Abstract Deming s method is applied for calculating

More information

Static Analysis of Power Systems. Lennart Söder and Mehrdad Ghandhari

Static Analysis of Power Systems. Lennart Söder and Mehrdad Ghandhari Static Analysis of Power Systems Lennart Söder and Mehrdad Ghandhari Electric Power Systems Royal Institute of Technology August 200 ii Contents Introduction 2 Power system design 3 2. The development

More information

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a 88 CHAPTER. VECTOR FUNCTIONS.4 Curvature.4.1 Definitions and Examples The notion of curvature measures how sharply a curve bends. We would expect the curvature to be 0 for a straight line, to be very small

More information

Solving Linear Systems of Equations. Gerald Recktenwald Portland State University Mechanical Engineering Department gerry@me.pdx.

Solving Linear Systems of Equations. Gerald Recktenwald Portland State University Mechanical Engineering Department gerry@me.pdx. Solving Linear Systems of Equations Gerald Recktenwald Portland State University Mechanical Engineering Department gerry@me.pdx.edu These slides are a supplement to the book Numerical Methods with Matlab:

More information