GATE Practice Set

GATE 2007 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 2007 Control Systems syllabus, with fully worked solutions. They are not reproductions of the official 2007 question paper.
Question 01

Question 1

[1 mark] The closed-loop transfer function of a unity-feedback position control system is

Equation
\[T(s)=\frac{36}{s^{2}+4.8\,s+36}\]

The peak overshoot of the unit-step response is closest to

  1. 16.3 %
  2. 25.4 %
  3. 30.5 %
  4. 40.0 %

Solution

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

Equation
\[\omega_n^{2}=36 \Rightarrow \omega_n=6~\text{rad/s},\qquad 2\zeta\omega_n=4.8 \Rightarrow \zeta=\frac{4.8}{12}=0.4\]

The peak overshoot of an underdamped second-order system depends on \(\zeta\) alone:

Equation
\[M_p=\exp\!\left(\frac{-\pi\zeta}{\sqrt{1-\zeta^{2}}}\right)=\exp\!\left(\frac{-\pi(0.4)}{\sqrt{1-0.16}}\right)=\exp\!\left(\frac{-1.2566}{0.9165}\right)=e^{-1.3711}=0.2538\]

So the overshoot is \(25.38\%\), which rounds to 25.4 %.

B
Final Answer
Correct answer: (B) 25.4 %.
Question 02

Question 2

[2 marks] A unity-negative-feedback system has the open-loop transfer function

Equation
\[G(s)=\frac{K}{s(s+4)(s+10)},\qquad K \gt 0\]

The input is the ramp \(r(t)=5t\,u(t)\). The value of \(K\) that makes the steady-state error equal to 0.5 is _____.

Solution

The open loop has one pole at the origin, so the system is Type 1 and the relevant static error constant is the velocity constant \(K_v\) (see Chapter 9).

Equation
\[K_v=\lim_{s\to 0} sG(s)=\lim_{s\to 0}\frac{K}{(s+4)(s+10)}=\frac{K}{40}\]

For a ramp of slope \(A=5\), the steady-state error is \(e_{ss}=A/K_v\):

Equation
\[0.5=\frac{5}{K_v}\Rightarrow K_v=10\Rightarrow \frac{K}{40}=10\Rightarrow K=400\]

This value is only meaningful if the closed loop is stable. The characteristic equation is \(s^{3}+14s^{2}+40s+K=0\), and the Routh condition for a cubic \(s^3+a_2s^2+a_1s+a_0\) is \(a_2a_1 \gt a_0\), i.e. \(K \lt 14\times 40=560\). Since \(400 \lt 560\), the closed loop is stable and the answer is admissible.

Final Answer
Correct answer: K = 400.
Question 03

Question 3

[2 marks] The characteristic equation of a feedback system is

Equation
\[s^{4}+6s^{3}+11s^{2}+6s+K=0\]

The range of \(K\) for which all roots lie in the left half of the \(s\)-plane is

  1. \(0 \lt K \lt 6\)
  2. \(0 \lt K \lt 10\)
  3. \(0 \lt K \lt 16\)
  4. \(K \gt 10\)

Solution

Build the Routh array as in Chapter 11. The first two rows come from the coefficients:

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

The \(s^{2}\) row:

Equation
\[b_1=\frac{6(11)-1(6)}{6}=\frac{66-6}{6}=10,\qquad b_2=\frac{6(K)-1(0)}{6}=K\]

The \(s^{1}\) row:

Equation
\[c_1=\frac{10(6)-6(K)}{10}=\frac{60-6K}{10}=6-0.6K\]

The \(s^{0}\) row is \(K\). For no sign change in the first column we need

Equation
\[6-0.6K \gt 0 \Rightarrow K \lt 10, \qquad K \gt 0\]

A spot check confirms it: at \(K=9\) the roots are \(-2.973\pm j0.960\) and \(-0.027\pm j0.960\), all in the left half-plane, while at \(K=11\) two roots move to \(+0.025\pm j1.037\).

B
Final Answer
Correct answer: (B) \(0 \lt K \lt 10\).
Question 04

Question 4

[2 marks] A signal flow graph has five nodes \(R, x_2, x_3, x_4, C\) connected in a chain. The transmittances along the chain are \(R\to x_2\) of gain 1, \(x_2\to x_3\) of gain \(G_1\), \(x_3\to x_4\) of gain \(G_2\) and \(x_4\to C\) of gain \(G_3\). Three feedback branches are present: \(x_3\to x_2\) of gain \(-H_1\), \(x_4\to x_3\) of gain \(-H_2\), and \(C\to x_2\) of gain \(-1\). For \(G_1=2\), \(G_2=5\), \(G_3=1\), \(H_1=0.5\) and \(H_2=0.4\), the overall gain \(C/R\) is _____ (round to three decimal places).

