GATE ME Engineering Mathematics Previous Year Questions

60 solved GATE ME questions on Engineering Mathematics, drawn from 5 exam years and grouped by year. Every question shows the official answer and a step-by-step solution.

Want to practise this topic and ask follow-up questions? Explore Success Tracker.

Revision companion

Engineering Mathematics: verify conditions before applying a formula

State the domain, convergence condition, or matrix property a method requires before substituting values. These selected foundations connect linear algebra, calculus, differential equations, probability, and numerical methods as they appear in the GATE ME syllabus. Each topic needs its own deeper study.

Our study notes and original examples support the PYQs below; they are not official exam questions or a replacement for the current syllabus.

Before you start

  • Single-variable limits, derivatives, definite integrals, and partial derivatives.
  • Matrix arithmetic, determinants, and basic probability with discrete outcomes.

Concepts to revise before solving

Linear algebra: eigenvalues and systems

Eigenvalues satisfy det(A - λI) = 0. For a 2x2 matrix, λ₁ + λ₂ = trace and λ₁λ₂ = determinant. A system Ax = b has a unique solution when det(A) ≠ 0. Rank deficiency introduces free variables or inconsistency depending on the augmented matrix.

Check yourself: Did you verify the determinant condition before claiming a unique solution?

Calculus: multivariable and integral theorems

Gradient points in the direction of steepest ascent. Stokes' and divergence theorems convert between line/surface integrals and area/volume integrals. Apply Green's theorem for 2D: ∮(P dx + Q dy) = ∬(∂Q/∂x - ∂P/∂y) dA over a simply connected region.

Check yourself: Is the region simply connected and the field continuously differentiable?

Ordinary differential equations

A first-order linear ODE dy/dx + P(x)y = Q(x) has integrating factor e^(∫P dx). For second-order constant-coefficient equations, the characteristic equation determines complementary solutions: distinct real roots give exponentials, repeated roots add a polynomial factor, complex roots give sinusoids.

Check yourself: Have you applied the initial or boundary conditions after finding the general solution?

Probability and statistics

For independent events, P(A ∩ B) = P(A)P(B). Bayes' theorem inverts conditional probability: P(A|B) = P(B|A)P(A)/P(B). The mean of a continuous distribution is ∫x f(x) dx; variance is E(X²) - [E(X)]². The normal distribution is characterized by mean and variance alone.

Check yourself: Are the events independent, or did you assume independence without justification?

Numerical methods

Newton-Raphson iterates x_{n+1} = x_n - f(x_n)/f'(x_n), converging quadratically near a simple root when f'(x_n) ≠ 0. The trapezoidal rule approximates ∫f dx with error proportional to h². Simpson's 1/3 rule requires an even number of intervals and has error proportional to h⁴.

Check yourself: Is f'(x_n) near zero, which would cause divergence or oscillation?

Mistakes to avoid

Computing eigenvalues from the wrong characteristic equation.
Use det(A - λI) = 0, not det(A + λI) or det(A) - λ. Expand the determinant carefully.
Forgetting the integrating factor when solving a first-order linear ODE.
Multiply the entire equation by e^(∫P dx) before integrating both sides.
Confusing P(A|B) with P(B|A).
These are different unless P(A) = P(B). Use Bayes' theorem to relate them.

Original teaching example · not a PYQ

Work through the reasoning

Original mini-example: find the eigenvalues of A = [[4, 2], [1, 3]].

  1. The characteristic equation is det(A - λI) = 0: (4 - λ)(3 - λ) - (2)(1) = 0.
  2. Expand: 12 - 4λ - 3λ + λ² - 2 = 0, which gives λ² - 7λ + 10 = 0.
  3. Factor: (λ - 5)(λ - 2) = 0, so λ₁ = 5 and λ₂ = 2.
  4. Verify: trace = 4 + 3 = 7 = 5 + 2. Determinant = 12 - 2 = 10 = 5 x 2. Both checks pass.

