GATE Practice Set

GATE 2026 Control Systems Practice Questions and Solutions

Instructor: Prof. Mithun Mondal Institution: BITS Pilani Subject: Control Systems
About this set. These are original practice questions written in GATE style for the 2026 Control Systems syllabus, with fully worked solutions. They are not reproductions of the official GATE 2026 question paper.
Question 01 · 1 mark

Question 1

A single-input single-output system consists of a constant-gain block \(K_1=5\) in cascade with a block \(G_2(s)=\dfrac{1}{s+3}\). A unity-gain feedback path is taken from the output of \(G_2\) back to its own input summing junction, and that inner path is connected with a positive sign. The output of the cascade is then compared with the reference through a unity-gain negative feedback path that closes the outer loop. The overall transfer function \(\dfrac{C(s)}{R(s)}\) is

  1. \(\dfrac{5}{s+2}\)
  2. \(\dfrac{5}{s+7}\)
  3. \(\dfrac{5}{s+8}\)
  4. \(\dfrac{5}{s+9}\)

Solution

Reduce the inner loop first. For a forward block \(G\) with a feedback path \(H\) taken with a positive sign, the equivalent block is \(G/(1-GH)\); the sign in the denominator is opposite to the sign at the summing junction. The reduction rules are collected in Chapter 4.

Equation
\[G_{in}(s)=\frac{\dfrac{1}{s+3}}{1-\dfrac{1}{s+3}\times 1}=\frac{1}{(s+3)-1}=\frac{1}{s+2}\]

Positive feedback has moved the pole from \(-3\) towards the origin, to \(-2\). The gain block is in cascade, so the total forward transfer function seen by the outer loop is

Equation
\[G_{fwd}(s)=5\times\frac{1}{s+2}=\frac{5}{s+2}\]

Now close the outer unity negative feedback loop:

Equation
\[\frac{C(s)}{R(s)}=\frac{G_{fwd}(s)}{1+G_{fwd}(s)}=\frac{\dfrac{5}{s+2}}{1+\dfrac{5}{s+2}}=\frac{5}{(s+2)+5}=\frac{5}{s+7}\]

Check the DC gain: the forward path has a DC gain of \(5/2=2.5\), and unity negative feedback reduces it to \(2.5/(1+2.5)=0.714\), which equals \(5/7\) as required.

B
Final Answer
Correct answer: (B) \(\dfrac{5}{s+7}\).
Question 02 · 2 marks

Question 2

A signal flow graph has four nodes: \(x_1\) (input), \(x_2\), \(x_3\) and \(x_4\) (output). The branches are \(x_1\to x_2\) with gain \(2\), \(x_2\to x_3\) with gain \(3\), \(x_3\to x_4\) with gain \(4\), and a second forward branch \(x_2\to x_4\) with gain \(5\). In addition there is a feedback branch \(x_3\to x_2\) with gain \(-1\) and a self-loop at node \(x_4\) with gain \(-2\). The overall gain \(x_4/x_1\) is _____ (round off to 2 decimal places).

Solution

Use Mason's gain formula \(T=\dfrac{1}{\Delta}\sum_k P_k\Delta_k\), developed in Chapter 5.

There are two forward paths from \(x_1\) to \(x_4\):

Equation
\[P_1 = 2\times 3\times 4 = 24 \quad (x_1\to x_2\to x_3\to x_4), \qquad P_2 = 2\times 5 = 10 \quad (x_1\to x_2\to x_4)\]

There are two individual loops. The first is formed by \(x_2\to x_3\) and \(x_3\to x_2\); the second is the self-loop at \(x_4\):

Equation
\[L_1 = 3\times(-1) = -3, \qquad L_2 = -2\]

\(L_1\) occupies nodes \(x_2\) and \(x_3\) only, while \(L_2\) occupies node \(x_4\) only, so the two loops share no node and form one non-touching pair:

Equation
\[\Delta = 1-(L_1+L_2)+L_1L_2 = 1-(-3-2)+(-3)(-2) = 1+5+6 = 12\]

Path \(P_1\) passes through \(x_2\), \(x_3\) and \(x_4\), so it touches both loops and \(\Delta_1=1\). Path \(P_2\) passes through \(x_2\) (shared with \(L_1\)) and \(x_4\) (shared with \(L_2\)), so it also touches both loops and \(\Delta_2=1\).

Equation
\[T=\frac{P_1\Delta_1+P_2\Delta_2}{\Delta}=\frac{24+10}{12}=\frac{34}{12}=2.8333\]
Final Answer
Correct answer: 2.83
Question 03 · 1 mark

Question 3

The closed-loop transfer function of a second-order system is \(\dfrac{C(s)}{R(s)}=\dfrac{25}{s^{2}+6s+25}\). The percentage peak overshoot of its unit-step response is closest to

  1. 4.60 %
  2. 9.48 %
  3. 16.30 %
  4. 25.38 %

