EXAM IN MODELING AND SIMULATION (TSRT62)

Size: px
Start display at page:

Download "EXAM IN MODELING AND SIMULATION (TSRT62)"

Transcription

1 EXAM IN MODELING AND SIMULATION (TSRT62) SAL: ISY:s datorsalar TID: Wednesday 4th January 2017, kl KURS: TSRT62 Modeling and Simulation PROVKOD: DAT1 INSTITUTION: ISY ANTAL UPPGIFTER: 5 ANTAL BLAD (inkl försättsblad): 10 ANSVARIG LÄRARE: Claudio Altafini, , BESÖKER SALEN: cirka kl. 9 och kl. 10 KURSADMINISTRATÖR: Ninna Stensgård , ninna.stensgard@liu.se TILLÅTNA HJÄLPMEDEL: 1. L. Ljung & T. Glad Modellbygge och Simulering (English title Modeling and Identification of Dynamical Systems ) 2. T. Glad & L. Ljung: Reglerteknik. Grundläggande teori 3. Tabeller (t ex L. Råde & B. Westergren: Mathematics handbook, C. Nordling & J. Österman: Physics handbook, S. Söderkvist: Formler & tabeller ) 4. Miniräknare Normala inläsningsanteckningar i läroböckerna är tillåtet. Notera att kommunikation med andra personer och informationshämtning via nätverket eller Internet inte är tillåtet under tentamen. LANGUAGE: you can write your exam in both English (preferred) or Swedish LÖSNINGSFÖRSLAG: Finns på kursens websida efter skrivningens slut. VISNING av tentan äger rum kl :00 i Ljungeln, B-huset, ingång 25, A-korridoren, room 2A:514. PRELIMINÄRA BETYGSGRÄNSER: betyg 3 23 poäng betyg 4 33 poäng betyg 5 43 poäng OBS! Lösningar till samtliga uppgifter ska presenteras så att alla steg (utom triviala beräkningar) kan följas. Bristande motiveringar ger poängavdrag. Lycka till!

2 COMPUTER TIPS: To open Matlab: open a terminal (right-click on the background and choose open terminal) type module add prog/matlab matlab & Print out the model description and the plots requested Remember to write your AID number on each printed page you include In the identification exercise using the System Identification toolbox: To print the model description: Right-click on the icon of the model you have computed and then click Present. The model description appears then on the matlab main window. Copy it into a file and print it. the SysId plots cannot be directly printed. You have to choose File Copy figure, which gives an ordinary matlab plot you can print. Printing in Linux: A file called file.pdf can be printed out for instance typing in a terminal lp -d printername file.pdf (replace printername with the name of the printer in the room you sit in). It is possible to print using File Print in a matlab plot, but one must select the printer name writing -Pprintername in the Device option (again printername is the name of your printer). 2

3 Phase (deg) Phase (deg) Magnitude (db) Magnitude (db) 1. (a) In a numerical integration method, what is the difference between a one-step and a multistep method? When is a multistep method said implicit? (b) You are asked to identify a system with black box models, knowing that the true transfer function from input to output has the Bode plot shown in Fig. 1(a), while the transfer function from noise to output has the Bode plot of Fig. 1(b). i. What sampling time would you choose to collect the measurements? ii. What class of black-box models and with how many poles/zeros would you choose? 20 input -> output 0 noise -> output Frequency (rad/s) Frequency (rad/s) (a) (b) Figure 1: Bode plot of Ex. 1(b) (c) Consider the circuit of Fig. 2, where φ 1 ( ) and φ 2 ( ) are nonlinear resistors. i. Show that there is more than one conflict-free causality markings. ii. What causality marking would you choose if φ 1 is invertible but φ 2 is not? Why? Figure 2: Circuit of Ex. 1(c) 3

4 2. (a) Given the true system y(t) = 0.5y(t 1) + u(t 1) + w(t) with w(t) a white noise (of zero-mean, variance λ w ), which of the following 3 models y(t) = αy(t 1) + βy(t 2) + γu(t) + e(t) (1) y(t) = αy(t 1) + βu(t 1) + e(t) (2) y(t) = αy(t 1) + βu(t) + γu(t 1) + e(t) (3) (e(t) is always a zero-mean white noise) can give an unbiased estimation of its parameter vector if u(t) is chosen as white noise uncorrelated with e(t)? Motivate your answer. [3p] (b) Consider the model (2), and assume u(t) is obtained through the feedback law u(t) = y(t) + v(t) (4) where v(t) is a zero-mean white noise of variance λ v, uncorrelated with w(t) and e(t). For the model (2) with the feedback (4) use the least-squares method to compute the asymptotic value of the parameters α and β when N. [5p] (c) For the model (2) with the feedback (4), compute the covariance matrix of the estimates for N large enough. 4