Eigenvalues are λ = 5 and λ = 2.

Try it before reading the answer

Apply one iteration of Newton-Raphson to f(x) = x² - 9 starting from x₀ = 4.

Show answer and reasoning

x₁ = 3.125.

f(4) = 16 - 9 = 7. f'(x) = 2x, so f'(4) = 8. x₁ = 4 - 7/8 = 4 - 0.875 = 3.125. The method converges toward the root x = 3.

Go deeper with free learning resources

Supplemental reading, not an official GATE reading list or an endorsement of these notes.

Apply this to the previous-year questions

Previous-year questions by year

This page shows 60 recent questions from the released archive, newest first. For older questions and complete papers, browse all GATE ME papers. Questions can carry more than one subject tag; counts are not marks weightage.

GATE ME 20269 questions

  1. Set 1 Q11Domain AA is bounded by curve x2=4yx^2 = 4y, ordinate x=2x = 2, and xx axis. The value of Aydxdy\iint_A y \, dxdy isMCQ · +1 marks · Easy
  2. Set 1 Q12Let φ\varphi be a scalar function. Then, φ\nabla\varphi isMCQ · +1 marks · Easy
  3. Set 1 Q13The order and degree of the following differential equation are mm and nn, respectively.…MCQ · +1 marks · Easy
  4. Set 1 Q14Newton-Raphson method for solving algebraic equations is based onMCQ · +1 marks · Easy
  5. Set 1 Q15The exact solution of 04dx1+x\int_0^4 \frac{dx}{1+x} is represented as nn. If mm represents numerically evaluated value of the above integral using Trapezoidal…MCQ · +1 marks · Medium
  6. Set 1 Q36If w=logez=loge(x+iy)w = \log_e z = \log_e (x + iy), where i=1i = \sqrt{-1}, then which one of the following statements is correct?MCQ · +2 marks · Medium
  7. Set 1 Q37Consider the following differential equation yx=3yt+y\frac{\partial y}{\partial x} = 3 \frac{\partial y}{\partial t} + y If y(x,0)=10e2xy(x, 0) = 10e^{-2x}, then the…MCQ · +2 marks · Medium
  8. Set 1 Q38Let f(t)f(t) be a function of tt defined for all positive values of tt. The Laplace transform of f(t)f(t) denoted by…MCQ · +2 marks · Medium
  9. Set 1 Q39A student council of 10 members consists of two students from engineering school, three students from science school and five students from arts school. The…MCQ · +2 marks · Medium

