Elliptic Partial Differential Equations

Size: px
Start display at page:

Download "Elliptic Partial Differential Equations"

Transcription

1 Elliptic Partial Differential Equations ransforming Numerical Methods Education for SEM Undergraduates 9/4/

2 Defining Elliptic PDE s he general form for a second order linear PDE with two independent variables ( ) and one dependent variable ( ) is u u u A B C D Recall the criteria for an equation of this tpe to be considered elliptic B For eample, eamine the Laplace equation given b, where A, B, and D then B 4AC < 4AC, u 4()() 4 < C thus allowing us to classif this equation as elliptic.

3 Phsical Eample of an Elliptic PDE t W l r L b Schematic diagram of a plate with specified temperature boundar conditions he Laplace equation governs the temperature:

4 Discretizing the Elliptic PDE (, n) t l ( i, ) r ( i, ) ( i, ) ( i, ) ( i, ) (,) b (m,) ( i, ) L W If we define and,we can then write the finite difference m n approimation of the partial derivatives at a general interior node ( i, ) as i, i, i, ( ) i, and i, i, i, ( ) i,

5 Substituting these approimations into the Laplace equation ields: if, the Laplace equation can be rewritten as Discretizing the Elliptic PDE ( ) ( ),,,,,, i i i i i i 4,,,,, i i i i i

6 Discretizing the Elliptic PDE i, i, i, i, 4 i, Once the governing equation has been discretized there are several numerical methods that can be used to solve the problem. We will eamine the: Direct Method Gauss-Seidel Method Lieberman Method

7 Eample : Direct Method.4 m 3. m Consider a plate that is subected to the boundar conditions shown below. Find the temperature at the interior nodes using a square grid with a length of.6m b using the direct method. 3 3.m 5.4 m

8 Eample : Direct Method We can discretize the plate b taking,. 6m,5,5, 5 3, 5 4, 5,4,4, 4 3,4 4, 4,3,3, 3 3, 3 4, 3,,, 3, 4,,,,, 3, 4,,, 3, 4,

9 Eample : Direct Method he nodal temperatures at the boundar nodes are given b: 3,5,5, 5 3, 5 4, 5,4,3,,,4, 4 3,4 4, 4,3, 3 3, 3 4, 3,, 3, 4,,, 3, 4,, 4, i, i,5,,,3,4,,,3,4 5, i 3, i,,3,,3,,, 3, 4, 5

10 Eample : Direct Method,5,5, 5 3, 5 4, 5,4,4, 4 3,4 4, 4,3,3,3 3, 3 4, 3,,, 3, 4,,,,, 3, 4,,, 3, 4, Here we develop the equation for the temperature at the node (,3) i, i, i, i, 4 i, 3,3,3,4, 4, 3,3, 4,3,4 3, 3 i and 3

11 Eample : Direct Method We can develop similar equations for ever interior node leaving us with an equal number of equations and unknowns. Question: How man equations would this generate?,5,5, 5 3, 5 4, 5,4,4, 4 3,4 4, 4,3,3, 3 3, 3 4, 3,,, 3, 4,,,,, 3, 4,,, 3, 4,

12 Eample : Direct Method We can develop similar equations for ever interior node leaving us with an equal number of equations and unknowns. Question: How man equations would this generate? Answer: Solving ields:,,,3,4,,,3,4 3, 3, 3,3 3, C

13 he Gauss-Seidel Method Recall the discretized equation i, i, i, i, 4 i, his can be rewritten as i, i, i, i, i, 4 For the Gauss-Seidel Method, this equation is solved iterativel for all interior nodes until a pre-specified tolerance is met.

14 Eample : Gauss-Seidel Method.4 m 3. m Consider a plate that is subected to the boundar conditions shown below. Find the temperature at the interior nodes using a square grid with a length of.6m using the Gauss-Siedel method. Assume the initial temperature at all interior nodes to be. 3 3.m 5.4 m

15 Eample : Gauss-Seidel Method We can discretize the plate b taking. 6m,5,5, 5 3, 5 4, 5,4,4, 4 3,4 4, 4,3,3, 3 3, 3 4, 3,,, 3, 4,,,,, 3, 4,,, 3, 4,

16 Eample : Gauss-Seidel Method he nodal temperatures at the boundar nodes are given b: 3,5,5, 5 3, 5 4, 5,4,3,,,4, 4 3,4 4, 4,3, 3 3, 3 4, 3,, 3, 4,,, 3, 4,, 4, i, i,5,,,3,4,,,3,4 5, i 3, i,,3,,3,,, 3, 4, 5

17 Eample : Gauss-Seidel Method Now we can begin to solve for the temperature at each interior node using i, i, i, i, 4 Assume all internal nodes to have an initial temperature of zero. i,,5,4,3,,5, 5 3, 5 4, 5,4, 4 3,4 4, 4,3, 3 3, 3 4, 3,, 3, 4, Iteration # i and i and,,,,, ,, 4,3,,,,,, 3, 4,,, 3, 4,

18 Eample : Gauss-Seidel Method After the first iteration, the temperatures are as follows. hese will now be used as the nodal temperatures for the second iteration

19 Eample : Gauss-Seidel Method Iteration # i and,,,,, present previous,, present, % ε a,

20 Eample : Gauss-Seidel Method he figures below show the temperature distribution and absolute relative error distribution in the plate after two iterations: emperature Distribution Absolute Relative Approimate Error Distribution % 34 % 6% 54 % 83 % 58% 3 % 6 % 3% 7 % 45 % 4%

21 Eample : Gauss-Seidel Method emperature Distribution in the Plate () Node Number of Iterations Eact,,,3,4,,,3,4 3, 3, 3,3 3,

22 he Lieberman Method Recall the equation used in the Gauss- Siedel Method, i, i, i, i, i, 4 Because the Guass-Siedel Method is guaranteed to converge, we can accelerate the process b using over- relaation. In this case, relaed new old i, λi, ( λ) i,

