Exercise 1 2018
Exercise 1 2018
Exercise 1 2018
Exercise Session 1
Abhimanyu Gupta (a.gupta-3@tudelft.nl)
1 - System properties
2
ẍ − µ(1 − x )ẋ + x = 0
Show that if µ < 0 then the origin is asymptotically stable. Hint: use the following candidate
Lyapunov function:
x2 ẋ2
V (x, ẋ) = +
2 2
3 - Linearization
Rewrite in state-space form (i.e. Ẋ = f (X)) and linearize the following systems at the
origin:
1.
ẋ = x + x2 + x3 + x4 + ...
2.
ẋ + x2 cos(x2 ) − x = 0
3.
ẍ − µ(1 − x2 )ẋ + x = 0
4.
ẍ + δ ẋ + βx + αx3 = 0
5. Matrix Exponential
The diagonalization should include the explicit use of the similarity matrix.
Find the output response to a step input and to an impulse, where the system is given by:
Ẋ = AX + BU
Y = CX + DU,
where
1 1
X(0) = ,B = ,C = 1 0 , D = 0,
−1 0
and where A is
−1 2
.
0 −2
ẍ + dẋ + k x = u,
y = x.
8. State transformation
ẋ = A x + B u,
y =Cx .
A = EΛE −1
where Λ is a diagonal matrix with the eigenvalues and E is a square matrix with the
corresponding eigenvectors.
Introduce new coordinates z by the transformation z = T x, leading to new system equations
ż = Ã z + B̃ z,
y = C̃ z .
à = AT B̃ = C T
C̃ = B T
1. Show that the impulse responses of the two systems are similar.
Consider two continuous-time scalar systems and their respective candidate Lyapunov functions
4
ẋ = −6x; V (x) = x
ẏ = − arctan(y); V (y) = y − 1