5 3. The data for this exercise are in a file called sysid_data_ mat located in the directory /site/edu/rt/tsrt62/exam/. To load it into your Matlab workspace use any of the following: type in the Matlab window load /site/edu/rt/tsrt62/exam/sysid_data_ mat copy the file to your current directory and then load it into your Matlab workspace (typing load sysid_data_ mat at the Matlab prompt). Inside sysid_data_ mat you will find the sampled signals u and y (the sample time is T s = 0.1). Construct one or more appropriate black-box models. For one or more of these models report plot of the fitted model vs. validation data parameter values and uncertainty quality of the fit poles and zeros placement Discuss and comment your choices and results. [10p] 5

6 4. Consider the mechanical-hydraulic system of Fig. 3. Call m 1 and m 2 u 1 m 1 k 1 k 2 m 2 u 2 Figure 3: the two frictionless masses, on which the two forces u 1 and u 2 act. The masses are connected, via elastic springs (of spring constants k 1 and k 2 ), to hydraulic pistons of area A. Call p 1 the pressure at the left piston and p 2 that at the right piston. Between the pistons, the fluid exercises a friction. If Q is the fluid flow from left to right, then the friction is expressed by the law where φ is an invertible function. Q = φ(p 1 p 2 ) (a) Draw the bond graph of the system and check its causality. [4p] (b) Compute the state space equations. [4p] (c) Assuming that the flow in the hydraulic system is friction-free (p 1 = p 2 ), what kind of complication (if any) appears in the bond graph? 6

7 5. Consider a friction-free pendulum in cartesian coordinates, with mass m and weightless rope of length L. The equations are: ẋ 1 (t) = x 2 (t) ẋ 2 (t) = τ(t)x 1 (t) ẋ 3 (t) = x 4 (t) ẋ 4 (t) = τ(t)x 3 (t) g 0 = x 2 1(t) + x 2 3(t) L 2 where x 1 (t) and x 2 (t) are position and velocity along the x-axis, x 3 (t) and x 4 (t) are position and velocity along the y-axis, τ(t) is the tension along the rope and g is the gravitational constant. The system can be written in semi-explicit form as ẋ(t) = f ( x(t), y(t) ) 0 = g ( x(t) ) where the state variables have been split into x = (x 1, x 2, x 3, x 4 ) T and y = τ. Compute the index of this DAE. [10p] 7

EXAM IN MODELING AND SIMULATION (TSRT62)

EXAM IN MODELING AND SIMULATION (TSRT62) EXAM IN MODELING AND SIMULATION (TSRT62) SAL: ISY:s datorsalar TID: Friday 5th January 2018, kl. 8.00 12.00 KURS: TSRT62 Modeling and Simulation PROVKOD: DAT1 INSTITUTION: ISY ANTAL UPPGIFTER: 5 ANTAL

More information

TENTAMEN REGLERTEKNIK TSRT15 (English)

TENTAMEN REGLERTEKNIK TSRT15 (English) TENTAMEN REGLERTEKNIK TSRT5 (English) SAL: TER TID: 28 april 2, klockan 8-3 KURS: TSRT5 PROVKOD: TEN INSTITUTION: ISY ANTAL UPPGIFTER: 5 ANTAL BLAD: 4 exklusive försättsblad ANSVARIG LÄRARE: Johan Löfberg

More information

Försättsblad till skriftlig tentamen vid Linköpings universitet

