Suppose that we have a real phenomenon. The phenomenon produces events (synonym: outcomes ).

Size: px
Start display at page:

Download "Suppose that we have a real phenomenon. The phenomenon produces events (synonym: outcomes )."

Transcription

1 p. 5/44 Modeling Suppose that we have a real phenomenon. The phenomenon produces events (synonym: outcomes ). Phenomenon Event, outcome We view a (deterministic) model for the phenomenon as a prescription of which events can occur, and which events cannot occur.

2 p. 8/44 The behavior A mathematical model : a pair (U,B) with U the universum of events B U the behavior of the model allowed B U possible forbidden

3 p. 10/44 Discrete event phenomena If U is a finite set, or strings of elements from a finite set, we speak about discrete event systems (DESs). Phenomenon Examples: Words in a natural language Sentences in a natural language DNA sequences LATEX code Block codes

4 p. 11/44 Discrete event phenomena Words in a natural language U = A (:= all finite strings with letters from A) with A = {a,...,z,a,...,z}. B = all words recognized by the spelling checker, for example, behavior B, SPQR / B. B is basically specified by enumeration. Sentences in a natural language U = A (:= all finite strings with letters from A) with A = {a,...,z,a,...,z,,.;: ()!?, etc.}. B = all legal sentences. Specifying B is a complicated matter, involving grammars.

5 p. 13/44 Continuous phenomena If U is a (subset of a) finite-dimensional real (or complex) vector space, we speak about continuous models. Phenomenon Examples: The gas law A spring The gravitational attraction of two bodies A resistor

6 p. 13/44 Continuous phenomena A resistor Event: voltage V, current I. Throughout, we take the current positive when it runs into the circuit, and we take the voltage positive when it goes from higher to lower potential. I + R V Georg Ohm ( ) U = R R; B = {(V,I) R R V = RI } (Ohm s law).

7 p. 14/44 Dynamical phenomena If U is a set of functions of time, we speak about dynamical models. Phenomenon signal space Examples: Inductors, capacitors Kepler s laws Newton s second law Convolutional codes time

8 Dynamical phenomena Inductors and capacitors Event: voltage and current as a function of time. I + I + L V C V U = (R R) R ; B = {(V,I) : R R R L d dt I = V } (inductor), B = {(V,I) : R R R C d dt V = I } (capacitor). p. 14/44

9 p. 14/44 Kepler s laws Dynamical phenomena Event: the position of a planet as a function of time. 1 year PLANET SUN 7 months K1: ellipse, sun in focus, K2: equal areas in equal times, K3: square of the period = third power of major axis. U = (R 3 ) R ; B = { q : R R 3 K1, K2, & K3 hold }. Johannes Kepler ( )

10 Dynamical phenomena Newton s second law Event: the position of a pointmass and the force acting on it, both as a function of time. F M q U = (R 3 R 3 ) R ; B = {( q, F) : R R 3 R 3 F = M d2 dt 2 q }. Newton painted by William Blake p. 14/44

11 p. 16/44 Distributed phenomena If U is a set of functions of space and time, we speak about distributed parameter systems. Phenomenon signal space Examples: Heat diffusion Wave equation Maxwell s equations space time

12 Distributed phenomena Maxwell s equations Event: electric field, magnetic field, current density, charge density as a function of time and space. E = 1 ε 0 ρ, E = t B, B = 0, James Clerk Maxwell ( ) c 2 B = 1 ε 0 j + t E. U = (R 3 R 3 R 3 R) R4 ; B = {( E, B, j,ρ) : R R 3 R 3 R 3 R 3 R Maxwell s equations are satisfied }. p. 17/44

13 p. 19/44 Behavioral models The behavior captures the essence of what a model is. The behavior is all there is. Equivalence of models, properties of models, symmetries, system identification, etc. must all refer to the behavior. Every good scientific theory is prohibition: it forbids certain things to happen. The more it forbids, the better it is. Replace scientific theory by mathematical model. Karl Popper ( )

14 p. 21/44 The dynamic behavior In dynamical systems, the events are maps, with the time-axis as domain. The events are functions of time. Phenomenon signal space time It is convenient to distinguish, in the notation, the domain of the event maps, the time set, and the codomain, the signal space, that is, the set where the functions take on their values.

15 p. 22/44 The dynamic behavior Definition: A dynamical system : (T, W, B), with T R the time set, W the signal space, B W T the behavior, that is, B is a family of maps from T to W. w : T W B means: the model allows the trajectory w, w : T W / B means: the model forbids the trajectory w.

16 p. 22/44 The dynamic behavior Definition: A dynamical system : (T, W, B), with T R the time set, W the signal space, B W T the behavior, that is, B is a family of maps from T to W. w : T W B means: the model allows the trajectory w, w : T W / B means: the model forbids the trajectory w. Mostly, T = R,R + := [0, ),Z, or N := {0,1,2,...}, W = (a subset of) R w, for some w N, B is then a family of trajectories taking values in a finite-dimensional real vector space. T = R or R + continuous-time systems, T = Z or N discrete-time systems.

17 p. 23/44 Dynamical systems described by differential equations Consider the ODE f w, with d2 dn w, w,..., ddt dt2 dt n w = 0, ( ) f : W R w R w R w n times Some may prefer to write f w, d2 dn w, w,..., ddt dt2 dt n w R, W R w. = 0, instead of ( ), but we leave the notation to puritans.

