Stability conditions of discrete system

jumpboy
Messages
4
Reaction score
0

Homework Statement



Consider a discrete-time system, driven by:

x[k+1] = Ax[k]

for non-zero inital conditions x[0]

a) write the closed-form solution of x[k]. If the system is asymptotically stable how should x(k) behave?
b) what is condition for asymptotic stability?

Homework Equations



although this is a general theoretical question, for the remainder of the problem that I was able to work out A is a real 3x3 matrix.
xe is an equilibrium point of the system
delta is region that initial conditions place the system at
epsilon is barrier of the stability region

The Attempt at a Solution



a)
Closed-form solution = I have no clue what this even means.

asymptotic stability: x[k] should converge to an Xe for t>= 0 as t approaches infinity. I believe that I need to specify a relationship between the initial conditions and the system A but I am unsure how to relate them outside:

||x[0] - xe|| <= delta => ||x[k] - xe|| <= epsilon

b)
A system of this form will be asymptotic stable if the eigenvalues of A have a modulus less than 1.

however my textbook (Feedback Systems, Astrom & Murray) states that the eigenvalues must lie in the open left half plane and not necessarily have modulus of 1.
thanks in advance for any help
 
Physics news on Phys.org
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top