Försättsblad till skriftlig tentamen vid Linköpings universitet Försättsblad till skriftlig tentamen vid Linköpings universitet Datum för tentamen 2014-10-22 Sal (1) ISY:s datorsalar (Egypten) (Om tentan går i flera salar ska du bifoga ett försättsblad till varje sal

More information

Försättsblad till skriftlig tentamen vid Linköpings universitet

Försättsblad till skriftlig tentamen vid Linköpings universitet Försättsblad till skriftlig tentamen vid Linköpings universitet Datum för tentamen 2014-08-20 Sal (1) ISY:s datorsalar (Om tentan går i flera salar ska du bifoga ett försättsblad till varje sal och ringa

More information

EXAMINATION IN TSRT14 SENSOR FUSION

EXAMINATION IN TSRT14 SENSOR FUSION EXAMINATION IN TSRT14 SENSOR FUSION ROOM: ISY:s computer rooms TIME: 2015-06-03 at 14:00 18:00 COURSE: TSRT14 Sensor Fusion PROVKOD: DAT1 DEPARTMENT: ISY NUMBER OF EXERCISES: 4 RESPONSIBLE TEACHER: Gustaf

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

Automatic Control II: Summary and comments

Automatic Control II: Summary and comments Automatic Control II: Summary and comments Hints for what is essential to understand the course, and to perform well at the exam. You should be able to distinguish between continuous-time (c-t) and discrete-time

More information

Luleå Tekniska Universitet Kurskod SMD098 Tentamensdatum

Luleå Tekniska Universitet Kurskod SMD098 Tentamensdatum Luleå Tekniska Universitet Kurskod SMD098 Tentamensdatum 991215 Skrivtid 4 timmar Tentamen i Beräkningsstrukturer Antal uppgifter: 6 Max poäng: 30 Betygsgränser: >20 poäng 4 >25 poäng 5 Betygsgränser kan

More information

Modeling & Simulation 2018 Lecture 12. Simulations

Modeling & Simulation 2018 Lecture 12. Simulations Modeling & Simulation 2018 Lecture 12. Simulations Claudio Altafini Automatic Control, ISY Linköping University, Sweden Summary of lecture 7-11 1 / 32 Models of complex systems physical interconnections,

More information

Final exam: Automatic Control II (Reglerteknik II, 1TT495)

Final exam: Automatic Control II (Reglerteknik II, 1TT495) Uppsala University Department of Information Technology Systems and Control Professor Torsten Söderström Final exam: Automatic Control II (Reglerteknik II, TT495) Date: October 22, 2 Responsible examiner:

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.. 24 Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Do not mark up this translation aid -

More information

Final exam: Automatic Control II (Reglerteknik II, 1TT495)

Final exam: Automatic Control II (Reglerteknik II, 1TT495) Uppsala University Department of Information Technology Systems and Control Professor Torsten Söderström Final exam: Automatic Control II (Reglerteknik II, TT495) Date: October 6, Responsible examiner:

More information

Exam in Systems Engineering/Process Control

Exam in Systems Engineering/Process Control Department of AUTOMATIC CONTROL Exam in Systems Engineering/Process Control 7-6- Points and grading All answers must include a clear motivation. Answers may be given in English or Swedish. The total number

More information

Kurskod: TAMS28 MATEMATISK STATISTIK Provkod: TEN1 18 August 2017, 08:00-12:00. English Version

Kurskod: TAMS28 MATEMATISK STATISTIK Provkod: TEN1 18 August 2017, 08:00-12:00. English Version Kurskod: TAMS28 MATEMATISK STATISTIK Provkod: TEN1 18 August 2017, 08:00-12:00 Examiner: Zhenxia Liu (Tel: 070 0895208). Please answer in ENGLISH if you can. a. You are allowed to use a calculator, the

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

Tentamen i Kvantfysik I

Tentamen i Kvantfysik I Karlstads Universitet Fysik Tentamen i Kvantfysik I [ VT 2017, FYGB07] Datum: 2017-06-07 Tid: 14.00 19.00 Lärare: Jürgen Fuchs c/o Krister Svensson Tel: 0708455140 Total poäng: 50 Godkänd / 3: 25 Väl godkänd:

More information

Modeling & Simulation 2017, Fö 1

Modeling & Simulation 2017, Fö 1 Modeling & Simulation 2017, Fö 1 Claudio Altafini Automatic Control, ISY Linköping University, Sweden Course information Lecturer & examiner Claudio Altafini (claudio.altafini@liu.se) Teaching assistants

More information

Tentamen i ELEKTROMAGNETISK FÄLTTEORI

Tentamen i ELEKTROMAGNETISK FÄLTTEORI Karlstads Universitet Fysik Tentamen i ELEKTROMAGNETISK FÄLTTEORI [ VT 2017, FYGB03] Datum: 2017-03-29 Tid: 8.15 13.15 Lärare: Jürgen Fuchs Tel: 0547001817 / 0762714576 Total poäng: 50 Godkänd / 3: 25

More information

Prüfung Regelungstechnik I (Control Systems I) Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam!

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

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 5. 2. 2 Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Do not mark up this translation aid -

More information

Inter American University of Puerto Rico Bayamón Campus School of Engineering Department of Electrical Engineering. ELEN 3311 Electronics I

Inter American University of Puerto Rico Bayamón Campus School of Engineering Department of Electrical Engineering. ELEN 3311 Electronics I Inter American University of Puerto Rico Bayamón Campus School of Engineering Department of Electrical Engineering ELEN 3311 Electronics I Final Exam Tuesday, May 24 Name: Enter all your work and your

More information

Tentamen i Kvantfysik I

Tentamen i Kvantfysik I Karlstads Universitet Fysik Tentamen i Kvantfysik I [ VT 2018, FYGB07] Datum: 2018-06-07 Tid: 14.00 19.00 Lärare: Jürgen Fuchs c/o Andrea Muntean Tel: 0547002047 / 0706448585 Total poäng: 50 Godkänd /

More information

Modeling & Simulation 2018, Fö 1

Modeling & Simulation 2018, Fö 1 Modeling & Simulation 2018, Fö 1 Claudio Altafini Automatic Control, ISY Linköping University, Sweden Course information Lecturer & examiner Claudio Altafini (claudio.altafini@liu.se) Teaching assistants

More information

1. For which values of the parameters α and β has the linear system. periodic solutions? Which are the values if the period equals 4π?

1. For which values of the parameters α and β has the linear system. periodic solutions? Which are the values if the period equals 4π? MÄLARDALEN UNIVERSITY School of Education, Culture and Communication Department of Applied Mathematics Examiner: Lars-Göran Larsson EXAMINATION IN MATHEMATICS MAA316 Differential Equations, foundation

More information

Lab 1: Dynamic Simulation Using Simulink and Matlab

Lab 1: Dynamic Simulation Using Simulink and Matlab Lab 1: Dynamic Simulation Using Simulink and Matlab Objectives In this lab you will learn how to use a program called Simulink to simulate dynamic systems. Simulink runs under Matlab and uses block diagrams

More information

Final exam: Computer-controlled systems (Datorbaserad styrning, 1RT450, 1TS250)

Final exam: Computer-controlled systems (Datorbaserad styrning, 1RT450, 1TS250) Uppsala University Department of Information Technology Systems and Control Professor Torsten Söderström Final exam: Computer-controlled systems (Datorbaserad styrning, RT450, TS250) Date: December 9,

More information

MAS601 Design, Modeling & Simulation. Day 2

MAS601 Design, Modeling & Simulation. Day 2 MAS601 Design, Modelling and Simulation of Mechatronic Systems, Semester 2, 2017. Page: 1 MAS601 Design, Modeling & Simulation Day 2 Analysis of causality and handling of algebraic loops to improve simulation

More information

Applied Reactor Technology and Nuclear Power Safety, 4A1627; 4 cp. Course Description

Applied Reactor Technology and Nuclear Power Safety, 4A1627; 4 cp. Course Description Applied Reactor Technology and Nuclear Power Safety, 4A1627; 4 cp Course Objectives Course Description The purpose of the course is to provide a general knowledge on the physical processes that take place

More information

Tentamen i ELEKTROMAGNETISK FÄLTTEORI

Tentamen i ELEKTROMAGNETISK FÄLTTEORI Karlstads Universitet Fysik Tentamen i ELEKTROMAGNETISK FÄLTTEORI [ VT 17, FYGB3] Datum: 17-3-9 Tid: 8.15 13.15 Lärare: Jürgen Fuchs Tel: 5471817 / 76714576 Total poäng: 5 Godkänd / 3: 5 Väl godkänd: 37.5

More information

EECS C128/ ME C134 Final Wed. Dec. 14, am. Closed book. One page, 2 sides of formula sheets. No calculators.

EECS C128/ ME C134 Final Wed. Dec. 14, am. Closed book. One page, 2 sides of formula sheets. No calculators. Name: SID: EECS C128/ ME C134 Final Wed. Dec. 14, 211 81-11 am Closed book. One page, 2 sides of formula sheets. No calculators. There are 8 problems worth 1 points total. Problem Points Score 1 16 2 12

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

Some tools and methods for determination of dynamics of hydraulic systems

Some tools and methods for determination of dynamics of hydraulic systems Some tools and methods for determination of dynamics of hydraulic systems A warm welcome to the course in Hydraulic servo-techniques! The purpose of the exercises given in this material is to make you

More information

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK What is SIMULINK? SIMULINK is a software package for modeling, simulating, and analyzing

More information

Designing Information Devices and Systems II Spring 2016 Anant Sahai and Michel Maharbiz Midterm 2

Designing Information Devices and Systems II Spring 2016 Anant Sahai and Michel Maharbiz Midterm 2 EECS 16B Designing Information Devices and Systems II Spring 2016 Anant Sahai and Michel Maharbiz Midterm 2 Exam location: 145 Dwinelle (SIDs ending in 1 and 5) PRINT your student ID: PRINT AND SIGN your

More information

Problem Weight Score Total 100

Problem Weight Score Total 100 EE 350 EXAM IV 15 December 2010 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO DO SO Problem Weight Score 1 25 2 25 3 25 4 25 Total

More information

Modeling and Experimentation: Compound Pendulum

Modeling and Experimentation: Compound Pendulum Modeling and Experimentation: Compound Pendulum Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin Fall 2014 Overview This lab focuses on developing a mathematical

More information

Course roadmap. ME451: Control Systems. Example of Laplace transform. Lecture 2 Laplace transform. Laplace transform

Course roadmap. ME451: Control Systems. Example of Laplace transform. Lecture 2 Laplace transform. Laplace transform ME45: Control Systems Lecture 2 Prof. Jongeun Choi Department of Mechanical Engineering Michigan State University Modeling Transfer function Models for systems electrical mechanical electromechanical Block

More information

Avd. Matematisk statistik

Avd. Matematisk statistik Avd. Matematisk statistik TENTAMEN I SF940 SANNOLIKHETSTEORI/EXAM IN SF940 PROBABILITY THE- ORY TUESDAY THE 9 th OF OCTOBER 03 08.00 a.m. 0.00 p.m. Examinator : Timo Koski, tel. 070 370047, email: tjtkoski@kth.se

More information

Introduction to Controls

Introduction to Controls EE 474 Review Exam 1 Name Answer each of the questions. Show your work. Note were essay-type answers are requested. Answer with complete sentences. Incomplete sentences will count heavily against the grade.

More information

EECE Adaptive Control

EECE Adaptive Control EECE 574 - Adaptive Control Basics of System Identification Guy Dumont Department of Electrical and Computer Engineering University of British Columbia January 2010 Guy Dumont (UBC) EECE574 - Basics of

More information

Test II Michael R. Gustafson II

Test II Michael R. Gustafson II 'XNH8QLYHUVLW\ (GPXQG73UDWW-U6FKRRORI(QJLQHHULQJ EGR 224 Spring 2016 Test II Michael R. Gustafson II Name (please print) In keeping with the Community Standard, I have neither provided nor received any

More information

ECE 3793 Matlab Project 3

ECE 3793 Matlab Project 3 ECE 3793 Matlab Project 3 Spring 2017 Dr. Havlicek DUE: 04/25/2017, 11:59 PM What to Turn In: Make one file that contains your solution for this assignment. It can be an MS WORD file or a PDF file. Make

More information

Exam. 135 minutes + 15 minutes reading time

Exam. 135 minutes + 15 minutes reading time Exam January 23, 27 Control Systems I (5-59-L) Prof. Emilio Frazzoli Exam Exam Duration: 35 minutes + 5 minutes reading time Number of Problems: 45 Number of Points: 53 Permitted aids: Important: 4 pages

More information

EECS C128/ ME C134 Final Wed. Dec. 15, am. Closed book. Two pages of formula sheets. No calculators.

EECS C128/ ME C134 Final Wed. Dec. 15, am. Closed book. Two pages of formula sheets. No calculators. Name: SID: EECS C28/ ME C34 Final Wed. Dec. 5, 2 8- am Closed book. Two pages of formula sheets. No calculators. There are 8 problems worth points total. Problem Points Score 2 2 6 3 4 4 5 6 6 7 8 2 Total

More information

ENGI9496 Modeling and Simulation of Dynamic Systems Bond Graphs

ENGI9496 Modeling and Simulation of Dynamic Systems Bond Graphs ENGI9496 Modeling and Simulation of Dynamic Systems Bond Graphs Topics covered so far: Analogies between mechanical (translation and rotation), fluid, and electrical systems o Review of domain-specific

More information

Signals and Systems Chapter 2

Signals and Systems Chapter 2 Signals and Systems Chapter 2 Continuous-Time Systems Prof. Yasser Mostafa Kadah Overview of Chapter 2 Systems and their classification Linear time-invariant systems System Concept Mathematical transformation

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

Exam in Automatic Control II Reglerteknik II 5hp (1RT495)

Exam in Automatic Control II Reglerteknik II 5hp (1RT495) Exam in Automatic Control II Reglerteknik II 5hp (1RT495) Date: August 4, 018 Venue: Bergsbrunnagatan 15 sal Responsible teacher: Hans Rosth. Aiding material: Calculator, mathematical handbooks, textbooks

More information

SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER 1 EXAMINATIONS 2012/2013 XE121. ENGINEERING CONCEPTS (Test)

SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER 1 EXAMINATIONS 2012/2013 XE121. ENGINEERING CONCEPTS (Test) s SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER EXAMINATIONS 202/203 XE2 ENGINEERING CONCEPTS (Test) Time allowed: TWO hours Answer: Attempt FOUR questions only, a maximum of TWO questions

More information

Tentamen i Kvantfysik I

Tentamen i Kvantfysik I Karlstads Universitet Fysik Lösningar Tentamen i Kvantfysik I [ VT 7, FYGB7] Datum: 7-6-7 Tid: 4 9 Lärare: Jürgen Fuchs Tel: 54-7 87 Total poäng: 5 Godkänd / 3: 5 Väl godkänd: 375 4: 335 5: 4 Tentan består

More information

Project: Vibration Damping

Project: Vibration Damping Mekanik GK för I (FMEA10) 2018 Project: Vibration Damping Project team: Name: Personal id-number: Mekanik www.mek.lth.se. 1 Project: Vibration damping Project Specification 1. Introduction In this project

More information

Lecture 9. Introduction to Kalman Filtering. Linear Quadratic Gaussian Control (LQG) G. Hovland 2004

Lecture 9. Introduction to Kalman Filtering. Linear Quadratic Gaussian Control (LQG) G. Hovland 2004 MER42 Advanced Control Lecture 9 Introduction to Kalman Filtering Linear Quadratic Gaussian Control (LQG) G. Hovland 24 Announcement No tutorials on hursday mornings 8-9am I will be present in all practical

More information

CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems

CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems CDS 101 1. For each of the following linear systems, determine whether the origin is asymptotically stable and, if so, plot the step response and frequency response for the system. If there are multiple

More information

Exam in Systems Engineering/Process Control

Exam in Systems Engineering/Process Control Department of AUTOMATIC CONTROL Exam in Systems Engineering/Process Control 27-6-2 Points and grading All answers must include a clear motivation. Answers may be given in English or Swedish. The total

More information

Tentamentsskrivning: Stochastic processes 1

Tentamentsskrivning: Stochastic processes 1 Tentamentsskrivning: Stochastic processes 1 Tentamentsskrivning i MSF2/MVE33, 7.5 hp. Tid: fredagen den 31 maj 213 kl 8.3-12.3 Examinator och jour: Serik Sagitov, tel. 772-5351, mob. 736 97 613, rum H326

More information

Physics 1021 Experiment 1. Introduction to Simple Harmonic Motion

Physics 1021 Experiment 1. Introduction to Simple Harmonic Motion 1 Physics 1021 Introduction to Simple Harmonic Motion 2 Introduction to SHM Objectives In this experiment you will determine the force constant of a spring. You will measure the period of simple harmonic

More information

Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros)

Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros) Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros) J. McNames Portland State University ECE 222 Bode Plots Ver.

