Stability Analysis of Dynamic Systems
Stability Analysis of Dynamic Systems
Stability Analysis of Dynamic Systems
8
Stability Analysis of Dynamic Systems
1. Objective:
The activity aims to analyze the stability of a dynamic system.
3. Discussion:
When a system is unstable, the output of the system may be infinite even though the input to the
system was finite. This causes a number of practical problems. For instance, a robot arm controller that is
unstable may cause the robot to move dangerously. Also, systems that are unstable often incur a certain
amount of physical damage, which can become costly. Nonetheless, many systems are inherently unstable
- a fighter jet, for instance, or a rocket at liftoff, are examples of naturally unstable systems. Although we
can design controllers that stabilize the system, it is first important to understand what stability is, how it is
determined, and why it matters.
The system is assumed to be linear, and can be represented either by a set of transfer functions.
Linear systems have an associated characteristic polynomial, and this polynomial tells us a great deal
about the stability of the system. Negativeness of any coefficient of a characteristic polynomial indicates
that the system is either unstable or at most marginally stable. If any coefficient is zero/negative then we
can say that the system is unstable. It is important to note, though, that even if all of the coefficients of the
characteristic polynomial are positive the system may still be unstable.
When the poles of the closed-loop transfer function of a given system are located in the right-half of
the S-plane (RHP), the system becomes unstable. When the poles of the system are located in the left-half
plane (LHP) and the system is not improper, the system is shown to be stable. A number of tests deal with
this particular facet of stability: The Routh-Hurwitz Criteria, the Root-Locus, and the Nyquist Stability
Criteria all test whether there are poles of the transfer function in the RHP.
The poles is important when analysis the stability of a system. The figure below gives an overview of the
poles impact on the stability of a system:
Each of the poles of the transfer function lies strictly in the left half
plane (has strictly negative real part).
Unstable system:
At least one pole lies in the righthalf plane (has real part greater than
zero).
Or: There are multiple and coincident poles on the imaginary axis.
4. Resources:
Matlab
5. Procedure:
1. For the transfer functions as shown below, determine its poles, pzplot and stability properties as
asymptotically stable system, marginally stable system and unstable system.
a
b
Determine poles , pzplot, and step response for the feeback system. Is the system asymptotically
stable, marginally stable system or unstable (for the 3 different values of Kp) ?
Define the stability properties of this process (is the process stable or not?).
4. Determine the stability properties of each of the following system
4a
4b
4c
4d
4e
Where : H1 =
H2 =
H3 =
G1 =
G2 =
G3 =
G4 =
Hint:
where :
H2 = 2
H3 = 3
G1 =
G2 =
G3 =
Procedure 1a
Transfer Function
Poles p = -1
pzplot
Procedure 1b
Transfer Function
Procedure 1c
Transfer Function
Transfer Function
Poles p=1
pzplot
Poles p=
-1.7549 + 0.0000i
-0.1226 + 0.7449i
-0.1226 – 0.7449i
Pzplot
Step Response
Poles
p=
-2.0000 + 0.0000i
0.0000 + 1.0000i
0.0000 – 1.0000i
Pzplot
Step Response
Poles
p=
-2.3146 + 0.0000i
0.1573 + 1.3052i
0.1573 – 1.3052i
Pzplot
Step Response
Stability Properties Asymptotically stable
Poles
p=
-2
Pzplot
Step Response
Poles
p=
-4
Pzplot
Step Response
Poles
p=
-8
Pzplot
Step Response
Stability Properties Asymptotically stable
Procedure 4a
Poles
p=
-1.0000 + 0.0000i
-0.5000 + 0.8660i
-0.5000 – 0.8660i
Pzplot
Step Response
Procedure 4b
Transfer function of the overall system
Poles
p=
-1.5437 + 0.0000i
-0.2282 + 1.1151i
-0.2282 – 1.1151i
Pzplot
Step Response
Procedure 4c
Transfer function of the overall system
Poles
p=
0.3333
-0.3333
Pzplot
Step Response
Procedure 4d
Poles
p=
-0.8702
-0.2298
Pzplot
Step Response
Stability Properties Asymptotically stable
Procedure 4e
Poles
p=
-0.2000
Pzplot
Step Response
Procedure 4f
Step Response
Procedure 4g
Transfer function of the overall system
Poles p=
5.6920
5.3569
0.9511
Pzplot
Step Response
Procedure 4h
I therefore conclude that Stability Analysis and Dynamic Systems helps me to understand how things work
in matlab. Also, stability theory addresses the stability of solutions of differential equations and of
trajectories of dynamical systems under small perturbations of initial conditions. With this exercise I am able
to know and to learn how thus dynamic system go.