CS Unit-5
CS Unit-5
The state space model of Linear Time-Invariant (LTI) system can be represented as,
X˙=AX+BU
Y=CX+DU
The first and the second equations are known as state equation and output equation respectively.
Where,
X and X˙ are the state vector and the differential state vector respectively.
U and Y are input vector and output vector respectively.
A is the system matrix.
B and C are the input and the output matrices.
D is the feed-forward matrix.
Basic Concepts of State Space Model
The following basic terminology involved in this chapter.
State
It is a group of variables, which summarizes the history of the system in order to predict the
future values (outputs).
State Variable
The number of the state variables required is equal to the number of the storage elements
present in the system.
Examples − current flowing through inductor, voltage across capacitor
State Vector
It is a vector, which contains the state variables as elements.
In the earlier chapters, we have discussed two mathematical models of the control systems.
Those are the differential equation model and the transfer function model. The state space
model can be obtained from any one of these two mathematical models. Let us now discuss
these two methods one by one.
State Space Model from Differential Equation
Consider the following series of the RLC circuit. It is having an input voltage, vi(t) and the
current flowing through the circuit is i(t).
CONTROL SYSTEMS
Here, D=[0].
and u(t)=u
Then, the state equation is
Y=CX+DU
⇒ (sI−A)X(s)=BU(s)
⇒ X(s) = (sI−A)−1BU(s)
⇒Y(s) = [C (sI−A)−1B+D]U(s)
The above equation represents the transfer function of the system. So, we can calculate the
transfer function of the system by using this formula for the system represented in the state
space model.
Let us calculate the transfer function of the system represented in the state space model as,
Therefore, the transfer function of the system for the given state space model is
So, the zero input response can be obtained by multiplying the state transition
matrix ϕ(t) with the initial conditions matrix.
Properties of the state transition matrix
If t=0, then state transition matrix will be equal to an Identity matrix.
ϕ(0)=I
Inverse of state transition matrix will be same as that of state transition matrix just by
replacing‘t’ by ‘-t’.
ϕ(t1+t2)=ϕ(t1)ϕ(t2)
Find the determinant of matrix QcQc and if it is not equal to zero, then the control
system is controllable.
Find the determinant of matrix QoQo and if it is not equal to zero, then the control
system is observable.
Example:
Let us verify the controllability and observability of a control system which is represented in
the state space model as,
Since the determinant of matrix Qc is not equal to zero, the given control system is
controllable.
For n=2, the matrix Qo will be –