Last Minute Notes (LMNs) Calculus and Optimization (original) (raw)

Last Updated : 23 Jul, 2025

In engineering mathematics, calculus is one of the important branches of mathematics from which questions are asked in the GATE exam, including CSE and DA. This article covers all the key topics within calculus that are frequently tested in the exam and provides links to further resources for each topic.

Table of Content

Function of Single Variable

A function f of a single variable x is written as:

f(x) = expression involving x

For each x in the **domain of f, there is a unique value f(x) in the **range of the function.

Read more about **Domain and Range of Function.

Limits

The **limits of a function f(x) as x approaches a value c is written as:

\lim_{x \to c} f(x) = L

This means that as x gets arbitrarily close to c, the function f(x) approaches L.

**Right-Hand Limit

**Left-Hand Limit

The limit exists only if the right-hand and left-hand limits are equal:

\lim_{x \to c} f(x) = \lim_{x \to c^+} f(x) = \lim_{x \to c^-} f(x)

Formally, we can say that:

\lim_{x \to c} f(x) = L

If for every ϵ > 0 (no matter how small), there exists a δ > 0 such that whenever 0 < ∣x − c∣ < δ, it follows that ∣f(x) − L∣ < ϵ|.

Also, Read **Formal Definition of Limit.

Properties of Limits

Some common properties of limits are:

Read More about the **Properties of Limits.

**Some Common Limits

Some of the common limits used in calculus are:

\bullet\: \lim_{x\to 0} \frac{\sin x}{x} = 1 \\\bullet\: \lim_{x\to 0} \cos x = 1 \\\bullet\: \lim_{x\to 0} \frac{\tan x}{x} = 1 \\\bullet\: \lim_{x\to 0} \frac{1-\cos x}{x} = 0 \\\bullet\: \lim_{x\to 0} \frac{\sin x^\circ}{x} = \frac{\pi}{180} \\\bullet\: \lim_{x\to a} \frac{x^n - a^n}{x-a} = na^{n-1} \\\bullet\: \lim_{x\to \infty} \left(1+\frac{k}{x}\right)^{mx} = e^{mk} \\\bullet\: \lim_{x\to 0} (1+x)^{\frac{1}{x}} = e \\\bullet\: \lim_{x\to 0} \frac{a^x-1}{x} = \ln a \\\bullet\: \lim_{x\to 0} \frac{e^x-1}{x} = 1 \\\bullet\: \lim_{x\to 0} \frac{\ln (1+x)}{x} = 1 \\\bullet\: \lim_{x\to \infty} x^{\frac{1}{x}} = 1

**L'Hospital Rule

If the given limit \lim_{x\to a} \frac{f(x)}{g(x)} is of the form \frac{0}{0} or \frac{\infty}{\infty} i.e. both f(x) and g(x) are either 0 or ∞, then the limit can be solved by **L'Hospital Rule.

If the limit is of the form described above, then the L'Hospital Rule says that:

\lim_{x\to a}\frac{f(x)}{g(x)} = \lim_{x\to a}\frac{f^\prime(x)}{g^\prime(x)}

Where f'(x) and g'(x) are obtained by differentiating f(x) and g(x). If after differentiating, the form still exists, then the rule can be applied continuously until the form is changed.

**Squeeze Theorem

**Squeeze Theorem (also called the **Sandwich Theorem) works by "squeezing" a function between two others whose limits are known and equal at a particular point.

If g(x) ≤ f(x) ≤ h(x) for all x in some interval around c (except possibly at c itself), and if \lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L, then:

\lim_{x \to c} f(x) = L

**Continuity

A function f(x) is **continuous at a point x = c if the following three conditions are satisfied:

  1. **The function is defined at c: f(c) exists.
  2. **The limit of the function exists as x→c: lim⁡x→cf(x) exists.
  3. **The value of the function matches the limit: lim⁡x→cf(x) = f(c).

If any of these conditions fail, the function is not continuous at x = c.

Continuity on an Interval

Also Read about **Continuity at a Point.

Functions that are not continuous are said to be discontinuous.

**Types of Discontinuity

If a function is not continuous at a point, it is said to have a **discontinuity at that point. There are several types:

**Differentiability

A function f(x) is differentiable at x = c if the following limit exists:

f'(c) = \lim_{h \to 0} \frac{f(c + h) - f(c)}{h}

Here:

**Note: f'(c) is the derivative of function f(x) at x = c.

A function is said to be **differentiable if the derivative of the function exists at all points of its domain.

**Note: If a function is differentiable at a point, then it is also continuous at that point, but if a function is continuous at a point does not imply that the function is also differentiable at that point. For example, f(x) = |x| is continuous at x = 0 but it is not differentiable at that point.