18 p. 26/44 Linearity and time-invariance The dynamical system Σ = (T,W,B) is said to be linear : W is a vector space (over a field F) and [[w 1,w 2 B and α F]] [[w 1 + αw 2 B]]. Linearity the superposition principle holds.

19 p. 26/44 Linearity and time-invariance The dynamical system Σ = (T,W,B) is said to be time-invariant : T = R,R +,Z, or N, and [[w B and t T]] [[σ t w B]]. σ t denotes the backwards t-shift, defined as σ t w : T W, σ t w(t ) := w(t +t). σ t w w t time Time-invariance shifts of legal trajectories are legal.

20 p. 27/44 Autonomous systems The dynamical system Σ = (T,W,B), with T = R or Z, is said to be autonomous : [[w 1,w 2 B, and w 1 (t) = w 2 (t) for t < 0]] [[w 1 = w 2 ]].

21 p. 28/44 Autonomous in a picture W time PAST W time FUTURE autonomous : the past implies the future.

22 p. 29/44 Stability The dynamical system Σ = (T, W, B), with T = R,[0, ), Z, or N, and W a normed vector space (for simplicity), is said to be stable : [[w B]] [[w(t) 0 for t ]].

23 Stability The dynamical system Σ = (T, W, B), with T = R,[0, ), Z, or N, and W a normed vector space (for simplicity), is said to be stable : [[w B]] [[w(t) 0 for t ]]. In a picture W time stability : all trajectories go to 0. Sometimes this is referred to as asymptotic stability. There exist numerous other stability concepts for dynamical systems! p. 29/44

24 p. 30/44 Controllability The time-invariant (to avoid irrelevant complications) dynamical system Σ = (T,W,B), with T = R or Z, is said to be controllable : for all w 1,w 2 B, there exist T T,T 0, and w B, such that w(t) = w 1 (t) for t < 0; w 2 (t T) for t T.

25 p. 31/44 Controllability in a picture W w 1,w 2 B w 1 0 w 2 time

26 p. 31/44 Controllability in a picture W w 1,w 2 B w 1 0 w 2 time W transition W w B w 1 w 0 w T time σ T w 2 w controllability : concatenability of trajectories after a delay

27 p. 32/44 Stabilizability The dynamical system Σ = (T,W,B), with T = R or Z, and W a normed vector space (for simplicity), is said to be stabilizable : for all w B, there exist w B, such that w (t) = w(t) for t < 0, w (t) 0 for t.

28 p. 33/44 Stabilizability in a picture w w W 0 w time stabilizability : all trajectories can be steered to 0.

29 p. 34/44 Observability observed w 1 System w 2 to-be-deduced Consider the dynamical system Σ = (T,W 1 W 2,B). w 2 is said to be observable from w 1 in Σ : [[(w 1,w 2 ),(w 1,w 2) B and w 1 = w 1]] [[w 2 = w 2]].

30 p. 34/44 Observability observed w 1 System w 2 to-be-deduced Consider the dynamical system Σ = (T,W 1 W 2,B). w 2 is said to be observable from w 1 in Σ : [[(w 1,w 2 ),(w 1,w 2) B and w 1 = w 1]] [[w 2 = w 2]]. Observability : w 2 may be deduced from w 1.!!! Knowing the laws of the system!!!

31 p. 35/44 Observability in a picture W 1 F w 1 time W 2 w 2 time Equivalently, there exists a map F : W T 1 WT 2, such that [[(w 1,w 2 ) B]] [[w 2 = F(w 1 )]].

32 p. 36/44 Detectability Consider the dynamical system Σ = (T,W 1 W 2,B), with T = R,R +,Z, or N, and W a normed vector space (for simplicity). w 2 is said to be detectable from w 1 in Σ : [[(w 1,w 2 ),(w 1,w 2 ) B and w 1 = w 1 ]] [[w 2 (t) w 2 (t) 0 for t ]]. Detectability : w 2 can be asymptotically deduced from w 1.

33 p. 39/44 State equations We now discuss how state models fit in. d x = f (x,u), y = h(x,u), w = dt u, ( ) y with u : R U the input, y : R Y the output, and x : R X the state. In particular, the linear case, these systems are parametrized by the 4 matrices (A,B,C,D) d u x = Ax + Bu, y = Cx + Du, w =, dt y with A R n n,b R n m,c R p n,d R p m. These models have dominated linear system theory since the 1960 s.

34 p. 39/44 State equations We now discuss how state models fit in. d x = f (x,u), y = h(x,u), w = dt u, ( ) y with u : R U the input, y : R Y the output, and x : R X the state. It is common to view state space systems as models to describe the input/output behavior by means of input/state/output equations, with the state as latent variable. Define B extended := {(u,y,x) : R U Y X ( ) holds}, B := {(u,y) : R U Y x : R X such that ( ) holds}.

35 p. 40/44 State controllability State models propagated in the 1960 s under the influence of R.E. Kalman. Especially important in this development were the notions of state controllability and state observability. Rudolf Kalman (1930 )

36 p. 40/44 State controllability ( ) is said to be state controllable if for all x 1,x 2 X, there exists T 0, u : R U, and x : R X, such that 1. d dt x(t) = f (x(t),u(t)) for 0 t T, 2. x(0) = x 1, 3. x(t) = x 2. X x 2 x 1

