Automatic Control (TSRT15): Lecture 1

Size: px
Start display at page:

Download "Automatic Control (TSRT15): Lecture 1"

Transcription

1 Automatic Control (TSRT15): Lecture 1 Tianshi Chen* Division of Automatic Control Dept. of Electrical Engineering tschen@isy.liu.se Phone: Office: B-house extrance * All lecture notes in this course are revised on the ones used before. I sincerely appreciate Johan Löfberg for his permission to use them.

2 Course plan 2 Lecture notes will (hopefully) be posted some days in advance 12 lectures 12 exercise sessions 3 mandatory laboratory sessions (all materials on homepage) Lab 1: PID-control (preparation questions in the PM) Lab 2: Control of double-tanks (preparation takes time!) Lab 3: Control of inverted pendulum (computer lab) Lablists will be sent out on and be posted on-line Exam: Course book, tables and formula collection allowed. Separate notes and other sheets not allowed Study notes in book are allowed

3 Outline 3 Automatic control in practice Definition of basic principles Signal, system, Control Fundamental Principle of Control: Feedback Linear Dynamic systems Design of a cruise controller Open vs closed-loop control, P-control

4 Automatic control 4 Makes impossible problems solvable Often called the hidden technology Central for Swedish technology companies Many interesting applications! A lot of interesting math

5 Control examples 5 Mobile phones Automatic control is used to control the power in radio signals between phone and base-station.

6 Control examples 6 Head-phones Active noise cancellation in head-phones use automatic control to transmit counteracting sound in anti-phase. Similar technique for sound and vibration damping in airplanes, cars, snowboards and buildings.

7 Control examples 7 Hard disks The reading arm must be positioned at they right spot as fast as possible. Without active control, the arm oscillates after movements, and prevents reading data until it has settled.

8 Control examples 8 Segway One of the most obvious consumer products, and it does not work without a control system.

9 Control examples 9 Modern cars Most acronyms hides a control system! ABS (anti-lock braking system) ESC (electronic stability control) ACE (active cornering enhancement) TCS (traction control system) ACC (adaptive cruise control) ANC (active noise control)

10 Control examples 10 Heavy trucks The aim is to utilize an on-board database with road topography information in combination with a positioning system in order to calculate fuel-optimal velocity trajectories and gear shifting schemes.

11 Control examples 11 Modern fighters Designed so that they are impossible to fly manually (to obtain better performance) Requires a control system If the control system has a design problem, it can go very wrong. This is what happened in the Gripen crashes in 89 and 93

12 Control examples 12 Kite-Powered Cargo Ship Has been tested in practice over the Atlantic Reduced fuel consumption by 20% Kite position controlled for maximal power

13 Control examples 13 Extremely large telescopes We have reached the limit on mirror size Large telescopes are built with many small mirrors whose position is continuously controlled to focus the image (called adaptive optics)

14 Control examples 14 Industrial robots Same as the hard disk A robot arm is weak, and oscillates after movements

15 Control examples 15 Automatic Anaesthesia A control system replaces the nurse (still research) The system controls the level of consciousness

16 Control examples 16 Interest rates and Inflation The Swedish bank uses state interest rate to control inflation

17 Automatic control? 17 The thing we control can be conceptually illustrated w(t) u(t) System y(t) r(t) Design the control u(t) so that the system (according to the output y(t)) behaves as wanted (reference r(t)) despite disturbances w(t). Here, u(t), y(t), r(t) and w(t) are functions of time and called signals.

18 Control examples 18 System u(t) y(t) w(t) r(t) Car Throttle,break speed Slope, air resistance Desired speed Anaesthesia Drugs consciousness Drug tolerance, Less than dead weight Economy Interest Inflation Politics Inflation goal 2% Magnet elevation Magnet strength Elevation Wind Desired elevation

19 Dynamical systems 19 Systems memory, current output depends on past inputs Speed and position of a car (depends on past throttle) Room temperature (depends on past heating and outside temperature) Economics (depends on politics, investments past years) Mathematically: System described by a differential equation A description (often approximate) of a system is called a model Opposite: Static system

