Mathematical Models of Physical Systems

Slides:



Advertisements
Similar presentations
Terms Test 1 - Wednesday, 13/08/2014, 5pm MCLT101 and 103 Event Name: ENGR110 Test Event Type: Terms test Date(s): Wednesday, 13/08/2014 Time: 17:10-18:00.
Advertisements

Lect.2 Modeling in The Frequency Domain Basil Hamed
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
Illustrations We use quantitative mathematical models of physical systems to design and analyze control systems. The dynamic behavior is generally described.
Automatic Control Laplace Transformation Dr. Aly Mousaad Aly Department of Mechanical Engineering Faculty of Engineering, Alexandria University.
Scale physical model Mathematical model Numerical model How to Model Physical Systems
DC motor model ETEC6419. Motors of Models There are many different models of DC motors that use differential equations. During this set of slides we will.
Lect.2 Modeling in The Frequency Domain Basil Hamed
Lec 3. System Modeling Transfer Function Model
SE 207: Modeling and Simulation Introduction to Laplace Transform
INTRODUCTION TO LAPLACE TRANSFORM Advanced Circuit Analysis Technique.
System Models Mathematical Models Mechanical System Building Blocks Electrical System Building Blocks Fluid System Building Blocks Thermal Systems Building.
Lecture #9 Control Engineering REVIEW SLIDES Reference: Textbook by Phillips and Habor.
Analogous Physical Systems BIOE Creating Mathematical Models Break down system into individual components or processes Need to model process outputs.
Eng. R. L. NKUMBWA Copperebelt University School of Technology 2010.
Introduction to Laplace Transforms. Definition of the Laplace Transform  Some functions may not have Laplace transforms but we do not use them in circuit.
Control Engineering Lecture #2 Lecture #2 9 th Sep, th Sep,2009.
Mathematical Models and Block Diagrams of Systems Regulation And Control Engineering.
MESB374 System Modeling and Analysis Hydraulic (Fluid) Systems
Lecturer CS&E Department,
Ch2 Mathematical models of systems
Lecture 3: Dynamic Models Spring: stores energy Damper: dissipates energy.
1 G. Baribaud/AB-BDI Digital Signal Processing March 2003 DISP-2003 The Laplace transform  The linear system concept  The definition and the properties.
Using Partial Fraction Expansion
Oscillations Different Situations.
Lecture 3: Dynamic Models
Dr. Tamer Samy Gaafar Lec. 3 Mathematical Modeling of Dynamic System.
Automatic Control Theory CSE 322
Modeling Transient Response So far our analysis has been purely kinematic: The transient response has been ignored The inertia, damping, and elasticity.
The Laplace Transform.
Analogous Behavior Concepts: Circuit theory, Translational Mechanics Equations: voltage (V) = current (i) x resistance (R) Force (f) = Velocity (v) x Damper.
자동제어공학 2. 물리적 시스템의 전달함수 정 우 용.
1 10. Harmonic oscillator Simple harmonic motion Harmonic oscillator is an example of periodic motion, where the displacement of a particle from.
Chapter 2 Modeling in the frequency domain
Lesson 7: Thermal and Mechanical Element Math Models in Control Systems ET 438a Automatic Control Systems Technology 1lesson7et438a.pptx.
Dr.Mohammed abdulrazzaq
ELECTRICAL MACHINES Electrical Machines.
Mathematical Models of Control Systems
Modeling Methods of Electric Circuits
Automatic Control Theory CSE 322
CHAPTER 6 MESB System Modeling and Analysis Hydraulic (Fluid) Systems
CONTROL SYSTEMS ENGINEERING MODELING
Automatic Control Theory CSE 322
Feedback Control Systems (FCS)
Lec 4. the inverse Laplace Transform
MESB374 System Modeling and Analysis
CHAPTER III LAPLACE TRANSFORM
Chap2. Modeling in the Frequency Domain
Mathematical Modelling of Mechanical and Electrical Systems
Mathematical Models of Systems Objectives
EKT 119 ELECTRIC CIRCUIT II
Mathematical Modeling of Control Systems
ME375 Handouts - Spring 2002ME375-Fall 2002
GUJARAT TECHNOLOGICAL UNIVERSITY BIRLA VISHVAKARMA MAHAVIDYALAYA
Mathematical Models of Systems
Islamic University of Gaza Faculty of Engineering
CONTROL SYSTEMS ENGINEERING MODELING
Modeling in the Frequency Domain
Mechatronics Engineering
BDU20102 Electromechanical & Control System
The Transfer Function.
LECTURE #5 System Modeling& Responses
EKT 119 ELECTRIC CIRCUIT II
Control Systems Lecture 5: Mathematical Modeling of Mechanical Systems and State Space Representation Abdul Qadir Ansari, PhD
Control Systems (CS) Lecture-4-5
. Modeling OBJECTIVE Revision on Laplace transform
Mathematical Models of Control Systems
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first.
Chapter 2 Modeling in the Frequency Domain
Presentation transcript:

Mathematical Models of Physical Systems Why mathematical models of physical systems needed? Design of engineering systems by trying and error versus design by using mathematical models. Physical laws such as Newton’s second law of motion is a mathematical model. Mathematical model gives the mathematical relationships relating the output of a system to its input.