GATE ME 202512 questions

  1. Set 1 Q5PP and QQ play chess frequently against each other. Of these matches, PP has won 80% of the matches, drawn 15% of the matches and lost 5% of the matches. If…MCQ · +1 marks · Medium
  2. Set 1 Q10A final year student appears for placement interview in two companies, S and T. Based on her interview performance, she estimates the probability of receiving…MCQ · +2 marks · Medium
  3. Set 1 Q11Let A and B be real symmetric matrices of same size. Which one of the following options is correct?MCQ · +1 marks · Easy
  4. Set 1 Q12For the differential equation given below, which one of the following options is correct?…MCQ · +1 marks · Easy
  5. Set 1 Q13The divergence of the curl of a vector field isMCQ · +1 marks · Easy
  6. Set 1 Q14If two unbiased coins are tossed, then what is the probability of having at least one head?MCQ · +1 marks · Easy
  7. Set 1 Q31The values of a function ff obtained for different values of xx are shown in the table below. | xx | 0 | 0.25 | 0.5 | 0.75 | 1.0 | |---|---|---|---|---|---|…NAT · +1 marks · Easy
  8. Set 1 Q36In the closed interval [0,3][0, 3], the minimum value of the function ff given below is f(x)=2x39x2+12xf(x) = 2x^3 - 9x^2 + 12xMCQ · +2 marks · Easy
  9. Set 1 Q45If CC is the unit circle in the complex plane with its center at the origin, then the value of nn in the equation given below is __________ (rounded off to 1…NAT · +2 marks · Medium
  10. Set 1 Q46The directional derivative of the function ff given below at the point (1,0)(1, 0) in the direction of 12(i^+3j^)\frac{1}{2}(\hat{i} + \sqrt{3} \hat{j}) is ____________NAT · +2 marks · Medium
  11. Set 1 Q47Let yy be the solution of the differential equation with the initial conditions given below. If y(x=2)=Aln2y(x = 2) = A \ln 2, then the value of AA is ____________NAT · +2 marks · Medium
  12. Set 1 Q50Consider a velocity field V=3zi^+0j^+Cxk^\vec{V} = 3z \hat{i} + 0 \hat{j} + Cx \hat{k}, where CC is a constant. If the flow is irrotational, the value of CC is _________NAT · +2 marks · Easy

GATE ME 202410 questions

  1. Set 1 Q5Take two long dice (rectangular parallelepiped), each having four rectangular faces labelled as 2, 3, 5, and 7. If thrown, the long dice cannot land on the…MCQ · +1 marks · Medium
  2. Set 1 Q11In order to numerically solve the ordinary differential equation dydt=y\frac{dy}{dt} = -y for t>0t > 0, with an initial condition y(0)=1y(0) = 1, the following scheme…MCQ · +1 marks · Medium
  3. Set 1 Q12The value of the surface integral Szdxdy\oiint_S z dx dy where SS is the external surface of the sphere x2+y2+z2=R2x^2 + y^2 + z^2 = R^2 isMCQ · +1 marks · Medium
  4. Set 1 Q13Let f(z)f(z) be an analytic function, where z=x+iyz = x + iy. If the real part of f(z)f(z) is coshxcosy\cosh x \cos y, and the imaginary part of f(z)f(z) is zero for y=0y = 0,…MCQ · +1 marks · Medium
  5. Set 1 Q14Consider the system of linear equations x+2y+z=5x + 2y + z = 5 2x+ay+4z=122x + ay + 4z = 12 2x+4y+6z=b2x + 4y + 6z = b The values of aa and bb such that there exists a…MCQ · +1 marks · Medium
  6. Set 1 Q15Let f(.)f(.) be a twice differentiable function from R2R\mathbb{R}^2 \to \mathbb{R}. If p,x0R2\mathbf{p}, \mathbf{x_0} \in \mathbb{R}^2 where p\|\mathbf{p}\| is…MCQ · +1 marks · Medium
  7. Set 1 Q36The matrix [1a83]\begin{bmatrix} 1 & a \\ 8 & 3 \end{bmatrix} (where a>0a > 0) has a negative eigenvalue if aa is greater thanMCQ · +2 marks · Easy
  8. Set 1 Q42If the value of the double integral x=34y=12dydx(x+y)2\int_{x=3}^{4} \int_{y=1}^{2} \frac{dydx}{(x + y)^2} is loge(a/24)\log_e(a/24), then aa is ___________ (answer in integer).NAT · +2 marks · Medium
  9. Set 1 Q43If x(t)x(t) satisfies the differential equation tdxdt+(tx)=0t \frac{dx}{dt} + (t - x) = 0 subject to the condition x(1)=0x(1) = 0, then the value of x(2)x(2) is ________NAT · +2 marks · Medium
  10. Set 1 Q44Let XX be a continuous random variable defined on [0,1][0,1] such that its probability density function f(x)=1f(x) = 1 for 0x10 \leq x \leq 1 and 00 otherwise. Let…NAT · +2 marks · Medium

GATE ME 202311 questions

  1. Set 1 Q11A machine produces a defective component with a probability of 0.0150.015. The number of defective components in a packed box containing 200200 components produced…MCQ · +1 marks · Easy
  2. Set 1 Q12The figure shows the plot of a function over the interval [4,4][-4, 4]. Which one of the options given CORRECTLY identifies the function? [figure] ]MCQ · +1 marks · Easy
  3. Set 1 Q31A vector field B(x,y,z)=xi^+yj^2zk^\mathbf{B}(x, y, z) = x \hat{i} + y \hat{j} - 2z \hat{k} is defined over a conical region having height h=2h = 2, base radius r=3r = 3 and…NAT · +1 marks · Medium
  4. Set 1 Q32A linear transformation maps a point (x,y)(x, y) in the plane to the point (x^,y^)(\hat{x}, \hat{y}) according to the rule x^=3y,y^=2x.\hat{x} = 3y, \quad \hat{y} = 2x. Then,…NAT · +1 marks · Medium
  5. Set 1 Q33The value of kk that makes the complex-valued function f(z)=ekx(cos2yisin2y)f(z) = e^{-kx} (\cos 2y - i \sin 2y) analytic, where z=x+iyz = x + iy, is _________. (Answer in integer)NAT · +1 marks · Medium
  6. Set 1 Q36Which one of the options given is the inverse Laplace transform of 1s3s\frac{1}{s^3 - s}? u(t)u(t) denotes the unit-step function.MCQ · +2 marks · Easy
  7. Set 1 Q48The smallest perimeter that a rectangle with area of 4 square units can have is ______ units.NAT · +2 marks · Easy
  8. Set 1 Q49Consider the second-order linear ordinary differential equation x2d2ydx2+xdydxy=0,x1x^2 \frac{d^2y}{dx^2} + x \frac{dy}{dx} - y = 0, x \geq 1 with the initial conditions…NAT · +2 marks · Medium
  9. Set 1 Q50The initial value problem dydt+2y=0,y(0)=1\frac{dy}{dt} + 2y = 0, \quad y(0) = 1 is solved numerically using the forward Euler’s method with a constant and positive time…NAT · +2 marks · Medium
  10. Set 1 Q53A part, produced in high volumes, is dimensioned as shown. The machining process making this part is known to be statistically in control based on sampling…NAT · +2 marks · Hard
  11. Set 1 Q58The area moment of inertia about the yy-axis of a linearly tapered section shown in the figure is _____________ m4m^4. (Answer in integer) [figure]NAT · +2 marks · Medium

