Lecture 2
Lecture 2
Bhargav Jha
October 1, 2024
Let there be two LTI systems G1 (s) and G2 (s) with realizations:
( (
ẋ1 = A1 x1 (t) + B1 u1 (t) ẋ2 = A2 x2 (t) + B2 u2 (t)
G1 : G2 :
y1 = C1 x1 (t) + D1 u1 (t) y2 = C2 x2 (t) + D2 u2 (t)
u1 (G1 + G2 )u1 u y
u2 y2
G2 G2
Given
A1 B1 A2 B2
G1 : u1 → y1 := and G2 : u2 → y1 := .
C1 D 1 C2 D 2
To find
A B
G : u → y := = G1 + G2
C D
Note that, y = y1 + y2 and u1 = u2 = u
Bhargav Jha October 1, 2024 3 / 12
Parallel Interconnection (Addition)
Substituting this in the given state-space equations:
ẋ1 = A1 x1 + B1 u (1)
ẋ2 = A2 x2 + B2 u (2)
y = y1 + y2 = C1 x1 + C2 x2 + (D1 + D2 )u (3)
u1 u1 y1 u2 y2
G1 G2 G2 G 1 u 1 G1 G2
To find
A B
G : u → y := = G2 G1
C D
Note that, y1 = u2 , y2 = y and u1 = u
ẋ1 = A1 x1 + B1 u (6)
ẋ2 = A2 x2 + B2 (C1 x1 + D1 u) (7)
y = y2 = C2 x2 + D2 (C1 x1 + D1 u) (8)
u G2 G1 y
Reorganizing,
ẋ = (A − BD −1 C )x + BD −1 y (12)
−1 −1
u = −D Cx + D y (13)
as+b d1 d2
Q. Express the transfer function (s−2)(s−3) as s−2 + s−3 .
How to do the same in state-space form? That is, express G1 (s)G2 (s)
as H1 (s) + H2 (s) such that ”A” matrix of Hi is same as Gi .
Reminder
▶ Cascaded ▶ Parallel
Interconnection interconnection
A1 0 B1 A1 0 B1
B2 C1 A2 B2 D1 0 A2 B2
D2 C1 C2 D2 D1 C1 C2 D1 + D2
Convert
the block-triangular
matrix
to block-diagonal matrix such
A1 0 A1 0
that and are similar (same eigenvalues).
0 A2 B2 C1 A2
TAT −1 T −1 B
A B
→
C D CT D
I 0
Now consider T = . Check that the block matrix is
X I
non-singular and compute the inverse.