State space (controls)
Encyclopedia
|
| Tutorials | Encyclopedia | Dictionary | Directory |
|
State space (controls)
In control engineering, a state space representation is a mathematical model of a physical system as a set of input, output and state variables related by first-order differential equations. To abstract from the number of inputs, outputs and states, the variables are expressed as vectors and the differential and algebraic equations are written in matrix form (the last one can be done when the dynamical system is linear and time invariant). The state space representation (also known as the "time-domain approach") provides a convenient and compact way to model and analyze systems with multiple inputs and outputs. With p inputs and q outputs, we would otherwise have to write down q \times p Laplace transforms to encode all the information about a system. Unlike the frequency domain approach, the use of the state space representation is not limited to systems with linear components and zero initial conditions. "State space" refers to the space whose axes are the state variables. The state of the system can be represented as a vector within that space.
State variablesThe internal state variables are the smallest possible subset of system variables that can represent the entire state of the system at any given time. State variables must be linearly independent; a state variable cannot be a linear combination of other state variables. The minimum number of state variables required to represent a given system, n, is usually equal to the order of the system's defining differential equation. If the system is represented in transfer function form, the minimum number of state variables is equal to the order of the transfer function's denominator after it has been reduced to a proper fraction. It is important to understand that converting a state space realization to a transfer function form may lose some internal information about the system, and may provide a description of a system which is stable, when the state-space realization is unstable at certain points. In electric circuits, the number of state variables is often, though not always, the same as the number of energy storage elements in the circuit such as capacitors and inductors. Linear systemsThe most general state space representation of a linear system with p inputs, q outputs and n state variables is written in the following form:
where
x(\cdot) is called the "state vector", y(\cdot) is called the "output vector", u(\cdot) is called the "input (or control) vector", A(\cdot) is the "state matrix", B(\cdot) is the "input matrix", C(\cdot) is the "output matrix", and D(\cdot) is the "feedthrough (or feedforward) matrix". For simplicity, D(\cdot) is often chosen to be the zero matrix, i.e. the system is chosen not to have direct feedthrough. Notice that in this general formulation all matrices are supposed to be time-variant, i.e. some or all their elements can depend on time. The time variable t can be a "continuous" one (i.e. t \in \mathbb{R}) or a discrete one (i.e. t \in \mathbb{Z}): in the latter case the time variable is usually indicated as k. Depending on the assumptions taken, the state-space model representation can assume the following forms:
Stability and natural response characteristics of a system can be studied from the eigenvalues of the matrix A. The stability of a time-invariant state-space model can easily be determined by looking at the system's transfer function in factored form. It will then look something like this:
The denominator of the transfer function is equal to the characteristic polynomial found by taking the determinant of sI - A,
The roots of this polynomial (the eigenvalues) yield the poles in the system's transfer function. These poles can be used to analyze whether the system is asymptotically stable or marginally stable. An alternative approach to determining stability, which does not involve calculating eigenvalues, is to analyze the system's Lyapunov stability. The zeros found in the numerator of \textbf{G}(s) can similarly be used to determine whether the system is minimum phase. The system may still be input-output stable (see BIBO stable) even though it is not internally stable. This may be the case if unstable poles are canceled out by zeros. ControllabilityThus state controllability condition implies that it is possible - by admissible inputs - to steer the states from any initial value to any final value within some time window. A continuous time-invariant state-space model is controllable if and only if
ObservabilityObservability is a measure for how well internal states of a system can be inferred by knowledge of its external outputs. The observability and controllability of a system are mathematical duals. A continuous time-invariant state-space model is observable if and only if
(Rank is the number of linearly independent rows in a matrix.) Transfer functionThe "transfer function" of a continuous time-invariant state-space model can be derived in the following way: First, taking the laplace transform of
yields
Next, we simplify for \mathbf{X}(s), giving
this is substituted for \mathbf{X}(s) in the output equation
Since the transfer function \mathbf{G}(s) is defined as the ratio of the output to the input of a system, we take
and substitute the previous expression for \mathbf{Y}(s) with respect to \mathbf{U}(s), giving
Clearly \mathbf{G}(s) must have q by p dimensionality, and thus has a total of qp elements. So for every input there are q transfer functions with one for each output. This is why the state-space representation can easily be the preferred choice for multiple-input, multiple-output (MIMO) systems. Canonical realizationsAny given transfer function which is strictly proper can easily be transferred into state-space by the following approach: Given a transfer function, expand it to reveal all coefficients in both the numerator and denominator. This should result in the following form:
The coefficients can now be inserted directly into the state-space model by the following approach:
This state-space realization is called controllable canonical form because the resulting model is guaranteed to be controllable. The transfer function coefficients can also be used to construct another type of canonical form
This state-space realization is called observable canonical form because the resulting model is guaranteed to be observable. Proper transfer functionsTransfer functions which are only proper (and not strictly proper) can also be realised quite easily. The trick here is to separate the transfer function into two parts: a strictly proper part and a constant.
The strictly proper transfer function can then be transformed into a canonical state space realization using techniques shown above. The state space realization of the constant is trivially \textbf{y}(t) = \textbf{G}(\infty)\textbf{u}(t). Together we then get a state space realization with matrices A,B and C determined by the strictly proper part, and matrix D determined by the constant. Here is an example to clear things up a bit:
which yields the following controllable realization
Notice how the output also depends directly on the input. This is due to the \textbf{G}(\infty) constant in the transfer function. FeedbackA common method for feedback is to multiply the output by a matrix K and setting this as the input to the system: \mathbf{u}(t) = K \mathbf{y}(t). Since the values of K are unrestricted the values can easily be negated for negative feedback. The presence of a negative sign (the common notation) is merely a notational one and its absence has no impact on the end results.
becomes
solving the output equation for \mathbf{y}(t) and substituting in the state equation results in
The advantage of this is that the eigenvalues of A can be controlled by setting K appropriately through eigendecomposition of \left(A + B K \left(I - D K\right)^{-1} C \right). This assumes that the open-loop system is controllable or that the unstable eigenvalues of A can be made stable through appropriate choice of K. One fairly common simplification to this system is removing D and setting C to identity, which reduces the equations to
This reduces the necessary eigendecomposition to just A + B K. Feedback with setpoint (reference) inputIn addition to feedback, an input, r(t), can be added such that \mathbf{u}(t) = -K \mathbf{y}(t) + \mathbf{r}(t).
becomes
solving the output equation for \mathbf{y}(t) and substituting in the state equation results in
One fairly common simplification to this system is removing D, which reduces the equations to
Moving object exampleA classical linear system is that of one-dimensional movement of an object. The Newton's laws of motion for an object moving horizontally on a plane and attached to a wall with a spring
where
The state equation would then become
where
The controllability test is then
which has full rank for all k_1 and m. The observability test is then
which also has full rank. Therefore, this system is both controllable and observable. Nonlinear systemsThe more general form of a state space model can be written as two functions.
The first is the state equation and the latter is the output equation. If the function f(\cdot,\cdot,\cdot) is a linear combination of states and inputs then the equations can be written in matrix notation like above. The u(t) argument to the functions can be dropped if the system is unforced (i.e., it has no inputs). Pendulum exampleA classic nonlinear system is a simple unforced pendulum
where
The state equations are then
where
Instead, the state equation can be written in the general form
The equilibrium/stationary points of a system are when \dot{x} = 0 and so the equilibrium points of a pendulum are those that satisfy
for integers n. References
On the applications of state space models in econometrics:
See also
de:Zustandsraumdarstellung fr:Représentation d'état ja:???? (????) nn:Tilstandsromrepresentasjon pl:Równania stanu ru:???????????? ????????? (?????? ??????????) zh:???? Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article
|
|
top
©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement