Semester 1 Flashcards

1
Q

What are the two main categories that systems can be broadly classified into?

A

Linear and non-linear

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the main 3 ways a system can be described?

A

1) Differential equations
2) Input-output relationship
3) Transfer functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What letter is used to represent the state of a system?

A

x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What letter is used to represent the input of a system?

A

u, the inputs are the signals coming from the actuators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What letter is used to represent the output/measurements of a system?

A

y, the outputs/measurements are the signals coming from the sensors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What letter is used to describe the order of a system?

A

n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is another name for linear systems?

A

time invariant systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What type of system can be described by transfer function?

A

Linear, time-invariant systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How is a linear system described by transfer function?

A

H(s) = Y(s)/U(s) = N(s)/D(s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is U(s) in a linear systems transfer function?

A

U(s) = L [u(t)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Y(s) in a linear systems transfer function?

A

Y(s) = L [y(t)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How can you tell how many state variables a system has?

A

Look at the order of the system (the number of x’s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can you tell how many outputs (sensors) a system has?

A

Look at the number of y’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can you tell the number of inputs there are in a system?

A

Look at the number of u’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the main difference between a linear system and a non-linear system?

A

A linear system can be described by transfer function whereas a non linear system can’t.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you analyse the stability of a system?

A

Use the characteristic equation P(s) = det(sI-A) to compute the eigenvalues of a.

17
Q

How can you tell from the eigenvalues whether a system is stable or not?

A

If the system is stable the eigenvalues will lie in the left-half complex plane (be negative)

18
Q

What is the transfer function of a system, involving the term (sI-A)?

A

H(s) = C 1/(sI-A) B

19
Q

Why is it necessary to analyse the state controllability of a system before designing the controller for the system?

A

You cannot design a state feedback for a system that isn’t state controllable.

20
Q

Why is it necessary to analyse the output controllability of a system before designing the systems controller?

A

If it is not output controllable then an output feedback cannot be designed for the controller.

21
Q

How do you check whether a system is state controllable?

A

Check whether the rank of the matrix [B, AB] is equal to 2.

22
Q

How do you check whether a system is output controllable?

A

Check whether the rank of the matrix [CB, CAB] is equal to 1.

23
Q

What are the advantages and disadvantages of a state feedback controller?

A

It is not directly implementable since it doesn’t measure x2, however there is a greater degree of freedom when designing the controller.

24
Q

What are the advantages and disadvantages of the output feedback controller?

A

It is readily implementable however there is a lesser degree of freedom in designing the controller than a state feedback controller.

25
What does proportional gain do in an analog PID controller?
Gives rise to a steady state error.
26
What does integral gain do in an analog PID controller?
Eliminates the steady state error caused by the proportional gain, but it slows down the response time.
27
What does derivative gain do in an analog PID controller?
Increases the rapidity of the response but might give rise to overshoots.
28
How can a discrete PID be implemented in practice?
With an AD converter on the front and DA converter on the back.
29
What are the advantages and disadvantages of describing a system using a transfer function?
The stability can easily be analysed by computing the poles of the system, but since the initial conditions are assumed to be zero it id only suitable for linear, time-invariant systems.
30
What is the drawback of describing a system by input-output relationship?
It's generally described using an nth order differential equation, making it difficult to analyse.
31
What is the main advantage of describing a system by state-space approach?
It is a general approach and can be employed for both linear and non linear systems that can decompose an nth order differential into n first order differential equations.
32
What step-by-step procedure would you follow when designing a controller in an industrial environment?
1 - Model the system 2- Identify the parameters 3- Analyse properties of the system (stability, controllability etc) 4- Start designing the controller
33
Why is a proportional controller not recommended in practice?
It gives rise to steady state error, causing the output to not reach its target.
34
What is the transfer function of a system in terms of its input and output?
H(s) = Output (S) / input (S)
35
How do you check that the rank of a 2x2 matrix is 2?
it has a rank of 2 if it has a non-zero determinant
36
When u(t) = Kx(t) + v(t), what is the controller design given by?
u=k1x1+k2x2+v
37
When u(t) = Kx(t) + v(t), what is the closed loop system given by?
dx/dt = (A+BK)+Bv