Properties of Differentiation

Some common properties or rules of differentiation are:

**Differentiation Formulas

Some of the most common formula used to find derivative are tabulated below:

d/dx(c) 0
d/dx{c.f(x)} c.f'(x)
d/dx(x) 1
d/dx(xn) nxn-1
d/dx{f(g(x))} f'(g(x)).g'(x)
d/dx(ax) ax.ln(a)
d/dx{ln(x)} {Note: ln(x) = loge(x)} 1/x, x>0
d/dx(logax) 1/xln(a)
d/dx(ex) ex
d/dx{sin(x)} cos(x)
d/dx{cos(x)} -sin(x)
d/dx{tan(x)} sec2x
d/dx{sec(x)} sec(x).tan(x)
d/dx{cosec(x)} -cosec(x).cot(x)
d/dx{cot(x)} -cosec2(x)
d/dx{sin-1(x)} 1/√(1 - x2)
d/dx{cos-1(x)} -1/√(1 - x2)
d/dx{tan-1(x)} 1/(1+x2)

Mean Value Theorems

Some mean value theorems are:

**Rolle’s Mean Value Theorem

Suppose f(x) be a function satisfying three conditions:

Then according to Rolle's Theorem, there exists **at least one point 'c' in the open interval (a, b) such that:

f '(c) = 0

**Lagrange’s Mean Value Theorem

**Suppose f:[a,b]\rightarrow R be a function satisfying three conditions:

Then according to Lagrange's Theorem, there exists **at least one point 'c' in the open interval (a, b) such that:

f'(c)=\frac{f(b)-f(a)}{b-a}

**Cauchy's Mean Value Theorem

Let f(x) and g(x) be two functions that satisfy the following conditions:

  1. f(x) and g(x) are **continuous on the closed interval [a, b],
  2. f(x) and g(x) are **differentiable on the open interval (a, b),
  3. g′(x) ≠ 0 for all x ∈ (a, b).

Then, there exists at least one c ∈ (a, b) such that:

\frac{f'(c)}{g'(c)} = \frac{f(b) - f(a)}{g(b) - g(a)}

Maxima and Minima

Read More about **Maxima and Minima.

**First Derivative Test****:**

**Second Derivative Test****:**

**Concavity****:**

**Maxima and Minima in Multivariable Functions****:**

For f(x, y):

  1. **Critical Points: Solve ∂f/∂x = 0 and ∂f/∂y = 0.
  2. **Second **Partial Derivatives: Compute:
    • fxx = ∂2f/∂x2​,
    • fyy = ∂2f/∂y2,
    • fxy = ∂2f/∂x∂y.
  3. **Hessian Determinant: H = fxxfyy − (fxy)2.
    • If H > 0 and fxx > 0: Local Minimum.
    • If H > 0 and fxx < 0: Local Maximum.
    • If H < 0: Saddle Point.
    • If H = 0: Test is inconclusive.

**Integrals

Integrals can be classified as:

**Indefinite Integrals

Let f(x) be a function. Then the family of all its antiderivatives is called the indefinite integral of a function f(x) and it is denoted by ∫f(x)dx.

**Fundamental Integration Formulas:

Some common integration formulas include:

  1. ∫xndx = (xn+1/(n+1))+C
  2. ∫(1/x)dx = (loge|x|)+C
  3. ∫exdx = (ex)+C
  4. ∫axdx = ((ax)/(logea))+C
  5. ∫sin(x)dx = -cos(x)+C
  6. ∫cos(x)dx = sin(x)+C
  7. ∫sec2(x)dx = tan(x)+C
  8. ∫cosec2(x)dx = -cot(x)+C
  9. ∫sec(x)tan(x)dx = sec(x)+C
  10. ∫cosec(x)cot(x)dx = -cosec(x)+C
  11. ∫cot(x)dx = log|sin(x)|+C
  12. ∫tan(x)dx = log|sec(x)|+C
  13. ∫sec(x)dx = log|sec(x)+tan(x)|+C
  14. ∫cosec(x)dx = log|cosec(x)-cot(x)|+C

**Definite Integrals

Definite integrals are the extension after indefinite integrals, definite integrals have limits [a, b]. It gives the area of a curve bounded between given limits.

\int_{a}^{b}F(x)dx, it denotes the area of curve F(x) bounded between a and b, where a is the lower limit and b is the upper limit.

**Note: If f is a continuous function defined on the closed interval [a, b] and F be an anti derivative of f. Then \int_{a}^{b}f(x)dx= \left [ F(x) \right ]_{a}^{b} = F(a) - F(b).