More information

Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers.

Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers. Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers. Objectives To analyze and understand STC circuits with

More information

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x Use of Tools from Interactive Differential Equations with the texts Fundamentals of Differential Equations, 5th edition and Fundamentals of Differential Equations and Boundary Value Problems, 3rd edition

More information

ECE301 Fall, 2006 Exam 1 Soluation October 7, Name: Score: / Consider the system described by the differential equation

ECE301 Fall, 2006 Exam 1 Soluation October 7, Name: Score: / Consider the system described by the differential equation ECE301 Fall, 2006 Exam 1 Soluation October 7, 2006 1 Name: Score: /100 You must show all of your work for full credit. Calculators may NOT be used. 1. Consider the system described by the differential

More information

Automatic Control 2. Nonlinear systems. Prof. Alberto Bemporad. University of Trento. Academic year

Automatic Control 2. Nonlinear systems. Prof. Alberto Bemporad. University of Trento. Academic year Automatic Control 2 Nonlinear systems Prof. Alberto Bemporad University of Trento Academic year 2010-2011 Prof. Alberto Bemporad (University of Trento) Automatic Control 2 Academic year 2010-2011 1 / 18

More information

EE-202 Exam III April 6, 2017

EE-202 Exam III April 6, 2017 EE-202 Exam III April 6, 207 Name: (Please print clearly.) Student ID: CIRCLE YOUR DIVISION DeCarlo--202 DeCarlo--2022 7:30 MWF :30 T-TH INSTRUCTIONS There are 3 multiple choice worth 5 points each and