37 State controllability ( ) is said to be state controllable if for all x 1,x 2 X, there exists T 0, u : R U, and x : R X, such that 1. d dt x(t) = f (x(t),u(t)) for 0 t T, 2. x(0) = x 1, 3. x(t) = x 2. It is easy to prove that [[state controllability]] [[behavioral controllability of B extended ]]. [[state controllability]] [[behavioral controllability of B]]. Behavioral controllability makes controllability into a genuine, an intrinsic, representation independent system property. p. 40/44

38 p. 41/44 State observability ( ) is said to be state observable if [[(u,y,x 1 ),(u,y,x 2 ) B extended ]] [[x 1 (0) = x 2 (0)]].

39 p. 41/44 State observability ( ) is said to be state observable if [[(u,y,x 1 ),(u,y,x 2 ) B extended ]] [[x 1 (0) = x 2 (0)]]. It is easy to prove that [[state observability]] [[behavioral observability of B extended ]], with (u,y) as observed variables, and x as to-be-deduced variable.

40 p. 41/44 State observability ( ) is said to be state observable if [[(u,y,x 1 ),(u,y,x 2 ) B extended ]] [[x 1 (0) = x 2 (0)]]. It is easy to prove that [[state observability]] [[behavioral observability of B extended ]], with (u,y) as observed variables, and x as to-be-deduced variable. Behavioral controllability and observability are meaningful generalizations of state controllability and observability. Why should we be so interested in the state?

41 p. 43/44 Summary A phenomenon produces events, outcomes. the universum of events U. A mathematical model specifies a subset B of U. B is the behavior and specifies which events can occur, according to the model. In dynamical systems, the events are maps from the time set to the signal space. Controllability, observability, and similar properties can be nicely defined within this setting. State models are a more structured class of dynamical systems.

The Behavioral Approach to Systems Theory

The Behavioral Approach to Systems Theory The Behavioral Approach to Systems Theory... and DAEs Patrick Kürschner July 21, 2010 1/31 Patrick Kürschner The Behavioral Approach to Systems Theory Outline 1 Introduction 2 Mathematical Models 3 Linear

More information

OPEN DYNAMICAL SYSTEMS

OPEN DYNAMICAL SYSTEMS p. 1/5 OPEN DYNAMICAL SYSTEMS THEIR AIMS and THEIR ORIGINS Jan C. Willems K.U. Leuven, Belgium VII Antonio Ruberti Lecture Rome, May 28, 2007 p. 2/5 Antonio Ruberti Today s area: System theory & control

More information

Lecture Notes of EE 714

Lecture Notes of EE 714 Lecture Notes of EE 714 Lecture 1 Motivation Systems theory that we have studied so far deals with the notion of specified input and output spaces. But there are systems which do not have a clear demarcation

More information

The Behavioral Approach to Systems Theory

The Behavioral Approach to Systems Theory The Behavioral Approach to Systems Theory Paolo Rapisarda, Un. of Southampton, U.K. & Jan C. Willems, K.U. Leuven, Belgium MTNS 2006 Kyoto, Japan, July 24 28, 2006 Lecture 2: Representations and annihilators

More information

European Embedded Control Institute. Graduate School on Control Spring The Behavioral Approach to Modeling and Control.

European Embedded Control Institute. Graduate School on Control Spring The Behavioral Approach to Modeling and Control. p. 1/50 European Embedded Control Institute Graduate School on Control Spring 2010 The Behavioral Approach to Modeling and Control Lecture VI CONTROLLABILITY p. 2/50 Theme Behavioral controllability, the

More information

AP Physics C Mechanics Objectives

AP Physics C Mechanics Objectives AP Physics C Mechanics Objectives I. KINEMATICS A. Motion in One Dimension 1. The relationships among position, velocity and acceleration a. Given a graph of position vs. time, identify or sketch a graph

More information

Dynamical system. The set of functions (signals) w : T W from T to W is denoted by W T. W variable space. T R time axis. W T trajectory space

Dynamical system. The set of functions (signals) w : T W from T to W is denoted by W T. W variable space. T R time axis. W T trajectory space Dynamical system The set of functions (signals) w : T W from T to W is denoted by W T. W variable space T R time axis W T trajectory space A dynamical system B W T is a set of trajectories (a behaviour).

More information

Review: control, feedback, etc. Today s topic: state-space models of systems; linearization

Review: control, feedback, etc. Today s topic: state-space models of systems; linearization Plan of the Lecture Review: control, feedback, etc Today s topic: state-space models of systems; linearization Goal: a general framework that encompasses all examples of interest Once we have mastered

More information

Signal theory: Part 1

Signal theory: Part 1 Signal theory: Part 1 Ivan Markovsky\ Vrije Universiteit Brussel Contents 1 Introduction 2 2 The behavioral approach 3 2.1 Definition of a system....................................... 3 2.2 Dynamical

More information

Kirchhoff's Laws and Circuit Analysis (EC 2)

Kirchhoff's Laws and Circuit Analysis (EC 2) Kirchhoff's Laws and Circuit Analysis (EC ) Circuit analysis: solving for I and V at each element Linear circuits: involve resistors, capacitors, inductors Initial analysis uses only resistors Power sources,

More information

Question 13: In the Plinko! model of current, if the spacing between the atoms that make up the conducting material increases, what happens?

Question 13: In the Plinko! model of current, if the spacing between the atoms that make up the conducting material increases, what happens? Question 13: In the Plinko! model of current, if the spacing between the atoms that make up the conducting material increases, what happens? A) Current increases because electron density increases B) Current

More information

