In control theory , the state-transition matrix is a matrix whose product with the state vector
x
{\displaystyle x}
at an initial time
t
0
{\displaystyle t_{0}}
gives
x
{\displaystyle x}
at a later time
t
{\displaystyle t}
. The state-transition matrix can be used to obtain the general solution of linear dynamical systems.
Linear systems solutions
The state-transition matrix is used to find the solution to a general [state-space representation]] of a linear system in the following form
x
˙
(
t
)
=
A
(
t
)
x
(
t
)
+
B
(
t
)
u
(
t
)
x
(
t
0
)
=
x
0
{\displaystyle {\dot {\mathbf {x} }}(t)=\mathbf {A} (t)\mathbf {x} (t)+\mathbf {B} (t)\mathbf {u} (t)\mathbf {x} (t_{0})=\mathbf {x} _{0}}
,
where
x
(
t
)
{\displaystyle \mathbf {x} (t)}
are the states of the system,
u
(
t
)
{\displaystyle \mathbf {u} (t)}
is the input signal, and
x
0
{\displaystyle \mathbf {x} _{0}}
is the initial condition at
t
0
{\displaystyle t_{0}}
. Using the state-transition matrix
Φ
(
t
,
τ
)
{\displaystyle \mathbf {\Phi } (t,\tau )}
, the solution is given by[ 1] [ 2] :
x
(
t
)
=
Φ
(
t
,
t
0
)
x
(
t
0
)
+
∫
t
0
t
Φ
(
t
,
τ
)
B
(
τ
)
u
(
τ
)
d
τ
{\displaystyle \mathbf {x} (t)=\mathbf {\Phi } (t,t_{0})\mathbf {x} (t_{0})+\int _{t_{0}}^{t}\mathbf {\Phi } (t,\tau )\mathbf {B} (\tau )\mathbf {u} (\tau )d\tau }
Peano-Baker series
The most general transition matrix is given by the Peano-Baker series
Φ
(
t
,
τ
)
=
I
+
∫
τ
t
A
(
σ
1
)
d
σ
1
+
∫
τ
t
A
(
σ
1
)
∫
τ
σ
1
A
(
σ
2
)
d
σ
2
d
σ
1
+
∫
τ
t
A
(
σ
1
)
∫
τ
σ
1
A
(
σ
2
)
∫
τ
σ
2
A
(
σ
3
)
d
σ
3
d
σ
2
d
σ
1
+
.
.
.
{\displaystyle \mathbf {\Phi } (t,\tau )=\mathbf {I} +\int _{\tau }^{t}\mathbf {A} (\sigma _{1})\,d\sigma _{1}+\int _{\tau }^{t}\mathbf {A} (\sigma _{1})\int _{\tau }^{\sigma _{1}}\mathbf {A} (\sigma _{2})\,d\sigma _{2}\,d\sigma _{1}+\int _{\tau }^{t}\mathbf {A} (\sigma _{1})\int _{\tau }^{\sigma _{1}}\mathbf {A} (\sigma _{2})\int _{\tau }^{\sigma _{2}}\mathbf {A} (\sigma _{3})\,d\sigma _{3}\,d\sigma _{2}\,d\sigma _{1}+...}
where
I
{\displaystyle \mathbf {I} }
is the identity matrix . This matrix converges uniformly and absolutely to a solution that exists and is unique.[ 2]
Other properties
The state-transition matrix
Φ
(
t
,
τ
)
{\displaystyle \mathbf {\Phi } (t,\tau )}
, given by
Φ
(
t
,
τ
)
≡
U
(
t
)
U
−
1
(
τ
)
{\displaystyle \mathbf {\Phi } (t,\tau )\equiv \mathbf {U} (t)\mathbf {U} ^{-1}(\tau )}
where
U
(
t
)
{\displaystyle \mathbf {U} (t)}
is the fundamental solution matrix that satisfies
U
˙
(
t
)
=
A
(
t
)
U
(
t
)
{\displaystyle {\dot {\mathbf {U} }}(t)=\mathbf {A} (t)\mathbf {U} (t)}
is a
n
×
n
{\displaystyle n\times n}
matrix that is a linear mapping onto itself, i.e., with
u
(
t
)
=
0
{\displaystyle \mathbf {u} (t)=0}
, given the state
x
(
τ
)
{\displaystyle \mathbf {x} (\tau )}
at any time
τ
{\displaystyle \tau }
, the state at any other time
t
{\displaystyle t}
is given by the mapping
x
(
t
)
=
Φ
(
t
,
τ
)
x
(
τ
)
{\displaystyle \mathbf {x} (t)=\mathbf {\Phi } (t,\tau )\mathbf {x} (\tau )}
The state transition matrix must always satisfy the following relationships:
∂
Φ
(
t
,
t
0
)
∂
t
=
A
(
t
)
Φ
(
t
,
t
0
)
{\displaystyle {\frac {\partial \mathbf {\Phi } (t,t_{0})}{\partial t}}=\mathbf {A} (t)\mathbf {\Phi } (t,t_{0})}
and
Φ
(
τ
,
τ
)
=
I
{\displaystyle \mathbf {\Phi } (\tau ,\tau )=I}
for all
τ
{\displaystyle \tau }
and where
I
{\displaystyle I}
is the identity matrix.[ 3]
And
Φ
{\displaystyle \mathbf {\Phi } }
; also must have the following properties:
1.
Φ
(
t
2
,
t
1
)
Φ
(
t
1
,
t
0
)
=
Φ
(
t
2
,
t
0
)
{\displaystyle \mathbf {\Phi } (t_{2},t_{1})\Phi (t_{1},t_{0})=\Phi (t_{2},t_{0})}
2.
Φ
−
1
(
t
,
τ
)
=
Φ
(
τ
,
t
)
{\displaystyle \mathbf {\Phi } ^{-1}(t,\tau )=\Phi (\tau ,t)}
3.
Φ
−
1
(
t
,
τ
)
Φ
(
t
,
τ
)
=
I
{\displaystyle \mathbf {\Phi } ^{-1}(t,\tau )\Phi (t,\tau )=I}
4.
d
Φ
(
t
,
t
0
)
d
t
=
A
(
t
)
Φ
(
t
,
t
0
)
{\displaystyle {\frac {d\mathbf {\Phi } (t,t_{0})}{dt}}=\mathbf {A} (t)\Phi (t,t_{0})}
If the system is time-invariant , we can define
Φ
{\displaystyle \mathbf {\Phi } }
; as:
Φ
(
t
,
t
0
)
=
e
A
(
t
−
t
0
)
{\displaystyle \mathbf {\Phi } (t,t_{0})=e^{\mathbf {A} (t-t_{0})}}
In the time-variant case, there are many different functions that may satisfy these requirements, and the solution is dependent on the structure of the system. The state-transition matrix must be determined before analysis on the time-varying solution can continue.
Notes
References
^ Baake, Michael; Schlaegel, Ulrike (2011). "The Peano Baker Series". Proceeding of the Steklov Institute of Mathematics . 275 : 155– 159.
^ a b Rugh, Wilson (1996). Linear System Theory . Upper Saddle River, NJ: Prentice Hall. ISBN 0-13-441205-2 .
^ Brockett, Roger W. (1970). Finite Dimensional Linear Systems . John Wiley & Sons. ISBN 978-0-471-10585-5 .