More information

Tentamentsskrivning: Mathematisk statistik TMS Tentamentsskrivning i Mathematisk statistik TMS061

Tentamentsskrivning: Mathematisk statistik TMS Tentamentsskrivning i Mathematisk statistik TMS061 Tentamentsskrivning: Mathematisk statistik TMS061 1 Tentamentsskrivning i Mathematisk statistik TMS061 Tid: Tisdagen den 25 maj, 2010 kl 08.30-12.30 Examinator och jour: Serik Sagitov, tel. 772-5351, mob.

More information

Exam for the course Statistics for scientists. Thursday, January 19,

Exam for the course Statistics for scientists. Thursday, January 19, STOCKHOLM UNIVERSITY EXAMINATION DEPARTMENT OF MATHEMATICS Statistics for scientists Div. of Mathematical Statistics Thursday, January 19, 2006 Exam for the course Statistics for scientists Thursday, January

More information

SYSTEMTEORI - KALMAN FILTER VS LQ CONTROL

SYSTEMTEORI - KALMAN FILTER VS LQ CONTROL SYSTEMTEORI - KALMAN FILTER VS LQ CONTROL 1. Optimal regulator with noisy measurement Consider the following system: ẋ = Ax + Bu + w, x(0) = x 0 where w(t) is white noise with Ew(t) = 0, and x 0 is a stochastic

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 9. 8. 2 Übersetzungshilfe / Translation aid (English) To be returned at the end of the exam! Do not mark up this translation aid -