Noise - irrelevant data; variability in a quantity that has no meaning or significance. In most cases this is modeled as a random variable.

Noise - irrelevant data; variability in a quantity that has no meaning or significance. In most cases this is modeled as a random variable. 1.1 Signals and Systems Signals convey information. Systems respond to (or process) information. Engineers desire mathematical models for signals and systems in order to solve design problems efficiently

More information

C R. Consider from point of view of energy! Consider the RC and LC series circuits shown:

C R. Consider from point of view of energy! Consider the RC and LC series circuits shown: ircuits onsider the R and series circuits shown: ++++ ---- R ++++ ---- Suppose that the circuits are formed at t with the capacitor charged to value. There is a qualitative difference in the time development

More information

Analog Signals and Systems and their properties

Analog Signals and Systems and their properties Analog Signals and Systems and their properties Main Course Objective: Recall course objectives Understand the fundamentals of systems/signals interaction (know how systems can transform or filter signals)

More information

Lecture 6, September 1, 2017

Lecture 6, September 1, 2017 Engineering Mathematics Fall 07 Lecture 6, September, 07 Escape Velocity Suppose we have a planet (or any large near to spherical heavenly body) of radius R and acceleration of gravity at the surface of

More information

The Behavioral Approach to Modeling and Control of Dynamical Systems

The Behavioral Approach to Modeling and Control of Dynamical Systems The Behavioral Approach to Modeling and Control of Dynamical Systems Jan C. Willems 1 Mathematics Institute University of Groningen The Netherlands Abstract The behavioral approach provides a mathematical

More information

Power Systems Control Prof. Wonhee Kim. Modeling in the Frequency and Time Domains

Power Systems Control Prof. Wonhee Kim. Modeling in the Frequency and Time Domains Power Systems Control Prof. Wonhee Kim Modeling in the Frequency and Time Domains Laplace Transform Review - Laplace transform - Inverse Laplace transform 2 Laplace Transform Review 3 Laplace Transform

More information

Dynamical Systems and Mathematical Models A system is any collection of objects and their interconnections that we happen to be interested in; be it

Dynamical Systems and Mathematical Models A system is any collection of objects and their interconnections that we happen to be interested in; be it Dynamical Systems and Mathematical Models A system is any collection of objects and their interconnections that we happen to be interested in; be it physical, engineering, economic, financial, demographic,

More information

ELEC system identification workshop. Behavioral approach

ELEC system identification workshop. Behavioral approach 1 / 33 ELEC system identification workshop Behavioral approach Ivan Markovsky 2 / 33 The course consists of lectures and exercises Session 1: behavioral approach to data modeling Session 2: subspace identification

More information

Linear dynamical systems with inputs & outputs

Linear dynamical systems with inputs & outputs EE263 Autumn 215 S. Boyd and S. Lall Linear dynamical systems with inputs & outputs inputs & outputs: interpretations transfer function impulse and step responses examples 1 Inputs & outputs recall continuous-time

More information

Lecture 23 (Gravitation, Potential Energy and Gauss s Law; Kepler s Laws) Physics Spring 2017 Douglas Fields

Lecture 23 (Gravitation, Potential Energy and Gauss s Law; Kepler s Laws) Physics Spring 2017 Douglas Fields Lecture 23 (Gravitation, Potential Energy and Gauss s Law; Kepler s Laws) Physics 160-02 Spring 2017 Douglas Fields Gravitational Force Up until now, we have said that the gravitational force on a mass

More information

Handout 2: Invariant Sets and Stability

Handout 2: Invariant Sets and Stability Engineering Tripos Part IIB Nonlinear Systems and Control Module 4F2 1 Invariant Sets Handout 2: Invariant Sets and Stability Consider again the autonomous dynamical system ẋ = f(x), x() = x (1) with state

More information

2.4 Models of Oscillation

2.4 Models of Oscillation 2.4 Models of Oscillation In this section we give three examples of oscillating physical systems that can be modeled by the harmonic oscillator equation. Such models are ubiquitous in physics, but are

More information

Problem info Geometry model Labelled Objects Results Nonlinear dependencies

Problem info Geometry model Labelled Objects Results Nonlinear dependencies Problem info Problem type: Transient Magnetics (integration time: 9.99999993922529E-09 s.) Geometry model class: Plane-Parallel Problem database file names: Problem: circuit.pbm Geometry: Circuit.mod Material

More information

Control Systems. Laplace domain analysis

Control Systems. Laplace domain analysis Control Systems Laplace domain analysis L. Lanari outline introduce the Laplace unilateral transform define its properties show its advantages in turning ODEs to algebraic equations define an Input/Output

More information

SYSTEM INTERCONNECTION

SYSTEM INTERCONNECTION p. 1/60 Elgersburg Lectures March 2010 Lecture IV SYSTEM INTERCONNECTION p. 2/60 Outline Motivation Modeling by tearing, zooming, and linking An example Control as interconnection Pole assignment and stabilization

More information

When Gradient Systems and Hamiltonian Systems Meet

When Gradient Systems and Hamiltonian Systems Meet When Gradient Systems and Hamiltonian Systems Meet Arjan van der Schaft Johann Bernoulli Institute for Mathematics and Computer Science University of Groningen, the Netherlands December 11, 2011 on the

More information

Here are some internet links to instructional and necessary background materials:

Here are some internet links to instructional and necessary background materials: The general areas covered by the University Physics course are subdivided into major categories. For each category, answer the conceptual questions in the form of a short paragraph. Although fewer topics