Solution

Compare with the standard second-order form \(\dfrac{\omega_n^{2}}{s^{2}+2\zeta\omega_n s+\omega_n^{2}}\) (see Chapter 8).

Equation
\[\omega_n^{2}=25 \Rightarrow \omega_n = 5~\text{rad/s}, \qquad 2\zeta\omega_n = 6 \Rightarrow \zeta = \frac{6}{2\times 5}=0.6\]

The system is underdamped, so the peak overshoot is

Equation
\[M_p = \exp\!\left(\frac{-\pi\zeta}{\sqrt{1-\zeta^{2}}}\right) = \exp\!\left(\frac{-\pi(0.6)}{\sqrt{1-0.36}}\right) = \exp\!\left(\frac{-1.8850}{0.8}\right) = e^{-2.3562}\]
Equation
\[M_p = 0.0948 \Rightarrow \%M_p = 9.48\%\]
B
Final Answer
Correct answer: (B) 9.48 %.
Question 04 · 2 marks

Question 4

A plant \(G(s)=\dfrac{5}{(s+1)(s+3)}\) is placed in a unity negative feedback loop with a cascaded PI controller \(G_c(s)=K_p+\dfrac{K_i}{s}\). The steady-state error of the closed-loop system to a unit-ramp input \(r(t)=t\,u(t)\) is required to be \(0.1\). The value of \(K_i\) is _____.

Solution

The integral action of the PI controller adds one pole at the origin, so the open-loop transfer function becomes type 1 (see Chapter 19):

Equation
\[L(s)=G_c(s)G(s)=\left(\frac{K_p s + K_i}{s}\right)\frac{5}{(s+1)(s+3)}=\frac{5(K_p s + K_i)}{s(s+1)(s+3)}\]

For a type-1 system the ramp error is governed by the velocity error constant (Chapter 9):

Equation
\[K_v=\lim_{s\to 0}sL(s)=\lim_{s\to 0}\frac{5(K_p s + K_i)}{(s+1)(s+3)}=\frac{5K_i}{1\times 3}=\frac{5K_i}{3}\]
Equation
\[e_{ss}=\frac{1}{K_v}=\frac{3}{5K_i}=0.1 \Rightarrow 5K_i = 30 \Rightarrow K_i = 6\]

Note that \(K_p\) does not appear in \(K_v\); it does however affect stability. With \(K_i=6\) the characteristic equation is \(s^{3}+4s^{2}+(3+5K_p)s+30=0\), and the Routh condition \(4(3+5K_p)>30\) requires \(K_p>0.9\) for the design to be usable.

Final Answer
Correct answer: \(K_i = 6\)
Question 05 · 2 marks

Question 5

The characteristic equation of a closed-loop system is \(s^{4}+6s^{3}+11s^{2}+6s+K=0\). The range of the real parameter \(K\) for which all roots lie in the left half of the \(s\)-plane is

  1. \(0 < K < 10\)
  2. \(0 < K < 6\)
  3. \(0 < K < 11\)
  4. \(K > 10\)

Solution

Build the Routh array (Chapter 11). The first two rows are read off from the coefficients:

Equation
\[\begin{array}{c|ccc} s^{4} & 1 & 11 & K\\ s^{3} & 6 & 6 & 0 \end{array}\]

The \(s^{2}\) row follows from the usual determinant rule:

Equation
\[b_1=\frac{6\times 11-1\times 6}{6}=\frac{60}{6}=10, \qquad b_2=\frac{6\times K-1\times 0}{6}=K\]

The \(s^{1}\) row uses the \(s^{3}\) and \(s^{2}\) rows:

Equation
\[c_1=\frac{b_1\times 6-6\times b_2}{b_1}=\frac{10\times 6-6K}{10}=\frac{60-6K}{10}\]

The last row is simply \(s^{0}: K\). The completed array is

Equation
\[\begin{array}{c|ccc} s^{4} & 1 & 11 & K\\ s^{3} & 6 & 6 & 0\\ s^{2} & 10 & K & \\ s^{1} & \dfrac{60-6K}{10} & & \\ s^{0} & K & & \end{array}\]

All entries of the first column must be positive for stability:

Equation
\[\frac{60-6K}{10}>0 \Rightarrow K<10, \qquad K>0\]

At \(K=10\) the \(s^{1}\) row vanishes and the auxiliary polynomial \(10s^{2}+10=0\) places a pair of roots at \(s=\pm j1\), confirming that \(K=10\) is the marginal-stability limit.

A
Final Answer
Correct answer: (A) \(0 < K < 10\).
Question 06 · 2 marks

Question 6