More information

INPUT-OUTPUT APPROACH NUMERICAL EXAMPLES

INPUT-OUTPUT APPROACH NUMERICAL EXAMPLES INPUT-OUTPUT APPROACH NUMERICAL EXAMPLES EXERCISE Let us consider the linear dynamical system of order 2 with transfer function with Determine the gain 2 (H) of the input-output operator H associated with

More information

Some solutions of the written exam of January 27th, 2014

Some solutions of the written exam of January 27th, 2014 TEORIA DEI SISTEMI Systems Theory) Prof. C. Manes, Prof. A. Germani Some solutions of the written exam of January 7th, 0 Problem. Consider a feedback control system with unit feedback gain, with the following

More information

Examination Formal Languages and Automata Theory TDDD14

Examination Formal Languages and Automata Theory TDDD14 Examination Formal Languages and utomata Theory TDDD4 (Formella Språk och utomatateori) 3 8, 8... llowed help materials sheet of notes - sided 5 or sided 4. The contents is up to you. The notes should

More information

ECE 3793 Matlab Project 3 Solution

ECE 3793 Matlab Project 3 Solution ECE 3793 Matlab Project 3 Solution Spring 27 Dr. Havlicek. (a) In text problem 9.22(d), we are given X(s) = s + 2 s 2 + 7s + 2 4 < Re {s} < 3. The following Matlab statements determine the partial fraction

More information

