Free BEE Bachelor of Electrical Engineering Signals and Control Systems Questions and Answers — Questions and Answers
Question 1: The characteristic equation of a closed-loop control system is given by s³ + 6s² + 11s + K = 0. For the system to be stable, which of the following conditions must be met for the gain K?
- 0 < K < 66 (Correct answer)
- K > 66
- K < 0
- K > 0
Correct answer: 0 < K < 66
According to the Routh-Hurwitz stability criterion, for a third-order system with characteristic equation as³ + bs² + cs + d = 0, all coefficients must be positive, and the condition bc > ad must be satisfied for stability. In this case, a=1, b=6, c=11, and d=K. The conditions are K > 0 and (6)(11) > (1)(K), which simplifies to 66 > K. Combining these, the condition for stability is 0 < K < 66.
Question 2: An engineer is analyzing a system's frequency response using a Bode magnitude plot. In a specific frequency range, the plot shows a consistent downward slope of -40 dB/decade. What does this slope most likely indicate about the system's transfer function in that range?
- A single pole
- A single zero
- Two poles or a double pole (Correct answer)
- Two zeros or a double zero
Correct answer: Two poles or a double pole
In a Bode magnitude plot, each pole in the transfer function contributes a slope of -20 dB/decade after its corner frequency. A slope of -40 dB/decade indicates the combined effect of two poles, which could be two distinct poles whose corner frequencies have been passed, or a double pole at the same frequency.
Question 3: A control systems engineer observes that a process under proportional-integral (PI) control exhibits a persistent steady-state error after a step change in the setpoint. Which of the following is the most likely cause?
- The proportional gain (Kp) is too high.
- The integral time (Ti) is too large, resulting in weak integral action. (Correct answer)
- The derivative gain (Kd) is set to zero.
- The system has entered integral windup.
Correct answer: The integral time (Ti) is too large, resulting in weak integral action.
The primary role of the integral (I) term in a PID controller is to eliminate steady-state error by accumulating the error over time. A very large integral time (Ti) corresponds to a very small integral gain (Ki = 1/Ti), making the integral action too weak to effectively eliminate the offset. Integral windup typically occurs from large, prolonged errors causing saturation, not a persistent small error. Proportional gain affects the speed and stability but doesn't guarantee zero steady-state error on its own. Derivative action is not primarily used for steady-state error.
Question 4: In the context of a system's transfer function in the s-plane, what is the primary significance of a pole's location?
- It determines the initial value of the system's step response.
- It dictates the system's stability and transient response characteristics. (Correct answer)
- It defines the frequencies at which the system's output is completely attenuated.
- It specifies the steady-state error of the system to a ramp input.
Correct answer: It dictates the system's stability and transient response characteristics.
The location of the poles (roots of the denominator of the transfer function) in the complex s-plane is fundamental to the system's behavior. Poles in the left-half plane result in a stable system where the transient response decays over time. Poles in the right-half plane cause an unstable response that grows without bound. Poles on the imaginary axis lead to marginal stability or sustained oscillations.
Question 5: A continuous-time signal is band-limited to a maximum frequency of 4 kHz. According to the Nyquist-Shannon sampling theorem, what is the minimum sampling rate required to avoid aliasing and allow for perfect reconstruction of the signal?
- 4 kHz
- 2 kHz
- 16 kHz
- 8 kHz (Correct answer)
Correct answer: 8 kHz
The Nyquist-Shannon sampling theorem states that to perfectly reconstruct a continuous-time signal from its samples, the sampling frequency (fs) must be at least twice the maximum frequency (f_max) present in the signal. This minimum rate is known as the Nyquist rate. Here, f_max = 4 kHz, so the minimum sampling rate is 2 * 4 kHz = 8 kHz.
Question 6: Which of the following input-output relationships, y(t), describes a system that is linear but NOT time-invariant?
- y(t) = x(t-2)
- y(t) = x(t) * cos(2Ï€t) (Correct answer)
- y(t) = x²(t)
- y(t) = x(t) + 5
Correct answer: y(t) = x(t) * cos(2Ï€t)
The system y(t) = x(t) * cos(2Ï€t) is linear because it satisfies the superposition principle: a*x1(t)*cos(2Ï€t) + b*x2(t)*cos(2Ï€t) = (a*x1(t) + b*x2(t))*cos(2Ï€t). However, it is not time-invariant because a shift in the input, x(t-T), yields x(t-T)*cos(2Ï€t), which is not the same as a shift in the output, y(t-T) = x(t-T)*cos(2Ï€(t-T)). The cosine term is dependent on absolute time 't'.
The characteristic equation of a closed-loop control system is given by s³ + 6s² + 11s + K = 0.
For the system to be stable, which of the following conditions must be met for the gain K?