Reglerteknik, TNG028. Lecture 1. Anna Lombardi

Size: px
Start display at page:

Download "Reglerteknik, TNG028. Lecture 1. Anna Lombardi"

Transcription

1 Reglerteknik, TNG028 Lecture 1 Anna Lombardi

2 Today lecture We will try to answer the following questions: What is automatic control? Where can we nd automatic control? Why do we need automatic control?

3 Automatic control Automatic control is the art to make things accomplish desired objectives

4 Automatic control From Wikipedia: Automatic control is the research area and theoretical base for mechanization and automation, employing methods from mathematics and engineering.

5 What is Automatic Control? Control is the adjustment of some knob in response to some measure of desirability. Humans do it all the time. If the shower water is too cold, we open the hot water valve to heat it up. If the chips are not salty enough, we shake some salt on them. If it is raining, we open the umbrella. If there is background noise we converse in a louder voice. Control is taking action to x something, to regulate something, to make something come out in a desirable way. Biological beings do it, but when the control is done by a device built by humans, when it is performed autonomously by machine or computer, it is called automatic control. From "American Automatic Control Council"

6 Successful examples of automatic control... Segway Device similar to the inverted pendulum It is kept upright by a feedback control system

7 Successful examples of automatic control... Computer: hard disk controller The reading arm must be positioned in the right position as fast as possible while the disk is rotating. Without control when the arm is moved it oscillates with the consequence that it takes longer before it stops and data can be read.

8 Successful examples of automatic control... Home: climate control It works by comparing the actual temperature with the desired temperature, the system then operates according to this comparison. For example if the actual temperature is too hot the air conditioner is turned on. The goal is to bring the comparison between the actual and desired temperatures as close to zero as possible.

9 Successful examples of automatic control... Cars Adaptive Cruise Control The regular cruise control system maintains the set speed of the vehicle regardless of any external inuences. Adaptive Cruise Control systems use sensors to monitor the vehicles ahead, and if they become too close, the speed of the vehicle is decreased in order to maintain a safe distance between the cars. ESP - Electronic Stability Program

10 Successful examples of automatic control... Mobile telephony Mobile phones switch from one tower to another automatically Internet: maximisation of transmission speed

11 Successful examples of automatic control... Industry Quadrupedal pack robot Process is controlled to obtain high quality of product with minimisation of discharge and eect on environment For example: thickness control system for metal. After the metal passes through the rollers, X rays measure its thickness and compare it to a desired thickness. Any dierence is adjusted by a screw-down position control that changes the gap at the rollers in which the metal passes.

12 Successful examples of automatic control... Human body Our bodies self-regulate themselves all the way from sweat to regulate overall temperature, down to the mechanism generating antibodies medical treatment: anaesthesia, insulin pump, pace maker

13 Control problem Example: adjusting the temperature of a shower From "American Automatic Control Council"

14 Control problem General feedback loop Reference error compare Feedback Adjustment Actuate input Physical System output measured output Measurement From "American Automatic Control Council"

15 Control problem What is common to all these control problems? They can all be described in the following way: v u control signal, input y measured signal, output u S y v disturbance S system Choose the input signal u so that the system (in terms of the output signal y) behaves as desired according to a reference signal r.

16 Example of a process: cruise control Cruise control maintains constant speed in a car independently of road inclines or wind. Vehicle dynamics: input - u force (accelerator pedal) output - y speed reference signal - r desired speed disturbance - v head wind, uphill slopes

17 Control models - Cruise control y(t) = speed of the car [m/s] u(t) = driving/braking force generated by motor and brakes [N] v(t) = disturbances depending on the inclination of the road [N] f(y) = air resistance, friction, and so on [N] m = mass of the car [kg] Reference signal r(t) = 25m/s = 90km/h desired speed

18 Control models - Cruise control Study the behaviour of the car Newton's law: F (t) = ma(t) mẏ(t) = u(t) f(y(t)) v(t) Assumption: air resistance proportional to speed: f(y(t)) = cy(t) ẏ(t) + c m y(t) = 1 (u(t) v(t)) m Dynamic system!