More information

Lecture 1: Introduction Introduction

Lecture 1: Introduction Introduction Module 1: Signals in Natural Domain Lecture 1: Introduction Introduction The intent of this introduction is to give the reader an idea about Signals and Systems as a field of study and its applications.

More information

Math Assignment 6

Math Assignment 6 Math 2280 - Assignment 6 Dylan Zwick Fall 2013 Section 3.7-1, 5, 10, 17, 19 Section 3.8-1, 3, 5, 8, 13 Section 4.1-1, 2, 13, 15, 22 Section 4.2-1, 10, 19, 28 1 Section 3.7 - Electrical Circuits 3.7.1 This

More information

THE BEHAVIORAL APPROACH

THE BEHAVIORAL APPROACH THE BEHAVIORAL APPROACH to SYSTEMS and CONTROL Jan C. Willems ESAT-SCD (SISTA) University of Leuven, Belgium University of Louvain-la-Neuve May 7, 2002 Problematique: Develop a suitable mathematical framework

More information

Review. Spring Semester /21/14. Physics for Scientists & Engineers 2 1

Review. Spring Semester /21/14. Physics for Scientists & Engineers 2 1 Review Spring Semester 2014 Physics for Scientists & Engineers 2 1 Notes! Homework set 13 extended to Tuesday, 4/22! Remember to fill out SIRS form: https://sirsonline.msu.edu Physics for Scientists &

More information

Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Modeling and Simulation Revision IV D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 2 0 1 7 Modeling Modeling is the process of representing the behavior of a real

More information

Georgia Institute of Technology Nonlinear Controls Theory Primer ME 6402

Georgia Institute of Technology Nonlinear Controls Theory Primer ME 6402 Georgia Institute of Technology Nonlinear Controls Theory Primer ME 640 Ajeya Karajgikar April 6, 011 Definition Stability (Lyapunov): The equilibrium state x = 0 is said to be stable if, for any R > 0,

More information

The Search for a Fundamental Theory of the Universe

The Search for a Fundamental Theory of the Universe The Search for a Fundamental Theory of the Universe Lecture 1- History & basic concepts, including Newton, Maxwell, Einstein & Quantum Mechanics Lecture 2 - Where are we now? General relativity & the Standard

More information

Pattern Structures 1

Pattern Structures 1 Pattern Structures 1 Pattern Structures Models describe whole or a large part of the data Pattern characterizes some local aspect of the data Pattern is a predicate that returns true for those objects

More information

Lyapunov Stability Analysis: Open Loop

Lyapunov Stability Analysis: Open Loop Copyright F.L. Lewis 008 All rights reserved Updated: hursday, August 8, 008 Lyapunov Stability Analysis: Open Loop We know that the stability of linear time-invariant (LI) dynamical systems can be determined

More information

First-order transient

First-order transient EIE209 Basic Electronics First-order transient Contents Inductor and capacitor Simple RC and RL circuits Transient solutions Constitutive relation An electrical element is defined by its relationship between

More information

9. Introduction and Chapter Objectives

9. Introduction and Chapter Objectives Real Analog - Circuits 1 Chapter 9: Introduction to State Variable Models 9. Introduction and Chapter Objectives In our analysis approach of dynamic systems so far, we have defined variables which describe

More information

(Refer Slide Time: 00:01:30 min)

(Refer Slide Time: 00:01:30 min) Control Engineering Prof. M. Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 3 Introduction to Control Problem (Contd.) Well friends, I have been giving you various

More information

Chapter 1 Fundamental Concepts

Chapter 1 Fundamental Concepts Chapter 1 Fundamental Concepts 1 Signals A signal is a pattern of variation of a physical quantity, often as a function of time (but also space, distance, position, etc). These quantities are usually the

More information

Physics for Scientists & Engineers 2

Physics for Scientists & Engineers 2 Electromagnetic Oscillations Physics for Scientists & Engineers Spring Semester 005 Lecture 8! We have been working with circuits that have a constant current a current that increases to a constant current

More information

About the different types of variables, How to identify them when doing your practical work.

About the different types of variables, How to identify them when doing your practical work. Learning Objectives You should learn : About the different types of variables, How to identify them when doing your practical work. Variables Variables are things that vary and change Variables In any

More information

EG4321/EG7040. Nonlinear Control. Dr. Matt Turner

EG4321/EG7040. Nonlinear Control. Dr. Matt Turner EG4321/EG7040 Nonlinear Control Dr. Matt Turner EG4321/EG7040 [An introduction to] Nonlinear Control Dr. Matt Turner EG4321/EG7040 [An introduction to] Nonlinear [System Analysis] and Control Dr. Matt

More information

PHYSICS 107. Lecture 10 Relativity: The Postulates

PHYSICS 107. Lecture 10 Relativity: The Postulates PHYSICS 107 Lecture 10 Relativity: The Postulates Introduction Relativity represents yet a further step in the direction of abstraction and mathematization of the laws of motion. We are getting further

More information

Networks and Systems Prof. V. G. K. Murti Department of Electrical Engineering Indian Institution of Technology, Madras

Networks and Systems Prof. V. G. K. Murti Department of Electrical Engineering Indian Institution of Technology, Madras Networks and Systems Prof. V. G. K. Murti Department of Electrical Engineering Indian Institution of Technology, Madras Lecture - 32 Network Function (3) 2-port networks: Symmetry Equivalent networks Examples

More information

