About this set. These are original practice questions written
in GATE style for the 2021 Control Systems syllabus, with fully worked
solutions. They are not reproductions of the official 2021 question paper.
1 mark. A single-loop feedback system has two blocks in cascade in its forward path,
\(G_1(s)=\dfrac{1}{s+1}\) followed by \(G_2(s)=\dfrac{2}{s+3}\). The output of \(G_2\) is fed back through
\(H(s)=s\) to a summing junction where it is subtracted from the reference. The closed-loop transfer
function \(C(s)/R(s)\) is
- \(\dfrac{2}{s^{2}+6s+3}\)
- \(\dfrac{2}{s^{2}+4s+5}\)
- \(\dfrac{2}{s^{2}+6s+5}\)
- \(\dfrac{2}{s^{2}+2s+3}\)
Solution
For a single negative-feedback loop the standard reduction rule of
Chapter 4 gives
\(T=G/(1+GH)\) with \(G=G_1G_2\). First form the forward-path product:
Equation
\[G(s)=G_1(s)G_2(s)=\frac{1}{s+1}\cdot\frac{2}{s+3}=\frac{2}{(s+1)(s+3)}\]
The loop gain is \(G(s)H(s)=\dfrac{2s}{(s+1)(s+3)}\). Substituting into the reduction rule and
clearing the common denominator \((s+1)(s+3)\):
Equation
\[T(s)=\frac{\dfrac{2}{(s+1)(s+3)}}{1+\dfrac{2s}{(s+1)(s+3)}}=\frac{2}{(s+1)(s+3)+2s}\]
Expanding the denominator, \((s+1)(s+3)=s^{2}+4s+3\), so \((s+1)(s+3)+2s=s^{2}+6s+3\).
Equation
\[T(s)=\frac{2}{s^{2}+6s+3}\]
A
Final Answer
Correct answer: (A) \(\dfrac{2}{s^{2}+6s+3}\).
2 marks. A signal flow graph has four nodes \(x_1\) (input), \(x_2\), \(x_3\) and \(x_4\)
(output). Its branches are: \(x_1\to x_2\) with gain 6, \(x_2\to x_3\) with gain 2, \(x_3\to x_4\) with
gain 3, a feedback branch \(x_3\to x_2\) with gain \(-1\), a feedback branch \(x_4\to x_2\) with gain
\(-2\), and a self-loop at node \(x_4\) with gain \(-1\). The overall gain \(x_4/x_1\) is _____.
Solution
Apply Mason's gain formula, as developed in
Chapter 5. There is
one forward path from \(x_1\) to \(x_4\):
Equation
\[P_1 = 6\times 2\times 3 = 36\]
Three individual loops exist. The loop \(x_2\to x_3\to x_2\) has gain \(L_1=(2)(-1)=-2\); the loop
\(x_2\to x_3\to x_4\to x_2\) has gain \(L_2=(2)(3)(-2)=-12\); the self-loop at \(x_4\) has gain
\(L_3=-1\).
Loop \(L_1\) touches only nodes \(x_2\) and \(x_3\), while \(L_3\) touches only node \(x_4\), so this
pair is non-touching and contributes the product \(L_1L_3=(-2)(-1)=2\). Loop \(L_2\) passes through
\(x_2\), \(x_3\) and \(x_4\), so it touches both of the others and forms no non-touching pair.
Equation
\[\Delta = 1-(L_1+L_2+L_3)+L_1L_3 = 1-(-2-12-1)+2 = 1+15+2 = 18\]
Every loop touches the forward path \(P_1\) (which runs through all four nodes), so the cofactor is
\(\Delta_1=1\).
Equation
\[\frac{x_4}{x_1}=\frac{P_1\Delta_1}{\Delta}=\frac{36}{18}=2\]
✓
Final Answer
Correct answer: 2.
2 marks. A unity negative feedback system has the open-loop transfer function
\(G(s)=\dfrac{K}{s(s+6)}\). The gain \(K\) is chosen so that the closed-loop damping ratio is exactly
\(0.6\). For a unit-step reference, the peak time \(t_p\) (in seconds, rounded to three decimal places)
is _____.
Solution
The closed-loop transfer function is \(T(s)=\dfrac{K}{s^{2}+6s+K}\). Comparing with the standard
second-order form \(\omega_n^{2}/(s^{2}+2\zeta\omega_n s+\omega_n^{2})\) of
Chapter 8
gives \(\omega_n=\sqrt{K}\) and \(2\zeta\omega_n=6\).
Equation
\[\zeta=\frac{6}{2\omega_n}=\frac{3}{\sqrt{K}}=0.6 \;\Rightarrow\; \sqrt{K}=5 \;\Rightarrow\; K=25\]
So \(\omega_n=5\) rad/s and \(\zeta=0.6\). The damped natural frequency is
Equation
\[\omega_d=\omega_n\sqrt{1-\zeta^{2}}=5\sqrt{1-0.36}=5(0.8)=4~\text{rad/s}\]
The peak of the step response occurs at the first instant the derivative vanishes, giving
Equation
\[t_p=\frac{\pi}{\omega_d}=\frac{\pi}{4}=0.785~\text{s}\]
As a consistency check, the same \(\zeta\) predicts an overshoot of
\(100\,e^{-\pi\zeta/\sqrt{1-\zeta^{2}}}=100\,e^{-\pi(0.6)/0.8}=100\,e^{-2.356}=9.48\%\), and a 2%
settling time of \(4/(\zeta\omega_n)=4/3=1.333\) s.
✓
Final Answer
Correct answer: 0.785 s.
2 marks. A unity negative feedback system has
\(G(s)=\dfrac{10(s+3)}{s(s+2)(s+5)}\). The reference input is \(r(t)=(2+4t)\,u(t)\). The steady-state
error is
- \(0\)
- \(1.33\)
- \(4\)
- infinite
Solution
The open-loop transfer function has exactly one pole at the origin, so the system is type 1. Using the
static error constants of
Chapter 9,
Equation
\[K_p=\lim_{s\to 0}G(s)=\infty,\qquad K_v=\lim_{s\to 0}sG(s)=\frac{10(3)}{(2)(5)}=\frac{30}{10}=3\]
The input is a superposition of a step of size 2 and a ramp of slope 4. By linearity the errors add:
Equation
\[e_{ss}=\frac{2}{1+K_p}+\frac{4}{K_v}=\frac{2}{1+\infty}+\frac{4}{3}=0+1.333\]
The integrator in the forward path drives the step component of the error to zero, and the ramp
component settles at \(4/K_v\).
Equation
\[e_{ss}=\frac{4}{3}=1.33\]
B
Final Answer
Correct answer: (B) 1.33.
2 marks. The characteristic equation of a closed-loop system is
\(s^{4}+6s^{3}+11s^{2}+6s+K=0\), where \(K\) is a real gain. The value of \(K\) at which the system
becomes marginally stable is _____.
Solution
Build the Routh array of
Chapter 11:
Equation
\[\begin{array}{c|ccc}
s^{4} & 1 & 11 & K\\
s^{3} & 6 & 6 & 0\\
s^{2} & b_1 & K & \\
s^{1} & c_1 & & \\
s^{0} & K & &
\end{array}\]
The \(s^{2}\) row is computed from the two rows above it:
Equation
\[b_1=\frac{6(11)-1(6)}{6}=\frac{66-6}{6}=10\]
and the \(s^{1}\) entry follows from the \(s^{3}\) and \(s^{2}\) rows:
Equation
\[c_1=\frac{10(6)-6(K)}{10}=\frac{60-6K}{10}\]
Stability requires every entry of the first column to be positive, which gives \(K>0\) from the
\(s^{0}\) row and \(60-6K>0\), i.e. \(K<10\), from the \(s^{1}\) row. The stable range is therefore
\(0<K<10\), and the boundary is reached when \(c_1=0\):
Equation
\[60-6K=0 \;\Rightarrow\; K=10\]
At \(K=10\) the auxiliary polynomial formed from the \(s^{2}\) row is \(10s^{2}+10=0\), so
\(s=\pm j1\): the system sustains an oscillation at 1 rad/s. Substituting \(K=10\) confirms the
factorisation \(s^{4}+6s^{3}+11s^{2}+6s+10=(s^{2}+1)(s^{2}+6s+10)\), whose remaining roots are
\(-3\pm j1\).
✓
Final Answer
Correct answer: \(K=10\) (sustained oscillation at 1 rad/s).
2 marks. The root locus of a unity feedback system with open-loop transfer function
\(G(s)H(s)=\dfrac{K}{s(s+2)(s+4)}\), \(K>0\), crosses the imaginary axis at a gain of
- 8
- 24
- 48
- 64
Solution
The characteristic equation \(1+G(s)H(s)=0\) expands to
Equation
\[s(s+2)(s+4)+K = s^{3}+6s^{2}+8s+K=0\]
The locus meets the imaginary axis at the gain that makes the system marginally stable, so apply the
Routh test:
Equation
\[\begin{array}{c|cc}
s^{3} & 1 & 8\\
s^{2} & 6 & K\\
s^{1} & \dfrac{48-K}{6} & \\
s^{0} & K &
\end{array}\]
The \(s^{1}\) entry vanishes when \(48-K=0\), that is \(K=48\). The auxiliary equation from the
\(s^{2}\) row is then
Equation
\[6s^{2}+48=0 \;\Rightarrow\; s^{2}=-8 \;\Rightarrow\; s=\pm j2\sqrt{2}=\pm j2.828\]
So the locus crosses the imaginary axis at \(\omega=2.828\) rad/s with \(K=48\); the third root at
that gain is \(s=-6\). For reference, the technique of
Chapter 12 also gives the
centroid \(\sigma_a=(0-2-4)/3=-2\) with asymptotes at \(\pm 60^\circ\) and \(180^\circ\), and a
breakaway point from \(3s^{2}+12s+8=0\) at \(s=-0.845\) (the root \(s=-3.155\) does not lie on the
locus).
C
Final Answer
Correct answer: (C) 48.
2 marks. A unity feedback system has open-loop transfer function
\(G(s)=\dfrac{K}{s(1+0.1s)(1+0.2s)}\). The value of \(K\) that yields a gain margin of exactly 20 dB
is _____.
Solution
The gain margin is measured at the phase-crossover frequency \(\omega_{pc}\), where the open-loop
phase is \(-180^\circ\). The phase is
Equation
\[\angle G(j\omega)=-90^\circ-\tan^{-1}(0.1\omega)-\tan^{-1}(0.2\omega)\]
Setting this to \(-180^\circ\) requires
\(\tan^{-1}(0.1\omega)+\tan^{-1}(0.2\omega)=90^\circ\). Two angles sum to \(90^\circ\) when their
tangents are reciprocal, so \((0.1\omega)(0.2\omega)=1\):
Equation
\[0.02\,\omega^{2}=1 \;\Rightarrow\; \omega_{pc}=\sqrt{50}=7.071~\text{rad/s}\]
Evaluate the magnitude at this frequency:
Equation
\[|G(j\omega_{pc})|=\frac{K}{\omega_{pc}\sqrt{1+(0.1\omega_{pc})^{2}}\sqrt{1+(0.2\omega_{pc})^{2}}}
=\frac{K}{7.071\sqrt{1.5}\sqrt{3}}\]
Since \(\sqrt{1.5}\sqrt{3}=\sqrt{4.5}=2.121\) and \(7.071\times 2.121=15\),
Equation
\[|G(j\omega_{pc})|=\frac{K}{15}\]
A gain margin of 20 dB means \(GM=10^{20/20}=10\) as a ratio, and
\(GM=1/|G(j\omega_{pc})|\) by the definition in
Chapter 17:
Equation
\[\frac{15}{K}=10 \;\Rightarrow\; K=1.5\]
✓
Final Answer
Correct answer: \(K=1.5\).
2 marks. A second-order system is described by \(\dot{x}=Ax+Bu\) with
Equation
\[A=\begin{bmatrix}0 & 1\\ -6 & -5\end{bmatrix},\qquad
B=\begin{bmatrix}1\\ \alpha\end{bmatrix}\]
The system fails to be state controllable for
- \(\alpha=-1\) or \(\alpha=-6\)
- \(\alpha=-2\) or \(\alpha=-3\)
- \(\alpha=2\) or \(\alpha=3\)
- \(\alpha=1\) or \(\alpha=6\)
Solution
For a second-order system the Kalman controllability matrix of
Chapter 25 is
\(Q_c=[\,B \;\; AB\,]\), and controllability fails exactly when \(\det Q_c=0\). Compute \(AB\):
Equation
\[AB=\begin{bmatrix}0 & 1\\ -6 & -5\end{bmatrix}\begin{bmatrix}1\\ \alpha\end{bmatrix}
=\begin{bmatrix}\alpha\\ -6-5\alpha\end{bmatrix}\]
Equation
\[Q_c=\begin{bmatrix}1 & \alpha\\ \alpha & -6-5\alpha\end{bmatrix}\]
Equation
\[\det Q_c = 1(-6-5\alpha)-\alpha(\alpha) = -\alpha^{2}-5\alpha-6 = -(\alpha+2)(\alpha+3)\]
The determinant vanishes at \(\alpha=-2\) and \(\alpha=-3\). These are precisely the values at which
\(B\) aligns with an eigenvector of \(A\): the eigenvalues of \(A\) are the roots of
\(\lambda^{2}+5\lambda+6=0\), namely \(\lambda=-2\) and \(\lambda=-3\), with eigenvectors
\([1\;\;-2]^{T}\) and \([1\;\;-3]^{T}\). An input direction lying along a single eigenvector cannot
excite the other mode, so that mode is uncontrollable.
B
Final Answer
Correct answer: (B) \(\alpha=-2\) or \(\alpha=-3\).
2 marks. A system has the state matrix
\(A=\begin{bmatrix}0 & 1\\ 0 & -2\end{bmatrix}\). Let \(\phi(t)=e^{At}\) be its state transition
matrix. The value of the element \(\phi_{12}(t)\) at \(t=0.5\) s (rounded to three decimal places) is
_____.
Solution
Use the Laplace method of
Chapter 24,
\(\phi(t)=\mathcal{L}^{-1}\{(sI-A)^{-1}\}\). First form \(sI-A\):
Equation
\[sI-A=\begin{bmatrix}s & -1\\ 0 & s+2\end{bmatrix},\qquad \det(sI-A)=s(s+2)\]
Inverting a \(2\times 2\) matrix by the adjugate rule,
Equation
\[(sI-A)^{-1}=\frac{1}{s(s+2)}\begin{bmatrix}s+2 & 1\\ 0 & s\end{bmatrix}
=\begin{bmatrix}\dfrac{1}{s} & \dfrac{1}{s(s+2)}\\[6pt] 0 & \dfrac{1}{s+2}\end{bmatrix}\]
The off-diagonal term expands in partial fractions as
\(\dfrac{1}{s(s+2)}=\dfrac{1/2}{s}-\dfrac{1/2}{s+2}\), so its inverse transform is
\(\tfrac12\left(1-e^{-2t}\right)\). Hence
Equation
\[\phi(t)=\begin{bmatrix}1 & \dfrac{1-e^{-2t}}{2}\\[6pt] 0 & e^{-2t}\end{bmatrix}\]
This satisfies the required check \(\phi(0)=I\). Evaluating the \((1,2)\) entry at \(t=0.5\):
Equation
\[\phi_{12}(0.5)=\frac{1-e^{-1}}{2}=\frac{1-0.36788}{2}=\frac{0.63212}{2}=0.316\]
✓
Final Answer
Correct answer: 0.316.
1 mark. The Nyquist plot of \(G(s)=\dfrac{1}{(s+1)(s+2)(s+3)}\) intersects the negative real
axis at the point
- \(-1/6\)
- \(-1/11\)
- \(-1/50\)
- \(-1/60\)
Solution
The plot meets the real axis where the imaginary part of \(G(j\omega)\) is zero, which is the same as
the frequency where the phase is \(-180^\circ\). Expand the denominator with \(s=j\omega\):
Equation
\[(1+j\omega)(2+j\omega)=2-\omega^{2}+j3\omega\]
Equation
\[(2-\omega^{2}+j3\omega)(3+j\omega)=\left(6-6\omega^{2}\right)+j\,\omega\left(11-\omega^{2}\right)\]
The imaginary part vanishes when \(\omega(11-\omega^{2})=0\), so the non-zero crossing is at
\(\omega=\sqrt{11}=3.317\) rad/s. At that frequency the denominator is purely real:
Equation
\[6-6\omega^{2}\Big|_{\omega^{2}=11}=6-66=-60\]
Therefore
Equation
\[G(j\sqrt{11})=\frac{1}{-60}=-\frac{1}{60}\]
Consistently with
Chapter 16, a gain \(K\)
placed in cascade would push this point to \(-K/60\), so the closed loop is stable for \(K<60\).
D
Final Answer
Correct answer: (D) \(-1/60\).