Solution

Apply Mason's gain formula from Chapter 5. There is a single forward path from \(R\) to \(C\):

Equation
\[P_1=G_1G_2G_3\]

The individual loop gains are

Equation
\[L_1=-G_1H_1 \ (x_2\to x_3\to x_2),\quad L_2=-G_2H_2 \ (x_3\to x_4\to x_3),\quad L_3=-G_1G_2G_3 \ (\text{outer loop})\]

Every pair of loops shares at least one node: \(L_1\) and \(L_2\) share \(x_3\), and \(L_3\) passes through \(x_2, x_3, x_4\), so it touches both. There are therefore no non-touching loop products and

Equation
\[\Delta = 1-(L_1+L_2+L_3)=1+G_1H_1+G_2H_2+G_1G_2G_3\]

The forward path touches every loop, so \(\Delta_1=1\) and

Equation
\[\frac{C}{R}=\frac{G_1G_2G_3}{1+G_1H_1+G_2H_2+G_1G_2G_3}\]

Substituting the numbers, \(G_1G_2G_3=2\times 5\times 1=10\), \(G_1H_1=2\times 0.5=1\) and \(G_2H_2=5\times 0.4=2\):

Equation
\[\frac{C}{R}=\frac{10}{1+1+2+10}=\frac{10}{14}=0.714\]
Final Answer
Correct answer: 0.714.
Question 05

Question 5

[2 marks] The root locus of a unity-feedback system with

Equation
\[G(s)H(s)=\frac{K}{s(s+2)(s+4)}\]

crosses the imaginary axis at a gain \(K\) and frequency \(\omega\) given by

  1. \(K=8,\ \omega=1.41\) rad/s
  2. \(K=16,\ \omega=2.00\) rad/s
  3. \(K=24,\ \omega=2.45\) rad/s
  4. \(K=48,\ \omega=2.83\) rad/s

Solution

The characteristic equation is

Equation
\[1+\frac{K}{s(s+2)(s+4)}=0 \Rightarrow s^{3}+6s^{2}+8s+K=0\]

The locus meets the imaginary axis where the Routh array develops a zero row (Chapter 12):

Equation
\[\begin{array}{c|cc} s^{3} & 1 & 8\\ s^{2} & 6 & K\\ s^{1} & \dfrac{48-K}{6} & 0\\ s^{0} & K & \end{array}\]

The \(s^{1}\) entry vanishes at \(K=48\). The crossing frequency comes from the auxiliary equation formed by the row above:

Equation
\[6s^{2}+K=0 \Rightarrow 6s^{2}+48=0 \Rightarrow s^{2}=-8 \Rightarrow s=\pm j2\sqrt{2}=\pm j2.83\]

Substituting \(K=48\) into the cubic gives roots \(-6\) and \(\pm j2.828\), confirming the crossing.

D
Final Answer
Correct answer: (D) \(K=48,\ \omega=2.83\) rad/s.
Question 06

Question 6

[2 marks] For the open-loop transfer function

Equation
\[G(s)H(s)=\frac{10}{s(s+1)}\]

the phase margin of the closed-loop system is _____ degrees (round to one decimal place).

Solution

The phase margin is measured at the gain crossover frequency \(\omega_{gc}\), where the magnitude is unity (Chapter 17).

Equation
\[|G(j\omega)H(j\omega)|=\frac{10}{\omega\sqrt{\omega^{2}+1}}=1 \Rightarrow \omega^{2}(\omega^{2}+1)=100\]

Put \(u=\omega^{2}\), so \(u^{2}+u-100=0\):

Equation
\[u=\frac{-1+\sqrt{1+400}}{2}=\frac{-1+20.025}{2}=9.5125 \Rightarrow \omega_{gc}=\sqrt{9.5125}=3.084~\text{rad/s}\]

The phase at that frequency is

Equation
\[\angle G(j\omega_{gc})H(j\omega_{gc}) = -90^{\circ}-\tan^{-1}(3.084) = -90^{\circ}-72.0^{\circ}=-162.0^{\circ}\]
Equation
\[\text{PM}=180^{\circ}+\angle G(j\omega_{gc})H(j\omega_{gc}) = 180^{\circ}-162.0^{\circ}=18.0^{\circ}\]

