Engineering Control Theory Flashcards
The set of real numbers are denoted by…
ℝ
Complex numbers are denoted by…
ℂ
Using the engineering convention, what is Euler’s formula?
e^(jθ) = cosθ + jsinθ
What does it mean if a rational function is said to be ‘proper’?
A rational function is said to be proper if the denominator has a degree greater than or equal to that of the numerator (n ≥ m).
What is a ‘black box’?
A black box is an input-output system which converts an input function u = u(t) into an output function y = y(t).
u (t) → y (t)
What does it mean for a black box to be ‘casual’?
The black box is causal if
the output, y (t), at any time t depends at most on the values u (τ) of the input up to that time (τ ≤ t)
- but not on the future values!
What is the ‘homogeneity property’ of black boxes?
An input-output system is said to have the homogeneity property if,
whenever u (t) →y (t), we have a u (t) → a y (t) for any scalar a
What is the ‘superposition property’ of black boxes?
An input-output system is said to have the superposition property if whenever we have
u1 (t) →y1 (t) and u2 (t) → y2 (t)
then u1 (t) + u2 (t) → y1 (t) + y2 (t).
What does it mean if a black box is ‘linear’?
A black box is linear if it satisfies both homogeneity and superposition properties.
What does it mean if a black box is ‘time-invariant’?
An input-output system is said to be time-invariant if shifting time does not affect the input-output relations.
That is, if u (t) → y (t) then we have u (t − τ ) → y (t − τ )
What is a ‘proportional’ black box?
For each constant k, a proportional black box
turns u (t) into k u (t),
where k is called the gain.
If |k| > 1 it is called an amplifier.
If |k| < 1 it is called an attenuator.
What is a ‘differentiator’ black box?
A differentiator is the black box that takes input u (t) and gives output ̇u (t) = du/dt
What is an ‘integrator’ black box?
An integrator is the black box that takes input u (t) and gives output ∫ (t,0) u (τ ) dτ
What is a ‘delay’ black box?
A delay takes input u (t) and gives the output u (t − T ) for a fixed time delay T > 0
What is a ‘squarer’ black box?
A squarer takes input u (t) and outputs u (t)^2