Jump to content

State variable

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Loraof (talk | contribs) at 15:09, 7 May 2015 (top: caveat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A state variable is one of the set of variables that are used to describe the mathematical "state" of a dynamical system. Intuitively, the state of a system describes enough about the system to determine its future behaviour in the absence of any external forces affecting the system. Models that consist of coupled first-order differential equations are said to be in state-variable form.[1]

Examples

Control systems engineering

In control engineering and other areas of science and engineering, state variables are used to represent the states of a general system. The state variables can be used to describe the state space of the system. The equations relating the current state and output of a system to its current input and past states are called the state equations. The state equations for a linear time invariant system can be expressed using coefficient matrices:

RN*N, RN*L, RM*N, RM*L,

where N, L and M are the dimensions of the vectors describing the state, input and output, respectively.

Discrete-time systems

The state variable representing the current state of a discrete-time system (i.e. digital system) is , where n is the discrete point at which the system is being evaluated. The discrete-time state equations are

, which describes the next state of the system (x[n+1]) with respect to current state and inputs u[n] of the system.
, which describes the output y[n] with respect to current states and inputs u[n] to the system.

Continuous time systems

The state variable representing the current state of a continuous-time system (i.e. analog system) is , and the continuous time state equations are

, which describes the next state of the system with respect to current state x(t) and inputs u(t) of the system.
, which describes the output y(t) with respect to current states x(t) and inputs u(t) to the system.

See also

References

  1. ^ William J. Palm III (2010). System Dynamics (2nd ed.). p. 225.