LST - Spring 2015 - Lecture - Week 1-2
LST - Spring 2015 - Lecture - Week 1-2
Lecture-1:
Chapter 1:
Spring 2015
INTRODUCTION
1.1 INTRODUCTION
Study and Design of Physical Systems
Empirical Methods
Analytical Methods
Analytical Study of Physical Systems
Modeling
Development of Mathematical Descriptions
Analysis
Design
Distinction between Physical Systems and Models
Physical SystemModelMathematical equations using physical laws
Analysis
Quantitative:
Response of the system excited by certain
inputs.
Qualitative: General properties of systems (stability,
controllability, observability)
Design techniques often evolve from this study.
If the Response of a system is unsatisfactory, the system must be
modified;
By adjusting system parameters.
By introducing compensators.
Success is based on the selection of a model.
Most difficult and important task is the selection of a model close
enough to a physical system and yet simple enough to be
studies analytically.
1.2 OVERVIEW
The systems to be studied in this course are limited to linear systems.
Every linear system can be expressed by
Linear Systems
(Continuous-Time)
Input-output or
external
description
Internal
description
State-space
equations
y ( s ) g( s ) u ( s )
this textbook uses circumflex denotes the Laplace Transform of
the variable
Y(s)=G(s)U(s)
bold-case letters are used to represent matrix variables
Note: SISO Systems: Transfer Function MIMO Systems: Transfer
Matrix
1. The transfer function of a system is a mathematical model in
that it is an operational method of expressing the differential
equation that relates the output variable to the input variable.
2. The transfer function is a property of a system itself,
independent of the magnitude and nature of the input or driving
function.
3. The transfer function includes the units necessary to relate the
input to the output; however, it does not provide any information
concerning the physical structure of the system. (The transfer
functions of many physically different systems can be identical.)
4. If the transfer function of a system is known, the output or
response can be studied for various forms of inputs with a view
toward understanding the nature of the system.
5. If the transfer function of a system is unknown, it may be
established experimentally by introducing known inputs and
studying the output of the system. Once established, a transfer
function gives a full description of the dynamic characteristics of
the system, as distinct from its physical description.
Modern Control Theory
multiple-input, multiple-output.
linear or nonlinear systems.
time invariant or time varying
systems.
Linear System Theory Spring-2015
using linearization.
Systems are modeled in the form of
Transfer Function.
Chapter 2:
SYSTEMS
MATHEMATICAL DESCRIPTION OF
2.1 INTRODUCTION
Continuous-Time Systems
A system is continuous-time if it accepts continuous-time signals as its
input and generates continuous-time signal as its output.
Discrete-Time Systems
A system is discrete-time if it accepts discrete-time signals as its input
and generates discrete-time signal as its output.
t0 t
Linear System Theory Spring-2015
Output is partly excited by the initial state x(t0) and partly by the input
u(t) applied at and after t0. It means that there is no need to know the
input applied before t0.
Lumped System: if its number of state variables is finite or its state is
a finite vector. A system is called distributed system if its state has
infinitely many state variables (for example, a transmission line).
Network shown below is a lumped system: its state consists of three
states x1, x2 and x3.
x(t) = Ax(t) +
Bu(t)
y(t) = Dx(t) +
Du(t)
n: states
inputs
p:
q:
outputs
A: nn
np
C: qn
qp
B:
D:
Irrational function of s.
Unit-delay, as shown below, is a distributed system, infinitely many
state variables.
Exponential function e-s has infinite terms; hence it requires
infinitely many states.
( s) ( s)
e s 1 ( s)
2!
3!
2
Rational function of s
A lumped system has finite states and therefore the transfer
function is a rational function of s.
Every rational function of s can be expressed as
G( s)
N (s)
D( s ) .
G(s) is strictly proper if deg D(s) > deg N(s) and G() = 0.
Lecture-2:
State-space equations
x(t) = Ax(t) +
Bu(t)
y(t) = Dx(t) +
Du(t)
X(s) = [sI-A]-1 x(0) + [sI-A]-1 B U(s)
Y(s) = C[sI-A]-1 x(0) + C[sI-A]-1 BU(s) + DU(s)
zero-input
zero-state response
Transfer Function
with
MATLAB
x(0)=0:
Simulation
diagram
Op-Amp implementation
Lecture-3:
2.4 LINEARIZATION
The principle of superposition does not apply to nonlinear systems.
Thus, for a nonlinear system the response to two inputs cannot be
calculated by treating one input at a time and adding the results.
Although many physical relationships are often represented by linear
equations, in most cases actual relationships are not quite linear.
In fact, a careful study of physical systems reveals that even so-called
linear systems are really linear only in limited operating ranges.
In practice, many electromechanical systems, hydraulic systems,
pneumatic systems, and so on, involve nonlinear relationships among
the variables.
For example, the output of a component may saturate for large input
signals. There may be a dead space that affects small signals. (The
dead space of a component is a small range of input variations to
which the component is insensitive.)
Linearization of Nonlinear Systems
In control engineering a normal operation of the system may be
around an equilibrium point, and the signals may be considered small
signals around the equilibrium. (It should be pointed out that there are
many exceptions to such a case.)
However, if the system operates around an equilibrium point and if the
signals involved are small signals, then it is possible to approximate
the nonlinear system by a linear system.
Such a linear system is equivalent to the nonlinear system considered
within a limited operating range. Such a linearized model (linear, timeinvariant model) is very important in control engineering.
Linear Approximation of Nonlinear Mathematical Models
Taylor series expansion
Input:
x(t)
Output: y(t)
Inputs: x1(t) &
x2(t)
Output: y(t)
______________________
Linearize
Linear System Theory Spring-2015
10
11
2.5 Examples
Mechanical Systems:
Spring-mass-damper systems
Characteristic of damper
Characteristic of spring
potential
12
Example 2.7
Example 2.8
Electrical Systems:
RLC Networks
Transfer function
Transfer function
Example 2.11
13
Example 2.12
conversion
[num,den] = ss2tf(A,B,C,D)
conversion
[num,den] = ss2tf(A,B,C,D,iu)% system with more than one inputs
RLC network of Figure 2.16
A = [-1/6 0 -1/3; 0 0 1; 1.2 -1/2 -1/2];
0];
C = [1 -1 -1; -0.5 0 0]; D = 0;
B = [1/6 1/3; 0 0; 0
0.3
Step Response
From: In(2)
To: Out(1)
0.2
0.1
0
To: Out(2)
Amplitude
-0.1
-0.2
0.5
0
-0.5
-1
20
Example 2.13
40
60
Time (seconds)
20
40
60
14
2.8 PROBLEMS
Chapter-3
LINEAR ALGEBRA
Lecture-6:
Lecture-7:
Lecture-8:
Lecture-9:
Lecture-10:
15
Lecture-11:
Mar13, 2015
Lecture-12
Lecture-13:
Lecture-14:
Midterm Examination
16
Force
b1>b2
b1
Viscous
Static
b2
Coulomb
Velocity
17
EE-503
Weeks
Spring 2015
Topics
Readings
Ch. 3
Ch. 4
Ch. 5
Ch. 1, 2
M I D T E R M EXAMINATION
2
Ch. 6
Ch. 6
Ch. 8
Ch. 9
FINAL T E R M EXAMINATION
Textbook:
Press, 1999.
18
Wee
k
1
Lectu
re
1
Date
Feb. 09,
2015
1.2 Overview
Chapter 2: MATHEMATICAL DESCRIPTION OF
SYSTEMS
2.1 Introduction
2.1.1 Causality and Lumpedness
2.2 Linear Systems
2.3 Linear Time-Invariant (LTI) Systems
2.3.1 Op-Amp Circuit Implementation
2.4 Linearization
Feb. 10,
2015
2.5 Examples
2.5.1 RLC Networks
2.6 Discrete-Time Systems
Feb. 15,
2015
19