p
{\displaystyle p}
個の入力変数、
q
{\displaystyle q}
個の出力変数、
n
{\displaystyle n}
個の状態変数の状態空間表現の一般形は次のようになる。
x
˙
(
t
)
=
A
(
t
)
x
(
t
)
+
B
(
t
)
u
(
t
)
{\displaystyle {\dot {\mathbf {x} }}(t)=A(t)\mathbf {x} (t)+B(t)\mathbf {u} (t)}
y
(
t
)
=
C
(
t
)
x
(
t
)
+
D
(
t
)
u
(
t
)
{\displaystyle \mathbf {y} (t)=C(t)\mathbf {x} (t)+D(t)\mathbf {u} (t)}
ここで、
x
(
⋅
)
{\displaystyle x(\cdot )}
を「状態ベクトル」、
y
(
⋅
)
{\displaystyle y(\cdot )}
を「出力ベクトル」、
u
(
⋅
)
{\displaystyle u(\cdot )}
を「入力(または制御)ベクトル」、
A
(
⋅
)
{\displaystyle A(\cdot )}
を「状態行列」、
B
(
⋅
)
{\displaystyle B(\cdot )}
を「入力行列」、
C
(
⋅
)
{\displaystyle C(\cdot )}
を「出力行列」、
D
(
⋅
)
{\displaystyle D(\cdot )}
を「直達行列」と呼ぶ。単純化するため、
D
(
⋅
)
{\displaystyle D(\cdot )}
は零行列とされることが多い。すなわち、システムには直達項(feedthrough term)が無いものとして扱う。なお、この一般形式では全ての行列は時変とみなされ、その要素は時と共に変化するものとされている。時変数
t
{\displaystyle t}
は連続的(
t
∈
R
{\displaystyle t\in \mathbb {R} }
)でも離散的(
t
∈
Z
{\displaystyle t\in \mathbb {Z} }
)でもよい。後者の場合は時変数を
k
{\displaystyle k}
で表すことが多い。時変か時不変か、連続か離散かによって、状態空間モデルの表現は以下のように変化する。
系の種類 状態空間モデル
連続時不変
x
˙
(
t
)
=
A
x
(
t
)
+
B
u
(
t
)
{\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+B\mathbf {u} (t)}
y
(
t
)
=
C
x
(
t
)
+
D
u
(
t
)
{\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)+D\mathbf {u} (t)}
連続時変
x
˙
(
t
)
=
A
(
t
)
x
(
t
)
+
B
(
t
)
u
(
t
)
{\displaystyle {\dot {\mathbf {x} }}(t)=\mathbf {A} (t)\mathbf {x} (t)+\mathbf {B} (t)\mathbf {u} (t)}
y
(
t
)
=
C
(
t
)
x
(
t
)
+
D
(
t
)
u
(
t
)
{\displaystyle \mathbf {y} (t)=\mathbf {C} (t)\mathbf {x} (t)+\mathbf {D} (t)\mathbf {u} (t)}
離散時不変
x
(
k
+
1
)
=
A
x
(
k
)
+
B
u
(
k
)
{\displaystyle \mathbf {x} (k+1)=A\mathbf {x} (k)+B\mathbf {u} (k)}
y
(
k
)
=
C
x
(
k
)
+
D
u
(
k
)
{\displaystyle \mathbf {y} (k)=C\mathbf {x} (k)+D\mathbf {u} (k)}
離散時変
x
(
k
+
1
)
=
A
(
k
)
x
(
k
)
+
B
(
k
)
u
(
k
)
{\displaystyle \mathbf {x} (k+1)=\mathbf {A} (k)\mathbf {x} (k)+\mathbf {B} (k)\mathbf {u} (k)}
y
(
k
)
=
C
(
k
)
x
(
k
)
+
D
(
k
)
u
(
k
)
{\displaystyle \mathbf {y} (k)=\mathbf {C} (k)\mathbf {x} (k)+\mathbf {D} (k)\mathbf {u} (k)}
連続時不変の ラプラス領域
s
X
(
s
)
=
A
X
(
s
)
+
B
U
(
s
)
{\displaystyle s\mathbf {X} (s)=A\mathbf {X} (s)+B\mathbf {U} (s)}
Y
(
s
)
=
C
X
(
s
)
+
D
U
(
s
)
{\displaystyle \mathbf {Y} (s)=C\mathbf {X} (s)+D\mathbf {U} (s)}
離散時不変の Z領域
z
X
(
z
)
=
A
X
(
z
)
+
B
U
(
z
)
{\displaystyle z\mathbf {X} (z)=A\mathbf {X} (z)+B\mathbf {U} (z)}
Y
(
z
)
=
C
X
(
z
)
+
D
U
(
z
)
{\displaystyle \mathbf {Y} (z)=C\mathbf {X} (z)+D\mathbf {U} (z)}
システムのさまざまな特性(可制御性、可観測性、安定性)は、行列 A 、B 、C とD に決められる。
連続時不変状態空間モデルの伝達関数 は、次のように導出できる。
まず、次の式
x
˙
(
t
)
=
A
x
(
t
)
+
B
u
(
t
)
{\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+B\mathbf {u} (t)}
のラプラス変換 を求める。
s
X
(
s
)
=
A
X
(
s
)
+
B
U
(
s
)
{\displaystyle s\mathbf {X} (s)=A\mathbf {X} (s)+B\mathbf {U} (s)}
次に
X
(
s
)
{\displaystyle \mathbf {X} (s)}
に着目すると次のように変形できる。
(
s
I
−
A
)
X
(
s
)
=
B
U
(
s
)
{\displaystyle (s\mathbf {I} -A)\mathbf {X} (s)=B\mathbf {U} (s)}
X
(
s
)
=
(
s
I
−
A
)
−
1
B
U
(
s
)
{\displaystyle \mathbf {X} (s)=(s\mathbf {I} -A)^{-1}B\mathbf {U} (s)}
これを使って、出力方程式の
X
(
s
)
{\displaystyle \mathbf {X} (s)}
を置き換える。
Y
(
s
)
=
C
X
(
s
)
+
D
U
(
s
)
{\displaystyle \mathbf {Y} (s)=C\mathbf {X} (s)+D\mathbf {U} (s)}
であるから、
Y
(
s
)
=
C
(
(
s
I
−
A
)
−
1
B
U
(
s
)
)
+
D
U
(
s
)
{\displaystyle \mathbf {Y} (s)=C((s\mathbf {I} -A)^{-1}B\mathbf {U} (s))+D\mathbf {U} (s)}
となる。伝達関数
G
(
s
)
{\displaystyle \mathbf {G} (s)}
はシステムの出力と入力の比であるから、次のようになる。
G
(
s
)
=
Y
(
s
)
/
U
(
s
)
{\displaystyle \mathbf {G} (s)=\mathbf {Y} (s)/\mathbf {U} (s)}
従って、上で求めた
Y
(
s
)
{\displaystyle \mathbf {Y} (s)}
で置き換えれば
U
(
s
)
{\displaystyle \mathbf {U} (s)}
が約分され、次の式が得られる。
G
(
s
)
=
C
(
s
I
−
A
)
−
1
B
+
D
=
C
a
d
j
(
s
I
−
A
)
d
e
t
(
s
I
−
A
)
B
+
D
{\displaystyle \mathbf {G} (s)=C(s\mathbf {I} -A)^{-1}B+D=C{\frac {\mathrm {adj} (s\mathbf {I} -A)}{\mathrm {det} (s\mathbf {I} -A)}}B+D}
式の中には、
d
e
t
(
s
I
−
A
)
{\displaystyle \mathrm {det} (s\mathbf {I} -A)}
が
s
I
−
A
{\displaystyle sI-A}
の行列式 であり、
a
d
j
(
s
I
−
A
)
{\displaystyle \mathrm {adj} (s\mathbf {I} -A)}
が
s
I
−
A
{\displaystyle sI-A}
の余因子行列 である。
G
(
s
)
{\displaystyle \mathbf {G} (s)}
は明らかに
q
{\displaystyle q}
×
{\displaystyle \times }
p
{\displaystyle p}
の次元を持ち、全体で
q
p
{\displaystyle qp}
個の要素から成る。従って、個々の入力に対して
q
{\displaystyle q}
個の伝達関数があり、それぞれが個々の出力に対応している。そのため、複数入力/複数出力システムでは状態空間表現の方が好まれる。
なお、
d
e
t
(
s
I
−
A
)
{\displaystyle \mathrm {det} (s\mathbf {I} -A)}
は特性多項式 と呼ばれる。その多項式の根(固有値 )から、システムの伝達関数の極が得られる。それらの極を使って、そのシステムの安定性を解析できる。
G
(
s
)
{\displaystyle {\textbf {G}}(s)}
の分子にあるゼロも同様に、システムが最小位相 かどうかの判定に使うことができる。
(
s
I
−
A
)
−
1
{\displaystyle (s\mathbf {I} -A)^{-1}}
を計算するため、下記のアルゴリズム がある。
Souriau-Frame-Faddeev アルゴリズム[ 編集 ]
(
s
I
−
A
)
−
1
=
a
d
j
(
s
I
−
A
)
d
e
t
(
s
I
−
A
)
=
∑
k
=
0
n
−
1
Q
k
s
k
s
n
+
a
n
−
1
s
n
−
1
+
⋯
+
a
1
s
+
a
0
{\displaystyle {\begin{aligned}(s\mathbf {I} -A)^{-1}&={\frac {\mathrm {adj} (s\mathbf {I} -A)}{\mathrm {det} (s\mathbf {I} -A)}}\\&={\frac {\sum _{k=0}^{n-1}\mathbf {Q} _{k}s^{k}}{s^{n}+a_{n-1}s^{n-1}+\cdots +a_{1}s+a_{0}}}\end{aligned}}}
その中には、
または
0
=
Q
0
A
+
a
0
I
=
A
Q
0
+
a
0
I
{\displaystyle \mathbf {0} =\mathbf {Q} _{0}\mathbf {A} +a_{0}\mathbf {I} =\mathbf {AQ} _{0}+a_{0}\mathbf {I} }
最後の等式は、前の演算の精度を検査することができる。
プロパーな伝達関数(「厳密にプロパー」ではない)の実現も容易に得られる。その場合伝達関数を、厳密にプロパーな部分と定数部分という2つの部分に分割するというトリックを用いる。
G
(
s
)
=
G
S
P
(
s
)
+
G
(
∞
)
{\displaystyle {\textbf {G}}(s)={\textbf {G}}_{SP}(s)+{\textbf {G}}(\infty )}
厳密にプロパーな伝達関数は上述した方法で正準状態空間実現に変換できる。定数の状態空間実現が
y
(
t
)
=
G
(
∞
)
u
(
t
)
{\displaystyle {\textbf {y}}(t)={\textbf {G}}(\infty ){\textbf {u}}(t)}
であることは明らかである。以上から、行列 A , B , C の状態空間実現は厳密にプロパーな部分から得られ、行列 D は定数部分から得られる。
もう少し判りやすくするため、例を挙げて説明する。
G
(
s
)
=
s
2
+
3
s
+
3
s
2
+
2
s
+
1
=
s
+
2
s
2
+
2
s
+
1
+
1
{\displaystyle {\textbf {G}}(s)={\frac {s^{2}+3s+3}{s^{2}+2s+1}}={\frac {s+2}{s^{2}+2s+1}}+1}
この伝達関数から、次の可制御実現が得られる。
x
˙
(
t
)
=
[
−
2
−
1
1
0
]
x
(
t
)
+
[
1
0
]
u
(
t
)
{\displaystyle {\dot {\textbf {x}}}(t)={\begin{bmatrix}-2&-1\\1&0\\\end{bmatrix}}{\textbf {x}}(t)+{\begin{bmatrix}1\\0\end{bmatrix}}{\textbf {u}}(t)}
y
(
t
)
=
[
1
2
]
x
(
t
)
+
[
1
]
u
(
t
)
{\displaystyle {\textbf {y}}(t)={\begin{bmatrix}1&2\end{bmatrix}}{\textbf {x}}(t)+{\begin{bmatrix}1\end{bmatrix}}{\textbf {u}}(t)}
出力が入力に直接依存している点に注意されたい。これは伝達関数の
G
(
∞
)
{\displaystyle {\textbf {G}}(\infty )}
定数部分によるものである。
従って、状態の可制御性(controllability)条件は、許容範囲内の入力で、ある有限の時間をかければ状態をある初期値から特定の値へと変化させることが可能であることを暗に示している。連続時不変状態空間モデルが制御可能 (controllable)であるとは、次が成り立つ場合である。
rank
[
B
A
B
A
2
B
.
.
.
A
n
−
1
B
]
=
n
{\displaystyle \operatorname {rank} {\begin{bmatrix}B&AB&A^{2}B&...&A^{n-1}B\end{bmatrix}}=n}
可観測性(observability)とは、システムの外部出力を観測することでシステムの内部状態を推測可能かどうかの尺度である。システムの可観測性と可制御性は数学的な双対である。
連続時不変状態空間モデルが観測可能 (observable)であるとは、次が成り立つ場合である。
rank
[
C
C
A
.
.
.
C
A
n
−
1
]
=
n
{\displaystyle \operatorname {rank} {\begin{bmatrix}C\\CA\\...\\CA^{n-1}\end{bmatrix}}=n}
なお、Rank とは行列内の線形独立な列の数である。
厳密にプロパー(strictly proper)な伝達関数は、次のようにして容易に状態空間に変換可能である。
伝達関数を展開して分子と分母の全ての係数を明らかにする。これは、次のような形式になる。
G
(
s
)
=
n
1
s
3
+
n
2
s
2
+
n
3
s
+
n
4
s
4
+
d
1
s
3
+
d
2
s
2
+
d
3
s
+
d
4
{\displaystyle {\textbf {G}}(s)={\frac {n_{1}s^{3}+n_{2}s^{2}+n_{3}s+n_{4}}{s^{4}+d_{1}s^{3}+d_{2}s^{2}+d_{3}s+d_{4}}}}
これらの係数を以下のように直接に状態空間モデルに挿入できる。
x
˙
(
t
)
=
[
−
d
1
−
d
2
−
d
3
−
d
4
1
0
0
0
0
1
0
0
0
0
1
0
]
x
(
t
)
+
[
1
0
0
0
]
u
(
t
)
{\displaystyle {\dot {\textbf {x}}}(t)={\begin{bmatrix}-d_{1}&-d_{2}&-d_{3}&-d_{4}\\1&0&0&0\\0&1&0&0\\0&0&1&0\end{bmatrix}}{\textbf {x}}(t)+{\begin{bmatrix}1\\0\\0\\0\\\end{bmatrix}}{\textbf {u}}(t)}
y
(
t
)
=
[
n
1
n
2
n
3
n
4
]
x
(
t
)
{\displaystyle {\textbf {y}}(t)={\begin{bmatrix}n_{1}&n_{2}&n_{3}&n_{4}\end{bmatrix}}{\textbf {x}}(t)}
この状態空間実現を可制御正準形式 (controllable canonical form)と呼ぶ。「可制御」とされるのは、得られるモデルが可制御であることが保証されているためである。
伝達関数の係数を使って、次のような正準形式も構築可能である。
x
˙
(
t
)
=
[
−
d
1
1
0
0
−
d
2
0
1
0
−
d
3
0
0
1
−
d
4
0
0
0
]
x
(
t
)
+
[
n
1
n
2
n
3
n
4
]
u
(
t
)
{\displaystyle {\dot {\textbf {x}}}(t)={\begin{bmatrix}-d_{1}&1&0&0\\-d_{2}&0&1&0\\-d_{3}&0&0&1\\-d_{4}&0&0&0\end{bmatrix}}{\textbf {x}}(t)+{\begin{bmatrix}n_{1}\\n_{2}\\n_{3}\\n_{4}\end{bmatrix}}{\textbf {u}}(t)}
y
(
t
)
=
[
1
0
0
0
]
x
(
t
)
{\displaystyle {\textbf {y}}(t)={\begin{bmatrix}1&0&0&0\end{bmatrix}}{\textbf {x}}(t)}
この状態空間実現を可観測正準形式 (observable canonical form)と呼ぶ。「可観測」とされるのは、得られるモデルが可観測であることが保証されているためである。
安定性については、外部的な安定に関するBIBO安定性があり、内部的な安定に関するリアプノフ安定性と漸近安定性など平衡状態 の安定性もある。非線形システム の平衡状態は唯一ではないが、線形システム の状態行列A(t) が可逆的であるとき平衡状態が
0
{\displaystyle \mathbf {0} }
しかない。
BIBO安定性はシステムの零状態応答 を着目し、平衡状態の安定性はシステムの零入力応答 を着目する。なお、リアプノフ安定性は、力学系 の安定性理論の基礎である。安定性の判定には、状態行列A との密接な関係がある。
BIBO安定性は、入力は有界するとき出力は必ず有界であること。これは、不安定な極がゼロによって打ち消される場合と考えられる。
システムをプロパーな伝達関数
G
(
s
)
=
d
e
t
(
s
I
−
A
)
{\displaystyle \mathrm {G} (s)=\mathrm {det} (s\mathbf {I} -A)}
としてモデル化するとき、BIBO安定の必要十分条件は、システムの極が全部複素平面の左平面になければならないこと、または極が全部負の実部を持つこと。
状態空間の原点はリアプノフ安定の平衡状態である上に、次を満たす
δ
(
t
0
)
>
0
{\displaystyle \delta (t_{0})>0}
が存在すれば、状態空間の原点は時刻
t
0
{\displaystyle t_{0}}
の漸近安定状態という。
‖
x
(
t
0
)
‖
<
δ
(
t
0
)
⇒
lim
t
→
∞
‖
x
(
t
)
‖
=
0
{\displaystyle \|x(t_{0})\|<\delta (t_{0})\Rightarrow \lim _{t\to \infty }\|x(t)\|=0}
δ
(
t
0
)
{\displaystyle \delta (t_{0})}
は
t
0
{\displaystyle t_{0}}
と関係ないとき、状態空間の原点は一様漸近安定 状態という。
LTIシステム が漸近安定する必要十分条件は、システムの固有値(A の固有値)がすべて負の実部を持つ。
漸近安定のシステムは必ずBIBO安定する。
システムが可制御性または可観測性持たないとき、伝達関数の極が状態行列A のスペクトル(固有値の集)の真部分集合であるため、BIBO安定は必ず漸近安定ではない。でも、
LTIシステムには可制御性と可観測性が同時にあるとき、以下の命題が等価である。
システムがBIBO安定する。
システムが漸近安定する。
伝達関数の極が負の実部を持つ。
システムの固有値(A の固有値)が負の実部を持つ。
フィードバックのある典型的な状態空間モデル
典型的なフィードバックは、出力に行列 K をかけたものをシステムの入力とする。
system:
u
(
t
)
=
K
y
(
t
)
{\displaystyle \mathbf {u} (t)=K\mathbf {y} (t)}
K 内の値には制限はないので、負の値することで容易にネガティブ・フィードバック(負帰還)となる。負の符号は単に表記上の問題であって、式にそれが現われなくとも最終的な結果には何の影響もない。
x
˙
(
t
)
=
A
x
(
t
)
+
B
u
(
t
)
{\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+B\mathbf {u} (t)}
y
(
t
)
=
C
x
(
t
)
+
D
u
(
t
)
{\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)+D\mathbf {u} (t)}
この式の入力をフィードバックに置き換えると次の式になる。
x
˙
(
t
)
=
A
x
(
t
)
+
B
K
y
(
t
)
{\displaystyle {\dot {\mathbf {x} }}(t)=A\mathbf {x} (t)+BK\mathbf {y} (t)}
y
(
t
)
=
C
x
(
t
)
+
D
K
y
(
t
)
{\displaystyle \mathbf {y} (t)=C\mathbf {x} (t)+DK\mathbf {y} (t)}
出力方程式を
y
(
t
)
{\displaystyle \mathbf {y} (t)}
について解き、その結果を状態方程式に当てはめると次のようになる。
x
˙
(
t
)
=
(
A
+
B
K
(
I
−
D
K
)
−
1
C
)
x
(
t
)
{\displaystyle {\dot {\mathbf {x} }}(t)=\left(A+BK\left(I-DK\right)^{-1}C\right)\mathbf {x} (t)}
y
(
t
)
=
(
I
−
D
K
)
−
1
C
x
(
t
)
{\displaystyle \mathbf {y} (t)=\left(I-DK\right)^{-1}C\mathbf {x} (t)}
この場合の利点は、
(
A
+
B
K
(
I
−
D
K
)
−
1
C
)
{\displaystyle \left(A+BK\left(I-DK\right)^{-1}C\right)}
の固有値分解を使って K を適切に設定することで A の固有値 を制御できる点である。これは、開ループ系が制御可能 であるか、または A の不安定な固有値を K を適切に設定することで安定にできるということを前提としている。
比較的一般的な単純化として、D を除去し、C を単位元にすると、次のような式が得られる。
x
˙
(
t
)
=
(
A
+
B
K
)
x
(
t
)
{\displaystyle {\dot {\mathbf {x} }}(t)=\left(A+BK\right)\mathbf {x} (t)}
y
(
t
)
=
x
(
t
)
{\displaystyle \mathbf {y} (t)=\mathbf {x} (t)}
こうすると、固有値分解は
A
+
B
K
{\displaystyle A+BK}
についてのみ行えばよい。
より普遍的な状態空間モデルの形式は次のように表される。
x
˙
(
t
)
=
f
(
t
,
x
(
t
)
,
u
(
t
)
)
{\displaystyle \mathbf {\dot {x}} (t)=\mathbf {f} (t,x(t),u(t))}
y
(
t
)
=
h
(
t
,
x
(
t
)
,
u
(
t
)
)
{\displaystyle \mathbf {y} (t)=\mathbf {h} (t,x(t),u(t))}
1つ目が状態方程式、2つ目が出力方程式である。
f
(
⋅
,
⋅
,
⋅
)
{\displaystyle f(\cdot ,\cdot ,\cdot )}
が状態と入力の線形な組合せなら、前述のような行列で表現できる。関数の引数である
u
(
t
)
{\displaystyle u(t)}
は、入力のないシステムでは省略できる。
古典的な非線形システムとして、力を加えない単純な振り子 を考える。
m
l
θ
¨
(
t
)
=
−
m
g
sin
θ
(
t
)
−
k
l
θ
˙
(
t
)
{\displaystyle ml{\ddot {\theta }}(t)=-mg\sin \theta (t)-kl{\dot {\theta }}(t)}
ここで、
θ
(
t
)
{\displaystyle \theta (t)}
は(重力の方向から見た)振り子の角度である。
m
{\displaystyle m}
は振り子の質量である(先端にのみ質量があると見なす)。
g
{\displaystyle g}
は重力加速度である。
k
{\displaystyle k}
は支点における摩擦係数である。
l
{\displaystyle l}
は振り子の長さ(回転半径)である(質量
m
{\displaystyle m}
の重心までの距離)。
すると、状態方程式は次のようになる。
x
1
˙
(
t
)
=
x
2
(
t
)
{\displaystyle {\dot {x_{1}}}(t)=x_{2}(t)}
x
2
˙
(
t
)
=
−
g
l
sin
x
1
(
t
)
−
k
m
x
2
(
t
)
{\displaystyle {\dot {x_{2}}}(t)=-{\frac {g}{l}}\sin {x_{1}}(t)-{\frac {k}{m}}{x_{2}}(t)}
ここで、
x
1
(
t
)
:=
θ
(
t
)
{\displaystyle x_{1}(t):=\theta (t)}
は、振り子の角度である。
x
2
(
t
)
:=
x
1
˙
(
t
)
{\displaystyle x_{2}(t):={\dot {x_{1}}}(t)}
は、振り子の回転速度である。
x
2
˙
=
x
1
¨
{\displaystyle {\dot {x_{2}}}={\ddot {x_{1}}}}
は、振り子の回転加速度である。
状態方程式は、次のようにも書き表せる。
x
˙
(
t
)
=
(
x
1
˙
(
t
)
x
2
˙
(
t
)
)
=
f
(
t
,
x
(
t
)
)
=
(
x
2
(
t
)
−
g
l
sin
x
1
(
t
)
−
k
m
x
2
(
t
)
)
{\displaystyle {\dot {x}}(t)=\left({\begin{matrix}{\dot {x_{1}}}(t)\\{\dot {x_{2}}}(t)\end{matrix}}\right)=\mathbf {f} (t,x(t))=\left({\begin{matrix}x_{2}(t)\\-{\frac {g}{l}}\sin {x_{1}}(t)-{\frac {k}{m}}{x_{2}}(t)\end{matrix}}\right)}
システムの平衡/安定点は
x
˙
=
0
{\displaystyle {\dot {x}}=0}
のときであり、従って振り子の平衡点は以下が成り立つ場合である。
(
x
1
x
2
)
=
(
n
π
0
)
{\displaystyle \left({\begin{matrix}x_{1}\\x_{2}\end{matrix}}\right)=\left({\begin{matrix}n\pi \\0\end{matrix}}\right)}
ここで n は整数である。