Mathematical Models of Physical Systems (continued) Control systems give desired output by controlling the input. Therefore control systems and mathematical modeling are inter-linked. Mathematical models of control systems are ordinary differential equations To deal with linear o.d.e, Laplace Transform is an efficient approach.

What is Laplace Transform? The Laplace transform of a function f(t) is defined as: The inverse Laplace transform is defined as: where and the value of  is determined by the singularities of F(s).

Why Is Laplace Transform Useful ? Model a linear time-invariant analog system as an algebraic system (transfer function). In control theory, Laplace transform converts linear differential equations into algebraic equations. This is much easier to manipulate and analyze.

An Example Linearity property The Laplace transform of can be obtained by: Linearity property These are useful properties:

Name Time function f(t) Unit Impulse (t) 1 Unit Step u(t) 1/s Laplace Transform Unit Impulse (t) 1 Unit Step u(t) 1/s Unit ramp t 1/s2 nth-Order ramp t n n!/sn+1 Exponential e-at 1/(s+a) nth-Order exponential t n e-at n!/(s+a)n+1 Sine sin(bt) b/(s2+b2) Cosine cos(bt) s/(s2+b2) Damped sine e-at sin(bt) b/((s+a)2+b2) Damped cosine e-at cos(bt) (s+a)/((s+a)2+b2) Diverging sine t sin(bt) 2bs/(s2+b2)2 Diverging cosine t cos(bt) (s2-b2) /(s2+b2)2

table_02_02 table_02_02

Find the Laplace transform of f(t)=5u(t)+3e -2t. Solution:

Partial Fraction Expansion (Case 1: Roots of Denominator are Real and distinct) Find the inverse Laplace transform of F(s)=5/(s2+3s+2). Solution:

Exercise: Do example 2.3 of the textbook Laplace Transform solution of a differential equation

Case 2: Roots of the Denominator are Real and Repeated

Case 2: continue of the example F(s)=(2s+3)/(s3+2s2+s).

Case 3: Roots of the Denominator are Complex Case 3: Roots of the Denominator are Complex. Example: F(s)=10/(s3+4s2+9s+10)

For the Tutorial this week, use Matlab to find the Inverse Laplace Transform for the case where the roots of the denominator are complex roots.

The Transfer Function

Transfer Function for a differential equation Exercise: Do examples 2.4 and 2.5 on the Textbook.

Models of Electrical Circuits Resistance circuit: v(t) = i(t) R Inductance circuit:

Models of Electrical Circuits Capacitance circuit:

Transfer Functions for Electrical Networks

Kirchhoff’ s voltage law: The algebraic sum of voltages around any closed loop in an electrical circuit is zero. Kirchhoff’ s current law: The algebraic sum of currents into any junction in an electrical circuit is zero.

Electrical network (Example 2.6) Original network Transfer Function network Laplace Transform network

Exercise: Do example 2.10 of the textbook Excluding Operational Amplifiers

fig_02_06 fig_02_06

Models of Mechanical Systems Mechanical translational systems. Newton’s second law: Device with friction (shock absorber): B is damping coefficient. Translational system to be defined is a spring (Hooke’s law): K is spring coefficient

table_02_04 table_02_04

Model of a mass-spring-damper system: Note that linear physical systems are modeled by linear differential equations for which linear components can be added together. See example of a mass-spring-damper system.

Transfer Functions for Mechanical Systems

Exercise: Do example 2.17 of the text

fig_02_17 fig_02_17

fig_02_18 fig_02_18

fig_02_19 fig_02_19

Mechanical Rotational Systems Moment of inertia: Viscous friction: Torsion:

table_02_05 table_02_05

Model of a torsional pendulum (pendulum in clocks inside glass dome): Moment of inertia of pendulum bob denoted by J Friction between the bob and air by B Elastance of the brass suspension strip by K

Transfer Functions for Systems with Gears

fig_02_29 fig_02_29

Electro-mechanical System Transfer Functions

Equivalence between Mechanical and Electrical Systems

Differential equations as mathematical models of physical systems: similarity between mathematical models of electrical circuits and models of simple mechanical systems (see model of an RCL circuit and model of the mass-spring-damper system).

This leads to the concept of the Transfer Function which is the corner stone of the control theory. Transfer functions are defined from the Laplace Transform.

System Current, i Charge, q Force, F Torque, T Fluid Volume, V Thermal Summary of through- and across-variables for physical systems: System Variable Through Element Integrated Through Variable Variable Across Element Integrated Across Variable Electrical Current, i Charge, q Voltage difference, 21 Flux linkage, 21 Mechanical Translational Force, F Translational momentum, P Velocity difference, 21 Displacement difference, y21 Mechanical rotational Torque, T Angular momentum, h Angular velocity difference, 21 Angular displacement difference, 21 Fluid Fluid volumetric rate of flow, Q Volume, V Pressure difference, P21 Pressure momentum, 21 Thermal Heat flow rate, q Heat energy, H Temperature difference, 21

Model of electromechanical systems. Model of a servomotor:

Model of temperature-control system: heat flow given by electric heater heat flow via liquid entering tank heat flow into liquid heat flow via liquid leaving tank heat flow (loss) via tank surface H = specific heat of liquid C = thermal capacity R = thermal resistance V = volume of liquid