Here, the function f needs to be well defined and continuous in [a, b].

  1. \int_{a}^{b}f(x)dx=\int_{a}^{b}f(t)dt
  2. \int_{a}^{b}f(x)dx=-\int_{b}^{a}f(x)dx
  3. \int_{a}^{b}f(x)dx=\int_{a}^{c}f(x)dx+\int_{c}^{b}f(x)dx
  4. \int_{a}^{b}f(x)=\int_{a}^{b}f(a+b-x)dx
  5. \int_{0}^{b}f(x)=\int_{0}^{b}f(b-x)dx
  6. \int_{0}^{2a}f(x)dx=\int_{0}^{a}f(x)dx+\int_{0}^{a}f(2a-x)dx
  7. \int_{-a}^{a}f(x)dx=2\int_{0}^{a}f(x)dx, if f(x) is even function i.e f(x) = f(-x)
  8. \int_{-a}^{a}f(x)dx=0, if f(x) is odd function

**Newton-Leibnitz Rule

For a definite integral F(x) = \int_{a(x)}^{b(x)} f(t) \, dt:

\frac{d}{dx} \left[ \int_{a(x)}^{b(x)} f(t) \, dt \right] = f(b(x)) \cdot b'(x) - f(a(x)) \cdot a'(x)

Double Integral

The double integral of a function f(x, y) over a region R is denoted as:

∬Rf(x, y) dA,

Where dA represents an infinitesimal area element, typically expressed as dx dy or dy dx.

If f(x, y) is continuous over R, the double integral represents the "accumulated value" of f(x, y) over the region R.

**Geometric Interpretation

Triple Integral

The triple integral of a function f(x, y, z) over a three-dimensional region R is denoted as:

∭R f(x, y, z) dV,

Where dV represents an infinitesimal volume element, typically expressed as dx dy dz

If f(x, y, z) = 1, the triple integral computes the **volume of the region R:

Volume = ∭R 1 dV.

**Geometric Interpretation

A triple integral computes the "accumulated value" of f(x, y, z) over the three-dimensional region RRR. This can represent:

Application of Integrals

Some common application of integrals are:

**Area Under a Curve

The area enclosed between a curve y = f(x), the x-axis, and the limits x = a and x = b is:

\text{Area} = \int_a^b f(x) \, dx

**Between Two Curves

The area between two curves y = f(x) and y = g(x) from x = a to x = b is:

Area = \int_a^b \big| f(x) - g(x) \big| \, dx.

**Length of a Curve

The length of a curve y = f(x) from x = a to x = b is:

Length = \int_a^b \sqrt{1 + \left( \frac{dy}{dx} \right)^2} \, dx

For parametric equations x = x(t), y = y(t), the arc length is:

Length = \int_{t_1}^{t_2} \sqrt{\left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} \, dt

**Volume of Solids of Revolution

**Surface Area of Solids of Revolution

  1. **Revolution about the x-axis:Surface Area = 2\pi \int_a^b f(x) \sqrt{1 + \left( \frac{dy}{dx} \right)^2} \, dx
  2. **Revolution about the y-axis: Surface Area = 2\pi \int_a^b x \sqrt{1 + \left( \frac{dy}{dx} \right)^2} \, dx

Taylor Series

The Taylor series of a function f(x) about a point x = a is given by:

f(x) = f(a) + f'(a)(x - a) + \frac{f''(a)}{2!}(x - a)^2 + \frac{f^{(3)}(a)}{3!}(x - a)^3 + \dots

In general:

f(x) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(x - a)^n,

where:

**Maclaurin Series

The **Maclaurin series is a special case of the Taylor series where a = 0:

f(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \frac{f^{(3)}(0)}{3!}x^3 + \dots

In general:

f(x) = \sum_{n=0}^\infty \frac{f^{(n)}(0)}{n!}

**Common Taylor Series Expansion

Some common expansion using taylor and maclaurin series are:

Function Series Expansion
ex \sum_{n=0}^\infty \frac{x^n}{n!}
sin⁡(x) \sum_{n=0}^\infty \frac{(-1)^n}{(2n+1)!}x^{2n+1}
cos⁡(x) \sum_{n=0}^\infty \frac{(-1)^n}{(2n)!}x^{2n}
ln⁡(1 + x) \sum_{n=1}^\infty (-1)^{n-1}\frac{x^n}{n}
1/(1 − x) \sum_{n=0}^\infty x^n
tan-1(x) \sum_{n=0}^\infty \frac{(-1)^n}{2n+1}x^{2n+1}