23 Eample 3: Lieberman Method.4 m 3. m Consider a plate that is subected to the boundar conditions shown below. Find the temperature at the interior nodes using a square grid with a length of.6m. Use a weighting factor of.4 in the Lieberman method. Assume the initial temperature at all interior nodes to be. 3 3.m 5.4 m

24 Eample 3: Lieberman Method We can discretize the plate b taking. 6m,5,5, 5 3, 5 4, 5,4,4, 4 3,4 4, 4,3,3, 3 3, 3 4, 3,,, 3, 4,,,,, 3, 4,,, 3, 4,

25 Eample 3: Lieberman Method We can also develop equations for the boundar conditions to define the temperature of the eterior nodes. 3,5,5, 5 3, 5 4, 5,4,3,,,4, 4 3,4 4, 4,3, 3 3, 3 4, 3,, 3, 4,,, 3, 4,, 4, i, i,5,,,3,4,,,3,4 5, i 3, i,,3,,3,,, 3, 4, 5

26 Eample 3: Lieberman Method Now we can begin to solve for the temperature at each interior node using the rewritten Laplace equation from the Gauss-Siedel method. Once we have the temperature value for each node we will appl the over relaation equation of the Lieberman method Assume all internal nodes to have an initial temperature of zero. Iteration # Iteration #,,,,, i and i and, λ ( λ) relaed new old,,,.4(3.5) (.4) 43.,,, λ ( λ) relaed new old,,,,.4(9.68) (.4) 4.565

27 Eample 3: Lieberman Method After the first iteration the temperatures are as follows. hese will be used as the initial nodal temperatures during the second iteration

28 Eample 3: Lieberman Method Iteration # i and,,,,, ε a, present previous,, present, % λ ( λ) relaed new old,,,.4( ) (.4)

29 Eample 3: Lieberman Method he figures below show the temperature distribution and absolute relative error distribution in the plate after two iterations: emperature Distribution Absolute Relative Approimate Error Distribution % 4 % % 53 % 8 % 57% 9 % 55 % 3% 6 % 39 % 7.5%

30 Eample 3: Lieberman Method Node,,,3,4,,,3,4 3, 3, 3,3 3,4 emperature Distribution in the Plate () Number of Iterations 9 Eact

31 Alternative Boundar Conditions In Eamples -3, the boundar conditions on the plate had a specified temperature on each edge. What if the conditions are different? For eample, what if one of the edges of the plate is insulated. In this case, the boundar condition would be the derivative of the temperature. Because if the right edge of the plate is insulated, then the temperatures on the right edge nodes also become unknowns. 3 3.m Insulated 5.4 m

32 Alternative Boundar Conditions he finite difference equation in this case for the right edge for the nodes for,3,.. n m, m, m, m, 4 m, However the node ( m, ) is not inside the plate. he derivative boundar condition needs to be used to account for these additional unknown nodal temperatures on the right edge. his is done b approimating the derivative at the edge node as ( m, ) m ( m, ) m,, ( ) m, 3 3. m Insulated.4m 5

