10 - State Space Methods
10 - State Space Methods
• Overview
• Definition of important terms
• State space models
• Linearization
• Solution of the state equation
• Stability
• Controllability
• Observability
• Transfer function of a state-space model
• State-space Design
Overview
0 = 𝑓 ( 𝑥,
¯ 𝑢)
¯
• Then, the system can be approximated in the
neighborhood of the equilibrium point by the
linear state-space model
𝑥¤ 𝛿 = 𝐴𝑥 𝛿 + 𝐵𝑢 𝛿
𝑦 𝛿 = 𝐶𝑥 𝛿 + 𝐷𝑢 𝛿
Linearization
• where 𝑥 𝛿 = 𝑥 − 𝑥,
¯ 𝑢 𝛿 = 𝑢 − 𝑢,¯ and 𝑦 𝛿 = 𝑦 − ℎ( 𝑥,
¯ 𝑢)
¯
are perturbations from their equilibrium values,
and the matrices 𝐴, 𝐵, 𝐶, 𝐷 are given by
𝛿𝑓
𝐴= ( 𝑥,
¯ 𝑢)¯
𝛿𝑥
𝛿𝑓
𝐵= ( 𝑥,
¯ 𝑢)¯
𝛿𝑢
𝛿ℎ
𝐶= ( 𝑥,
¯ 𝑢)¯
𝛿𝑥
𝛿ℎ
𝐷= ( 𝑥,
¯ 𝑢)¯
𝛿𝑢
Solution of the state equation
L {𝑋 (𝑠)} = L (𝑠𝐼 − 𝐴) −1 𝑥 0
+L (𝑠𝐼 − 𝐴) −1 𝐵𝑈 (𝑠)
Solution of the state equation
Φ = L (𝑠𝐼 − 𝐴) −1
𝑥¤ = 𝐴𝑥 + 𝐵𝑢
𝑦 = 𝐶𝑥 + 𝐷𝑢
is stable if
1. the solution of 𝑥¤ = 𝐴𝑥, with 𝑥(0) = 𝑥0 , tends to
zero as 𝑡 tends to infinity, and
2. the solution of 𝑥¤ = 𝐴𝑥 + 𝐵𝑢 is bounded for every
bounded input.
Stability
det (𝑠𝐼 − 𝐴) = 0
• The system of state space model is stable if and only
if all eigenvalues of 𝐴 have negative real parts.
Controllability
𝐺 (𝑠) = 𝑐(𝑠𝐼 − 𝐴) −1 𝐵 + 𝐷
State-space design (Reading assignment )