Course Content
PSU & GATE Mechanical Engineering Master Course

Lesson 1.2: Calculus (Limits, Continuity, Differentiation, Integration)

Calculus is one of the most important parts of Engineering Mathematics. It is widely asked in GATE, ESE, and PSU exams because it directly applies in fluid mechanics, thermodynamics, structural mechanics, heat transfer, and numerical methods. The main topics are Limits, Continuity, Differentiation, and Integration.


🔹 1. Limits

Definition:

lim⁡x→af(x)=L\lim_{x \to a} f(x) = L

means as x→ax \to a, f(x)→Lf(x) \to L.

Important Results:

  • lim⁡x→0sin⁡xx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

  • lim⁡x→01−cos⁡xx2=12\lim_{x \to 0} \frac{1 – \cos x}{x^2} = \frac{1}{2}

  • lim⁡x→∞(1+1x)x=e\lim_{x \to \infty} (1 + \frac{1}{x})^x = e

L’Hospital’s Rule:

lim⁡x→af(x)g(x)=lim⁡x→af′(x)g′(x)if 00 or ∞∞\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} \quad \text{if } \frac{0}{0} \text{ or } \frac{\infty}{\infty}


🔹 2. Continuity

A function f(x)f(x) is continuous at x=ax=a if:

lim⁡x→a−f(x)=lim⁡x→a+f(x)=f(a)\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = f(a)

Types of Discontinuities:

  • Removable

  • Jump

  • Infinite

Example (GATE style):

f(x)={x2,x≥0−x,x<0f(x) = \begin{cases} x^2, & x \geq 0 \\ -x, & x < 0 \end{cases}

At x=0x=0: both limits = 0 → Continuous.


🔹 3. Differentiation

Definition:

f′(x)=lim⁡h→0f(x+h)−f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) – f(x)}{h}

Basic Rules:

  • (xn)′=nxn−1(x^n)’ = n x^{n-1}

  • (ex)′=ex(e^x)’ = e^x

  • (ln⁡x)′=1x(\ln x)’ = \frac{1}{x}

  • Product Rule: (uv)′=u′v+uv′(uv)’ = u’v + uv’

  • Quotient Rule: (uv)′=u′v−uv′v2(\frac{u}{v})’ = \frac{u’v – uv’}{v^2}

  • Chain Rule: dydx=dydu⋅dudx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

Applications in Engineering:

  • Maxima & Minima → Optimization problems

  • Slope of curve → Mechanical design

  • Rate of change → Thermodynamics


🔹 4. Integration

Definition:

∫f(x)dx=F(x)+C\int f(x) dx = F(x) + C

Standard Results:

  • ∫xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C

  • ∫exdx=ex+C\int e^x dx = e^x + C

  • ∫sin⁡xdx=−cos⁡x+C\int \sin x dx = -\cos x + C

  • ∫cos⁡xdx=sin⁡x+C\int \cos x dx = \sin x + C

Definite Integrals:

∫abf(x)dx=F(b)−F(a)\int_a^b f(x) dx = F(b) – F(a)

Properties:

  • ∫abf(x)dx=−∫baf(x)dx\int_a^b f(x) dx = – \int_b^a f(x) dx

  • ∫aaf(x)dx=0\int_a^a f(x) dx = 0

  • If f(x)f(x) is even: ∫−aaf(x)dx=2∫0af(x)dx\int_{-a}^a f(x) dx = 2 \int_0^a f(x) dx

  • If f(x)f(x) is odd: ∫−aaf(x)dx=0\int_{-a}^a f(x) dx = 0

Applications in Engineering:

  • Area under stress-strain curve

  • Work done in thermodynamics

  • Mass moment of inertia


🔹 5. Solved Examples (PYQ Style)

Example 1 (GATE 2020 ME):

lim⁡x→0sin⁡(3x)x=?\lim_{x \to 0} \frac{\sin(3x)}{x} = ?

👉 Solution: =3= 3