GATE ME 202218 questions

  1. Set 1 Q11The limit p=limxπ(x2+αx+2π2xπ+2sinx)p = \lim_{x \to \pi} \left( \frac{x^2 + \alpha x + 2\pi^2}{x - \pi + 2 \sin x} \right) has a finite value for a real α\alpha. The value of…MCQ · +1 marks · Medium
  2. Set 1 Q12Solution of 2T=0\nabla^2 T = 0 in a square domain (0<x<10 < x < 1 and 0<y<10 < y < 1) with boundary conditions: T(x,0)=xT(x, 0) = x; T(0,y)=yT(0, y) = y; T(x,1)=1+xT(x, 1) = 1 + x;…MCQ · +1 marks · Easy
  3. Set 1 Q13Given a function ϕ=12(x2+y2+z2)\phi = \frac{1}{2}(x^2 + y^2 + z^2) in three-dimensional Cartesian space, the value of the surface integral…MCQ · +1 marks · Medium
  4. Set 1 Q14The Fourier series expansion of x3x^3 in the interval 1x<1-1 \leq x < 1 with periodic continuation hasMCQ · +1 marks · Easy
  5. Set 1 Q15If A=[102k+53k3k+5]\mathbf{A} = \begin{bmatrix} 10 & 2k + 5 \\ 3k - 3 & k + 5 \end{bmatrix} is a symmetric matrix, the value of kk is ___________.MCQ · +1 marks · Easy
  6. Set 1 Q36The value of the integral (6z2z43z3+7z23z+5)dz\oint \left( \frac{6z}{2z^4 - 3z^3 + 7z^2 - 3z + 5} \right) dz evaluated over a counter-clockwise circular contour in the complex…MCQ · +2 marks · Medium
  7. Set 1 Q46The system of linear equations in real (x,y)(x, y) given by (xy)[252αα1]=(00)(x \quad y) \begin{bmatrix} 2 & 5 - 2\alpha \\ \alpha & 1 \end{bmatrix} = (0 \quad 0) involves a…MSQ · +2 marks · Medium
  8. Set 1 Q47Let a random variable XX follow Poisson distribution such that Prob(X=1)=Prob(X=2).Prob(X = 1) = Prob(X = 2). The value of Prob(X=3)Prob(X = 3) is __________ (round off to 2 decimal…NAT · +2 marks · Medium
  9. Set 1 Q48Consider two vectors: a=5i+7j+2k\vec{a} = 5 \mathbf{i} + 7 \mathbf{j} + 2 \mathbf{k} b=3ij+6k\vec{b} = 3 \mathbf{i} - \mathbf{j} + 6 \mathbf{k} Magnitude of the…NAT · +2 marks · Medium
  10. Set 2 Q3If f(x)=2ln(ex)f(x) = 2 \ln(\sqrt{e^x}), what is the area bounded by f(x)f(x) for the interval [0,2][0, 2] on the xx-axis?MCQ · +1 marks · Easy
  11. Set 2 Q11F(t)F(t) is a periodic square wave function as shown. It takes only two values, 4 and 0, and stays at each of these values for 1 second before changing. What is…MCQ · +1 marks · Easy
  12. Set 2 Q12Consider a cube of unit edge length and sides parallel to co-ordinate axes, with its centroid at the point (1, 2, 3). The surface integral…MCQ · +1 marks · Medium
  13. Set 2 Q13Consider the definite integral 12(4x2+2x+6)dx.\int_{1}^{2} (4x^2 + 2x + 6)dx. Let IeI_e be the exact value of the integral. If the same integral is estimated using…MCQ · +1 marks · Medium
  14. Set 2 Q14Given ex2dx=π\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}. If aa and bb are positive integers, the value of ea(x+b)2dx\int_{-\infty}^{\infty} e^{-a(x+b)^2} dx is…MCQ · +1 marks · Easy
  15. Set 2 Q15A polynomial ϕ(s)=ansn+an1sn1++a1s+a0\phi(s) = a_n s^n + a_{n-1} s^{n-1} + \dots + a_1 s + a_0 of degree n>3n > 3 with constant real coefficients an,an1,,a0a_n, a_{n-1}, \dots, a_0 has…MCQ · +1 marks · Easy
  16. Set 2 Q36For the exact differential equation, dudx=xu22+x2u,\frac{du}{dx} = \frac{-xu^2}{2+x^2u}, which one of the following is the solution?MCQ · +2 marks · Medium
  17. Set 2 Q46AA is a 3×53 \times 5 real matrix of rank 2. For the set of homogeneous equations Ax=0Ax = 0, where 00 is a zero vector and xx is a vector of unknown…MSQ · +2 marks · Medium
  18. Set 2 Q48If the sum and product of eigenvalues of a 2×22 \times 2 real matrix [3ppq]\begin{bmatrix} 3 & p \\ p & q \end{bmatrix} are 4 and 1-1 respectively, then p|p| is…NAT · +2 marks · Easy

Other GATE ME topics

Continue learning with Success Tracker

Keep working on Engineering Mathematics

Reading a solution is a useful start. In Success Tracker, you can attempt questions yourself, review mistakes and return to the topics that need another pass.

AI-powered practice· Unlimited practice on eligible plans
PYQs with solutions
Attempt available previous-year questions, then compare your reasoning with the worked solution. Coverage varies by stream.
Practice that adapts
Choose a topic, work on weaker areas and bookmark questions to revisit. Your attempts feed your progress tracking.
AI doubt support
Ask follow-up questions about a step or concept while practising, instead of stopping at the final answer.

Unlimited practice is available on eligible plans. Free practice and AI usage have limits; check the current plan allowances before choosing.

This page stays readable without an account. AI responses can be wrong; check them against the solution and source material.