33 Alternative Boundar Conditions Rearranging this approimation gives us, We can then substitute this into the original equation gives us, Recall that is the edge is insulated then, Substituting this again ields, m m m,,, ) ( 4 ) (,,,,, m m m m m, m 4,,,, m m m m

34 Eample 3: Alternative Boundar Conditions A plate.4m 3. m is subected to the temperatures and insulated boundar conditions as shown in Fig.. Use a square grid length of.6m. Assume the initial temperatures at all of the interior nodes to be. Find the temperatures at the interior nodes using the direct method. 3 3.m Insulated 5.4 m

35 Eample 3: Alternative Boundar Conditions We can discretize the plate taking,. 6m,5,5, 5 3, 5 4, 5,4,4, 4 3,4 4, 4,3,3, 3 3, 3 4, 3,,, 3, 4,,,,, 3, 4,,, 3, 4,

36 Eample 3: Alternative Boundar Conditions We can also develop equations for the boundar conditions to define the temperature of the eterior nodes. 3,5,5, 5 3, 5 4, 5, ;,,3,4,4,4, 4 3,4 4, 4 i, 5; i,,3,4,3,3, 3 3, 3 4, 3 Insulated i,5 3; i,,3,4,,,, 3, 4,,, 3, 4, 4, ;,,3,4,,, 3, 4, 5

37 Eample 3: Alternative Boundar Conditions,5,5, 5 3, 5 4, 5,4,4, 4 3,4 4, 4,3,3,3 3, 3 4, 3,,, 3, 4,,,,, 3, 4,,, 3, 4, Here we develop the equation for the temperature at the node (4,3), to show the effects of the alternative boundar condition. i4 and 3 4 3,3 4, 4,4 4, 3 3,3 4, 44,3 4, 4

38 Eample 3: Alternative Boundar Conditions he addition of the equations for the boundar conditions gives us a sstem of 6 equations with 6 unknowns. Solving ields:,,,3,4,,,3,4 3, 3, 3,3 3,4 4, 4, 4,3 4, C

39 HE END

Stencil Pattern. CS 472 Concurrent & Parallel Programming University of Evansville

Stencil Pattern. CS 472 Concurrent & Parallel Programming University of Evansville Stencil Pattern CS 472 Concurrent & Parallel Programming University of Evansville Selection of slides from CIS 41/51 Introduction to Parallel Computing Department of Computer and Information Science, University

More information

A Study on analysis of intracranial acoustic wave propagation by the finite difference time domain method

A Study on analysis of intracranial acoustic wave propagation by the finite difference time domain method A Stud on analsis of intracranial acoustic wave propagation b the finite difference time domain method 4.5 Wa Biological effects of ultrasound, ultrasonic tomograph Yoko Tanikaga, Toshikazu Takizawa, Takefumi

More information

Fast sweeping methods and applications to traveltime tomography

Fast sweeping methods and applications to traveltime tomography Fast sweeping methods and applications to traveltime tomography Jianliang Qian Wichita State University and TRIP, Rice University TRIP Annual Meeting January 26, 2007 1 Outline Eikonal equations. Fast

More information

The Evolution of Waveform Relaxation for Circuit and Electromagnetic Solvers

The Evolution of Waveform Relaxation for Circuit and Electromagnetic Solvers The Evolution of Waveform Relaxation for Circuit and Electromagnetic Solvers Albert Ruehli, Missouri S&T EMC Laboratory, University of Science & Technology, Rolla, MO with contributions by Giulio Antonini,

More information

Reading. Projections. Projections. Perspective vs. parallel projections. Foley et al. Chapter 6. Optional. Perspective projections pros and cons:

Reading. Projections. Projections. Perspective vs. parallel projections. Foley et al. Chapter 6. Optional. Perspective projections pros and cons: Reading Fole et al. Chapter 6 Optional Projections David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, Second edition, McGra-Hill, Ne York, 990, Chapter 3. Projections Projections

More information

Brief Overview of EM Computational Modeling Techniques for Real-World Engineering Problems

Brief Overview of EM Computational Modeling Techniques for Real-World Engineering Problems Brief Overview of EM Computational Modeling Techniques for Real-World Engineering Problems Bruce Archambeault, Ph.D. IEEE Fellow, IBM Distinguished Engineer Emeritus Bruce@brucearch.com Archambeault EMI/EMC

More information

Reading. 8. Projections. 3D Geometry Pipeline. 3D Geometry Pipeline (cont d) Required: w Watt, Section

Reading. 8. Projections. 3D Geometry Pipeline. 3D Geometry Pipeline (cont d) Required: w Watt, Section Reading Required: Watt, Section 5.2.2 5.2.4. Further reading: 8. Projections Fole, et al, Chapter 5.6 and Chapter 6 David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, 2 nd

More information

LECTURE THREE SIGNAL FLOW GRAPH

LECTURE THREE SIGNAL FLOW GRAPH 3rd Yearomputer ommunication EngineeringU ontrol Theor LETUE THEE SIGNAL FLOW GAPH 3.1 Introduction The block diagram reduction technique is tedious and time consuming. Signal flow method gives an alternative

More information

Serial and parallel combinations of diodes: equivalence formulae and their domain of validity

Serial and parallel combinations of diodes: equivalence formulae and their domain of validity Serial and parallel combinations of diodes: equivalence formulae and their domain of validit Ramond Laagel and Olivier Haeberlé Université de Haute-Alsace, nstitut Universitaire de Technologie de Mulhouse

More information

MULTIPLE REPRESENTATIONS through 4.1.7

MULTIPLE REPRESENTATIONS through 4.1.7 MULTIPLE REPRESENTATIONS 4.1.1 through 4.1.7 The first part of Chapter 4 ties together several was to represent the same relationship. The basis for an relationship is a consistent pattern that connects

More information

A SIMPLE ANALYSIS OF NEAR-FIELD BORESIGHT ERROR REQUIREMENTS

A SIMPLE ANALYSIS OF NEAR-FIELD BORESIGHT ERROR REQUIREMENTS A SIMPE ANAYSIS OF NEAR-FIED BORESIGHT ERROR REQUIREMENTS Doren W. Hess * MI Technologies 500 River Green Parkway Duluth, GA 30096 (678) 75-8380 dhess@mi-technologies.com ABSTRACT The need to measure the

More information

3 that follow, the perimeter is the distance around the exterior of a figure. The area of a figure is the sum of the areas of the individual tiles.

3 that follow, the perimeter is the distance around the exterior of a figure. The area of a figure is the sum of the areas of the individual tiles. COMBINING LIKE TERMS A.. and A..2 Algebra tiles are an important part of th course and will be used throughout. The tiles provide students with the opportunit to see abstract algebraic epressions and equations

More information

3.4 The Slope of a Line

3.4 The Slope of a Line CHAPTER Graphs and Functions. The Slope of a Line S Find the Slope of a Line Given Two Points on the Line. Find the Slope of a Line Given the Equation of a Line. Interpret the Slope Intercept Form in an

More information

Section 6-3 Double-Angle and Half-Angle Identities

Section 6-3 Double-Angle and Half-Angle Identities 6-3 Double-Angle and Half-Angle Identities 47 Section 6-3 Double-Angle and Half-Angle Identities Double-Angle Identities Half-Angle Identities This section develops another important set of identities

More information

On Kalman Filtering. The 1960s: A Decade to Remember

On Kalman Filtering. The 1960s: A Decade to Remember On Kalman Filtering A study of A New Approach to Linear Filtering and Prediction Problems by R. E. Kalman Mehul Motani February, 000 The 960s: A Decade to Remember Rudolf E. Kalman in 960 Research Institute

More information

Automatic Domain Decomposition for a Black-Box PDE Solver

Automatic Domain Decomposition for a Black-Box PDE Solver Automatic Domain Decomposition for a Black-Box PDE Solver Torsten Adolph and Willi Schönauer Forschungszentrum Karlsruhe Institute for Scientific Computing Karlsruhe, Germany torsten.adolph@iwr.fzk.de

More information

Electrical Engineering. Power Systems. Comprehensive Theory with Solved Examples and Practice Questions. Publications

Electrical Engineering. Power Systems. Comprehensive Theory with Solved Examples and Practice Questions. Publications Electrical Engineering Power Systems Comprehensive Theory with Solved Examples and Practice Questions Publications Publications MADE EASY Publications Corporate Office: 44-A/4, Kalu Sarai (Near Hauz Khas

More information

Ad hoc and Sensor Networks Chapter 9: Localization & positioning

Ad hoc and Sensor Networks Chapter 9: Localization & positioning Ad hoc and Sensor Networks Chapter 9: Localization & positioning Holger Karl Computer Networks Group Universität Paderborn Goals of this chapter Means for a node to determine its physical position (with

More information

NH 67, Karur Trichy Highways, Puliyur C.F, Karur District DEPARTMENT OF INFORMATION TECHNOLOGY DIGITAL SIGNAL PROCESSING UNIT 3

NH 67, Karur Trichy Highways, Puliyur C.F, Karur District DEPARTMENT OF INFORMATION TECHNOLOGY DIGITAL SIGNAL PROCESSING UNIT 3 NH 67, Karur Trichy Highways, Puliyur C.F, 639 114 Karur District DEPARTMENT OF INFORMATION TECHNOLOGY DIGITAL SIGNAL PROCESSING UNIT 3 IIR FILTER DESIGN Structure of IIR System design of Discrete time

More information

Solving the Narrow Corridor Problem in Potential Field-Guided Autonomous Robots

Solving the Narrow Corridor Problem in Potential Field-Guided Autonomous Robots Proceedings of the 2005 IEEE International Conference on Robotics and Automation Barcelona, Spain, April 2005 Solving the Narrow Corridor Problem in Potential Field-Guided Autonomous Robots Ahmad A. Masoud

More information

Math 2411 Calc III Practice Exam 2

Math 2411 Calc III Practice Exam 2 Math 2411 Calc III Practice Exam 2 This is a practice exam. The actual exam consists of questions of the type found in this practice exam, but will be shorter. If you have questions do not hesitate to

More information

Continuous- Time Active Filter Design

Continuous- Time Active Filter Design Continuous- Time Active Filter Design T. Deliyannis Yichuang Sun J.K. Fidler CRC Press Boca Raton London New York Washington, D.C. Contents Chapter 1 Filter Fundamentals 1.1 Introduction 1 1.2 Filter Characterization

More information

Learning Log Title: CHAPTER 6: DIVIDING AND BUILDING EXPRESSIONS. Date: Lesson: Chapter 6: Dividing and Building Expressions

Learning Log Title: CHAPTER 6: DIVIDING AND BUILDING EXPRESSIONS. Date: Lesson: Chapter 6: Dividing and Building Expressions Chapter 6: Dividing and Building Epressions CHAPTER 6: DIVIDING AND BUILDING EXPRESSIONS Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 6: Dividing and Building Epressions

More information

Functional roots of the sine function

Functional roots of the sine function Functional roots of the sine function Notes by Thomas Curtright, February 20. We construct these numerically, first as series, and then we improve on the numerical approimations by eploiting the functional

More information

Equations of Parallel and Perpendicular Lines

Equations of Parallel and Perpendicular Lines COMMON CORE AB is rise - - 1 - - 0 - - 8 6 Locker LESSON. Equations of Parallel and Perpendicular Lines Name Class Date. Equations of Parallel and Perpendicular Lines Essential Question: How can ou find

More information

Circuit Simulation with SPICE OPUS

Circuit Simulation with SPICE OPUS Circuit Simulation with SPICE OPUS Theory and Practice Tadej Tuma Arpäd Bürmen Birkhäuser Boston Basel Berlin Contents Abbreviations About SPICE OPUS and This Book xiii xv 1 Introduction to Circuit Simulation

More information

Projections Computer Graphics and Visualization

Projections Computer Graphics and Visualization Planar Geometric Fall 2010 Standard projections project onto a plane Projectors are lines that either converge at a center of projection are parallel Nonplanar projections are needed for applications such

More information

1.2 Lines in the Plane

1.2 Lines in the Plane 71_1.qd 1/7/6 1:1 AM Page 88 88 Chapter 1 Functions and Their Graphs 1. Lines in the Plane The Slope of a Line In this section, ou will stud lines and their equations. The slope of a nonvertical line represents

More information

Solving Systems of Linear Inequalities. SHIPPING Package delivery services add extra charges for oversized

Solving Systems of Linear Inequalities. SHIPPING Package delivery services add extra charges for oversized 2-6 OBJECTIVES Graph sstems of inequalities. Find the maximum or minimum value of a function defined for a polgonal convex set. Solving Sstems of Linear Inequalities SHIPPING Package deliver services add

More information

Design and Correction of optical Systems

Design and Correction of optical Systems Design and Correction of optical Sstems Part 5: Properties of Optical Sstems Summer term 2012 Herbert Gross Overview 2 1. Basics 2012-04-18 2. Materials 2012-04-25 3. Components 2012-05-02 4. Paraxial

More information

Module 1 : Numerical Methods for PDEs : Course Introduction, Lecture 1

Module 1 : Numerical Methods for PDEs : Course Introduction, Lecture 1 Module 1 : 22.520 Numerical Methods for PDEs : Course Introduction, Lecture 1 David J. Willis September 7, 2016 David J. Willis Module 1 : 22.520 Numerical Methods for PDEs : CourseSeptember Introduction,

More information

Effects of RF Pulses on Circuits and Systems ---- Pieces-----

Effects of RF Pulses on Circuits and Systems ---- Pieces----- UM 1 Effects of RF Pulses on Circuits and Sstems ---- Pieces----- J. L. Volakis, E. Siah, T. Yang and V. Liepa Dept. of Electrical Engineering and Computer Science Universit of Michigan Ann Aror, MI. 4819-2122

More information

Wireless Sensor Networks 17th Lecture

Wireless Sensor Networks 17th Lecture Wireless Sensor Networks 17th Lecture 09.01.2007 Christian Schindelhauer schindel@informatik.uni-freiburg.de 1 Goals of this chapter Means for a node to determine its physical position (with respect to

More information

An Adjoint State Method For Three-dimensional Transmission Traveltime Tomography Using First-Arrivals

An Adjoint State Method For Three-dimensional Transmission Traveltime Tomography Using First-Arrivals An Adjoint State Method For Three-dimensional Transmission Traveltime Tomography Using First-Arrivals Shingyu Leung Jianliang Qian January 3, 6 Abstract Traditional transmission travel-time tomography

More information

11.7 Maximum and Minimum Values

11.7 Maximum and Minimum Values Arkansas Tech University MATH 2934: Calculus III Dr. Marcel B Finan 11.7 Maximum and Minimum Values Just like functions of a single variable, functions of several variables can have local and global extrema,

More information

Detection and Imaging of Internal Cracks by Tangential Magnetic Field Component Analysis using Low-Frequency Eddy Current Testing

Detection and Imaging of Internal Cracks by Tangential Magnetic Field Component Analysis using Low-Frequency Eddy Current Testing 19 th World Conference on Non-Destructive Testing 21 Detection and Imaging of Internal Cracks b Tangential Magnetic Field Component Analsis using Low-Frequenc Edd Current Testing Takua YASUGI, Yatsuse

More information

Review guide for midterm 2 in Math 233 March 30, 2009

Review guide for midterm 2 in Math 233 March 30, 2009 Review guide for midterm 2 in Math 2 March, 29 Midterm 2 covers material that begins approximately with the definition of partial derivatives in Chapter 4. and ends approximately with methods for calculating

More information

Part 2: Second order systems: cantilever response

Part 2: Second order systems: cantilever response - cantilever response slide 1 Part 2: Second order systems: cantilever response Goals: Understand the behavior and how to characterize second order measurement systems Learn how to operate: function generator,

More information

Analog circuit design ( )

Analog circuit design ( ) Silver Oak College of Engineering & Technology Department of Electronics and Communication 4 th Sem Mid semester-1(summer 2019) Syllabus Microprocessor & Interfacing (2141001) 1 Introduction To 8-bit Microprocessor

More information

Power Quality Improvement of Large Power System Using a Conventional Method

Power Quality Improvement of Large Power System Using a Conventional Method Engineering, 2011, 3, 823-828 doi:10.4236/eng.2011.38100 Published Online August 2011 (http://www.scirp.org/journal/eng) Power Quality Improvement of arge Power System Using a Conventional Method azmus

More information

Model based guidelines for sensor. selection in eye tracking applications

Model based guidelines for sensor. selection in eye tracking applications Thesis no. MEE10:8 ---------------------------------------------------------------------------------------------------------------------- Model based guidelines for sensor selection in ee tracking applications

More information

Virtual EM Prototyping: From Microwaves to Optics

Virtual EM Prototyping: From Microwaves to Optics Virtual EM Prototyping: From Microwaves to Optics Dr. Frank Demming, CST AG Dr. Avri Frenkel, Anafa Electromagnetic Solutions Virtual EM Prototyping Efficient Maxwell Equations solvers has been developed,

More information

Chapter 14 Trig Graphs and Reciprocal Functions Algebra II Common Core

Chapter 14 Trig Graphs and Reciprocal Functions Algebra II Common Core Chapter 14 Trig Graphs and Reciprocal Functions Algebra II Common Core LESSON 1: BASIC GRAPHS OF SINE AND COSINE LESSON : VERTICAL SHIFTING OF SINUSOIDAL GRAPHS LESSON 3 : THE FREQUENCY AND PERIOD OF A

More information

Lab #2 Voltage and Current Division

Lab #2 Voltage and Current Division In this experiment, we will be investigating the concepts of voltage and current division. Voltage and current division is an application of Kirchoff s Laws. Kirchoff s Voltage Law Kirchoff s Voltage Law

More information

Abstract Proof Search

Abstract Proof Search Abstract Proof Search Tristan Cazenave Laboratoire d'intelligence Artificielle Département Informatique, Université Paris 8, 2 rue de la Liberté, 93526 Saint Denis, France. cazenave@ai.univ-paris8.fr Abstract.

More information

Fundamentals of RF Design RF Back to Basics 2015

Fundamentals of RF Design RF Back to Basics 2015 Fundamentals of RF Design 2015 Updated January 1, 2015 Keysight EEsof EDA Objectives Review Simulation Types Understand fundamentals on S-Parameter Simulation Additional Linear and Non-Linear Simulators

More information

The Square Root Ensemble Kalman Filter to Estimate the Concentration of Air Pollution

The Square Root Ensemble Kalman Filter to Estimate the Concentration of Air Pollution International Conference on Mathematical Applications in Engineering (ICMAE 0 3-5 August 200 Kuala Lumpur Malasia The Square Root Ensemble Kalman Filter to Estimate the Concentration of Air Pollution Erna

More information

Similarly, the point marked in red below is a local minimum for the function, since there are no points nearby that are lower than it:

Similarly, the point marked in red below is a local minimum for the function, since there are no points nearby that are lower than it: Extreme Values of Multivariate Functions Our next task is to develop a method for determining local extremes of multivariate functions, as well as absolute extremes of multivariate functions on closed

More information

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy Optimization Constrained optimization and Lagrange multipliers Constrained optimization is what it sounds like - the problem of finding a maximum or minimum value (optimization), subject to some other

More information

Phased Array Simulations using Finite Integration Technique

Phased Array Simulations using Finite Integration Technique Phased Array Simulations using Finite Integration Technique Franz Hirtenfelder CST GmbH, Bad Nauheimerstr. 19, 64289 Darmstadt, Germany Phone : +49 6151 73030, Fa : +49 6151 730310 Web: http://www.cst.com

More information

Generalized Regression Neural Network Prediction Model for Indoor Environment

Generalized Regression Neural Network Prediction Model for Indoor Environment Generalized Regression Neural Networ Prediction Model for Indoor Environment Ileana Popescu, Philip Constantinou Mobile Radiocommunications Laborator, National Technical Universit of Athens, Greece ileana@mobile.ntua.gr

More information

Wavelet Shrinkage and Denoising. Brian Dadson & Lynette Obiero Summer 2009 Undergraduate Research Supported by NSF through MAA

Wavelet Shrinkage and Denoising. Brian Dadson & Lynette Obiero Summer 2009 Undergraduate Research Supported by NSF through MAA Wavelet Shrinkage and Denoising Brian Dadson & Lynette Obiero Summer 2009 Undergraduate Research Supported by NSF through MAA Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting

More information

Gauss and AGM. Burton Rosenberg. January 30, 2004

Gauss and AGM. Burton Rosenberg. January 30, 2004 Gauss and AGM Burton Rosenberg January 3, 24 Introduction derivation of equation. what has it to do w/ the lemniscate agm properties of I elliptic integrals The Elliptic Integral of the First Kind Define

More information

GAIN COMPARISON MEASUREMENTS IN SPHERICAL NEAR-FIELD SCANNING

GAIN COMPARISON MEASUREMENTS IN SPHERICAL NEAR-FIELD SCANNING GAIN COMPARISON MEASUREMENTS IN SPHERICAL NEAR-FIELD SCANNING ABSTRACT by Doren W. Hess and John R. Jones Scientific-Atlanta, Inc. A set of near-field measurements has been performed by combining the methods

More information

Lecture 8: Introduction to Hybrid FEM IE

Lecture 8: Introduction to Hybrid FEM IE Lecture 8: Introduction to Hybrid FEM IE 2015.0 Release ANSYS HFSS for Antenna Design 1 2015 ANSYS, Inc. Hybrid FEM-IE Solution Using HFSS and HFSS-IE Advantages of Hybrid Solution Leverage the strength

More information

Sensor Data Fusion Using a Probability Density Grid

Sensor Data Fusion Using a Probability Density Grid Sensor Data Fusion Using a Probability Density Grid Derek Elsaesser Communication and avigation Electronic Warfare Section DRDC Ottawa Defence R&D Canada Derek.Elsaesser@drdc-rddc.gc.ca Abstract - A novel

More information

You may recall from previous work with solving quadratic functions, the discriminant is the value

You may recall from previous work with solving quadratic functions, the discriminant is the value 8.0 Introduction to Conic Sections PreCalculus INTRODUCTION TO CONIC SECTIONS Lesson Targets for Intro: 1. Know and be able to eplain the definition of a conic section.. Identif the general form of a quadratic

More information

2.1 Partial Derivatives

2.1 Partial Derivatives .1 Partial Derivatives.1.1 Functions of several variables Up until now, we have only met functions of single variables. From now on we will meet functions such as z = f(x, y) and w = f(x, y, z), which

More information

Equations of Lines and Linear Models

Equations of Lines and Linear Models 8. Equations of Lines and Linear Models Equations of Lines If the slope of a line and a particular point on the line are known, it is possible to find an equation of the line. Suppose that the slope of

More information

Unit D Parallel and Perpendicular Lines

Unit D Parallel and Perpendicular Lines Baltimore Count Public Schools Unit D Essential Question Parallel and Perpendicular Lines How can vocabular and proofs associated with parallel lines improve logical and critical thinking skills? Sections

More information

Solving Systems of Equations

Solving Systems of Equations Solving Sstems of Equations Eample 1: Emil just graduated from college with a degree in computer science. She has two job offers. Kraz Komputers will pa her a base salar of $0,000 with a $500 raise each

More information

luxcontrol lighting control system Sensors smartswitch 5DP 14f Automatic switching based on presence and light level

luxcontrol lighting control system Sensors smartswitch 5DP 14f Automatic switching based on presence and light level luxcontrol lighting control sstem smartswitch 5DP 14f Automatic switching based on presence and light level Product description Motion detector for luminaire installation For automatic on/off switching

More information

Reinforcement Learning Simulations and Robotics

Reinforcement Learning Simulations and Robotics Reinforcement Learning Simulations and Robotics Models Partially observable noise in sensors Policy search methods rather than value functionbased approaches Isolate key parameters by choosing an appropriate

More information

the composition of pennies in the United States was changed due, in part, to the rising cost of copper. Pennies minted after 1983 weigh 3.

the composition of pennies in the United States was changed due, in part, to the rising cost of copper. Pennies minted after 1983 weigh 3. A-REI Accuratel weighing pennies II Alignments to Content Standards: A-REI.C.6 Task In 1983 the composition of pennies in the United States was changed due, in part, to the rising cost of copper. Pennies

More information

Level 6 Graduate Diploma in Engineering Electrical Energy Systems

Level 6 Graduate Diploma in Engineering Electrical Energy Systems 9210-114 Level 6 Graduate Diploma in Engineering Electrical Energy Systems Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil, ruler,

More information

A Toolbox of Hamilton-Jacobi Solvers for Analysis of Nondeterministic Continuous and Hybrid Systems

A Toolbox of Hamilton-Jacobi Solvers for Analysis of Nondeterministic Continuous and Hybrid Systems A Toolbox of Hamilton-Jacobi Solvers for Analysis of Nondeterministic Continuous and Hybrid Systems Ian Mitchell Department of Computer Science University of British Columbia Jeremy Templeton Department

More information

BACHELOR OF APPLIED ENGINEERING (ELECTRICAL) & DIPLOMA / ADVANCED DIPLOMA IN MECHANICAL ENGINEERING STUDY GUIDE Study Option (1) Self Study

BACHELOR OF APPLIED ENGINEERING (ELECTRICAL) & DIPLOMA / ADVANCED DIPLOMA IN MECHANICAL ENGINEERING STUDY GUIDE Study Option (1) Self Study 1 TRAINING CENTRE www.highlightcomputer.com www.highlightcomputergroup.zoomshare.com www.iqytechnicalcollege.com Affiliated to St Clements University Higher Education School Niue of St Clements University

More information

Path Planning with Fast Marching Methods

Path Planning with Fast Marching Methods Path Planning with Fast Marching Methods Ian Mitchell Department of Computer Science The University of British Columbia research supported by National Science and Engineering Research Council of Canada

More information

A New Method of Emission Measurement

A New Method of Emission Measurement A New Method of Emission Measurement Christoph Keller Institute of Power Transm. and High Voltage Technology University of Stuttgart, Germany ckeller@ieh.uni-stuttgart.de Kurt Feser Institute of Power

More information

A PageRank Algorithm based on Asynchronous Gauss-Seidel Iterations

A PageRank Algorithm based on Asynchronous Gauss-Seidel Iterations Simulation A PageRank Algorithm based on Asynchronous Gauss-Seidel Iterations D. Silvestre, J. Hespanha and C. Silvestre 2018 American Control Conference Milwaukee June 27-29 2018 Silvestre, Hespanha and

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION SUPPLEMENTARY INFORMATION doi:0.038/nature727 Table of Contents S. Power and Phase Management in the Nanophotonic Phased Array 3 S.2 Nanoantenna Design 6 S.3 Synthesis of Large-Scale Nanophotonic Phased

More information

Pulsed Power Engineering Circuit Simulation

Pulsed Power Engineering Circuit Simulation Pulsed Power Engineering Circuit Simulation January 12-16, 2009 Craig Burkhart, PhD Power Conversion Department SLAC National Accelerator Laboratory Circuit Simulation for Pulsed Power Applications Uses

More information

UNIT 2 LINEAR AND EXPONENTIAL RELATIONSHIPS Station Activities Set 2: Relations Versus Functions/Domain and Range

UNIT 2 LINEAR AND EXPONENTIAL RELATIONSHIPS Station Activities Set 2: Relations Versus Functions/Domain and Range UNIT LINEAR AND EXPONENTIAL RELATIONSHIPS Station Activities Set : Relations Versus Functions/Domain and Range Station You will be given a ruler and graph paper. As a group, use our ruler to determine

More information

Tracking Position Control of AC Servo Motor Using Enhanced Iterative Learning Control Strategy

Tracking Position Control of AC Servo Motor Using Enhanced Iterative Learning Control Strategy International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume 3, Issue 6 (September 212), PP. 26-33 Tracking Position Control of AC Servo Motor Using

More information

Chapter 2 Introduction to Logic Circuits

Chapter 2 Introduction to Logic Circuits Chapter 2 Introduction to Logic Circuits Logic unctions and circuits Boolean algebra Snthesis o digital circuits Introduction to CAD tools Introduction to VHDL Logic unctions and Circuits and 2 are binar

More information

Slinky vs. guitar. W.E. Bailey, APAM/MSE EN1102

Slinky vs. guitar. W.E. Bailey, APAM/MSE EN1102 Slinky vs. guitar W.E. Bailey, APAM/MSE EN1102 Differential spring element Figure: Differential length dx of spring under tension T with curvature is not a constant. θ = θ(x) W.E. Bailey, APAM/MSE EN1102

More information

Ismor Fischer, 5/26/

Ismor Fischer, 5/26/ Ismor Fischer, 5/6/06.5-.5 Problems. Follow the instructions in the posted R code folder (http://www.stat.wisc.edu/~ifischer/intro_stat/lecture_notes/rcode/) for this problem, to reproduce the results

More information

Asymptotic behaviour of permutations avoiding generalized patterns

Asymptotic behaviour of permutations avoiding generalized patterns Asymptotic behaviour of permutations avoiding generalized patterns Ashok Rajaraman 311176 arajaram@sfu.ca February 19, 1 Abstract Visualizing permutations as labelled trees allows us to to specify restricted

More information

Algebra 2. Slope of waste pipes

Algebra 2. Slope of waste pipes Algebra 2 Slope of waste pipes Subject Area: Math Grade Levels: 9-12 Date: Aug 25 th -26 th Lesson Overview: Students will first complete a worksheet reviewing slope, rate of change,, and plotting points.

More information

inverting V CC v O -V EE non-inverting

inverting V CC v O -V EE non-inverting Chapter 4 Operational Amplifiers 4.1 Introduction The operational amplifier (opamp for short) is perhaps the most important building block for the design of analog circuits. Combined with simple negative

More information

1 Introduction General Background The New Computer Environment Transmission System Developments Theoretical Models and Computer Programs

1 Introduction General Background The New Computer Environment Transmission System Developments Theoretical Models and Computer Programs Modeling Techniques in Power Systems 1 General Background The New Computer Environment Transmission System Developments Theoretical Models and Computer Programs 2 Transmission Systems Linear Transformation

More information

JNTUWORLD. 6 The unity feedback system whose open loop transfer function is given by G(s)=K/s(s 2 +6s+10) Determine: (i) Angles of asymptotes *****

JNTUWORLD. 6 The unity feedback system whose open loop transfer function is given by G(s)=K/s(s 2 +6s+10) Determine: (i) Angles of asymptotes ***** Code: 9A050 III B. Tech I Semester (R09) Regular Eaminations, November 0 Time: hours Ma Marks: 70 (a) What is a mathematical model of a physical system? Eplain briefly. (b) Write the differential equations

More information

MATH 105: Midterm #1 Practice Problems

MATH 105: Midterm #1 Practice Problems Name: MATH 105: Midterm #1 Practice Problems 1. TRUE or FALSE, plus explanation. Give a full-word answer TRUE or FALSE. If the statement is true, explain why, using concepts and results from class to justify

More information

Lecture PowerPoints. Chapter 22 Physics: Principles with Applications, 7 th edition Giancoli

Lecture PowerPoints. Chapter 22 Physics: Principles with Applications, 7 th edition Giancoli Lecture PowerPoints Chapter 22 Physics: Principles with Applications, 7 th edition Giancoli This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching

More information

Numerical Method for Antenna Radiation Problem by FDTD Method with PML

Numerical Method for Antenna Radiation Problem by FDTD Method with PML Numerical Method for Antenna Radiation Problem b FDTD Method with PML Takashi Kako and Yoshiharu Ohi The Universit of Electro-Communications, Department of Computer Science, Chofu, Toko 8-8585, Japan,

More information

Frequently Asked Questions

Frequently Asked Questions Course: B.Sc. Applied Physical Science (Computer Science) Year & Sem.: Ist Year, Sem - IInd Subject: Electronics Paper No.: V Paper Title: Analog Circuits Lecture No.: 13 Lecture Title: Analog Circuits

More information

The Math Projects Journal

The Math Projects Journal PROJECT OBJECTIVE The House Painter lesson series offers students firm acquisition of the skills involved in adding, subtracting and multipling polnomials. The House Painter lessons accomplish this b offering

More information

Exam Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance voltage?

Exam Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance voltage? Exam 2 Name: Score /90 Question 1 Short Takes 1 point each unless noted otherwise. 1. Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance

More information

LECTURE FOUR Time Domain Analysis Transient and Steady-State Response Analysis

LECTURE FOUR Time Domain Analysis Transient and Steady-State Response Analysis LECTURE FOUR Time Domain Analysis Transient and Steady-State Response Analysis 4.1 Transient Response and Steady-State Response The time response of a control system consists of two parts: the transient

More information

C.3 Review of Trigonometric Functions

C.3 Review of Trigonometric Functions C. Review of Trigonometric Functions C7 C. Review of Trigonometric Functions Describe angles and use degree measure. Use radian measure. Understand the definitions of the si trigonometric functions. Evaluate

More information

Electrical Power Systems

Electrical Power Systems Electrical Power Systems CONCEPT, THEORY AND PRACTICE SECOND EDITION SUBIR RAY Professor MVJ College of Engineering Bangalore PHI Learning Pfcte tofm Delhi-110092 2014 Preface xv Preface to the First Edition

More information

Section 3 Curved Mirrors. Calculate distances and focal lengths using the mirror equation for concave and convex spherical mirrors.

Section 3 Curved Mirrors. Calculate distances and focal lengths using the mirror equation for concave and convex spherical mirrors. Objectives Calculate distances and focal lengths using the mirror equation for concave and convex spherical mirrors. Draw ray diagrams to find the image distance and magnification for concave and convex

More information

SHOCK RESPONSE SPECTRUM SYNTHESIS VIA DAMPED SINUSOIDS Revision B

SHOCK RESPONSE SPECTRUM SYNTHESIS VIA DAMPED SINUSOIDS Revision B SHOCK RESPONSE SPECTRUM SYNTHESIS VIA DAMPED SINUSOIDS Revision B By Tom Irvine Email: tomirvine@aol.com April 5, 2012 Introduction Mechanical shock can cause electronic components to fail. Crystal oscillators

More information

Microwave Reflection Tomographic Array for Damage Detection of Civil Structures

Microwave Reflection Tomographic Array for Damage Detection of Civil Structures Microwave Reflection Tomographic for Damage Detection of Civil Structures Yoo Jin Kim, Luis Jofre, Member, IEEE, Franco De Flaviis, Member, IEEE, and Maria Q. Feng Abstract-- Microwave tomographic imaging

More information

Reading. Projections. The 3D synthetic camera model. Imaging with the synthetic camera. Angel. Chapter 5. Optional

Reading. Projections. The 3D synthetic camera model. Imaging with the synthetic camera. Angel. Chapter 5. Optional Reading Angel. Chapter 5 Optional Projections David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, Second edition, McGraw-Hill, New York, 1990, Chapter 3. The 3D snthetic camera

More information

Signals and Systems Using MATLAB

Signals and Systems Using MATLAB Signals and Systems Using MATLAB Second Edition Luis F. Chaparro Department of Electrical and Computer Engineering University of Pittsburgh Pittsburgh, PA, USA AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK

More information

D.3. Angles and Degree Measure. Review of Trigonometric Functions

D.3. Angles and Degree Measure. Review of Trigonometric Functions APPENDIX D. Review of Trigonometric Functions D7 APPENDIX D. Review of Trigonometric Functions Angles and Degree Measure Radian Measure The Trigonometric Functions Evaluating Trigonometric Functions Solving

More information

Topic wise Tests. Complex Variables, Numerical Methods, Probability and Statistics & Transfrom Theory.

Topic wise Tests. Complex Variables, Numerical Methods, Probability and Statistics & Transfrom Theory. Topic wise Tests Each test carries 25 marks and 45 minutes duration Test consists of 5 one mark questions and 10 two marks questions Tests will be activated at 2:00 pm on scheduled day Test No Topic code

More information

Infinite Impulse Response (IIR) Filter. Ikhwannul Kholis, ST., MT. Universitas 17 Agustus 1945 Jakarta

Infinite Impulse Response (IIR) Filter. Ikhwannul Kholis, ST., MT. Universitas 17 Agustus 1945 Jakarta Infinite Impulse Response (IIR) Filter Ihwannul Kholis, ST., MT. Universitas 17 Agustus 1945 Jaarta The Outline 8.1 State-of-the-art 8.2 Coefficient Calculation Method for IIR Filter 8.2.1 Pole-Zero Placement

More information

EECE251 Circuit Analysis I Set 5: Operational Amplifiers

EECE251 Circuit Analysis I Set 5: Operational Amplifiers EECE251 Circuit Analysis I Set 5: Operational Amplifiers Shahriar Mirabbasi Department of Electrical and Computer Engineering University of British Columbia shahriar@ece.ubc.ca 1 Amplifiers There are various

More information