A discrete-time system is described by the state equation
with being the state vector, and
If the system is initially relaxed, i.e. , then what is the value of the following limit
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
lemma: V ( n ) = ( k = 0 ∑ n − 1 A k ) B proof(by induction): the base case V ( 1 ) = B holds. then V ( n + 1 ) = A V ( n ) + B = A ( k = 0 ∑ n − 1 A k ) B + B = ( 1 + k = 0 ∑ n − 1 A k + 1 ) B = ( k = 0 ∑ n A k ) B hence proven by induction.
now diagonalize the matrix A: A = S − 1 Λ S = [ 2 1 3 1 ] [ 1 / 2 0 0 1 ] [ − 1 1 3 − 2 ] hence V ( n ) = ( k = 0 ∑ n − 1 A k ) B = S − 1 [ 2 ( 1 − 2 − n ) 0 0 n ] S B = [ 2 1 3 1 ] [ 2 ( 1 − 2 − n ) 0 0 n ] [ − 1 1 3 − 2 ] [ 0 1 ] = [ 4 ( 1 − 2 − n ) 2 ( 1 − 2 − n ) 3 n n ] [ 3 − 2 ] = [ 1 2 ( 1 − 2 − n ) − 6 n 6 ( 1 − 2 − n ) − 2 n ] from this, we can plug the expressions into the limit to get n → ∞ lim 6 ( 1 − 2 − n ) − 2 n 1 2 ( 1 − 2 − n ) − 6 n = 3