Contents. PART I METHODS AND CONCEPTS 2. Transfer Function Approach Frequency Domain Representations... 42

Contents. PART I METHODS AND CONCEPTS 2. Transfer Function Approach Frequency Domain Representations... 42 Contents Preface.............................................. xiii 1. Introduction......................................... 1 1.1 Continuous and Discrete Control Systems................. 4 1.2 Open-Loop

More information

SAMPLE SOLUTION TO EXAM in MAS501 Control Systems 2 Autumn 2015

SAMPLE SOLUTION TO EXAM in MAS501 Control Systems 2 Autumn 2015 FACULTY OF ENGINEERING AND SCIENCE SAMPLE SOLUTION TO EXAM in MAS501 Control Systems 2 Autumn 2015 Lecturer: Michael Ruderman Problem 1: Frequency-domain analysis and control design (15 pt) Given is a

More information

2009 Assessment Report Physics GA 1: Written examination 1

2009 Assessment Report Physics GA 1: Written examination 1 2009 Physics GA 1: Written examination 1 GENERAL COMMENTS The number of students who sat for the 2009 Physics examination 1 was 6868. With a mean score of 68 per cent, students generally found the paper

More information

CHAPTER 7 : BODE PLOTS AND GAIN ADJUSTMENTS COMPENSATION

CHAPTER 7 : BODE PLOTS AND GAIN ADJUSTMENTS COMPENSATION CHAPTER 7 : BODE PLOTS AND GAIN ADJUSTMENTS COMPENSATION Objectives Students should be able to: Draw the bode plots for first order and second order system. Determine the stability through the bode plots.

More information

Introduction to Modern Control MT 2016

Introduction to Modern Control MT 2016 CDT Autonomous and Intelligent Machines & Systems Introduction to Modern Control MT 2016 Alessandro Abate Outline of this module Instructors: A. Abate, P.J. Goulart, K. Margellos Teaching Assistants: A.

More information

Raktim Bhattacharya. . AERO 632: Design of Advance Flight Control System. Preliminaries

Raktim Bhattacharya. . AERO 632: Design of Advance Flight Control System. Preliminaries . AERO 632: of Advance Flight Control System. Preliminaries Raktim Bhattacharya Laboratory For Uncertainty Quantification Aerospace Engineering, Texas A&M University. Preliminaries Signals & Systems Laplace

More information

ECS 40, Fall 2008 Prof. Chang-Hasnain Test #3 Version A

ECS 40, Fall 2008 Prof. Chang-Hasnain Test #3 Version A ECS 40, Fall 2008 Prof. ChangHasnain Test #3 Version A 10:10 am 11:00 am, Wednesday December 3, 2008 Total Time Allotted: 50 minutes Total Points: 100 1. This is a closed book exam. However, you are allowed

More information

Räkneövningar Empirisk modellering

Räkneövningar Empirisk modellering Räkneövningar Empirisk modellering Bengt Carlsson Systems and Control Dept of Information Technology, Uppsala University 5th February 009 Abstract Räkneuppgifter samt lite kompletterande teori. Contents

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Physics 401. Fall 2018 Eugene V. Colla. 10/8/2018 Physics 401 1

Physics 401. Fall 2018 Eugene V. Colla. 10/8/2018 Physics 401 1 Physics 41. Fall 18 Eugene V. Colla 1/8/18 Physics 41 1 Electrical RLC circuits Torsional Oscillator Damping Data Analysis 1/8/18 Physics 41 V R +V L +V C =V(t) If V(t)= R d d q(t) q(t) dt dt C C L q(t)

More information

Physics 401. Fall 2017 Eugene V. Colla. 10/9/2017 Physics 401 1

Physics 401. Fall 2017 Eugene V. Colla. 10/9/2017 Physics 401 1 Physics 41. Fall 17 Eugene V. Colla 1/9/17 Physics 41 1 Electrical RLC circuits Torsional Oscillator Damping Data Analysis 1/9/17 Physics 41 V R +V L +V C =V(t) If V(t)= R d d q(t) q(t) dt dt C C L q(t)

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

'XNH8QLYHUVLW\ (GPXQG73UDWW-U6FKRRORI(QJLQHHULQJ. EGR 224 Spring Test II. Michael R. Gustafson II

