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:
limx→af(x)=L\lim_{x \to a} f(x) = L
means as x→ax \to a, f(x)→Lf(x) \to L.
Important Results:
-
limx→0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
-
limx→01−cosxx2=12\lim_{x \to 0} \frac{1 – \cos x}{x^2} = \frac{1}{2}
-
limx→∞(1+1x)x=e\lim_{x \to \infty} (1 + \frac{1}{x})^x = e
L’Hospital’s Rule:
limx→af(x)g(x)=limx→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:
limx→a−f(x)=limx→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)=limh→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
-
(lnx)′=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
-
∫sinxdx=−cosx+C\int \sin x dx = -\cos x + C
-
∫cosxdx=sinx+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):
limx→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
-
Evaluate: limx→01−cos(2x)x2\lim_{x \to 0} \frac{1 – \cos(2x)}{x^2}
-
Test continuity of f(x)=sinxxf(x) = \frac{\sin x}{x} at x=0x=0.
-
Differentiate: y=e2xsinxy = e^{2x}\sin x.
-
Find: ∫0πsin2x dx\int_0^\pi \sin^2x \, dx.
-
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
-
limx→0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
-
limx→01−cosxx2=12\lim_{x \to 0} \frac{1 – \cos x}{x^2} = \frac{1}{2}
-
limx→0tanxx=1\lim_{x \to 0} \frac{\tan x}{x} = 1
-
limx→∞(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}
-
(lnx)′=1/x(\ln x)’ = 1/x
-
(ex)′=ex(e^x)’ = e^x
-
(ax)′=axlna(a^x)’ = a^x \ln a
-
(sinx)′=cosx(\sin x)’ = \cos x
-
(cosx)′=−sinx(\cos x)’ = -\sin x
-
(tanx)′=sec2x(\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
-
∫sinxdx=−cosx+C\int \sin x dx = -\cos x + C
-
∫cosxdx=sinx+C\int \cos x dx = \sin x + C
-
∫sec2xdx=tanx+C\int \sec^2 x dx = \tan x + C
-
∫csc2xdx=−cotx+C\int \csc^2 x dx = -\cot x + C
-
∫secxtanxdx=secx+C\int \sec x \tan x dx = \sec x + C
-
∫cscxcotxdx=−cscx+C\int \csc x \cot x dx = -\csc x + C
✅ Definite Integrals
-
∫0πsin2xdx=π2\int_0^\pi \sin^2x dx = \frac{\pi}{2}
-
∫0πcos2xdx=π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