Planetary motion around the Sun

Planetary motion around the Sun Planetary motion around the Sun Luciano Ancora Draft date February 25, 2016 Author s note This article is an example of essential synthesis (in only 7 pages) of the contents of an entire book of about

More information

7 Study Guide. Gravitation Vocabulary Review

7 Study Guide. Gravitation Vocabulary Review Date Period Name CHAPTER 7 Study Guide Gravitation Vocabulary Review Write the term that correctly completes the statement. Use each term once. Kepler s second law Newton s law of universal gravitation

More information

System Modeling. Lecture-2. Emam Fathy Department of Electrical and Control Engineering

System Modeling. Lecture-2. Emam Fathy Department of Electrical and Control Engineering System Modeling Lecture-2 Emam Fathy Department of Electrical and Control Engineering email: emfmz@yahoo.com 1 Types of Systems Static System: If a system does not change with time, it is called a static

More information

W15D1: Poynting Vector and Energy Flow. Today s Readings: Course Notes: Sections 13.6,

W15D1: Poynting Vector and Energy Flow. Today s Readings: Course Notes: Sections 13.6, W15D1: Poynting Vector and Energy Flow Today s Readings: Course Notes: Sections 13.6, 13.12.3-13.12.4 1 Announcements Final Math Review Week 15 Tues from 9-11 pm in 32-082 Final Exam Monday Morning May

More information

Fact: Every matrix transformation is a linear transformation, and vice versa.

Fact: Every matrix transformation is a linear transformation, and vice versa. Linear Transformations Definition: A transformation (or mapping) T is linear if: (i) T (u + v) = T (u) + T (v) for all u, v in the domain of T ; (ii) T (cu) = ct (u) for all scalars c and all u in the

More information

Physics for Scientists & Engineers 2

Physics for Scientists & Engineers 2 Review The resistance R of a device is given by Physics for Scientists & Engineers 2 Spring Semester 2005 Lecture 8 R =! L A ρ is resistivity of the material from which the device is constructed L is the

More information

Two-Body Problem. Central Potential. 1D Motion

Two-Body Problem. Central Potential. 1D Motion Two-Body Problem. Central Potential. D Motion The simplest non-trivial dynamical problem is the problem of two particles. The equations of motion read. m r = F 2, () We already know that the center of

More information

Chapter 6. Second order differential equations

Chapter 6. Second order differential equations Chapter 6. Second order differential equations A second order differential equation is of the form y = f(t, y, y ) where y = y(t). We shall often think of t as parametrizing time, y position. In this case

More information

Newtonian Mechanics. Chapter Classical space-time

Newtonian Mechanics. Chapter Classical space-time Chapter 1 Newtonian Mechanics In these notes classical mechanics will be viewed as a mathematical model for the description of physical systems consisting of a certain (generally finite) number of particles

More information

Chapter 12 Gravity. Copyright 2010 Pearson Education, Inc.

Chapter 12 Gravity. Copyright 2010 Pearson Education, Inc. Chapter 12 Gravity Units of Chapter 12 Newton s Law of Universal Gravitation Gravitational Attraction of Spherical Bodies Kepler s Laws of Orbital Motion Gravitational Potential Energy Energy Conservation

More information

Context-free grammars and languages

Context-free grammars and languages Context-free grammars and languages The next class of languages we will study in the course is the class of context-free languages. They are defined by the notion of a context-free grammar, or a CFG for

More information

2.4 Harmonic Oscillator Models

2.4 Harmonic Oscillator Models 2.4 Harmonic Oscillator Models In this section we give three important examples from physics of harmonic oscillator models. Such models are ubiquitous in physics, but are also used in chemistry, biology,

More information

Orbital Motion in Schwarzschild Geometry

Orbital Motion in Schwarzschild Geometry Physics 4 Lecture 29 Orbital Motion in Schwarzschild Geometry Lecture 29 Physics 4 Classical Mechanics II November 9th, 2007 We have seen, through the study of the weak field solutions of Einstein s equation

More information

Lecture A1 : Systems and system models

Lecture A1 : Systems and system models Lecture A1 : Systems and system models Jan Swevers July 2006 Aim of this lecture : Understand the process of system modelling (different steps). Define the class of systems that will be considered in this

More information

An Overview on Behavioural Theory to Systems and Control

An Overview on Behavioural Theory to Systems and Control 1 An Overview on Behavioural Theory to Systems and Control Md. Haider Ali Biswas PDEEC, FEUP E-mail: mhabiswas@yahoo.com Abstract This report deals with an overview of the behavioural theory based on the

More information

The first term involves the cross product of two parallel vectors and so it vanishes. We then get

The first term involves the cross product of two parallel vectors and so it vanishes. We then get Physics 3550 Angular Momentum. Relevant Sections in Text: 3.4, 3.5 Angular Momentum You have certainly encountered angular momentum in a previous class. The importance of angular momentum lies principally

More information

Linear Systems Theory