The open-loop transfer function of a unity negative feedback system is \(G(s)H(s)=\dfrac{K}{s(s+2)(s+6)}\) with \(K>0\). The breakaway point of the root locus on the real axis is at \(s=\) _____ (round off to 2 decimal places).

Solution

The open-loop poles are at \(0,-2,-6\) and there are no finite zeros. A point on the real axis belongs to the locus when the number of real poles and zeros to its right is odd (Chapter 12). Counting: the segment \(-2<\sigma<0\) has one pole to its right and is on the locus; the segment \(-6<\sigma<-2\) has two and is not; the segment \(\sigma<-6\) has three and is on the locus. Two branches leave the origin and \(-2\) towards each other, so a breakaway point must exist between \(-2\) and \(0\).

Breakaway points satisfy \(dK/ds=0\), which for a pole-only open loop reduces to

Equation
\[\sum_{i}\frac{1}{\sigma-p_i}=0 \Rightarrow \frac{1}{\sigma}+\frac{1}{\sigma+2}+\frac{1}{\sigma+6}=0\]

Multiply through by \(\sigma(\sigma+2)(\sigma+6)\):

Equation
\[(\sigma+2)(\sigma+6)+\sigma(\sigma+6)+\sigma(\sigma+2)=0\]
Equation
\[(\sigma^{2}+8\sigma+12)+(\sigma^{2}+6\sigma)+(\sigma^{2}+2\sigma)=3\sigma^{2}+16\sigma+12=0\]
Equation
\[\sigma=\frac{-16\pm\sqrt{16^{2}-4(3)(12)}}{2(3)}=\frac{-16\pm\sqrt{112}}{6}=\frac{-16\pm 10.5830}{6}\]
Equation
\[\sigma_1=-0.9028, \qquad \sigma_2=-4.4305\]

Only \(\sigma_1\) lies on a locus segment; \(\sigma_2=-4.43\) falls in \(-6<\sigma<-2\), which was shown above not to be part of the locus, so it is rejected.

Final Answer
Correct answer: \(s=-0.90\)
Question 07 · 2 marks

Question 7

A unity negative feedback system has open-loop transfer function \(G(s)=\dfrac{40}{s(s+2)(s+4)}\). The gain margin of the system is _____ dB (round off to 2 decimal places).

Solution

The gain margin is measured at the phase-crossover frequency \(\omega_{pc}\), where the phase reaches \(-180^\circ\) (Chapter 17). The phase of \(G(j\omega)\) is

Equation
\[\angle G(j\omega)=-90^\circ-\tan^{-1}\!\frac{\omega}{2}-\tan^{-1}\!\frac{\omega}{4}\]

Setting this to \(-180^\circ\) gives \(\tan^{-1}(\omega/2)+\tan^{-1}(\omega/4)=90^\circ\). Two angles sum to \(90^\circ\) only when their tangents are reciprocals, so

Equation
\[\frac{\omega}{2}=\frac{4}{\omega} \Rightarrow \omega^{2}=8 \Rightarrow \omega_{pc}=2\sqrt{2}=2.8284~\text{rad/s}\]

Evaluate the magnitude there. With \(\omega^{2}=8\),

Equation
\[|G(j\omega_{pc})|=\frac{40}{\omega\sqrt{\omega^{2}+4}\;\sqrt{\omega^{2}+16}}=\frac{40}{2.8284\times\sqrt{12}\times\sqrt{24}}=\frac{40}{2.8284\times 16.9706}=\frac{40}{48}\]

So \(|G(j\omega_{pc})|=0.8333\) and the gain margin as a ratio is its reciprocal:

Equation
\[GM=\frac{1}{|G(j\omega_{pc})|}=\frac{48}{40}=1.2\]
Equation
\[GM_{dB}=20\log_{10}(1.2)=20\times 0.07918=1.5836~\text{dB}\]

The gain margin is positive but small, so the loop gain could only be raised by 20 % before the system becomes unstable. This is consistent with the Routh limit: the characteristic equation \(s^{3}+6s^{2}+8s+K=0\) is marginally stable at \(K=48\), and the given gain is \(K=40\).

Final Answer
Correct answer: 1.58 dB
Question 08 · 1 mark

Question 8

The open-loop transfer function \(G(s)H(s)\) of a feedback system has two poles in the right half of the \(s\)-plane and no right-half-plane zeros. When the complete Nyquist contour is mapped, the resulting Nyquist plot of \(G(s)H(s)\) encircles the point \(-1+j0\) twice in the anticlockwise direction. The number of closed-loop poles in the right half of the \(s\)-plane is

  1. 0
  2. 1
  3. 2
  4. 4

Solution

The Nyquist criterion applies the principle of the argument to \(F(s)=1+G(s)H(s)\), whose zeros are the closed-loop poles and whose poles are the open-loop poles (Chapter 16). Counting anticlockwise encirclements of \(-1+j0\) as positive,

