Lecture 2
Lecture 2
Lecture Name
State Space
Lec Representation
CONTENTS
2
Definitions related to state space representation
State : The concept of state is related to minimum set of variables. These variables
are called as state variable. Thus, the state of a system is defined as the minimum
(smallest) set of variables such that the knowledge of these variables at t = t0 , along
with the knowledge of the input for t t0 , completely determines the behaviour of
the system for any time .
3
• State space : The n dimensional space whose coordinate
axes consist of the x axis, x axis,…, x axis is called state
1 2 n
space.
4
System block diagram
5
• State equations: It is the set of n simultaneous first-
order differential equation with n variables.
• Output equation: It is the linear combinations of the
state variables and the inputs.
6
State space representation (Mathematical Analysis)
7
From this MIMO system,
8
The state representation can be arranged in the form
of n first order differential equations :
• State equation Output equation
dx1 (t )
= x1 (t ) = f1 ( x1 , x2 ,..., xn ; u1 , u2 ,..., ur ; t )
dt y1 (t ) = g1 ( x1 , x2 ,..., xn ; u1 , u2 ,..., ur ; t )
dx2 (t )
= x2 (t ) = f 2 ( x1 , x2 ,..., xn ; u1 , u2 ,..., ur ; t ) y2 (t ) = g 2 ( x1 , x2 ,..., xn ; u1 , u2 ,..., ur ; t )
dt
dxn (t )
= xn (t ) = f n ( x1 , x2 ,..., xn ; u1 , u2 ,..., ur ; t ) ym (t ) = g m ( x1 , x2 ,..., xn ; u1 , u2 ,..., ur ; t )
dt
x(t ) = f ( x, u , t ) y (t ) = g ( x, u , t )
9
State model of a linear time invariant system is a special case of the
general time invariants models :
10
• [A] is (n x n) system matrix which is defined as
a11 a12 ... a1n
a a22 ... a2 n
[ A]( nn ) = 21
an1 an 2 ... ann
11
Output variables at time ‘t’ are linear combination of the values
of the input and state variables at time ‘t’, i.e.,
y (t ) = Cx(t ) + Du (t )
12
The state model of linear time invariant system is given as
14
Selection of state variables
1. Number of state variables should be minimum.
2. The number of state variables must be linearly independent.
3. The number of state variables is equal to number of
independent energy storage element.
4. The number of state variables is equal to the order of
differential equation.
5. The number of state variables are equal to number of
integrators.
15
Example: 1
Determine the state space model of the series RLC circuit as
shown in figure given below:
16
Applying KVL to the series RLC circuit , we get,
d
vi = RiL + L iL + vC (1)
dt
The voltage across the inductor is given as
d
vL = L iL (2)
dt
The current flowing through the circuit (capacitor/inductor current)
is given as d
iC = iL = C vC (3)
dt
17
Example: 1 (Continued)
Consider vC and iL as the state variables.
From equation (3), we write,
d 1
vC = vC = iL (4)
dt C
18
Example: 1 (Continued)
From equations (4) and (5), the state equation is given as
vC 0 1/ C vC 0
i = −1/ L − R / L i + 1/ L vi (6)
L L
19
References
[1] Ashish Tewari, Modern Control Design with Matlab and Simulink, Wiley,
2004.
[3] Norman S. Nise, Control Systems Engineering, Fifth edition, Wiley, 2010.
20
Thank You
21