Linear Systems Theory ME 3253 Linear Systems Theory Review Class Overview and Introduction 1. How to build dynamic system model for physical system? 2. How to analyze the dynamic system? -- Time domain -- Frequency domain (Laplace

More information

Inductance, RL Circuits, LC Circuits, RLC Circuits

Inductance, RL Circuits, LC Circuits, RLC Circuits Inductance, R Circuits, C Circuits, RC Circuits Inductance What happens when we close the switch? The current flows What does the current look like as a function of time? Does it look like this? I t Inductance

More information

Physics Jonathan Dowling. Final Exam Review

Physics Jonathan Dowling. Final Exam Review Physics 2102 Jonathan Dowling Physics 2102 Final Exam Review A few concepts: electric force, field and potential Electric force: What is the force on a charge produced by other charges? What is the force

More information

EE Control Systems LECTURE 9

EE Control Systems LECTURE 9 Updated: Sunday, February, 999 EE - Control Systems LECTURE 9 Copyright FL Lewis 998 All rights reserved STABILITY OF LINEAR SYSTEMS We discuss the stability of input/output systems and of state-space

More information

dx n a 1(x) dy

dx n a 1(x) dy HIGHER ORDER DIFFERENTIAL EQUATIONS Theory of linear equations Initial-value and boundary-value problem nth-order initial value problem is Solve: a n (x) dn y dx n + a n 1(x) dn 1 y dx n 1 +... + a 1(x)

More information

Dynamical Systems & Lyapunov Stability

Dynamical Systems & Lyapunov Stability Dynamical Systems & Lyapunov Stability Harry G. Kwatny Department of Mechanical Engineering & Mechanics Drexel University Outline Ordinary Differential Equations Existence & uniqueness Continuous dependence

More information

ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems

ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems Agenda of the Day 1. Resume of lesson I 2. Basic system models. 3. Models of basic electrical system elements 4. Application of Matlab/Simulink

More information

AP Physics C. Magnetism - Term 4

AP Physics C. Magnetism - Term 4 AP Physics C Magnetism - Term 4 Interest Packet Term Introduction: AP Physics has been specifically designed to build on physics knowledge previously acquired for a more in depth understanding of the world

More information

MATH 312 Section 3.1: Linear Models

MATH 312 Section 3.1: Linear Models MATH 312 Section 3.1: Linear Models Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Population Growth 2 Newton s Law of Cooling 3 Kepler s Law Second Law of Planetary Motion 4

More information

Review. Multiple Choice Identify the letter of the choice that best completes the statement or answers the question.

Review. Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. Review Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. 1. When more devices are added to a series circuit, the total circuit resistance: a.

More information

ECE557 Systems Control

ECE557 Systems Control ECE557 Systems Control Bruce Francis Course notes, Version.0, September 008 Preface This is the second Engineering Science course on control. It assumes ECE56 as a prerequisite. If you didn t take ECE56,

More information

Seminar 6: COUPLED HARMONIC OSCILLATORS

Seminar 6: COUPLED HARMONIC OSCILLATORS Seminar 6: COUPLED HARMONIC OSCILLATORS 1. Lagrangian Equations of Motion Let consider a system consisting of two harmonic oscillators that are coupled together. As a model, we will use two particles attached

More information

AP Physics C. Electricity - Term 3

AP Physics C. Electricity - Term 3 AP Physics C Electricity - Term 3 Interest Packet Term Introduction: AP Physics has been specifically designed to build on physics knowledge previously acquired for a more in depth understanding of the

More information

Lesson 8 Electrical Properties of Materials. A. Definition: Current is defined as the rate at which charge flows through a surface:

Lesson 8 Electrical Properties of Materials. A. Definition: Current is defined as the rate at which charge flows through a surface: Lesson 8 Electrical Properties of Materials I. Current I A. Definition: Current is defined as the rate at which charge flows through a surface: + + B. Direction: The direction of positive current flow

More information

School of Engineering Faculty of Built Environment, Engineering, Technology & Design

School of Engineering Faculty of Built Environment, Engineering, Technology & Design Module Name and Code : ENG60803 Real Time Instrumentation Semester and Year : Semester 5/6, Year 3 Lecture Number/ Week : Lecture 3, Week 3 Learning Outcome (s) : LO5 Module Co-ordinator/Tutor : Dr. Phang

More information

Minimum-Phase Property of Nonlinear Systems in Terms of a Dissipation Inequality

Minimum-Phase Property of Nonlinear Systems in Terms of a Dissipation Inequality Minimum-Phase Property of Nonlinear Systems in Terms of a Dissipation Inequality Christian Ebenbauer Institute for Systems Theory in Engineering, University of Stuttgart, 70550 Stuttgart, Germany ce@ist.uni-stuttgart.de

More information

Electrical Circuits I

Electrical Circuits I Electrical Circuits I This lecture discusses the mathematical modeling of simple electrical linear circuits. When modeling a circuit, one ends up with a set of implicitly formulated algebraic and differential

More information

ECE2262 Electric Circuit

ECE2262 Electric Circuit ECE2262 Electric Circuit Chapter 7: FIRST AND SECOND-ORDER RL AND RC CIRCUITS Response to First-Order RL and RC Circuits Response to Second-Order RL and RC Circuits 1 2 7.1. Introduction 3 4 In dc steady

More information

Linear Hamiltonian systems

Linear Hamiltonian systems Linear Hamiltonian systems P. Rapisarda H.L. Trentelman Abstract We study linear Hamiltonian systems using bilinear and quadratic differential forms. Such a representation-free approach allows to use the

More information

AC&ST AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS. Claudio Melchiorri

AC&ST AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS. Claudio Melchiorri C. Melchiorri (DEI) Automatic Control & System Theory 1 AUTOMATIC CONTROL AND SYSTEM THEORY SYSTEMS AND MODELS Claudio Melchiorri Dipartimento di Ingegneria dell Energia Elettrica e dell Informazione (DEI)

More information

Circuit Analysis-III. Circuit Analysis-II Lecture # 3 Friday 06 th April, 18

Circuit Analysis-III. Circuit Analysis-II Lecture # 3 Friday 06 th April, 18 Circuit Analysis-III Sinusoids Example #1 ü Find the amplitude, phase, period and frequency of the sinusoid: v (t ) =12cos(50t +10 ) Signal Conversion ü From sine to cosine and vice versa. ü sin (A ± B)

More information

Electrical measurements:

Electrical measurements: Electrical measurements: Last time we saw that we could define circuits though: current, voltage and impedance. Where the impedance of an element related the voltage to the current: This is Ohm s law.

More information

Physical Science Review Electricity and Magnetism

Physical Science Review Electricity and Magnetism Victor is going to investigate static and moving charges using the following objects: Some silk cloth A glass rod Some copper wire Some electric bulbs Some metallic spheres Some dry cells Some bits of

More information

Electric Charge and Electric field

Electric Charge and Electric field Electric Charge and Electric field ConcepTest 16.1a Electric Charge I Two charged balls are repelling each other as they hang from the ceiling. What can you say about their charges? 1) one is positive,