Equation
\[N = P - Z\]

where \(P\) is the number of open-loop poles and \(Z\) the number of closed-loop poles inside the right half plane. Here \(P=2\) and \(N=+2\), so

Equation
\[Z = P - N = 2 - 2 = 0\]

No closed-loop pole lies in the right half plane, so this open-loop-unstable plant has been stabilised by the feedback loop.

A
Final Answer
Correct answer: (A) 0.
Question 09 · 2 marks

Question 9

A lead compensator of the form \(G_c(s)=\dfrac{1+\alpha T s}{1+T s}\), with \(\alpha>1\), is to provide a maximum phase lead of \(30^\circ\) at a frequency of \(6\) rad/s. The compensator pole lies at \(s=-p\). The value of \(p\) is _____ rad/s (round off to 2 decimal places).

Solution

For this compensator the maximum phase lead and the frequency at which it occurs are (Chapter 21)

Equation
\[\sin\phi_m=\frac{\alpha-1}{\alpha+1}, \qquad \omega_m=\frac{1}{T\sqrt{\alpha}}\]

First find \(\alpha\) from the required lead of \(30^\circ\):

Equation
\[\sin 30^\circ = 0.5 = \frac{\alpha-1}{\alpha+1} \Rightarrow \alpha-1 = 0.5\alpha+0.5 \Rightarrow 0.5\alpha = 1.5 \Rightarrow \alpha = 3\]

Now impose \(\omega_m = 6\) rad/s to find \(T\):

Equation
\[6=\frac{1}{T\sqrt{3}} \Rightarrow T=\frac{1}{6\sqrt{3}}=\frac{1}{10.3923}=0.09623~\text{s}\]

The compensator has a zero at \(s=-1/(\alpha T)\) and a pole at \(s=-1/T\):

Equation
\[p=\frac{1}{T}=6\sqrt{3}=10.3923~\text{rad/s}, \qquad \frac{1}{\alpha T}=\frac{10.3923}{3}=3.4641~\text{rad/s}\]

As a check, \(\omega_m\) must be the geometric mean of the zero and pole corner frequencies: \(\sqrt{3.4641\times 10.3923}=\sqrt{36}=6\) rad/s, as required.

Final Answer
Correct answer: \(p = 10.39\) rad/s
Question 10 · 2 marks

Question 10

A system is described in state-variable form by \(\dot{x}=Ax+Bu\) with \(A=\begin{bmatrix} 0 & 1 \\ -2 & -3 \end{bmatrix}\) and \(B=\begin{bmatrix} 0 \\ 1 \end{bmatrix}\). Full state feedback \(u=-Kx\) with \(K=\begin{bmatrix} k_1 & k_2 \end{bmatrix}\) is applied to place the closed-loop poles at \(s=-4\pm j4\). The value of \(k_1\) is _____.

Solution

First confirm that the poles can be placed arbitrarily by checking controllability (Chapter 25):

Equation
\[AB=\begin{bmatrix} 0 & 1 \\ -2 & -3 \end{bmatrix}\begin{bmatrix} 0 \\ 1 \end{bmatrix}=\begin{bmatrix} 1 \\ -3 \end{bmatrix}, \qquad Q_c=\begin{bmatrix} B & AB \end{bmatrix}=\begin{bmatrix} 0 & 1 \\ 1 & -3 \end{bmatrix}\]

\(\det Q_c = (0)(-3)-(1)(1) = -1 \neq 0\), so the pair is controllable. Form the closed-loop matrix (Chapter 26):

Equation
\[BK=\begin{bmatrix} 0 \\ 1 \end{bmatrix}\begin{bmatrix} k_1 & k_2 \end{bmatrix}=\begin{bmatrix} 0 & 0 \\ k_1 & k_2 \end{bmatrix}, \qquad A-BK=\begin{bmatrix} 0 & 1 \\ -2-k_1 & -3-k_2 \end{bmatrix}\]
Equation
\[\det\left(sI-(A-BK)\right)=\begin{vmatrix} s & -1 \\ 2+k_1 & s+3+k_2 \end{vmatrix}=s^{2}+(3+k_2)s+(2+k_1)\]

The desired characteristic polynomial for poles at \(-4\pm j4\) is

Equation
\[(s+4-j4)(s+4+j4)=(s+4)^{2}+16=s^{2}+8s+32\]

Matching coefficients term by term:

Equation
\[3+k_2 = 8 \Rightarrow k_2 = 5, \qquad 2+k_1 = 32 \Rightarrow k_1 = 30\]

So \(K=\begin{bmatrix} 30 & 5 \end{bmatrix}\).

Final Answer
Correct answer: \(k_1 = 30\)
Previous2025
GATE Control Systems