20 Linear systems 20 u(t) System y(t) Linear system means superposition holds

21 Linear systems 21 Linear ordinary differential equations fulfill this We only work with systems described by linear ordinary differential equations More (much more) about this next lecture

22 Fundamental principle of control: Feedback 22 A fundamental principle in control is feedback, here illustrated on a distillation column 1. Formulate a control goal (reference signal) We want a temperature of 80º 2. Measure current temperature (measurement signal) It is now 60º 3. Apply action (control using the control signal) Increase heating! Feedback!

23 Fundamental principle of control: Feedback 23 Feedback system w(t) r(t) Controller u(t) System y(t) Feedback!

24 Control examples 24 Feedback system throttle speed

25 Control examples 25 Feedback system Drugs consciousness

26 Control examples 26 Feedback system 2% interest System inflation

27 What we will learn? 27 In this course we ask How do we describe the system to be controlled How do we analyze the system to be controlled How do we design a controller How do we analyze the feedback system (what can go wrong)

28 Design of cruise controller 28 φ u(t): Driving/breaking force [N] y(t): Velocity of car [m/s] φ : Road slope [rad] m: Car weight [kg] α: Aerodynamic coefficient [Ns/m], αy(t): Drag force [N]

29 Open loop control 29 Newton Model: m = 1000kg, α = 200Ns/m, φ =0 Open loop: Our goal is a reference speed r(t) = 25m/s for t ` 0. Assume y(0) = 0. We test the following control law Solution: We reach the reference speed asymptotically

30 Open loop control 30 mg sin(φ) r(t)= u(t) y(t)

31 Open loop control 31 Non-nominal model: Wind tunnel test wrong, in reality α =150Ns/m Under the assumption y(0) = 0, we use the same control law and obtain The car achieves a too high speed Cause: we have not feeded back the true velocity!

32 Open loop control 32

33 Closed-loop control 33 Feedback the velocity! A reasonable strategy is to throttle more when too slow This is called proportional control, P-control, and the constant K is the only design variable in the controller The closed-loop system

34 Closed-loop control 34 mg sin(φ) r(t)=25 e(t) K u(t) y(t) -1

35 Closed-loop control 35

36 Closed-loop control 36

37 But what is a controller, really? 37 A controller is a computer in the car, measuring speed and desired speed, and sends command signals (desired torque) to the engine y u r program CruiseControl repeat r = getreferencemeasurement y = getspeedmeasurement u = K*(r-y); sendcommandtoengine(u) end

38 Summary of this lecture 38 Automatic control is everywhere We use differential equation to create models of systems Open-loop control very sensitive to model parameters and disturbances Feedback can reduce sensitivity significantly Feedback u(t) = K(r(t)-y(t)) is called P-control We still haven t achieved perfect control, better design is needed

39 Summary of this lecture 39 Important concepts Automatic control: Making things behave as we want. Signal: Functions of time with information System: An object driven by input signals, generating output signals Model: A simplified description of reality. In this course, a mathematical description of the system we study Dynamical systems: Systems where the output signal depends on past inputs Feedback: Feed back information about the current state to the controller. Automatic control is the theory about feedback systems

Reglerteknik, TNG028. Lecture 1. Anna Lombardi

Reglerteknik, TNG028. Lecture 1. Anna Lombardi Reglerteknik, TNG028 Lecture 1 Anna Lombardi 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?

More information

Automatic Control (TSRT15): Lecture 7

Automatic Control (TSRT15): Lecture 7 Automatic Control (TSRT15): Lecture 7 Tianshi Chen Division of Automatic Control Dept. of Electrical Engineering Email: tschen@isy.liu.se Phone: 13-282226 Office: B-house extrance 25-27 Outline 2 Feedforward

More information

Automatic Control (TSRT15): Lecture 4

Automatic Control (TSRT15): Lecture 4 Automatic Control (TSRT15): Lecture 4 Tianshi Chen Division of Automatic Control Dept. of Electrical Engineering Email: tschen@isy.liu.se Phone: 13-282226 Office: B-house extrance 25-27 Review of the last

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

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

What is flight dynamics? AE540: Flight Dynamics and Control I. What is flight control? Is the study of aircraft motion and its characteristics.

What is flight dynamics? AE540: Flight Dynamics and Control I. What is flight control? Is the study of aircraft motion and its characteristics. KING FAHD UNIVERSITY Department of Aerospace Engineering AE540: Flight Dynamics and Control I Instructor Dr. Ayman Hamdy Kassem What is flight dynamics? Is the study of aircraft motion and its characteristics.

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

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

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

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

Subject: Introduction to Process Control. Week 01, Lectures 01 02, Spring Content

Subject: Introduction to Process Control. Week 01, Lectures 01 02, Spring Content v CHEG 461 : Process Dynamics and Control Subject: Introduction to Process Control Week 01, Lectures 01 02, Spring 2014 Dr. Costas Kiparissides Content 1. Introduction to Process Dynamics and Control 2.

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

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

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

Modeling and Analysis of Dynamic Systems

Modeling and Analysis of Dynamic Systems Modeling and Analysis of Dynamic Systems by Dr. Guillaume Ducard Fall 2016 Institute for Dynamic Systems and Control ETH Zurich, Switzerland based on script from: Prof. Dr. Lino Guzzella 1/33 Outline 1

More information

PHYSICS 111 SPRING EXAM 1: February 6, 2017; 8:15pm - 9:45pm

PHYSICS 111 SPRING EXAM 1: February 6, 2017; 8:15pm - 9:45pm PHYSICS 111 SPRING 2018 EXAM 1: February 6, 2017; 8:15pm - 9:45pm Name (printed): Recitation Instructor: Section # INSTRUCTIONS: This exam contains 20 multiple-choice questions plus 1 extra credit question,

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

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

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

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

1. The age of the universe is about 14 billion years. Assuming two significant figures, in powers of ten in seconds this corresponds to

1. The age of the universe is about 14 billion years. Assuming two significant figures, in powers of ten in seconds this corresponds to 1. The age of the universe is about 14 billion years. Assuming two significant figures, in powers of ten in seconds this corresponds to A) 9.2 10 12 s B) 8.3 10 14 s C) 1.6 10 16 s D) 4.4 10 17 s E) 2.7

More information

Mathematical Description of Light

Mathematical Description of Light Mathematical Description of Light Thursday, 8/24/2006 Physics 158 Peter Beyersdorf Document info 1 Class Outline Introductions/Announcements Properties of light Mathematical description of transverse waves

More information

On my honor, I have neither given nor received unauthorized aid on this examination.

On my honor, I have neither given nor received unauthorized aid on this examination. Instructor(s): Field/inzler PHYSICS DEPATMENT PHY 2053 Final Exam April 27, 2013 Name (print, last first): Signature: On my honor, I have neither given nor received unauthorized aid on this examination.

More information

CHEE 319 Process Dynamics and Control

CHEE 319 Process Dynamics and Control CHEE 319 Process Dynamics and Control Winter 2012 Instructor: M.Guay TAs: S. Dougherty, D. Park and E. Moshksar 1 Organization Instructor: Dr. Martin Guay Office: Dupuis 406 Phone: 533-2788 Email: guaym@chee.queensu.ca

More information

Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam!

Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Prüfung Regelungstechnik I (Control Systems I) Prof. Dr. Lino Guzzella 3. 8. 24 Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Do not mark up this translation aid

More information

Controls Problems for Qualifying Exam - Spring 2014

Controls Problems for Qualifying Exam - Spring 2014 Controls Problems for Qualifying Exam - Spring 2014 Problem 1 Consider the system block diagram given in Figure 1. Find the overall transfer function T(s) = C(s)/R(s). Note that this transfer function

More information

Welcome back to Physics 211. Physics 211 Spring 2014 Lecture ask a physicist

Welcome back to Physics 211. Physics 211 Spring 2014 Lecture ask a physicist Welcome back to Physics 211 Today s agenda: Forces in Circular Motion Impulse Physics 211 Spring 2014 Lecture 07-1 1 ask a physicist My question is on sonoluminescence, which is supposed to be when a sound

More information

Linear Control Systems General Informations. Guillaume Drion Academic year

Linear Control Systems General Informations. Guillaume Drion Academic year Linear Control Systems General Informations Guillaume Drion Academic year 2017-2018 1 SYST0003 - General informations Website: http://sites.google.com/site/gdrion25/teaching/syst0003 Contacts: Guillaume

More information

PHYSICS. Chapter 8 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 8 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 8 Lecture RANDALL D. KNIGHT Chapter 8. Dynamics II: Motion in a Plane IN THIS CHAPTER, you will learn to solve problems about motion

More information

Announcements Monday, September 18

Announcements Monday, September 18 Announcements Monday, September 18 WeBWorK 1.4, 1.5 are due on Wednesday at 11:59pm. The first midterm is on this Friday, September 22. Midterms happen during recitation. The exam covers through 1.5. About

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

Essentials of Physics PHYS 101 Spring, 2007

Essentials of Physics PHYS 101 Spring, 2007 Essentials of Physics PHYS 101 Spring, 2007 Instructor: Dr. Dean Livelybrooks E-mail: dlivelyb@hendrix2; 346-5855 Office: 225 Willamette Hall Office hours: U10:00, H14:00 TAs: Anthony Clark E-mail: aclark@uoregon.edu

More information

Lab 5a: Pole Placement for the Inverted Pendulum

Lab 5a: Pole Placement for the Inverted Pendulum Lab 5a: Pole Placement for the Inverted Pendulum November 1, 2011 1 Purpose The objective of this lab is to achieve simultaneous control of both the angular position of the pendulum and horizontal position

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

Physics 207 Lecture 9. Lecture 9

Physics 207 Lecture 9. Lecture 9 Lecture 9 Today: Review session Assignment: For Thursday, Read Chapter 8, first four sections Exam Wed., Feb. 18 th from 7:15-8:45 PM Chapters 1-7 One 8½ X 11 note sheet and a calculator (for trig.) Place:

More information

Lecture 20 Aspects of Control

Lecture 20 Aspects of Control CS 460/560 Introduction to Computational Robotics Fall 2017, Rutgers University Lecture 20 Aspects of Control Instructor: Jingjin Yu Outline Feedback (closed-loop) control Mathematical models of dynamical

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

Dr Ian R. Manchester

Dr Ian R. Manchester Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus 7 Root Locus 2 Assign

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

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

Physics 141. Lecture 8.

Physics 141. Lecture 8. Physics 141. Lecture 8. Conservation of energy! Changing kinetic energy into thermal energy. Frank L. H. Wolfs Department of Physics and Astronomy, University of Rochester, Lecture 08, Page 1 Outline.

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

Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control. DC Motor Control Trainer (DCMCT) Student Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control. DC Motor Control Trainer (DCMCT) Student Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control DC Motor Control Trainer (DCMCT) Student Manual Table of Contents 1 Laboratory Objectives1 2 References1 3 DCMCT Plant

More information

A SIMPLIFIED ANALYSIS OF NONLINEAR LONGITUDINAL DYNAMICS AND CONCEPTUAL CONTROL SYSTEM DESIGN

A SIMPLIFIED ANALYSIS OF NONLINEAR LONGITUDINAL DYNAMICS AND CONCEPTUAL CONTROL SYSTEM DESIGN A SIMPLIFIED ANALYSIS OF NONLINEAR LONGITUDINAL DYNAMICS AND CONCEPTUAL CONTROL SYSTEM DESIGN ROBBIE BUNGE 1. Introduction The longitudinal dynamics of fixed-wing aircraft are a case in which classical

More information

Exercises Automatic Control III 2015

Exercises Automatic Control III 2015 Exercises Automatic Control III 205 Foreword This exercise manual is designed for the course "Automatic Control III", given by the Division of Systems and Control. The numbering of the chapters follows

More information

Control Systems I. Lecture 2: Modeling and Linearization. Suggested Readings: Åström & Murray Ch Jacopo Tani

Control Systems I. Lecture 2: Modeling and Linearization. Suggested Readings: Åström & Murray Ch Jacopo Tani Control Systems I Lecture 2: Modeling and Linearization Suggested Readings: Åström & Murray Ch. 2-3 Jacopo Tani Institute for Dynamic Systems and Control D-MAVT ETH Zürich September 28, 2018 J. Tani, E.

More information

= ~ M3~ Figure 0.1: Sensor and sensorless modes

= ~ M3~ Figure 0.1: Sensor and sensorless modes 0.1. Application Note - Sensorless Title Sensorless Velocity Control for PMSM Number Device S300/S700 Author Juan C. Ramirez Martinez Module Date Firmware 5.55 Page 14 Function Sensorless 0.1 Application

More information

Teaching State Variable Feedback to Technology Students Using MATLAB and SIMULINK

Teaching State Variable Feedback to Technology Students Using MATLAB and SIMULINK Teaching State Variable Feedback to Technology Students Using MATLAB and SIMULINK Kathleen A.K. Ossman, Ph.D. University of Cincinnati Session 448 I. Introduction This paper describes a course and laboratory

More information

Physics 141. Lecture 8. Outline. Course Information. Conservation of energy! Changing kinetic energy into thermal energy.

Physics 141. Lecture 8. Outline. Course Information. Conservation of energy! Changing kinetic energy into thermal energy. Physics 141. Lecture 8. Conservation of energy! Changing kinetic energy into thermal energy. Frank L. H. Wolfs Department of Physics and Astronomy, University of Rochester, Lecture 08, Page 1 Outline.

More information

A N D. c h a p t e r 1 2 M O T I O N F O R C E S

A N D. c h a p t e r 1 2 M O T I O N F O R C E S F O R C E S A N D c h a p t e r 1 2 M O T I O N What is a FORCE? A FORCE is a push or pull that acts on an object. A force can cause a resting object to move OR Accelerate a moving object by: changing

More information

Automatic control III. Homework assignment Deadline (for this assignment): Monday December 9, 24.00

Automatic control III. Homework assignment Deadline (for this assignment): Monday December 9, 24.00 Uppsala University Department of Information Technology Division of Systems and Control November 18, 2013 Automatic control III Homework assignment 2 2013 Deadline (for this assignment): Monday December

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Essential physics for game developers Introduction The primary issues Let s move virtual objects Kinematics: description

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

Introduction to Computer Control Systems

Introduction to Computer Control Systems Introduction to Computer Control Systems Lecture 1: Introduction Dave Zachariah Div. Systems and Control, Dept. Information Technology, Uppsala University October 28, 2014 (UU/Info Technology/SysCon) Intro.

More information

Positioning Servo Design Example

Positioning Servo Design Example Positioning Servo Design Example 1 Goal. The goal in this design example is to design a control system that will be used in a pick-and-place robot to move the link of a robot between two positions. Usually

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

Control Theory. Noel Welsh. 26 October Noel Welsh () Control Theory 26 October / 17

Control Theory. Noel Welsh. 26 October Noel Welsh () Control Theory 26 October / 17 Control Theory Noel Welsh 26 October 2010 Noel Welsh () Control Theory 26 October 2010 1 / 17 Announcements Assignments were due on Monday, except for one team that has an extension. Marking will be delayed

More information

Laboratory Exercise 1

Laboratory Exercise 1 FRTN05 Nonlinear Control and Servo Systems Laboratory Exercise Control of an Air Throttle with Dead-Zone Johan Gagner, Rickard Bondesson, Bo Bernhardsson, Dept. of Automatic Control Revised by Dan Henriksson,

More information

Welcome to Physics 212

Welcome to Physics 212 Welcome to Physics 212 http://online.physics.uiuc.edu/courses/phys212 This lecture is VERY full. Please sit next to someone nice. Find out the best thing that happened to them during the winter break!

More information

Chapter 6. Force and Motion II

Chapter 6. Force and Motion II Chapter 6 Force and Motion II 6 Force and Motion II 2 Announcement: Sample Answer Key 3 4 6-2 Friction Force Question: If the friction were absent, what would happen? Answer: You could not stop without

More information

Detumbling and Capturing Strategies with Eddy Current Brake System on Orbital Space Robot

Detumbling and Capturing Strategies with Eddy Current Brake System on Orbital Space Robot Detumbling and Capturing Strategies with Eddy Current Brake System on Orbital Space Robot The Next Generation of Space Robotic Servicing Technologies IEEE International Conference on Robotics and Automation

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. Chapter 5 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 5 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 5 Lecture RANDALL D. KNIGHT Chapter 5 Force and Motion IN THIS CHAPTER, you will learn about the connection between force and motion.

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

Physics 101 Final Exam Problem Guide

Physics 101 Final Exam Problem Guide Physics 101 Final Exam Problem Guide Liam Brown, Physics 101 Tutor C.Liam.Brown@gmail.com General Advice Focus on one step at a time don t try to imagine the whole solution at once. Draw a lot of diagrams:

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

Downloaded from

Downloaded from Write the code number of the question paper on the TOP RIGHT CNER of your answer sheet. S. No. BLUE PRINT HALF YEARLY EXAMINATION CLASS XI PHYSICS THEY Marks Name 1 2 3 5 Total 1 Units and Dimensions 2

More information

CS491/691: Introduction to Aerial Robotics

CS491/691: Introduction to Aerial Robotics CS491/691: Introduction to Aerial Robotics Topic: Midterm Preparation Dr. Kostas Alexis (CSE) Areas of Focus Coordinate system transformations (CST) MAV Dynamics (MAVD) Navigation Sensors (NS) State Estimation

More information

Lecture 12. Upcoming labs: Final Exam on 12/21/2015 (Monday)10:30-12:30

Lecture 12. Upcoming labs: Final Exam on 12/21/2015 (Monday)10:30-12:30 289 Upcoming labs: Lecture 12 Lab 20: Internal model control (finish up) Lab 22: Force or Torque control experiments [Integrative] (2-3 sessions) Final Exam on 12/21/2015 (Monday)10:30-12:30 Today: Recap

More information

PHYSICS 221 SPRING EXAM 1: February 20, 2014; 8:15pm 10:15pm

PHYSICS 221 SPRING EXAM 1: February 20, 2014; 8:15pm 10:15pm PHYSICS 221 SPRING 2014 EXAM 1: February 20, 2014; 8:15pm 10:15pm Name (printed): Recitation Instructor: Section # INSTRUCTIONS: This exam contains 25 multiple-choice questions plus 2 extra credit questions,

More information

Optimal Control Theory SF 2852

Optimal Control Theory SF 2852 Optimal Control Theory SF 2852 Johan Karlsson Optimization and Systems Theory, Department of Mathematics Royal Institute of Technology (KTH) Spring 2017 Optimal Control Theory SF 2852 1 Course information

More information

Double Pendulum Power Method for Extracting AC Power from a Mechanical Oscillator

Double Pendulum Power Method for Extracting AC Power from a Mechanical Oscillator Double Pendulum Power Method for Extracting AC Power from a Mechanical Oscillator Anon Ymous, M.Sc. M.E. anon.ymous.dpp@gmail.com 21-10-13 1 Introduction The idea is that of a double pendulum where an

More information

Physics 321 Theoretical Mechanics I. University of Arizona Fall 2004 Prof. Erich W. Varnes

Physics 321 Theoretical Mechanics I. University of Arizona Fall 2004 Prof. Erich W. Varnes Physics 321 Theoretical Mechanics I University of Arizona Fall 2004 Prof. Erich W. Varnes Contacting me Administrative Matters I will hold office hours on Tuesday from 1-3 pm Room 420K in the PAS building

More information

Chapter 6 Dynamics I: Motion Along a Line

Chapter 6 Dynamics I: Motion Along a Line Chapter 6 Dynamics I: Motion Along a Line Chapter Goal: To learn how to solve linear force-and-motion problems. Slide 6-2 Chapter 6 Preview Slide 6-3 Chapter 6 Preview Slide 6-4 Chapter 6 Preview Slide

More information

Announcements 23 Sep 2014

Announcements 23 Sep 2014 Announcements 23 Sep 2014 1. After today, just one more lecture of new material before Exam 1!! a. Exam 1: Oct 2 Oct 7 (2 pm) in the Testing Center, late fee after Oct 6 2 pm b. Exam review sessions by

More information

Physics 7Em Midterm Exam 1

Physics 7Em Midterm Exam 1 Physics 7Em Midterm Exam 1 MULTIPLE CHOICE PROBLEMS. There are 10 multiple choice problems. Each is worth 2 points. There is no penalty for wrong answers. In each, choose the best answer; only one answer

More information

Newton s Law of Motion

Newton s Law of Motion Newton s Law of Motion Physics 211 Syracuse University, Physics 211 Spring 2019 Walter Freeman February 7, 2019 W. Freeman Newton s Law of Motion February 7, 2019 1 / 21 Announcements Homework 3 due next

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

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

The basic principle to be used in mechanical systems to derive a mathematical model is Newton s law,

The basic principle to be used in mechanical systems to derive a mathematical model is Newton s law, Chapter. DYNAMIC MODELING Understanding the nature of the process to be controlled is a central issue for a control engineer. Thus the engineer must construct a model of the process with whatever information

More information

Chapter 6: Circular Motion, Orbits, and Gravity Tuesday, September 17, :00 PM. Circular Motion. Rotational kinematics

Chapter 6: Circular Motion, Orbits, and Gravity Tuesday, September 17, :00 PM. Circular Motion. Rotational kinematics Ch6 Page 1 Chapter 6: Circular Motion, Orbits, and Gravity Tuesday, September 17, 2013 10:00 PM Circular Motion Rotational kinematics We'll discuss the basics of rotational kinematics in this chapter;

More information

COURSE OUTLINE General Physics I

COURSE OUTLINE General Physics I Butler Community College Science, Technology, Engineering, and Math Division Robert Carlson Revised Fall 2008 Implemented Spring 2009 Textbook Update Fall 2015 COURSE OUTLINE General Physics I Course Description

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

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

Digital Pendulum Control Experiments

Digital Pendulum Control Experiments EE-341L CONTROL SYSTEMS LAB 2013 Digital Pendulum Control Experiments Ahmed Zia Sheikh 2010030 M. Salman Khalid 2010235 Suleman Belal Kazi 2010341 TABLE OF CONTENTS ABSTRACT...2 PENDULUM OVERVIEW...3 EXERCISE

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

PHYSICS. Chapter 5 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 5 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 5 Lecture RANDALL D. KNIGHT Chapter 5 Force and Motion IN THIS CHAPTER, you will learn about the connection between force and motion.

More information

Potential energy. Web page:

Potential energy. Web page: Potential energy Announcements: CAPA homework due at 10pm today New CAPA assignment available at 5pm. Grading questions on Midterm connected with how scantron sheets filled out will need to see Professor

More information

How Do Objects Move? Describing Motion. Different Kinds of Motion

How Do Objects Move? Describing Motion. Different Kinds of Motion How Do Objects Move? Describing Motion Different Kinds of Motion Motion is everywhere. The planets are in motion around the Sun. Cars are in motion as they are driven down the street. There s even motion

More information

4) Vector = and vector = What is vector = +? A) B) C) D) E)

4) Vector = and vector = What is vector = +? A) B) C) D) E) 1) Suppose that an object is moving with constant nonzero acceleration. Which of the following is an accurate statement concerning its motion? A) In equal times its speed changes by equal amounts. B) In

More information

Welcome to Physics 202

Welcome to Physics 202 Welcome to Physics 202 Todays Topics The Physics 202 Team Course Formality and Course Overview Q&A Ch 21: Electric Charges Physics 202 Homepage http://www.physics.wisc.edu/undergrads/courses/fall2011/202/index.html

More information

PHYSICS. Chapter 8 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 8 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 8 Lecture RANDALL D. KNIGHT Chapter 8. Dynamics II: Motion in a Plane IN THIS CHAPTER, you will learn to solve problems about motion

More information

Classify a transfer function to see which order or ramp it can follow and with which expected error.

Classify a transfer function to see which order or ramp it can follow and with which expected error. Dr. J. Tani, Prof. Dr. E. Frazzoli 5-059-00 Control Systems I (Autumn 208) Exercise Set 0 Topic: Specifications for Feedback Systems Discussion: 30.. 208 Learning objectives: The student can grizzi@ethz.ch,

More information

Physics 8 Wednesday, October 19, Troublesome questions for HW4 (5 or more people got 0 or 1 points on them): 1, 14, 15, 16, 17, 18, 19. Yikes!

Physics 8 Wednesday, October 19, Troublesome questions for HW4 (5 or more people got 0 or 1 points on them): 1, 14, 15, 16, 17, 18, 19. Yikes! Physics 8 Wednesday, October 19, 2011 Troublesome questions for HW4 (5 or more people got 0 or 1 points on them): 1, 14, 15, 16, 17, 18, 19. Yikes! Troublesome HW4 questions 1. Two objects of inertias

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

Massachusetts Institute of Technology Department of Aeronautics and Astronautics Cambridge, MA Problem Set 10

Massachusetts Institute of Technology Department of Aeronautics and Astronautics Cambridge, MA Problem Set 10 Massachusetts Institute of Technology Department of Aeronautics and Astronautics Cambridge, MA 02139 16.03/16.04 Unified Engineering III, IV Spring 2004 Problem Set 10 Name: Due Date: 4/21/04 CP11_12 P3

More information

Optimeringslära för F (SF1811) / Optimization (SF1841)

Optimeringslära för F (SF1811) / Optimization (SF1841) Optimeringslära för F (SF1811) / Optimization (SF1841) 1. Information about the course 2. Examples of optimization problems 3. Introduction to linear programming Introduction - Per Enqvist 1 Linear programming

More information

What was Aristotle s view of motion? How did Galileo disagree with Aristotle? Which answers agrees with Aristotle s view? Eliminate the others.

What was Aristotle s view of motion? How did Galileo disagree with Aristotle? Which answers agrees with Aristotle s view? Eliminate the others. Quest Chapter 04 # Problem Hint 1 A ball rolls across the top of a billiard table and slowly comes to a stop. How would Aristotle interpret this observation? How would Galileo interpret it? 1. Galileo

More information

Appendix A: Exercise Problems on Classical Feedback Control Theory (Chaps. 1 and 2)

Appendix A: Exercise Problems on Classical Feedback Control Theory (Chaps. 1 and 2) Appendix A: Exercise Problems on Classical Feedback Control Theory (Chaps. 1 and 2) For all calculations in this book, you can use the MathCad software or any other mathematical software that you are familiar

More information

Homework Assignment 2 Modeling a Drivetrain Model Accuracy Due: Friday, September 16, 2005

Homework Assignment 2 Modeling a Drivetrain Model Accuracy Due: Friday, September 16, 2005 ME 2016 Sections A-B-C-D Fall Semester 2005 Computing Techniques 3-0-3 Homework Assignment 2 Modeling a Drivetrain Model Accuracy Due: Friday, September 16, 2005 Description and Outcomes In this assignment,

More information