🇮🇳 GATE Mechanical Engineering · subject
GATE Mechanical Engineering Engineering Mathematics Syllabus
Every chapter and topic of Engineering Mathematics examined in GATE Mechanical Engineering — 6 chapters, 27 topics and 12 sub-topics, plus 51 flashcards written against it.
Engineering Mathematics syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Engineering Mathematics in GATE Mechanical Engineering, not a summary of it.
-
Linear Algebra
3 topics- Matrix algebra
- Systems of linear equations
- Eigen values and eigen vectors
-
Calculus
5 topics- Functions of single variable
- Limit
- Continuity and differentiability
- Mean value theorems
- Indeterminate forms
- Definite and improper integrals
- Double and triple integrals
- Partial derivatives
- Total derivative
- Taylor series (in one and two variables)
- Maxima and minima
- Fourier series
- Gradient, divergence and curl
- Vector identities
- Directional derivatives
- Line, surface and volume integrals
- Applications of Gauss, Stokes and Green’s theorems
- Functions of single variable
-
Differential equations
6 topics- First order equations (linear and nonlinear)
- Higher order linear differential equations with constant coefficients
- Euler-Cauchy equation
- Initial and boundary value problems
- Laplace transforms
- Solutions of heat, wave and Laplace's equations
-
Complex variables
4 topics- Analytic functions
- Cauchy-Riemann equations
- Cauchy’s integral theorem and integral formula
- Taylor and Laurent series
-
Probability and Statistics
6 topics- Definitions of probability
- Sampling theorems
- Conditional probability
- Mean, median, mode and standard deviation
- Random variables
- Binomial, Poisson and normal distributions
-
Numerical Methods
3 topics- Numerical solutions of linear and non-linear algebraic equations
- Integration by trapezoidal and Simpson’s rules
- Single and multi-step methods for differential equations
Engineering Mathematics flashcards for GATE Mechanical Engineering
21 of 51 cards from the Engineering Mathematics deck — real questions with worked answers.
What is the rank of a matrix?
The rank is the number of linearly independent rows (or columns), equivalently the order of the largest non-zero minor. For an $m \times n$ matrix, $\text{rank} \leq \min(m,n)$.
Define a symmetric matrix and a skew-symmetric matrix.
A matrix $A$ is symmetric if $A^{T} = A$ (so $a_{ij} = a_{ji}$), and skew-symmetric if $A^{T} = -A$ (so $a_{ij} = -a_{ji}$, forcing diagonal entries to be $0$).
When is a square matrix $A$ invertible (non-singular)?
$A$ is invertible iff $\det(A) \neq 0$, equivalently it has full rank, and its inverse is $A^{-1} = \frac{1}{\det(A)}\,\text{adj}(A)$.
State the key properties of determinants for $\det(AB)$ and $\det(A^{T})$.
$\det(AB) = \det(A)\det(B)$, $\det(A^{T}) = \det(A)$, $\det(A^{-1}) = \frac{1}{\det(A)}$, and for an $n \times n$ matrix $\det(kA) = k^{n}\det(A)$.
What is an orthogonal matrix and what is its key determinant property?
A matrix $Q$ is orthogonal if $Q^{T}Q = QQ^{T} = I$, so $Q^{-1} = Q^{T}$. Its determinant satisfies $\det(Q) = \pm 1$.
Define eigenvalues and eigenvectors of a square matrix $A$.
A scalar $\lambda$ and non-zero vector $\vec{x}$ satisfying $A\vec{x} = \lambda \vec{x}$ are an eigenvalue and corresponding eigenvector. They are found from the characteristic equation $\det(A - \lambda I) = 0$.
How are the trace and determinant of $A$ related to its eigenvalues $\lambda_{1}, \dots, \lambda_{n}$?
The trace equals the sum of eigenvalues: $\text{tr}(A) = \sum_{i} \lambda_{i}$, and the determinant equals their product: $\det(A) = \prod_{i} \lambda_{i}$.
State the Cayley–Hamilton theorem.
Every square matrix satisfies its own characteristic equation. If $p(\lambda) = \det(A - \lambda I)$, then $p(A) = 0$. This can be used to compute $A^{-1}$ and powers of $A$.
What are the eigenvalues of $A^{-1}$, $A^{T}$, and $A^{k}$ in terms of eigenvalues of $A$?
If $\lambda$ is an eigenvalue of $A$: $A^{-1}$ has eigenvalue $\frac{1}{\lambda}$, $A^{k}$ has eigenvalue $\lambda^{k}$, and $A^{T}$ has the same eigenvalue $\lambda$ (eigenvectors may differ).
What can be said about the eigenvalues of a real symmetric matrix?
All eigenvalues of a real symmetric matrix are real, and eigenvectors corresponding to distinct eigenvalues are orthogonal. Such a matrix is always diagonalizable by an orthogonal matrix.
State the Rank–Nullity (consistency) condition for the system $A\vec{x} = \vec{b}$.
The system is consistent iff $\text{rank}(A) = \text{rank}([A|\vec{b}])$. If this common rank equals $n$ (number of unknowns) there is a unique solution; if it is less than $n$ there are infinitely many solutions.
When does a homogeneous system $A\vec{x} = \vec{0}$ have non-trivial solutions?
It always has the trivial solution $\vec{x} = \vec{0}$. Non-trivial solutions exist iff $\text{rank}(A) < n$ (number of unknowns), equivalently $\det(A) = 0$ for a square $A$.
What is the number of independent solutions (dimension of the null space) of $A\vec{x} = \vec{0}$?
By the rank–nullity theorem, the number of linearly independent solutions is $n - \text{rank}(A)$, where $n$ is the number of unknowns.
Define the limit of a function: $\lim_{x \to a} f(x) = L$.
The limit is $L$ if for every $\varepsilon > 0$ there exists $\delta > 0$ such that $0 < |x - a| < \delta \implies |f(x) - L| < \varepsilon$. The limit exists iff the left- and right-hand limits are equal.
What is the condition for a function $f$ to be continuous at a point $x = a$?
$f$ is continuous at $a$ if (1) $f(a)$ is defined, (2) $\lim_{x \to a} f(x)$ exists, and (3) $\lim_{x \to a} f(x) = f(a)$.
State the relationship between differentiability and continuity.
If $f$ is differentiable at a point, then it is continuous there. The converse is false: continuity does not imply differentiability (e.g. $f(x) = |x|$ at $x = 0$).
State the definition of the derivative of $f$ at $x$ as a limit.
$$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$$ provided the limit exists.
State Rolle's theorem.
If $f$ is continuous on $[a,b]$, differentiable on $(a,b)$, and $f(a) = f(b)$, then there exists at least one $c \in (a,b)$ with $f'(c) = 0$.
State Lagrange's Mean Value Theorem.
If $f$ is continuous on $[a,b]$ and differentiable on $(a,b)$, then there exists $c \in (a,b)$ such that $$f'(c) = \frac{f(b) - f(a)}{b - a}.$$
State Cauchy's Mean Value Theorem.
If $f$ and $g$ are continuous on $[a,b]$, differentiable on $(a,b)$, and $g'(x) \neq 0$, then there exists $c \in (a,b)$ with $$\frac{f'(c)}{g'(c)} = \frac{f(b) - f(a)}{g(b) - g(a)}.$$
List the standard indeterminate forms.
The seven indeterminate forms are $\frac{0}{0}$, $\frac{\infty}{\infty}$, $0 \cdot \infty$, $\infty - \infty$, $0^{0}$, $1^{\infty}$, and $\infty^{0}$.
Planning Engineering Mathematics for GATE Mechanical Engineering
Engineering Mathematics is about 16% of the GATE Mechanical Engineering syllabus by topic count — 27 of 168 topics, spread over 6 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 25 hours.
The heaviest chapters are Differential equations (6 topics), Probability and Statistics (6 topics), Calculus (5 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Engineering Mathematics (GATE Mechanical Engineering) FAQ
What is in the GATE Mechanical Engineering Engineering Mathematics syllabus?
Engineering Mathematics is split into 6 chapters — Linear Algebra, Calculus, Differential equations, Complex variables, Probability and Statistics and Numerical Methods, containing 27 topics and 12 sub-topics in total.
How is Engineering Mathematics structured in the GATE Mechanical Engineering syllabus?
6 chapters. Engineering Mathematics accounts for about 16% of the topics in the whole GATE Mechanical Engineering syllabus (27 of 168).
How long should I spend on Engineering Mathematics for GATE Mechanical Engineering?
Budget around 25 hours for a first pass through Engineering Mathematics — about 45 minutes per topic plus 12 minutes per sub-topic across its 27 topics. Add revision cycles on top.
Are there flashcards for GATE Mechanical Engineering Engineering Mathematics?
Yes — a 51-card Engineering Mathematics deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.