🇮🇳 GATE Civil Engineering · flashcards
GATE Civil Engineering Engineering Mathematics Flashcards
51 question-and-answer cards covering Engineering Mathematics as it is examined in GATE Civil Engineering. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Engineering Mathematics deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
What is a Maclaurin series, and write the expansion of $e^{x}$.
A Maclaurin series is a Taylor series about $a = 0$. $$e^{x} = \sum_{n=0}^{\infty} \frac{x^{n}}{n!} = 1 + x + \frac{x^{2}}{2!} + \frac{x^{3}}{3!} + \cdots$$
Write the Maclaurin series expansions of $\sin x$ and $\cos x$.
$$\sin x = x - \frac{x^{3}}{3!} + \frac{x^{5}}{5!} - \cdots, \qquad \cos x = 1 - \frac{x^{2}}{2!} + \frac{x^{4}}{4!} - \cdots$$
State the Fundamental Theorem of Calculus (evaluation form).
If $F'(x) = f(x)$, then $$\int_{a}^{b} f(x)\,dx = F(b) - F(a)$$
State the integration by parts formula.
$$\int u\,dv = uv - \int v\,du$$
Write the formula for the area between two curves $y = f(x)$ and $y = g(x)$ from $x=a$ to $x=b$ (with $f \geq g$).
$$A = \int_{a}^{b} \big[f(x) - g(x)\big]\,dx$$
State the disk method formula for the volume of a solid of revolution about the $x$-axis.
$$V = \pi \int_{a}^{b} \big[f(x)\big]^{2}\,dx$$
Define the partial derivative $\frac{\partial f}{\partial x}$ of $f(x,y)$.
$$\frac{\partial f}{\partial x} = \lim_{h \to 0} \frac{f(x+h, y) - f(x, y)}{h}$$ the rate of change of $f$ with respect to $x$ holding $y$ constant.
State the total derivative (total differential) of $z = f(x, y)$.
$$dz = \frac{\partial f}{\partial x}\,dx + \frac{\partial f}{\partial y}\,dy$$
For $z = f(x,y)$ with $x = x(t)$, $y = y(t)$, write the chain rule for $\frac{dz}{dt}$.
$$\frac{dz}{dt} = \frac{\partial f}{\partial x}\frac{dx}{dt} + \frac{\partial f}{\partial y}\frac{dy}{dt}$$
Define the gradient of a scalar field $\phi(x,y,z)$.
$$\nabla \phi = \frac{\partial \phi}{\partial x}\hat{i} + \frac{\partial \phi}{\partial y}\hat{j} + \frac{\partial \phi}{\partial z}\hat{k}$$ It points in the direction of maximum increase of $\phi$.
Define the divergence of a vector field $\vec{F} = F_{1}\hat{i} + F_{2}\hat{j} + F_{3}\hat{k}$.
$$\nabla \cdot \vec{F} = \frac{\partial F_{1}}{\partial x} + \frac{\partial F_{2}}{\partial y} + \frac{\partial F_{3}}{\partial z}$$ (a scalar).
Write the curl of a vector field $\vec{F}$ in determinant form.
$$\nabla \times \vec{F} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\ F_{1} & F_{2} & F_{3} \end{vmatrix}$$
State the two key vector identities: $\nabla \cdot (\nabla \times \vec{F})$ and $\nabla \times (\nabla \phi)$.
$$\nabla \cdot (\nabla \times \vec{F}) = 0, \qquad \nabla \times (\nabla \phi) = \vec{0}$$ Divergence of a curl is zero; curl of a gradient is the zero vector.
Write the formula for the directional derivative of $\phi$ in the direction of unit vector $\hat{a}$.
$$D_{\hat{a}}\phi = \nabla \phi \cdot \hat{a}$$ It is maximum when $\hat{a}$ is along $\nabla\phi$, equal to $|\nabla\phi|$.
State the Green's theorem relating a line integral to a double integral.
$$\oint_{C} (P\,dx + Q\,dy) = \iint_{R} \left( \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \right) dx\,dy$$
State the Divergence (Gauss) theorem.
$$\iint_{S} \vec{F} \cdot \hat{n}\,dS = \iiint_{V} (\nabla \cdot \vec{F})\,dV$$ relating the surface flux to the volume integral of divergence.
State Stokes' theorem.
$$\oint_{C} \vec{F} \cdot d\vec{r} = \iint_{S} (\nabla \times \vec{F}) \cdot \hat{n}\,dS$$ relating a line integral around $C$ to the surface integral of the curl.
What is the standard form and integrating factor of a first-order linear ODE?
Standard form: $\frac{dy}{dx} + P(x)y = Q(x)$. Integrating factor: $$\mu = e^{\int P(x)\,dx}$$ Solution: $y\,\mu = \int Q\,\mu\,dx + C$.
What is the condition for the equation $M\,dx + N\,dy = 0$ to be exact?
$$\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}$$
Write the standard form of a Bernoulli equation and the substitution used to solve it.
$\frac{dy}{dx} + P(x)y = Q(x)\,y^{n}$. Substitute $v = y^{1-n}$ to convert it into a linear ODE in $v$.
For a higher-order linear ODE with constant coefficients, how is the complementary function found when the auxiliary equation has distinct real roots $m_{1}, m_{2}$?
$$y_{c} = C_{1}e^{m_{1}x} + C_{2}e^{m_{2}x}$$ For a repeated root $m$: $y_{c} = (C_{1} + C_{2}x)e^{mx}$; for complex roots $\alpha \pm i\beta$: $y_{c} = e^{\alpha x}(C_{1}\cos\beta x + C_{2}\sin\beta x)$.
What substitution converts the Euler–Cauchy equation $x^{2}y'' + axy' + by = 0$ into a constant-coefficient ODE?
Substitute $x = e^{t}$ (i.e. $t = \ln x$), which transforms it into a linear ODE with constant coefficients in $t$. Equivalently, try a solution $y = x^{m}$.
Distinguish an initial value problem (IVP) from a boundary value problem (BVP).
An IVP specifies all conditions at a single value of the independent variable (e.g. $y(0)$ and $y'(0)$). A BVP specifies conditions at two or more different points (e.g. $y(0)$ and $y(L)$).
Write the Fourier series of a function $f(x)$ of period $2L$, including the Euler formula for $a_{n}$.
$$f(x) = \frac{a_{0}}{2} + \sum_{n=1}^{\infty}\left(a_{n}\cos\frac{n\pi x}{L} + b_{n}\sin\frac{n\pi x}{L}\right)$$ with $$a_{n} = \frac{1}{L}\int_{-L}^{L} f(x)\cos\frac{n\pi x}{L}\,dx$$
What this deck covers
The Engineering Mathematics deck follows the GATE Civil Engineering Engineering Mathematics syllabus — 6 chapters and 33 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 8.5 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 129 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Engineering Mathematics flashcards FAQ
How many Engineering Mathematics flashcards are in this GATE Civil Engineering deck?
51 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these GATE Civil Engineering flashcards free?
Yes. The preview here is free to read with no signup, and the full 51-card deck is free inside the Examius app.
What do the Engineering Mathematics cards cover?
They follow the GATE Civil Engineering Engineering Mathematics syllabus — 6 chapters and 33 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.