About this set. These are original practice questions written
in GATE style for the 2026 Engineering Mathematics syllabus, with fully worked
solutions. They are not reproductions of the official GATE 2026 question paper.
1 mark, multiple choice. Let \(A = \begin{bmatrix} 4 & 1 \\ 2 & 3 \end{bmatrix}\) and let \(I\) denote the \(2\times 2\) identity matrix. The inverse \(A^{-1}\) is
- \(\dfrac{1}{10}\,(7I - A)\)
- \(\dfrac{1}{10}\,(A - 7I)\)
- \(10I - 7A\)
- \(\dfrac{1}{7}\,(A - 10I)\)
Solution
The characteristic polynomial of \(A\) is built from its trace and determinant:
Equation
\[\operatorname{tr}A = 4 + 3 = 7, \qquad \det A = 4\times 3 - 1\times 2 = 10\]
Equation
\[\lambda^{2} - 7\lambda + 10 = 0\]
By the Cayley-Hamilton theorem the matrix satisfies its own characteristic equation:
Equation
\[A^{2} - 7A + 10 I = 0\]
Since \(\det A = 10 \neq 0\), the inverse exists. Multiplying throughout by \(A^{-1}\) and rearranging,
Equation
\[A - 7I + 10 A^{-1} = 0 \quad\Longrightarrow\quad A^{-1} = \frac{1}{10}\,(7I - A)\]
Checking directly,
Equation
\[\frac{1}{10}(7I - A) = \frac{1}{10}\begin{bmatrix} 3 & -1 \\ -2 & 4 \end{bmatrix} = \frac{1}{\det A}\operatorname{adj}A\]
which is precisely the adjugate formula for the inverse of a \(2\times 2\) matrix. Background: Matrices.
A
Final Answer
Correct answer: (A) \(\frac{1}{10}(7I - A)\).
2 marks, numerical answer. Let \(A = \begin{bmatrix} 3 & 1 & 1 \\ 1 & 3 & 1 \\ 1 & 1 & 3 \end{bmatrix}\). The sum of the eigenvalues of \(A^{-1}\), rounded off to one decimal place, is _____.
Solution
Write \(A\) as a multiple of the identity plus the all-ones matrix \(J\):
Equation
\[A = 2I + J, \qquad J = \begin{bmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{bmatrix}\]
The rank of \(J\) is 1, so \(J\) has eigenvalue 0 with multiplicity 2. Its remaining eigenvalue equals its trace, namely 3, with eigenvector \((1,1,1)^{T}\). Adding \(2I\) shifts every eigenvalue by 2:
Equation
\[\lambda(A) = 2 + \{3,\,0,\,0\} = \{5,\,2,\,2\}\]
As a check, \(\operatorname{tr}A = 9 = 5 + 2 + 2\) and \(\det A = 5\times 2\times 2 = 20\). Since \(A\) is invertible, the eigenvalues of \(A^{-1}\) are the reciprocals of those of \(A\):
Equation
\[\lambda(A^{-1}) = \left\{\tfrac{1}{5},\,\tfrac{1}{2},\,\tfrac{1}{2}\right\}\]
Equation
\[\sum \lambda(A^{-1}) = 0.2 + 0.5 + 0.5 = 1.2\]
The same number follows from \(\sum\lambda(A^{-1}) = \operatorname{tr}(A^{-1}) = \operatorname{tr}(\operatorname{adj}A)/\det A\). Each diagonal cofactor of \(A\) is \(\det\begin{bmatrix} 3 & 1 \\ 1 & 3\end{bmatrix} = 8\), so \(\operatorname{tr}(\operatorname{adj}A) = 24\) and \(24/20 = 1.2\). Background: Determinants.
✓
Final Answer
Correct answer: 1.2.
1 mark, numerical answer. The value of the limit
Equation
\[\lim_{x \to 0} \frac{e^{2x} - 1 - 2x}{x^{2}}\]
is _____.
Solution
Both numerator and denominator vanish at \(x = 0\), so the limit is of the \(0/0\) form. Expanding the exponential as a Maclaurin series,
Equation
\[e^{2x} = 1 + 2x + \frac{(2x)^{2}}{2!} + \frac{(2x)^{3}}{3!} + \cdots = 1 + 2x + 2x^{2} + \frac{4}{3}x^{3} + \cdots\]
The first two terms cancel against \(-1-2x\), leaving
Equation
\[\frac{e^{2x} - 1 - 2x}{x^{2}} = \frac{2x^{2} + \tfrac{4}{3}x^{3} + \cdots}{x^{2}} = 2 + \frac{4}{3}x + \cdots \;\longrightarrow\; 2\]
The same answer follows from two applications of L'Hopital's rule:
Equation
\[\lim_{x\to 0}\frac{2e^{2x} - 2}{2x} = \lim_{x\to 0}\frac{4e^{2x}}{2} = \frac{4}{2} = 2\]
Background: Functions, limits and continuity.
✓
Final Answer
Correct answer: 2.
2 marks, numerical answer. A scalar field is defined by \(f(x,y,z) = x^{2}y + y z^{2}\). The maximum rate of increase of \(f\) at the point \((1,\,2,\,-1)\), taken over all possible unit directions, is _____.
Solution
The directional derivative of \(f\) along a unit vector \(\hat{u}\) is \(\nabla f \cdot \hat{u} = |\nabla f|\cos\theta\), where \(\theta\) is the angle between \(\hat{u}\) and the gradient. This is largest when \(\theta = 0\), so the maximum rate of increase is the magnitude of the gradient.
Equation
\[\nabla f = \left(\frac{\partial f}{\partial x},\; \frac{\partial f}{\partial y},\; \frac{\partial f}{\partial z}\right) = \left(2xy,\;\; x^{2} + z^{2},\;\; 2yz\right)\]
Evaluating at \(x = 1\), \(y = 2\), \(z = -1\):
Equation
\[\nabla f\big|_{(1,2,-1)} = \left(2(1)(2),\;\; 1^{2} + (-1)^{2},\;\; 2(2)(-1)\right) = (4,\;2,\;-4)\]
Equation
\[|\nabla f| = \sqrt{4^{2} + 2^{2} + (-4)^{2}} = \sqrt{16 + 4 + 16} = \sqrt{36} = 6\]
The direction in which this maximum is attained is the unit vector \((4,2,-4)/6 = (2/3,\,1/3,\,-2/3)\). Background: Differentiability and differentiation.
✓
Final Answer
Correct answer: 6.
1 mark, multiple choice. The solution of the initial value problem
Equation
\[\frac{dy}{dx} + y\tan x = \sec x, \qquad y(0) = 0\]
on the interval \(-\pi/2 \lt x \lt \pi/2\) is
- \(y = \tan x\)
- \(y = 1 - \cos x\)
- \(y = \sin x\)
- \(y = x\cos x\)
Solution
The equation is linear and first order, of the form \(y' + P(x)y = Q(x)\) with \(P = \tan x\). Its integrating factor is
Equation
\[\mu(x) = e^{\int \tan x\,dx} = e^{\ln|\sec x|} = \sec x\]
Multiplying through by \(\sec x\) makes the left side an exact derivative:
Equation
\[\frac{d}{dx}\left(y\sec x\right) = \sec x \cdot \sec x = \sec^{2}x\]
Equation
\[y\sec x = \int \sec^{2}x\,dx = \tan x + C\]
Applying \(y(0) = 0\), and noting \(\sec 0 = 1\) and \(\tan 0 = 0\), gives \(C = 0\). Hence
Equation
\[y = \frac{\tan x}{\sec x} = \frac{\sin x/\cos x}{1/\cos x} = \sin x\]
Verification: with \(y = \sin x\), the left side is \(\cos x + \sin x\tan x = \cos x + \sin^{2}x/\cos x = (\cos^{2}x + \sin^{2}x)/\cos x = \sec x\), which matches the right side. Background: Differential equations.
C
Final Answer
Correct answer: (C) \(y = \sin x\).
2 marks, numerical answer. The function \(y(t)\) satisfies
Equation
\[\frac{d^{2}y}{dt^{2}} + 4\frac{dy}{dt} + 4y = 0, \qquad y(0) = 1, \qquad \left.\frac{dy}{dt}\right|_{t=0} = 1\]
The value of \(y\) at \(t = 0.5\), rounded off to four decimal places, is _____.
Solution
The auxiliary equation is
Equation
\[m^{2} + 4m + 4 = 0 \quad\Longrightarrow\quad (m+2)^{2} = 0 \quad\Longrightarrow\quad m = -2,\,-2\]
The root is repeated, so the general solution carries an extra factor of \(t\) on the second term:
Equation
\[y(t) = (A + Bt)\,e^{-2t}\]
Applying the first condition, \(y(0) = A = 1\). Differentiating,
Equation
\[\frac{dy}{dt} = B e^{-2t} - 2(A + Bt)e^{-2t} = \left(B - 2A - 2Bt\right)e^{-2t}\]
Equation
\[\left.\frac{dy}{dt}\right|_{t=0} = B - 2A = 1 \quad\Longrightarrow\quad B = 1 + 2(1) = 3\]
Equation
\[y(t) = (1 + 3t)\,e^{-2t}\]
At \(t = 0.5\), with \(e^{-1} = 0.3678794\),
Equation
\[y(0.5) = (1 + 1.5)\,e^{-1} = 2.5 \times 0.3678794 = 0.9196986 \approx 0.9197\]
The response is critically damped: it rises to a single maximum at \(t = 1/6\) and then decays without oscillation. Background: Differential equations.
✓
Final Answer
Correct answer: 0.9197.
1 mark, multiple choice. Let \(C\) be the circle \(|z| = 2\) traversed once in the counter-clockwise sense. The value of the contour integral
Equation
\[\oint_{C} \frac{z}{(z-1)(z-3)}\,dz\]
is
- \(2\pi i\)
- \(-\pi i\)
- \(\pi i\)
- \(0\)
Solution
The integrand has simple poles at \(z = 1\) and \(z = 3\). Only the pole at \(z = 1\) lies inside \(C\), since \(|1| = 1\) is less than 2 while \(|3| = 3\) is greater than 2. The residue theorem therefore involves a single residue.
Equation
\[\operatorname{Res}_{z=1} \frac{z}{(z-1)(z-3)} = \lim_{z\to 1}(z-1)\frac{z}{(z-1)(z-3)} = \frac{1}{1-3} = -\frac{1}{2}\]
Equation
\[\oint_{C} \frac{z}{(z-1)(z-3)}\,dz = 2\pi i \left(-\frac{1}{2}\right) = -\pi i\]
Equivalently, writing \(f(z) = z/(z-3)\), which is analytic inside and on \(C\), Cauchy's integral formula gives \(2\pi i\, f(1) = 2\pi i \times \frac{1}{-2} = -\pi i\). Background: Complex numbers.
B
Final Answer
Correct answer: (B) \(-\pi i\).
2 marks, numerical answer. Box A contains 3 red and 2 white balls. Box B contains 2 red and 4 white balls. One box is selected at random, each box being equally likely, and a single ball is drawn at random from it. The drawn ball turns out to be red. The probability that it came from box A, rounded off to two decimal places, is _____.
Solution
Let \(A\) and \(B\) denote the events that box A and box B are selected, and let \(R\) denote the event that the drawn ball is red. The prior probabilities and the conditional probabilities are
Equation
\[P(A) = P(B) = \frac{1}{2}, \qquad P(R\mid A) = \frac{3}{5} = 0.6, \qquad P(R\mid B) = \frac{2}{6} = 0.3333\]
By the law of total probability,
Equation
\[P(R) = P(A)P(R\mid A) + P(B)P(R\mid B) = \tfrac{1}{2}(0.6) + \tfrac{1}{2}(0.3333) = 0.3 + 0.16667 = 0.46667\]
Bayes' theorem then reverses the conditioning:
Equation
\[P(A\mid R) = \frac{P(A)P(R\mid A)}{P(R)} = \frac{0.3}{0.46667} = 0.642857\]
In exact fractions this is \(\dfrac{1/2 \times 3/5}{1/2 \times 3/5 + 1/2 \times 1/3} = \dfrac{3/10}{3/10 + 1/6} = \dfrac{9/30}{14/30} = \dfrac{9}{14} = 0.64\). Observing a red ball raises the probability of box A from 0.50 to 0.64, because box A is the richer source of red balls. Background: Probability.
✓
Final Answer
Correct answer: 0.64.
2 marks, numerical answer. The Newton-Raphson method is applied to \(f(x) = x^{3} - 2x - 5\) starting from \(x_{0} = 2\). The value of the second iterate \(x_{2}\), rounded off to four decimal places, is _____.
Solution
The Newton-Raphson iteration is
Equation
\[x_{n+1} = x_{n} - \frac{f(x_{n})}{f'(x_{n})}, \qquad f'(x) = 3x^{2} - 2\]
First iteration. At \(x_{0} = 2\),
Equation
\[f(2) = 8 - 4 - 5 = -1, \qquad f'(2) = 3(4) - 2 = 10\]
Equation
\[x_{1} = 2 - \frac{-1}{10} = 2.1\]
Second iteration. At \(x_{1} = 2.1\),
Equation
\[f(2.1) = 9.261 - 4.2 - 5 = 0.061, \qquad f'(2.1) = 3(4.41) - 2 = 11.23\]
Equation
\[x_{2} = 2.1 - \frac{0.061}{11.23} = 2.1 - 0.0054319 = 2.0945681 \approx 2.0946\]
The residual has fallen from \(-1\) to \(0.061\) and the correction from \(0.1\) to \(0.0054\), the roughly quadratic contraction expected of Newton-Raphson near a simple root. The exact root of \(x^{3} - 2x - 5 = 0\) is 2.0945515 to seven places, so two iterations already give four correct significant figures.
✓
Final Answer
Correct answer: 2.0946.
2 marks, multiple choice. The inverse Laplace transform of
Equation
\[F(s) = \frac{s+3}{s^{2} + 4s + 13}\]
for \(t \ge 0\) is
- \(e^{-2t}\left(\cos 3t + 3\sin 3t\right)\)
- \(e^{-2t}\left(\cos 3t - \tfrac{1}{3}\sin 3t\right)\)
- \(e^{-3t}\left(\cos 2t + \tfrac{1}{2}\sin 2t\right)\)
- \(e^{-2t}\left(\cos 3t + \tfrac{1}{3}\sin 3t\right)\)
Solution
Complete the square in the denominator. Since \(s^{2} + 4s + 13 = (s+2)^{2} + 9\), the poles sit at \(s = -2 \pm j3\), so the answer must decay as \(e^{-2t}\) and oscillate at 3 rad/s. Options (A), (B) and (D) share that envelope; option (C) has the damping and frequency interchanged and can be discarded at once.
Equation
\[F(s) = \frac{s+3}{(s+2)^{2} + 3^{2}} = \frac{(s+2) + 1}{(s+2)^{2} + 3^{2}}\]
Split the numerator so that each piece matches a standard shifted transform:
Equation
\[F(s) = \frac{s+2}{(s+2)^{2} + 3^{2}} + \frac{1}{3}\cdot\frac{3}{(s+2)^{2} + 3^{2}}\]
Using the first shifting theorem together with the pairs \(\mathcal{L}\{\cos\omega t\} = s/(s^{2}+\omega^{2})\) and \(\mathcal{L}\{\sin\omega t\} = \omega/(s^{2}+\omega^{2})\),
Equation
\[f(t) = e^{-2t}\cos 3t + \frac{1}{3}e^{-2t}\sin 3t = e^{-2t}\left(\cos 3t + \frac{1}{3}\sin 3t\right)\]
A quick check with the initial value theorem: \(f(0^{+}) = \lim_{s\to\infty} sF(s) = \lim_{s\to\infty} \frac{s^{2}+3s}{s^{2}+4s+13} = 1\), and the proposed \(f(t)\) gives \(f(0) = 1(1 + 0) = 1\). Background: Chapter 3: Laplace transform and transfer functions.
D
Final Answer
Correct answer: (D) \(e^{-2t}\left(\cos 3t + \frac{1}{3}\sin 3t\right)\).