![]() |
VOOZH | about |
The State Space analysis applies to the non-linear and time-variant system. It helps in the analysis and design of linear, non-linear, multi-input, and multi-output systems. Earlier the transfer function applied to the linear time-invariant system but with the help of State Space analysis, it is possible to find the transfer function of the non-linear and time-variant systems. In this article, we will study the State Space Model in control system engineering.
Table of Content
State Space Analysis is the graphical tool that is used to analyze and design the linear, non-linear, time-variant, time-invariant multi-input, multi-output system. It is used to describe the behavior of LTI systems. It describes the internal state of the system. There are various key components of the state space analysis which are as follows:
The state of a dynamical system is a set of minimal variables and the knowledge of these variables at t=to together with input for completely determines the behavior of the system for any time t. In other words, the compact representation of the previous history of the system is known as the State of the system.
The variables that contain the dynamic information of the system are known as State Variables.
The 'n' set of state variables which describes the dynamic equations of the linear system, then it can be considered as N components of a vector q. The given below is the state vector of continuous system.
When the coordinate axis of the N-dimensional space consist of q1-axis, q2-axis, ...., qn-axis, it is known as state space. Any state can be represented by the point in the state space.
The single-input and single output continuous time LTI system is described by the differential equation which is given below:
----(1)
The N state variables q1(t), q2(t), ....,qn(t) is defined as:
q1(t)=y(t) , ...., qn(t)= y(n-1)(t)
where -----(2)
From equation (1) and equation (2)
-------(3)
and,
y(t)=q1(t) ------ (4)
The equation 3 and equation 4 can be expressed in the matrix form as given below where :
Hence the final state equation will be:
---- (state equation)
---- (output equation)
The transfer function can be calculated using state space analysis. We will now see the procedure for calculating the transfer function.
The state equations of the LTI system are:
---- (state equation (1))
---- (output equation (2))
Applying Laplace Transform on both the sides of equation (1):
sx(s) = Ax(s)+Bu(s)
(sI-A)x(s) = Bu(s)
---(3)
Applying Laplace Transform on both the sides of equation (2):
y(s) = Cx(s)+Du(s) ----(4)
Now, substituting the value of equation 3 into equation 4, we will get:
--- (5)
where,
The equation 5 represents the transfer function of the given system. With the help of this equation we can directly calculate the transfer function of the system.
If the matrix is satisfying the linear homogenous state equation then the matrix is called state transition matrix. Linear homogenous state equation is described below:
---(1)
Let be the state transition matrix then
---(2)
If is the state transition matrix, it will satisfy the given condition:
----- (3)
Taking the laplace transform of the equation (1):
sx(s)-x(0) = Ax(s)
x(s)(sI-A) = x(0)
x(s) = (sI-A)-1x(0)
Taking the inverse laplace transform of the above equation:
x(t) = L-1[(sI-A)-1x(0)]
The state transition matrix is:
Φ(t) = L-1[(sI-A)-1] = eAt
There are five important properties of state transition matrix:
- ϕ(t) = I (I is the identity matrix)
- ϕ(t) = eAt = (e-At)-1 = [ϕ(-t)]-1
- ϕ(t2-t0) = ϕ(t2-t1)ϕ(t1-t0)
- ϕ(t-t0) = ϕ(t) ϕ-1(t0)
- ϕ(t+t0) = ϕ(t) ϕ(t0)
The system is controllable when the desired output is obtained by applying the specific controlled input. It is the ability to control the state of the system. The controllability of the system can be checked using the Kalam Test. The given below is the condition for the controllability:
Q0 = [B AB A2B ..... An-1B]
If the determinant of Q0 is not equal to 0 then the system is controllable.
---- (system is controllable)
|Q0| = 0 ----- (system is un-controllable)
It is the system's ability to measure or observe the system state. If the internal state of the system is determined using the input and output signals during a finite interval of time then the system is said to be observable. The observability of the system can be checked using the Kalam Test. The given below is the condition for the observability:
Q0 = [CT ATCT ..... (AT)n-1CT]
Note: AT,CT means transpose of the respective matrix
If the determinant of Q0 is not equal to 0 then the system is controllable.
---- (system is observable)
|Q0| = 0 ----- (system is not observable)
Solution
Triple derivative --> 3 variables
The final solution is given below:
There are some list of Advantages and Disadvantages of State Space Analysis given below :
The article deals with the State Space Analysis model which is used in the control system. It is useful to find the transfer function of the non-linear, time-variant, multi-input, and multi-output systems. It provides an easy way for the system analysis. In this article, we have studied the concept of state space analysis, the calculation of the transfer functions, its application, advantages, and disadvantages.