19 Control models - Cruise control Study the behaviour of the car on a at road with a constant input Input chosen as a step: u(t) = Flat road v = 0 { k t 0 0 t < 0 Solution: y(t) = k c ẏ(t) + c m y(t) = 1 m k t 0 ( 1 e c m t) speed asymptotically settles down at k c desired speed can be reached with a proper choice of the input k

20 Control models - Cruise control Study the behaviour of the car on a at road with a constant input Assume: m = 1000 kg, c = 200 Ns/m { 200r(t) t 0 Input chosen as: u(t) = 0 t < 0 ẏ(t) y(t) = , t 0 Solution: y(t) = 25 ( 1 e 0.2t) desired speed is reached asymptotically Cruise control computations

21 Control models - Cruise control Study the behaviour of the car on a at road with a constant input

22 Control models - Cruise control Study the behaviour of the car on a at road with a constant input We have seen that for our car (m = 1000 kg, c = 200 Ns/m ) the desired speed can be reached if we choose an input { as 200r(t) t 0 u(t) = 0 t < 0 What happens if: the model is not correct, i.e. m 1000 kg, c 200 Ns/m road has a slope, i.e. v(t) = mg sin ϕ(t) Is it still possible to reach the desired speed?

23 Control models - Cruise control Errors on the model: the wind test was wrong: c = 150 Ns/m ẏ(t) y(t) = , t 0 With the same input signal, the speed becomes: y(t) = 33.3 ( 1 e 0.15t) The car reaches a speed that is too high. The reason is that we don't take into consideration the actual speed.

24 Control models - Cruise control

25 Control models - Cruise control Disturbances depending on the slope of the road: v(t) = mg sin ϕ(t) where ϕ(t)= slope of the road Assumption: ϕ = 10 (uphill slope) v(t) = mg sin(10 ) 1700 Model: ẏ(t) y(t) = , t 0 Speed: y(t) = (1 e 0.2t )

26 Control models - Cruise control y(t) = when t

27 What are the diculties? The process is never known exactly. Cruise control example: dierent values of the air resistance coecient c. There are disturbances in the process. Cruise control example: slope of the road ϕ(t).

28 Control problem Servo problem: the task is to make the output variables follow the reference signal as much exact as possible (e.g. car driving, industrial robots) Regulator problem: the purpose is to keep the output variables as much constant as possible in spite of disturbances and variations in process dynamics (e.g. manufacturing processes, thermostat control)

29 Control strategies Open-loop control r Reg u S y Closed-loop control feedback control r + Σ Reg u S y

30 Control models - Cruise control Closed-loop control: to feedback velocity A strategy is to accelerate when driving too slow and to brake when driving too fast u(t) = K P (r(t) y(t)) This is called proportional control, P-control: the constant K P is the only variable to design in the controller Closed-loop system ẏ(t) + c m y(t) = 1 m K P (25 y(t)) y(t) = c K P (1 e K P +c m t) where 25 is the desired speed: r(t) = 25 m/s.

31 Control models - Cruise control with P-control

32 Outline of the course Mathematical models I: time-domain Synthesis I: PID Mathematical models II: frequency-domain Synthesis II: lead-lag compensation Mathematical models III: state-space description Synthesis III: state-feedback, pole placement, LQ

33 Control problem S: system to be controlled v u S y In this course we assume the system to be dynamic and linear

34 Dynamic system A system with memory, i.e. the actual output depends on what has happened previously Mathematically a dynamic system is described by a dierential equation ẏ(t) = f(y(t), u(t), v(t)) Opposite: static system: y(t) = f(u(t), v(t))

35 Linear system u S y u(t) = u 1 (t) y(t) = y 1 (t) u(t) = u 2 (t) y(t) = y 2 (t) Linear superposition principle can be applied: u(t) = k 1 u 1 (t) + k 2 u 2 (t) y(t) = k 1 y 1 (t) + k 2 y 2 (t) linear ordinary dierential equations

36 Summary Important concepts Control problem: input, output, reference signal, disturbance Control problem: servo and regulator problem Control strategies: open-loop and closed-loop control System: dynamic, linear Remember to answer the quiz!

Automatic Control (TSRT15): Lecture 1

Automatic Control (TSRT15): Lecture 1 Automatic Control (TSRT15): Lecture 1 Tianshi Chen* Division of Automatic Control Dept. of Electrical Engineering Email: tschen@isy.liu.se Phone: 13-282226 Office: B-house extrance 25-27 * All lecture

More information

ME 132, Dynamic Systems and Feedback. Class Notes. Spring Instructor: Prof. A Packard

ME 132, Dynamic Systems and Feedback. Class Notes. Spring Instructor: Prof. A Packard ME 132, Dynamic Systems and Feedback Class Notes by Andrew Packard, Kameshwar Poolla & Roberto Horowitz Spring 2005 Instructor: Prof. A Packard Department of Mechanical Engineering University of California

More information

Overview of the Seminar Topic

Overview of the Seminar Topic Overview of the Seminar Topic Simo Särkkä Laboratory of Computational Engineering Helsinki University of Technology September 17, 2007 Contents 1 What is Control Theory? 2 History

More information

Control. CSC752: Autonomous Robotic Systems. Ubbo Visser. March 9, Department of Computer Science University of Miami

Control. CSC752: Autonomous Robotic Systems. Ubbo Visser. March 9, Department of Computer Science University of Miami Control CSC752: Autonomous Robotic Systems Ubbo Visser Department of Computer Science University of Miami March 9, 2017 Outline 1 Control system 2 Controller Images from http://en.wikipedia.org/wiki/feed-forward

More information

ELEC4631 s Lecture 2: Dynamic Control Systems 7 March Overview of dynamic control systems

ELEC4631 s Lecture 2: Dynamic Control Systems 7 March Overview of dynamic control systems ELEC4631 s Lecture 2: Dynamic Control Systems 7 March 2011 Overview of dynamic control systems Goals of Controller design Autonomous dynamic systems Linear Multi-input multi-output (MIMO) systems Bat flight

More information

Chapter 7 Control. Part Classical Control. Mobile Robotics - Prof Alonzo Kelly, CMU RI

Chapter 7 Control. Part Classical Control. Mobile Robotics - Prof Alonzo Kelly, CMU RI Chapter 7 Control 7.1 Classical Control Part 1 1 7.1 Classical Control Outline 7.1.1 Introduction 7.1.2 Virtual Spring Damper 7.1.3 Feedback Control 7.1.4 Model Referenced and Feedforward Control Summary

More information

Introduction to Control (034040) lecture no. 2

Introduction to Control (034040) lecture no. 2 Introduction to Control (034040) lecture no. 2 Leonid Mirkin Faculty of Mechanical Engineering Technion IIT Setup: Abstract control problem to begin with y P(s) u where P is a plant u is a control signal

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 2.004 Dynamics and Control II Spring 2008 or information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 2 I C + 4 * Massachusetts

More information

2002 Prentice Hall, Inc. Gene F. Franklin, J. David Powell, Abbas Emami-Naeini Feedback Control of Dynamic Systems, 4e

2002 Prentice Hall, Inc. Gene F. Franklin, J. David Powell, Abbas Emami-Naeini Feedback Control of Dynamic Systems, 4e u Figure 2.1 Cruise-control model x Friction force bx m x u Figure 2.2 Free-body diagram for cruise control S P 278 Figure 2.3 Automobile suspension y m 2 k s b v car x m 1 k w Road surface r Inertial

More information

Introduction to Feedback Control

Introduction to Feedback Control Introduction to Feedback Control Control System Design Why Control? Open-Loop vs Closed-Loop (Feedback) Why Use Feedback Control? Closed-Loop Control System Structure Elements of a Feedback Control System

More information

MEAM 510 Fall 2012 Bruce D. Kothmann

MEAM 510 Fall 2012 Bruce D. Kothmann Balancing g Robot Control MEAM 510 Fall 2012 Bruce D. Kothmann Agenda Bruce s Controls Resume Simple Mechanics (Statics & Dynamics) of the Balancing Robot Basic Ideas About Feedback & Stability Effects

More information

Alireza Mousavi Brunel University

Alireza Mousavi Brunel University Alireza Mousavi Brunel University 1 » Online Lecture Material at (www.brunel.ac.uk/~emstaam)» C. W. De Silva, Modelling and Control of Engineering Systems, CRC Press, Francis & Taylor, 2009.» M. P. Groover,

More information

EE 474 Lab Part 2: Open-Loop and Closed-Loop Control (Velocity Servo)

EE 474 Lab Part 2: Open-Loop and Closed-Loop Control (Velocity Servo) Contents EE 474 Lab Part 2: Open-Loop and Closed-Loop Control (Velocity Servo) 1 Introduction 1 1.1 Discovery learning in the Controls Teaching Laboratory.............. 1 1.2 A Laboratory Notebook...............................

More information

MEAM 510 Fall 2011 Bruce D. Kothmann

MEAM 510 Fall 2011 Bruce D. Kothmann Balancing g Robot Control MEAM 510 Fall 2011 Bruce D. Kothmann Agenda Bruce s Controls Resume Simple Mechanics (Statics & Dynamics) of the Balancing Robot Basic Ideas About Feedback & Stability Effects

More information

School of Mechanical Engineering Purdue University. ME375 Feedback Control - 1

School of Mechanical Engineering Purdue University. ME375 Feedback Control - 1 Introduction to Feedback Control Control System Design Why Control? Open-Loop vs Closed-Loop (Feedback) Why Use Feedback Control? Closed-Loop Control System Structure Elements of a Feedback Control System

More information

Chapter Test A. Teacher Notes and Answers Forces and the Laws of Motion. Assessment

Chapter Test A. Teacher Notes and Answers Forces and the Laws of Motion. Assessment Assessment Chapter Test A Teacher Notes and Answers Forces and the Laws of Motion CHAPTER TEST A (GENERAL) 1. c 2. d 3. d 4. c 5. c 6. c 7. c 8. b 9. d 10. d 11. c 12. a 13. d 14. d 15. b 16. d 17. c 18.

More information

DC-motor PID control

DC-motor PID control DC-motor PID control This version: November 1, 2017 REGLERTEKNIK Name: P-number: AUTOMATIC LINKÖPING CONTROL Date: Passed: Chapter 1 Introduction The purpose of this lab is to give an introduction to

More information

B1-1. Closed-loop control. Chapter 1. Fundamentals of closed-loop control technology. Festo Didactic Process Control System

B1-1. Closed-loop control. Chapter 1. Fundamentals of closed-loop control technology. Festo Didactic Process Control System B1-1 Chapter 1 Fundamentals of closed-loop control technology B1-2 This chapter outlines the differences between closed-loop and openloop control and gives an introduction to closed-loop control technology.

More information

Physics Unit: Force & Motion

Physics Unit: Force & Motion Physics Unit: Force & Motion What is physical science? A. Physical science is a field of science that studies matter and energy. B. Physical science has 2 main branches: 1. PHYSICS: the study of how matter

More information

Systems Engineering/Process Control L1

Systems Engineering/Process Control L1 Systems Engineering/Process Control L1 What is Systems Engineering/Process Control? Graphical system representations Fundamental control principles Reading: Systems Engineering and Process Control: 1.1

More information

A system is defined as a combination of components (elements) that act together to perform a certain objective. System dynamics deal with:

A system is defined as a combination of components (elements) that act together to perform a certain objective. System dynamics deal with: Chapter 1 Introduction to System Dynamics A. Bazoune 1.1 INTRODUCTION A system is defined as a combination of components (elements) that act together to perform a certain objective. System dynamics deal

More information

Laboratory Exercise 1 DC servo

Laboratory Exercise 1 DC servo Laboratory Exercise DC servo Per-Olof Källén ø 0,8 POWER SAT. OVL.RESET POS.RESET Moment Reference ø 0,5 ø 0,5 ø 0,5 ø 0,65 ø 0,65 Int ø 0,8 ø 0,8 Σ k Js + d ø 0,8 s ø 0 8 Off Off ø 0,8 Ext. Int. + x0,

More information

LQ Control of a Two Wheeled Inverted Pendulum Process

LQ Control of a Two Wheeled Inverted Pendulum Process Uppsala University Information Technology Dept. of Systems and Control KN,HN,FS 2000-10 Last rev. September 12, 2017 by HR Reglerteknik II Instruction to the laboratory work LQ Control of a Two Wheeled

More information

EXAMPLES EXAMPLE - Temperature in building

EXAMPLES EXAMPLE - Temperature in building DYNAMICAL SYSTEMS EXAMPLES EXAMPLE - Temperature in building Energy balance: Rate of change = [Inflow of energy] [Outflow of energy] of stored energy where Rate of change of stored energy = cρv dt (c =

More information

An Introduction to Control Systems

An Introduction to Control Systems An Introduction to Control Systems Signals and Systems: 3C1 Control Systems Handout 1 Dr. David Corrigan Electronic and Electrical Engineering corrigad@tcd.ie November 21, 2012 Recall the concept of a

More information

9. Fuzzy Control Systems

9. Fuzzy Control Systems 9. Fuzzy Control Systems Introduction A simple example of a control problem is a vehicle cruise control that provides the vehicle with the capability of regulating its own speed at a driver-specified set-point

More information

Dr Ian R. Manchester Dr Ian R. Manchester AMME 3500 : Review

Dr Ian R. Manchester Dr Ian R. Manchester AMME 3500 : Review Week Date Content Notes 1 6 Mar Introduction 2 13 Mar Frequency Domain Modelling 3 20 Mar Transient Performance and the s-plane 4 27 Mar Block Diagrams Assign 1 Due 5 3 Apr Feedback System Characteristics

More information

Introduction to control theory

Introduction to control theory Introduction to control theory Reference These slides are freely adapted from the book Embedded Systems design - A unified Hardware/Software introduction, Frank Vahid, Tony Givargis Some figures are excerpt

More information

Equal Pitch and Unequal Pitch:

Equal Pitch and Unequal Pitch: Equal Pitch and Unequal Pitch: Equal-Pitch Multiple-Stack Stepper: For each rotor stack, there is a toothed stator segment around it, whose pitch angle is identical to that of the rotor (θs = θr). A stator

More information

Lecture 6: Control Problems and Solutions. CS 344R: Robotics Benjamin Kuipers

Lecture 6: Control Problems and Solutions. CS 344R: Robotics Benjamin Kuipers Lecture 6: Control Problems and Solutions CS 344R: Robotics Benjamin Kuipers But First, Assignment 1: Followers A follower is a control law where the robot moves forward while keeping some error term small.

More information

Today. Why idealized? Idealized physical models of robotic vehicles. Noise. Idealized physical models of robotic vehicles

Today. Why idealized? Idealized physical models of robotic vehicles. Noise. Idealized physical models of robotic vehicles PID controller COMP417 Introduction to Robotics and Intelligent Systems Kinematics and Dynamics Perhaps the most widely used controller in industry and robotics. Perhaps the easiest to code. You will also

More information

4.4. Friction and Inclines

4.4. Friction and Inclines 4.4. Friction and Inclines Frictional Forces Friction has its basis in surfaces that are not completely smooth. This roughness causes resistance to horizontal motion. Even smooth surfaces have a certain

More information

FRICTIONAL FORCES. Direction of frictional forces... (not always obvious)... CHAPTER 5 APPLICATIONS OF NEWTON S LAWS

FRICTIONAL FORCES. Direction of frictional forces... (not always obvious)... CHAPTER 5 APPLICATIONS OF NEWTON S LAWS RICTIONAL ORCES CHAPTER 5 APPLICATIONS O NEWTON S LAWS rictional forces Static friction Kinetic friction Centripetal force Centripetal acceleration Loop-the-loop Drag force Terminal velocity Direction

More information

MATH4406 (Control Theory) Unit 1: Introduction Prepared by Yoni Nazarathy, July 21, 2012

MATH4406 (Control Theory) Unit 1: Introduction Prepared by Yoni Nazarathy, July 21, 2012 MATH4406 (Control Theory) Unit 1: Introduction Prepared by Yoni Nazarathy, July 21, 2012 Unit Outline Introduction to the course: Course goals, assessment, etc... What is Control Theory A bit of jargon,

More information

Lecture 25: Tue Nov 27, 2018

Lecture 25: Tue Nov 27, 2018 Lecture 25: Tue Nov 27, 2018 Reminder: Lab 3 moved to Tuesday Dec 4 Lecture: review time-domain characteristics of 2nd-order systems intro to control: feedback open-loop vs closed-loop control intro to

More information

Chapter 4. Forces and Newton s Laws of Motion

Chapter 4. Forces and Newton s Laws of Motion Chapter 4 Forces and Newton s Laws of Motion Chapter 4: Forces and Newton s Laws Force, mass and Newton s three laws of motion Newton s law of gravity Normal, friction and tension forces Apparent weight,

More information

Modelling and simulation of a measurement robot

Modelling and simulation of a measurement robot Modellbygge och Simulering, TSRT62 Modelling and simulation of a measurement robot Denna version: 4 oktober 2017 Servo- motor Strömregulator + u + i(t) [A] r (t) [V] u(t) [V] Arm Skruvtransmission Remtransmission

More information

Lecture «Robot Dynamics»: Dynamics 2

Lecture «Robot Dynamics»: Dynamics 2 Lecture «Robot Dynamics»: Dynamics 2 151-0851-00 V lecture: CAB G11 Tuesday 10:15 12:00, every week exercise: HG E1.2 Wednesday 8:15 10:00, according to schedule (about every 2nd week) office hour: LEE

More information

Chapter 7 Interconnected Systems and Feedback: Well-Posedness, Stability, and Performance 7. Introduction Feedback control is a powerful approach to o

Chapter 7 Interconnected Systems and Feedback: Well-Posedness, Stability, and Performance 7. Introduction Feedback control is a powerful approach to o Lectures on Dynamic Systems and Control Mohammed Dahleh Munther A. Dahleh George Verghese Department of Electrical Engineering and Computer Science Massachuasetts Institute of Technology c Chapter 7 Interconnected

More information

Systems Engineering/Process Control L1

Systems Engineering/Process Control L1 Systems Engineering/Process Control L1 What is Systems Engineering/Process Control? Graphical system representations Fundamental control principles Reading: Systems Engineering and Process Control: 1.1

More information

Unit V: Mechanical Energy

Unit V: Mechanical Energy Unit V: Mechanical Energy Work In physics, we have two definitions of work. 1) Work is a transfer of energy. This means that energy changes forms or energy is transferred from one object to another object.

More information

Position, Speed and Velocity Position is a variable that gives your location relative to an origin. The origin is the place where position equals 0.

Position, Speed and Velocity Position is a variable that gives your location relative to an origin. The origin is the place where position equals 0. Position, Speed and Velocity Position is a variable that gives your location relative to an origin. The origin is the place where position equals 0. The position of this car at 50 cm describes where the

More information

Optimal Control. McGill COMP 765 Oct 3 rd, 2017

Optimal Control. McGill COMP 765 Oct 3 rd, 2017 Optimal Control McGill COMP 765 Oct 3 rd, 2017 Classical Control Quiz Question 1: Can a PID controller be used to balance an inverted pendulum: A) That starts upright? B) That must be swung-up (perhaps

More information

Intermediate Process Control CHE576 Lecture Notes # 2

Intermediate Process Control CHE576 Lecture Notes # 2 Intermediate Process Control CHE576 Lecture Notes # 2 B. Huang Department of Chemical & Materials Engineering University of Alberta, Edmonton, Alberta, Canada February 4, 2008 2 Chapter 2 Introduction

More information

Last-night s Midterm Test. Last-night s Midterm Test. PHY131H1F - Class 10 Today, Chapter 6: Equilibrium Mass, Weight, Gravity

Last-night s Midterm Test. Last-night s Midterm Test. PHY131H1F - Class 10 Today, Chapter 6: Equilibrium Mass, Weight, Gravity PHY131H1F - Class 10 Today, Chapter 6: Equilibrium Mass, Weight, Gravity Clicker Question 1 Which of the following objects described below is in dynamic equilibrium? A. A 100 kg barbell is held at rest

More information

Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach

Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach Ufuk Bakirdogen*, Matthias Liermann** *Institute for Fluid Power Drives and Controls (IFAS),

More information

Isaac Newton ( )

Isaac Newton ( ) Isaac Newton (1642-1727) In the beginning of 1665 I found the rule for reducing any degree of binomial to a series. The same year in May I found the method of tangents and in November the method of fluxions

More information

Automatic Control II Computer exercise 3. LQG Design

Automatic Control II Computer exercise 3. LQG Design Uppsala University Information Technology Systems and Control HN,FS,KN 2000-10 Last revised by HR August 16, 2017 Automatic Control II Computer exercise 3 LQG Design Preparations: Read Chapters 5 and 9

More information

Uniform Circular Motion. Uniform Circular Motion

Uniform Circular Motion. Uniform Circular Motion Uniform Circular Motion Uniform Circular Motion Uniform Circular Motion An object that moves at uniform speed in a circle of constant radius is said to be in uniform circular motion. Question: Why is uniform

More information

BIPN100 Human Physiology 1 (Kristan) F15 Lecture 1: Introduction to Physiology p 1

BIPN100 Human Physiology 1 (Kristan) F15 Lecture 1: Introduction to Physiology p 1 BIPN100 Human Physiology 1 (Kristan) F15 Lecture 1: Introduction to Physiology p 1 Terms you should know: mechanistic explanation, teleological explanation, correlation, necessity, sufficiency, "milieu

More information

MECH 3140 Final Project

MECH 3140 Final Project MECH 3140 Final Project Final presentation will be held December 7-8. The presentation will be the only deliverable for the final project and should be approximately 20-25 minutes with an additional 10

More information

Dynamics and PID control. Process dynamics

Dynamics and PID control. Process dynamics Dynamics and PID control Sigurd Skogestad Process dynamics Things take time Step response (response of output y to step in input u): k = Δy( )/ Δu process gain - process time constant (63%) - process time

More information

EXAMPLE: MODELING THE PT326 PROCESS TRAINER

EXAMPLE: MODELING THE PT326 PROCESS TRAINER CHAPTER 1 By Radu Muresan University of Guelph Page 1 EXAMPLE: MODELING THE PT326 PROCESS TRAINER The PT326 apparatus models common industrial situations in which temperature control is required in the

More information

Energy, Work & Power Questions

Energy, Work & Power Questions Energy, Work & Power Questions 24. The diagram shows part of a roller coaster ride. In practice, friction and air resistance will have a significant effect on the motion of the vehicle, but you should

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

Linear System Theory. Wonhee Kim Lecture 1. March 7, 2018

Linear System Theory. Wonhee Kim Lecture 1. March 7, 2018 Linear System Theory Wonhee Kim Lecture 1 March 7, 2018 1 / 22 Overview Course Information Prerequisites Course Outline What is Control Engineering? Examples of Control Systems Structure of Control Systems

More information

Computer Aided Control Design

Computer Aided Control Design Computer Aided Control Design Project-Lab 3 Automatic Control Basic Course, EL1000/EL1100/EL1120 Revised August 18, 2008 Modified version of laboration developed by Håkan Fortell and Svante Gunnarsson

More information

Chapter 5 - Force and Motion

Chapter 5 - Force and Motion I know not what I appear to the world, but to myself I seem to have been only like a boy playing on the sea-shore, and diverting myself in now and then finding a smoother pebble or a prettier shell, whilst

More information

Homework Assignment 4 Root Finding Algorithms The Maximum Velocity of a Car Due: Friday, February 19, 2010 at 12noon

Homework Assignment 4 Root Finding Algorithms The Maximum Velocity of a Car Due: Friday, February 19, 2010 at 12noon ME 2016 A Spring Semester 2010 Computing Techniques 3-0-3 Homework Assignment 4 Root Finding Algorithms The Maximum Velocity of a Car Due: Friday, February 19, 2010 at 12noon Description and Outcomes In

More information

Where we ve been, where we are, and where we are going next.

Where we ve been, where we are, and where we are going next. 6.302.0x, January 2016 Notes Set 2 1 MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.302.0x Introduction to Feedback System Design January 2016 Notes Set

More information

Chapter 5 Lecture. Pearson Physics. Newton's Laws of Motion. Prepared by Chris Chiaverina Pearson Education, Inc.

Chapter 5 Lecture. Pearson Physics. Newton's Laws of Motion. Prepared by Chris Chiaverina Pearson Education, Inc. Chapter 5 Lecture Pearson Physics Newton's Laws of Motion Prepared by Chris Chiaverina Chapter Contents Newton's Laws of Motion Applying Newton's Laws Friction Newton's Laws of Motion Two of the most important

More information

EE 422G - Signals and Systems Laboratory

EE 422G - Signals and Systems Laboratory EE 4G - Signals and Systems Laboratory Lab 9 PID Control Kevin D. Donohue Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 April, 04 Objectives: Identify the

More information

Newton s Laws.

Newton s Laws. Newton s Laws http://mathsforeurope.digibel.be/images Forces and Equilibrium If the net force on a body is zero, it is in equilibrium. dynamic equilibrium: moving relative to us static equilibrium: appears

More information

Lecture «Robot Dynamics»: Dynamics and Control

Lecture «Robot Dynamics»: Dynamics and Control Lecture «Robot Dynamics»: Dynamics and Control 151-0851-00 V lecture: CAB G11 Tuesday 10:15 12:00, every week exercise: HG E1.2 Wednesday 8:15 10:00, according to schedule (about every 2nd week) Marco

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

Embedding Nonsmooth Systems in Digital Controllers. Ryo Kikuuwe

Embedding Nonsmooth Systems in Digital Controllers. Ryo Kikuuwe Embedding Nonsmooth Systems in Digital Controllers Ryo Kikuuwe 2 Nonsmooth Systems? Systems subject to discontinuous dierential equations. A good example is... Coulomb riction (orce) M v v (velocity) Mathematically

More information

Electricity and Magnetism

Electricity and Magnetism Electricity and Magnetism S8P5. Students will recognize the characteristics of gravity, electricity, and magnetism as major kinds of forces acting in nature. b. Demonstrate the advantages and disadvantages

More information

Forces and two masses.

Forces and two masses. Forces and two masses. Atwood's Machine frictionless, massless pulley +a +a M 1 M 2 Atwood's Machine frictionless, massless pulley +a T +a m 1 a=t m 1 g 1 M 1 M 2 T m 2 a=m 2 g T 2 w 1 =m 1 g w 2 =m 2

More information

PHYS 185 Final Exam December 4, 2012

PHYS 185 Final Exam December 4, 2012 PHYS 185 Final Exam December 4, 2012 Name: Answer the questions in the spaces provided on the question sheets. If you run out of room for an answer, continue on the back of the page. Please make an effort

More information

Momentum and Impulse

Momentum and Impulse and Impulse In Motion Have you ever noticed that while tobogganing down a steep slope, you have a hard time stopping? This is because of your. You might have heard the word before and may have an idea

More information

Acknowledgements. Control System. Tracking. CS122A: Embedded System Design 4/24/2007. A Simple Introduction to Embedded Control Systems (PID Control)

Acknowledgements. Control System. Tracking. CS122A: Embedded System Design 4/24/2007. A Simple Introduction to Embedded Control Systems (PID Control) Acknowledgements A Simple Introduction to Embedded Control Systems (PID Control) The material in this lecture is adapted from: F. Vahid and T. Givargis, Embedded System Design A Unified Hardware/Software

More information

acceleration weight load

acceleration weight load Instructions for Vocabulary Cards: Please photocopy the following pages onto heavy card stock (back to back, so the word is printed on the back side of the matching definition). Then, laminate each page.

More information

Control and Measuring Systems I

Control and Measuring Systems I University of Babylon جامعة بابل College of Engineering / Al-Musayab كلية الهندسة / المسيب Department of Automobile Engineering قسم هندسة السيارات المرحلة الرابعة Control and Measuring Systems I Unit 1:

More information

w = mg Use: g = 10 m/s 2 1 hour = 60 min = 3600 sec

w = mg Use: g = 10 m/s 2 1 hour = 60 min = 3600 sec The exam is closed book and closed notes. Part I: There are 1 multiple choice questions, 1 point each. The answers for the multiple choice questions are to be placed on the SCANTRON form provided. Make

More information

Chapter 4: Newton's Laws of Motion

Chapter 4: Newton's Laws of Motion Chapter 4 Lecture Chapter 4: Newton's Laws of Motion Goals for Chapter 4 To understand force either directly or as the net force of multiple components. To study and apply Newton's first law. To study

More information

So now that we ve practiced with Newton s Laws, we can go back to combine kinematics with Newton s Laws in this example.

So now that we ve practiced with Newton s Laws, we can go back to combine kinematics with Newton s Laws in this example. Lecture 7 Force and Motion Practice with Free-body Diagrams and ewton s Laws So now that we ve practiced with ewton s Laws, we can go back to combine kinematics with ewton s Laws in this example. Example

More information

CDS 101: Lecture 2.1 System Modeling

CDS 101: Lecture 2.1 System Modeling CDS 101: Lecture 2.1 System Modeling Richard M. Murray 4 October 2004 Goals: Define what a model is and its use in answering questions about a system Introduce the concepts of state, dynamics, inputs and

More information

WS-CH-4 Motion and Force Show all your work and equations used. Isaac Newton ( )

WS-CH-4 Motion and Force Show all your work and equations used. Isaac Newton ( ) AP PHYSICS 1 WS-CH-4 Motion and Force Show all your work and equations used. Isaac Newton (1643-1727) Isaac Newton was the greatest English mathematician of his generation. He laid the foundation for differential

More information

Physics Pre-comp diagnostic Answers

Physics Pre-comp diagnostic Answers Name Element Physics Pre-comp diagnostic Answers Grade 8 2017-2018 Instructions: THIS TEST IS NOT FOR A GRADE. It is to help you determine what you need to study for the precomps. Just do your best. Put

More information

Unit 08 Work and Kinetic Energy. Stuff you asked about:

Unit 08 Work and Kinetic Energy. Stuff you asked about: Unit 08 Work and Kinetic Energy Today s Concepts: Work & Kinetic Energy Work in a non-constant direction Work by springs Mechanics Lecture 7, Slide 1 Stuff you asked about: Can we go over the falling,

More information

We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill.

We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill. We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill. 2.3.2. Steering control using point mass model: Open loop commands We consider

More information

1. Draw a FBD of the toy plane if it is suspended from a string while you hold the string and move across the room at a constant velocity.

1. Draw a FBD of the toy plane if it is suspended from a string while you hold the string and move across the room at a constant velocity. 1. Draw a FBD of the toy plane if it is suspended from a string while you hold the string and move across the room at a constant velocity. 2. A 15 kg bag of bananas hangs from a taunt line strung between

More information

Fundamental Principles of Process Control

Fundamental Principles of Process Control Fundamental Principles of Process Control Motivation for Process Control Safety First: people, environment, equipment The Profit Motive: meeting final product specs minimizing waste production minimizing

More information

Lecture 6: Time-Dependent Behaviour of Digital Circuits

Lecture 6: Time-Dependent Behaviour of Digital Circuits Lecture 6: Time-Dependent Behaviour of Digital Circuits Two rather different quasi-physical models of an inverter gate were discussed in the previous lecture. The first one was a simple delay model. This

More information

INC 693, 481 Dynamics System and Modelling: Introduction to Modelling Dr.-Ing. Sudchai Boonto Assistant Professor

INC 693, 481 Dynamics System and Modelling: Introduction to Modelling Dr.-Ing. Sudchai Boonto Assistant Professor INC 693, 481 Dynamics System and Modelling: Introduction to Modelling Dr.-Ing. Sudchai Boonto Assistant Professor Department of Control System and Instrumentation Engineering King Mongkut s Unniversity

More information

Physics 12. Unit 5 Circular Motion and Gravitation Part 1

Physics 12. Unit 5 Circular Motion and Gravitation Part 1 Physics 12 Unit 5 Circular Motion and Gravitation Part 1 1. Nonlinear motions According to the Newton s first law, an object remains its tendency of motion as long as there is no external force acting

More information

Dynamics of Physical System Prof. S. Banerjee Department of Electrical Engineering Indian Institute of Technology, Kharagpur

Dynamics of Physical System Prof. S. Banerjee Department of Electrical Engineering Indian Institute of Technology, Kharagpur Dynamics of Physical System Prof. S. Banerjee Department of Electrical Engineering Indian Institute of Technology, Kharagpur Lecture - 1 Introduction to System Elements One of the important elements of

More information

D(s) G(s) A control system design definition

D(s) G(s) A control system design definition R E Compensation D(s) U Plant G(s) Y Figure 7. A control system design definition x x x 2 x 2 U 2 s s 7 2 Y Figure 7.2 A block diagram representing Eq. (7.) in control form z U 2 s z Y 4 z 2 s z 2 3 Figure

More information

Forces Dynamics. Matthew W. Milligan

Forces Dynamics. Matthew W. Milligan Forces Dynamics I. Laws of Motion: 1 & 2 - inertia, force, mass - weight II. Law 3 - interaction & nature of force - types of force: normal, friction - air resistance, terminal velocity III. Applications/Problem

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction CHAPTER 1 Introduction Linear geometric control theory was initiated in the beginning of the 1970 s, see for example, [1, 7]. A good summary of the subject is the book by Wonham [17]. The term geometric

More information

Motor Controller. A block diagram for the motor with a feedback controller is shown below

Motor Controller. A block diagram for the motor with a feedback controller is shown below Motor Controller A block diagram for the motor with a feedback controller is shown below A few things to note 1. In this modeling problem, there is no established method or set of criteria for selecting

More information

Figure 5.1: Force is the only action that has the ability to change motion. Without force, the motion of an object cannot be started or changed.

Figure 5.1: Force is the only action that has the ability to change motion. Without force, the motion of an object cannot be started or changed. 5.1 Newton s First Law Sir Isaac Newton, an English physicist and mathematician, was one of the most brilliant scientists in history. Before the age of thirty he had made many important discoveries in

More information

NCSP 2 nd Ed Chapter 4 Solutions Forces

NCSP 2 nd Ed Chapter 4 Solutions Forces NCSP 2 nd Ed Chapter 4 Solutions Forces Question 1 (a) Answer 2.5 N north (b) Answer 101 N north (c) Answer 32 N, S72 W or W18 S (d) Answer 16 N, N22 W or W 68 S NCSP Chapter 4 Solutions 1 Question 2 p77

More information

CDS 101: Lecture 2.1 System Modeling. Lecture 1.1: Introduction Review from to last Feedback week and Control

CDS 101: Lecture 2.1 System Modeling. Lecture 1.1: Introduction Review from to last Feedback week and Control CDS 101: Lecture 2.1 System Modeling Richard M. Murray 7 October 2002 Goals: Describe what a model is and what types of questions it can be used to answer Introduce the concepts of state, dynamic, and

More information

Introduction to Systems Theory and Control Systems

Introduction to Systems Theory and Control Systems Introduction to Systems Theory and Control Systems Paula Raica Department of Automation Dorobantilor Str., room C21, tel: 0264-401267 Baritiu Str., room C14, tel: 0264-202368 email: Paula.Raica@aut.utcluj.ro

More information

Forces Review! By Cole Shute, Anisa Patel, Will Bley, and Camille Lorenz

Forces Review! By Cole Shute, Anisa Patel, Will Bley, and Camille Lorenz Forces Review! By Cole Shute, Anisa Patel, Will Bley, and Camille Lorenz Review of Concepts -force is a vector (It has magnitude and direction). -Mass: the measure of inertia of a body -weight: force due

More information

CPO Science Foundations of Physics

CPO Science Foundations of Physics CPO Science Foundations of Physics Unit 4, Chapter 10 Chapter 9 Unit 4: Energy and Momentum Chapter 10 Work and Energy 10.1 Machines and Mechanical Advantage 10.3 Energy and Conservation of Energy Chapter

More information

Professional Portfolio Selection Techniques: From Markowitz to Innovative Engineering

Professional Portfolio Selection Techniques: From Markowitz to Innovative Engineering Massachusetts Institute of Technology Sponsor: Electrical Engineering and Computer Science Cosponsor: Science Engineering and Business Club Professional Portfolio Selection Techniques: From Markowitz to

More information

Today s Lecture: Kinematics in Two Dimensions (continued) A little bit of chapter 4: Forces and Newton s Laws of Motion (next time)

Today s Lecture: Kinematics in Two Dimensions (continued) A little bit of chapter 4: Forces and Newton s Laws of Motion (next time) Today s Lecture: Kinematics in Two Dimensions (continued) Relative Velocity - 2 Dimensions A little bit of chapter 4: Forces and Newton s Laws of Motion (next time) 27 September 2009 1 Relative Velocity

More information

ET3-7: Modelling I(V) Introduction and Objectives. Electrical, Mechanical and Thermal Systems

ET3-7: Modelling I(V) Introduction and Objectives. Electrical, Mechanical and Thermal Systems ET3-7: Modelling I(V) Introduction and Objectives Electrical, Mechanical and Thermal Systems Objectives analyse and model basic linear dynamic systems -Electrical -Mechanical -Thermal Recognise the analogies

More information