Example 2 (PSU Exam):
If f(x)=x3−6×2+9x+2f(x) = x^3 – 6x^2 + 9x + 2, find maxima/minima.
👉 Solution:
f′(x)=3×2−12x+9=3(x−1)(x−3)f'(x) = 3x^2 – 12x + 9 = 3(x-1)(x-3)
Critical points: x=1,3x=1, 3

  • At x=1x=1, f′′(1)=−6<0f”(1) = -6 < 0 → Max

  • At x=3x=3, f′′(3)=6>0f”(3) = 6 > 0 → Min


🔹 6. Practice Exercises

  1. Evaluate: lim⁡x→01−cos⁡(2x)x2\lim_{x \to 0} \frac{1 – \cos(2x)}{x^2}

  2. Test continuity of f(x)=sin⁡xxf(x) = \frac{\sin x}{x} at x=0x=0.

  3. Differentiate: y=e2xsin⁡xy = e^{2x}\sin x.

  4. Find: ∫0πsin⁡2x dx\int_0^\pi \sin^2x \, dx.

  5. Solve: Find local maxima/minima of f(x)=x4−4x2f(x) = x^4 – 4x^2.


🔹 7. Summary

  • Limits: Value function approaches near a point.

  • Continuity: No breaks in graph.

  • Differentiation: Rate of change → slope, maxima, minima.

  • Integration: Area under curve, work done, moments.


📌 Important Formula Sheet for GATE/PSU – Calculus

✅ Limits

  • lim⁡x→0sin⁡xx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

  • lim⁡x→01−cos⁡xx2=12\lim_{x \to 0} \frac{1 – \cos x}{x^2} = \frac{1}{2}

  • lim⁡x→0tan⁡xx=1\lim_{x \to 0} \frac{\tan x}{x} = 1

  • lim⁡x→∞(1+1x)x=e\lim_{x \to \infty} (1 + \frac{1}{x})^x = e

✅ Differentiation Rules

  • (xn)′=nxn−1(x^n)’ = n x^{n-1}

  • (ln⁡x)′=1/x(\ln x)’ = 1/x

  • (ex)′=ex(e^x)’ = e^x

  • (ax)′=axln⁡a(a^x)’ = a^x \ln a

  • (sin⁡x)′=cos⁡x(\sin x)’ = \cos x

  • (cos⁡x)′=−sin⁡x(\cos x)’ = -\sin x

  • (tan⁡x)′=sec⁡2x(\tan x)’ = \sec^2 x

✅ Integration Rules

  • ∫xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C

  • ∫exdx=ex+C\int e^x dx = e^x + C

  • ∫1xdx=ln⁡∣x∣+C\int \frac{1}{x} dx = \ln |x| + C

  • ∫sin⁡xdx=−cos⁡x+C\int \sin x dx = -\cos x + C

  • ∫cos⁡xdx=sin⁡x+C\int \cos x dx = \sin x + C

  • ∫sec⁡2xdx=tan⁡x+C\int \sec^2 x dx = \tan x + C

  • ∫csc⁡2xdx=−cot⁡x+C\int \csc^2 x dx = -\cot x + C

  • ∫sec⁡xtan⁡xdx=sec⁡x+C\int \sec x \tan x dx = \sec x + C

  • ∫csc⁡xcot⁡xdx=−csc⁡x+C\int \csc x \cot x dx = -\csc x + C

✅ Definite Integrals

  • ∫0πsin⁡2xdx=π2\int_0^\pi \sin^2x dx = \frac{\pi}{2}

  • ∫0πcos⁡2xdx=π2\int_0^\pi \cos^2x dx = \frac{\pi}{2}

  • ∫−aaf(x)dx=0\int_{-a}^a f(x) dx = 0 if f(x)f(x) odd

  • ∫−aaf(x)dx=2∫0af(x)dx\int_{-a}^a f(x) dx = 2\int_0^a f(x) dx if f(x)f(x) even

Scroll to Top