Carrying more digits gives \(\tan^{-1}(3.0842)=72.036^{\circ}\) and PM \(=17.96^{\circ}\).

Final Answer
Correct answer: 18.0 degrees (17.96 degrees).
Question 07

Question 7

[2 marks] A unity-feedback system has

Equation
\[G(s)H(s)=\frac{6}{(s+1)(s+2)(s+3)}\]

The gain margin and the phase crossover frequency are

  1. 10 dB at 1.73 rad/s
  2. 14 dB at 2.45 rad/s
  3. 20 dB at 3.32 rad/s
  4. 26 dB at 4.58 rad/s

Solution

Expand the denominator and substitute \(s=j\omega\):

Equation
\[(s+1)(s+2)(s+3)=s^{3}+6s^{2}+11s+6\]
Equation
\[(j\omega)^{3}+6(j\omega)^{2}+11(j\omega)+6 = (6-6\omega^{2}) + j\,(11\omega-\omega^{3})\]

The phase crossover is where the loop transfer function is real and negative, i.e. where the imaginary part of the denominator vanishes (Chapter 16):

Equation
\[\omega(11-\omega^{2})=0 \Rightarrow \omega_{pc}=\sqrt{11}=3.317~\text{rad/s}\]

At that frequency the denominator is purely real, \(6-6(11)=-60\), so

Equation
\[G(j\omega_{pc})H(j\omega_{pc}) = \frac{6}{-60}=-0.1\]
Equation
\[\text{GM}=\frac{1}{|G(j\omega_{pc})H(j\omega_{pc})|}=\frac{1}{0.1}=10 \Rightarrow 20\log_{10}(10)=20~\text{dB}\]

The Nyquist plot therefore crosses the negative real axis at \(-0.1\), well to the right of \(-1\), so the closed loop is stable with 20 dB of gain margin.

C
Final Answer
Correct answer: (C) 20 dB at 3.32 rad/s.
Question 08

Question 8

[2 marks] A linear time-invariant system is described by

Equation
\[\dot{x}(t)=\begin{bmatrix}0 & 1\\ -2 & -3\end{bmatrix}x(t),\qquad x(0)=\begin{bmatrix}1\\ 0\end{bmatrix}\]

The value of the first state variable \(x_1\) at \(t=\ln 2\) seconds is _____.

Solution

The zero-input response is \(x(t)=\Phi(t)x(0)\) with \(\Phi(t)=\mathcal{L}^{-1}\{(sI-A)^{-1}\}\) (Chapter 24).

Equation
\[sI-A=\begin{bmatrix}s & -1\\ 2 & s+3\end{bmatrix},\qquad \det(sI-A)=s(s+3)+2=s^{2}+3s+2=(s+1)(s+2)\]
Equation
\[(sI-A)^{-1}=\frac{1}{(s+1)(s+2)}\begin{bmatrix}s+3 & 1\\ -2 & s\end{bmatrix}\]

With \(x(0)=[1\ \ 0]^{T}\), only the first column matters:

Equation
\[X_1(s)=\frac{s+3}{(s+1)(s+2)}=\frac{2}{s+1}-\frac{1}{s+2}\]
Equation
\[x_1(t)=2e^{-t}-e^{-2t}\]

At \(t=\ln 2\), \(e^{-t}=\tfrac12\) and \(e^{-2t}=\tfrac14\):

Equation
\[x_1(\ln 2)=2\left(\frac{1}{2}\right)-\frac{1}{4}=1-0.25=0.75\]
Final Answer
Correct answer: 0.75.
Question 09

Question 9

[2 marks] A lead compensator of the form

Equation
\[G_c(s)=\frac{1+\alpha T s}{1+T s},\qquad \alpha \gt 1\]

must supply its maximum phase lead of \(30^{\circ}\) at \(\omega=4\) rad/s. The required value of \(T\) is _____ seconds (round to three 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 \(30^{\circ}\):

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

Then place \(\omega_m\) at 4 rad/s:

Equation
\[4=\frac{1}{T\sqrt{3}} \Rightarrow T=\frac{1}{4\sqrt{3}}=\frac{1}{6.928}=0.1443~\text{s}\]

The compensator is therefore \(G_c(s)=(1+0.433s)/(1+0.144s)\), with corner frequencies at \(1/(\alpha T)=2.31\) rad/s and \(1/T=6.93\) rad/s, whose geometric mean is \(\sqrt{2.31\times 6.93}=4\) rad/s as required.

Final Answer
Correct answer: T = 0.144 s (with \(\alpha=3\)).
PreviousGATE EE Index
GATE Control Systems