Unit 4 N
Unit 4 N
1. (0) I
1
2. (t ) ( t )
3. x(0) ( t ) x(t )
4. (t 2 t1 ) (t1 t0 ) (t 2 t0 )
k
5. (t ) (kt )
Prof HarisH Patil@CCOEW 4
State transition matrix
Determine the state transition matrix for given A:
[ ]
−t −2 t −1 −2 t
2 e −e e −e
Φ(t )=L−1 [(sI − A )−1 ]=e At =
−2 e−t +2 e−2t −e −t +2 e−2 t
t
x(t )=Φ( t )x(0 )+∫0 Φ(t−τ ) Bu(τ )dτ
[ ][ ]
1 3
x1 + 2 e−t − e−2 t
Ans: x2
= 2 2 L 1[( sI A) 1 BU ( s )]
−2 e−t +2 e−2t
Methode 2: (t ) e At
Observability:
A system is said to be completely observable, if every state x(t0 ) can
be completely identified by measurement of the output y(t) over finite
time interval.
A system which is not completely observable, implies that some of its state
variables are shielded from observation.
[]
C
CA
Observability matrix V = CA2
⋮
CA n−1
1 2
U [ B AB ] rank[U ] 1 uncontrollable
0 0
C 1 0
V rank[V ] 2 observable
CA 2 1
The rank of a matrix is defined by the number of
linearly independent rows and/or the number of
linearly independent columns
Prof HarisH Patil@CCOEW 23
Example 2
x 1 2 0 x1 3
x 0 1 x 1 u (t )
2 2
x1
y 1 0
x2
3 6
U [ B AB ] rank[U ] 2 controllable
1 1
C 1 0
V rank[V ] 1 unobservable
CA
2 0
3 6
U [ B AB ] rank[U ] 2 controllable
1 1
C 1 0
V rank[V ] 1 unobservable
CA
2 0
Since the first three columns are linearly independent we can conclude
that rank is 3, hence the system is controllable.
Prof HarisH Patil@CCOEW 29
Example 4