'XNH8QLYHUVLW\ (GPXQG73UDWW-U6FKRRORI(QJLQHHULQJ. EGR 224 Spring Test II. Michael R. Gustafson II 'XNH8QLYHUVLW\ (GPXQG73UDWW-U6FKRRORI(QJLQHHULQJ EGR 224 Spring 2018 Test II Michael R. Gustafson II Name (please print) In keeping with the Community Standard, I have neither provided nor received any

More information

1 Overview of Simulink. 2 State-space equations

1 Overview of Simulink. 2 State-space equations Modelling and simulation of engineering systems Simulink Exercise 1 - translational mechanical systems Dr. M. Turner (mct6@sun.engg.le.ac.uk 1 Overview of Simulink Simulink is a package which runs in the

More information

EE 341 Homework Chapter 2

EE 341 Homework Chapter 2 EE 341 Homework Chapter 2 2.1 The electrical circuit shown in Fig. P2.1 consists of two resistors R1 and R2 and a capacitor C. Determine the differential equation relating the input voltage v(t) to the

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

Dynamic Modeling. For the mechanical translational system shown in Figure 1, determine a set of first order

Dynamic Modeling. For the mechanical translational system shown in Figure 1, determine a set of first order QUESTION 1 For the mechanical translational system shown in, determine a set of first order differential equations describing the system dynamics. Identify the state variables and inputs. y(t) x(t) k m

More information

Matlab homework assignments for modeling dynamical systems

Matlab homework assignments for modeling dynamical systems Physics 311 Analytical Mechanics - Matlab Exercises C1.1 Matlab homework assignments for modeling dynamical systems Physics 311 - Analytical Mechanics Professor Bruce Thompson Department of Physics Ithaca

More information

ECE382/ME482 Spring 2005 Homework 6 Solution April 17, (s/2 + 1) s(2s + 1)[(s/8) 2 + (s/20) + 1]

ECE382/ME482 Spring 2005 Homework 6 Solution April 17, (s/2 + 1) s(2s + 1)[(s/8) 2 + (s/20) + 1] ECE382/ME482 Spring 25 Homework 6 Solution April 17, 25 1 Solution to HW6 P8.17 We are given a system with open loop transfer function G(s) = 4(s/2 + 1) s(2s + 1)[(s/8) 2 + (s/2) + 1] (1) and unity negative

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

Laboratory handouts, ME 340

Laboratory handouts, ME 340 Laboratory handouts, ME 340 This document contains summary theory, solved exercises, prelab assignments, lab instructions, and report assignments for Lab 4. 2014-2016 Harry Dankowicz, unless otherwise

More information

MITOCW MIT8_01F16_w02s07v03_1_360p

MITOCW MIT8_01F16_w02s07v03_1_360p MITOCW MIT8_01F16_w02s07v03_1_360p Let's consider what we call the window washer problem. What we have is suspended from some ceiling. We have a pulley. And the pulley is suspended by a rope, which we're

More information

This homework will not be collected or graded. It is intended to help you practice for the final exam. Solutions will be posted.

This homework will not be collected or graded. It is intended to help you practice for the final exam. Solutions will be posted. 6.003 Homework #14 This homework will not be collected or graded. It is intended to help you practice for the final exam. Solutions will be posted. Problems 1. Neural signals The following figure illustrates

More information

Geometric Nonlinear Analysis of a Cantilever Beam

Geometric Nonlinear Analysis of a Cantilever Beam WORKSHOP PROBLEM 2b Geometric Nonlinear Analysis of a Cantilever Beam Objectives: Demonstrate the use of geometric nonlinear analysis. Observe the behavior of the cantilever beam under four increasing

More information

Automatic Control A. A.A. 2016/2017 July 7, Corso di Laurea Magistrale in Ingegneria Meccanica. Prof. Luca Bascetta.

Automatic Control A. A.A. 2016/2017 July 7, Corso di Laurea Magistrale in Ingegneria Meccanica. Prof. Luca Bascetta. Corso di Laurea Magistrale in Ingegneria Meccanica Automatic Control A Prof. Luca Bascetta A.A. 2016/2017 July 7, 2017 Name: Surname: University ID number: Signature: This file consists of 8 pages (including

More information

I. D. Landau, A. Karimi: A Course on Adaptive Control Adaptive Control. Part 9: Adaptive Control with Multiple Models and Switching

I. D. Landau, A. Karimi: A Course on Adaptive Control Adaptive Control. Part 9: Adaptive Control with Multiple Models and Switching I. D. Landau, A. Karimi: A Course on Adaptive Control - 5 1 Adaptive Control Part 9: Adaptive Control with Multiple Models and Switching I. D. Landau, A. Karimi: A Course on Adaptive Control - 5 2 Outline

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

PHY 221 Lab 5 Diverse Forces, Springs and Friction

PHY 221 Lab 5 Diverse Forces, Springs and Friction Name: Partner: Partner: PHY 221 Lab 5 Diverse Forces, Springs and Friction Goals: To explore the nature of forces and the variety of ways in which they can be produced. Characterize the nature of springs

More information

EE C128 / ME C134 Final Exam Fall 2014

EE C128 / ME C134 Final Exam Fall 2014 EE C128 / ME C134 Final Exam Fall 2014 December 19, 2014 Your PRINTED FULL NAME Your STUDENT ID NUMBER Number of additional sheets 1. No computers, no tablets, no connected device (phone etc.) 2. Pocket

More information

Examination Formal Languages and Automata Theory TDDD14

Examination Formal Languages and Automata Theory TDDD14 Examination Formal Languages and Automata Theory TDDD14 (Formella Språk och Automatateori) 2013 08 31, 14.00 18.00 1. Allowed help materials A sheet of notes - 2 sided A5 or 1 sided A4. The contents is

More information