More information

Bell Ringer: Define to the best of your ability the definition of:

Bell Ringer: Define to the best of your ability the definition of: Bell Ringer: Define to the best of your ability the definition of: Potential Energy Electric Potential Energy Electric Circuit Current Voltage Resistance Coulomb Notes 7.1: Electrostatic Force This lesson

More information

Antennas and Propagation. Chapter 2: Basic Electromagnetic Analysis

Antennas and Propagation. Chapter 2: Basic Electromagnetic Analysis Antennas and Propagation : Basic Electromagnetic Analysis Outline Vector Potentials, Wave Equation Far-field Radiation Duality/Reciprocity Transmission Lines Antennas and Propagation Slide 2 Antenna Theory

More information

KE = 8 10 J d) 2.4 x B 50V e) 1.14 x J

KE = 8 10 J d) 2.4 x B 50V e) 1.14 x J Phys 4: College Physics Key Name MULTPLE CHOCE 1) 4 How much kinetic energy will an electron need to get from point (at a potential of +0 ) to point B (at a potential of +50 ) in the figure below? 0 a)

More information

Stability, Pole Placement, Observers and Stabilization

Stability, Pole Placement, Observers and Stabilization Stability, Pole Placement, Observers and Stabilization 1 1, The Netherlands DISC Course Mathematical Models of Systems Outline 1 Stability of autonomous systems 2 The pole placement problem 3 Stabilization

More information

1 Ordinary differential equations

1 Ordinary differential equations Numerical Analysis Seminar Frühjahrssemester 08 Lecturers: Prof. M. Torrilhon, Prof. D. Kressner The Störmer-Verlet method F. Crivelli (flcrivel@student.ethz.ch May 8, 2008 Introduction During this talk

More information

/ 26 points Coulombs Law Practice Worksheet

/ 26 points Coulombs Law Practice Worksheet Name Period Score / 74 Physics Core Curriculum Review Gravitational and Electrical forces (2 pts per word) = 14 points + 60 in worksheets Vocabulary Word Definition in words you understand Give examples

More information

An introduction to Mathematical Theory of Control

An introduction to Mathematical Theory of Control An introduction to Mathematical Theory of Control Vasile Staicu University of Aveiro UNICA, May 2018 Vasile Staicu (University of Aveiro) An introduction to Mathematical Theory of Control UNICA, May 2018

More information

PH 102 Exam I N N N N. 3. Which of the following is true for the electric force and not true for the gravitational force?

PH 102 Exam I N N N N. 3. Which of the following is true for the electric force and not true for the gravitational force? Name Date INSTRUCTIONS PH 102 Exam I 1. nswer all questions below. ll problems have equal weight. 2. Clearly mark the answer you choose by filling in the adjacent circle. 3. There will be no partial credit

More information

What happens when things change. Transient current and voltage relationships in a simple resistive circuit.

What happens when things change. Transient current and voltage relationships in a simple resistive circuit. Module 4 AC Theory What happens when things change. What you'll learn in Module 4. 4.1 Resistors in DC Circuits Transient events in DC circuits. The difference between Ideal and Practical circuits Transient

More information

Objective. Single population growth models

Objective. Single population growth models Objective Single population growth models We are given a table with the population census at different time intervals between a date a and a date b, and want to get an expression for the population. This

More information

PHYS 375: Introduction

PHYS 375: Introduction PHYS 375: Introduction Some general remarks Note on labs Today s lecture: Storing electric energy Voltage, Current, Power Conductivity, Ohm s law Resistor Kirchoff s laws Series and parallel circuits Thevenin

More information

THEODORE VORONOV DIFFERENTIABLE MANIFOLDS. Fall Last updated: November 26, (Under construction.)

THEODORE VORONOV DIFFERENTIABLE MANIFOLDS. Fall Last updated: November 26, (Under construction.) 4 Vector fields Last updated: November 26, 2009. (Under construction.) 4.1 Tangent vectors as derivations After we have introduced topological notions, we can come back to analysis on manifolds. Let M

More information

AP Physics Electromagnetic Wrap Up

AP Physics Electromagnetic Wrap Up AP Physics Electromagnetic Wrap Up Here are the glorious equations for this wonderful section. This is the equation for the magnetic force acting on a moving charged particle in a magnetic field. The angle

More information

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information