Introduction and Review of Controls Flashcards

1
Q

Dynamic Systems

A

x’(t) = f(x(t),u(t),t): systems that change or evolve over time according to a fixed rule. Rule is governed by some law of physics.

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

State Vector

A

x(t): variables representing the configuration of the system at time t

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

Input Vectors

A

u(t): external inputs to the system at time t

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

System Order

A

Dimensionality of state-space model. Corresponds to the number of independent energy storage elements in the system

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

Linear Time Invariant

A

system that is obeys superposition (linear: f(ax,by) = af(x)+bf(y)) and is time-independent (time-invariant: f(x(t+T)) = f(x(t)).

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

State Space Model for Continuous LTI systems

A
x' = Ax + Bu
y = Cx + Du
A: system matrix
B: input matrix
C: output matrix
D: feed-foward matrix
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Purpose of State Space Models

A
  1. Handle MIMO systems
  2. Solve systems with non-zero I.C.
  3. Solve non-linear systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Frequency Response of LTI Systems

A

Magnitude and phase difference as a function of frequency for output of LTI given a sinusoidal input

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

Purpose of Laplace Transform of LTI Systems

A

Calculate transfer function which represents input/output relation in frequency domain

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

Laplace Transform

A
F(s) = L(f(t)) = integral(exp(-s*t)*f(t)*dt) [0, inf]
s = sigma + j*omega
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Laplace Transform of nth Derivative

A

L(d^nf/dt^n) = s^nF(s) - s^(n-1)f(0) - s^n-2*f’(0) - … - f’…‘(0)

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

Frequency-Domain Methods

A

Used for analyzing LTI SISO systems

  1. a_n y’…’ + … + a_1y’ + a_0y = b_mu’…’ +…+ b_1u’ + b_0u
  2. a_ns^nY(s) + …+ a_1sY(s) + a_0Y(s) = b_ms^mU(s) + … + b_1sU(s) + b_0*U(s)
  3. Transfer Function: G(s) = N(s)/D(s) = K*(s-z1)(s-z2)…(s-zm)/(s-p1)s-p2)…(s-pn)
  4. System Gain: K = bm/an
  5. Transfer Function from State Space Model: C(sI-A)^-1*B + D
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Sum of Forces

A

Sum(Forces) = m*a

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

Governing Equation of Mass Spring

A

F(t) - bx’ - kx = m*x’’
k: spring constant
b: viscous damping force
x’ = [x’;x’’] = [0 1; -k/m -b/m][x;x’] + [0; 1/m] * F(t)

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

Transfer Function of Mass-Spring Model

A

H(s) = 1/(ms^2+bs+k)

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

KCL

A

Sum of currents entering a node is equal to sum of currents exiting a node

17
Q

KVL

A

Sum of voltages in a closed loop is zero

18
Q

ODE for Series RLC Circuit

A

V(t) - Ri -Ldi/dt - int(i*dt)/C = 0

19
Q

Relation of RLC Circuit to Spring Mass Model

A

Charge: displacement
Inductance: mass
Resistance: viscous damping
Capacitance: spring stiffness

20
Q

State Space of Series RLC Circuit

A
x' = [q; i] = [0 1; -1/LC -R/L][q; i] + [0; 1/L]*V(t)
y = [0 1][q; i]
21
Q

Transfer Function of Series RLC Circuit I(s)/V(s)

A

I(s)/V(s) = s/(Ls^2 + Rs + 1/C)