Solving The Time-Invariant State Equation (Chapter 9, p660)
Solving The Time-Invariant State Equation (Chapter 9, p660)
Although numerical methods are nowadays used to compute the state solution, the analytical
solution is still important in analysis , developing, and proving many control theory notions.
A special case is the solution of x(t) for a particular case where the A matrix is invertible
and the excitation u is a unit step. It is given by ( see book p700 )
x ( t )=e At x ( 0 )+ A−1 [ e At −I n ] B
Exercise 1: With the conditions above, what is x(t) due to a unit impulse excitation.
0 1
Example 9.5 (p665) : A Given
2 3
Note that the book’s answer contains typographical errors.
0 1 0
0 1 0 1 3 6
A ; A ; A ; A 0 0 2
0 0 0 2 1 2 0 0 0
2 1 2
x x u
0 1 4
Determine the unit step response of x(t) by hand calculation , then check the
result using symbolic MATLAB .
Calculate the steady state value of x(t) . How can you relate it to A, and B.
Many of these properties can be proved using the power series expansion of e At .
They can be demonstrated and verified using MATLAB built-in functions.
e At │t =0=I n
T
T
e A t =( e At )
e A ( t 1+t 2 )=e At 1 e At 2=e At 2 e At 1
e ( A +B ) t=e At e Bt =e Bt e At only if AB=BA
p
[ e At ] =e A ( pt ) ,∈ particular (e ¿¿ At )−1=e A (−t ) , generally e f ( A )t =f (e At )¿
e A ( t 2−t 1) e A (t 1−t 0)=e A ( t 1−t 0 ) e A ( t 2−t 1)=e A (t 2−t 0 ) hence named transition ¿
d At
( e )= A e At =e At A
dt