👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Engineering Mathematics
Study mode

Calculus

Learning objective
Learn concepts of limits, continuity, differentiation, integration, vector calculus and related theorems.

Functions of Single Variable, Limit, Continuity, and Differentiability

Calculus begins with the study of functions of a single variable, typically denoted as \( f(x) \), where \( x \) is a real number. Understanding the behavior of these functions near specific points is essential for engineering applications such as optimization, modeling production rates, and analyzing system responses.

Limit

The limit of a function \( f(x) \) as \( x \) approaches a point \( a \) is the value that \( f(x) \) gets arbitrarily close to when \( x \) is near \( a \). Formally,

\[\lim_{x \to a} f(x) = L\]

means for every \( \epsilon > 0 \), there exists a \( \delta > 0 \) such that if \( 0 < |x - a| < \delta \), then \( |f(x) - L| < \epsilon \).

Limits help define continuity and derivatives.

Continuity

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

\[\lim_{x \to a} f(x) = f(a)\]

This means no breaks, jumps, or holes at \( a \). Continuity is crucial in production systems where smooth behavior is expected.

Differentiability

A function is differentiable at \( x = a \) if the derivative exists there, defined as

\[f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}\]

Differentiability implies continuity, but the converse is not always true. The derivative represents the instantaneous rate of change, e.g., rate of production increase.


Mean Value Theorems

These theorems provide important results about the behavior of differentiable functions on intervals.

Rolle's Theorem

If \( f \) is continuous on \([a,b]\), differentiable on \((a,b)\), and \( f(a) = f(b) \), then there exists \( c \in (a,b) \) such that

\[f'(c) = 0\]

This theorem guarantees a stationary point between equal function values.

Lagrange's Mean Value Theorem (MVT)

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}\]

This means the instantaneous rate of change equals the average rate of change at some point.

Cauchy's Mean Value Theorem

For functions \( f \) and \( g \) continuous on \([a,b]\) and differentiable on \((a,b)\), with \( g'(x) \neq 0 \), there exists \( c \in (a,b) \) such that

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

This generalizes Lagrange's theorem and is useful in ratio analysis.


Definite and Improper Integrals

Integration is the inverse operation of differentiation and is used to calculate areas, volumes, and accumulated quantities.

Definite Integral

The definite integral of \( f(x) \) from \( a \) to \( b \) is

\[\int_a^b f(x) , dx\]

It represents the net area under the curve \( y = f(x) \) between \( x = a \) and \( x = b \).

Improper Integral

Improper integrals extend the concept to infinite intervals or unbounded functions. For example,

\[\int_a^\infty f(x) , dx = \lim_{t \to \infty} \int_a^t f(x) , dx\]

Convergence of such integrals is important in reliability and queuing models.


Partial Derivatives and Total Derivative

In multivariable functions \( f(x,y,...) \), partial derivatives measure the rate of change with respect to one variable while keeping others constant.

\[\frac{\partial f}{\partial x} = \lim_{h \to 0} \frac{f(x+h,y,...) - f(x,y,...)}{h}\]

The total derivative accounts for changes in all variables:

\[df = \frac{\partial f}{\partial x} dx + \frac{\partial f}{\partial y} dy + \cdots\]

This is essential in modeling systems with multiple inputs, such as production cost depending on labor and material.


Maxima and Minima

Finding maxima and minima of functions helps optimize production parameters. For a function \( f(x) \), critical points satisfy

\[f'(x) = 0\]

Second derivative test:

\[f''(x) > 0 \Rightarrow \text{local minimum}, \quad f''(x) < 0 \Rightarrow \text{local maximum}\]

In multivariable functions, use Hessian matrices for classification.


Gradient, Divergence, Curl, and Vector Identities

Vector calculus tools analyze fields such as velocity, force, or flux in production systems.

  • Gradient: For scalar field \( \phi(x,y,z) \), \[ \nabla \phi = \left( \frac{\partial \phi}{\partial x}, \frac{\partial \phi}{\partial y}, \frac{\partial \phi}{\partial z} \right) \] points in the direction of greatest increase.
  • Divergence: For vector field \( \mathbf{F} = (P,Q,R) \), \[ \nabla \cdot \mathbf{F} = \frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y} + \frac{\partial R}{\partial z} \] measures the net outflow at a point.
  • Curl: For \( \mathbf{F} \), \[ \nabla \times \mathbf{F} = \left( \frac{\partial R}{\partial y} - \frac{\partial Q}{\partial z}, \frac{\partial P}{\partial z} - \frac{\partial R}{\partial x}, \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \right) \] measures rotation or swirling strength.

Directional Derivatives

The directional derivative of \( f \) at \( \mathbf{a} \) in the direction of a unit vector \( \mathbf{u} \) is

\[D_{\mathbf{u}} f(\mathbf{a}) = \nabla f(\mathbf{a}) \cdot \mathbf{u}\]

It gives the rate of change of \( f \) in the direction \( \mathbf{u} \).


Line, Surface, and Volume Integrals

These integrals extend integration to curves, surfaces, and volumes in vector fields.

  • Line Integral: For vector field \( \mathbf{F} \) along curve \( C \), \[ \int_C \mathbf{F} \cdot d\mathbf{r} \] measures work done or flow along \( C \).
  • Surface Integral: For vector field \( \mathbf{F} \) over surface \( S \), \[ \iint_S \mathbf{F} \cdot d\mathbf{S} \] measures flux through \( S \).
  • Volume Integral: For scalar field \( f \) over volume \( V \), \[ \iiint_V f , dV \] measures total quantity inside \( V \).

Stokes, Gauss, and Green's Theorems

These fundamental theorems relate integrals over domains to integrals over boundaries, simplifying calculations in engineering.

  • Green's Theorem: For a plane region \( D \) with boundary \( C \), \[ \oint_C (P, dx + Q, dy) = \iint_D \left( \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \right) dx, dy \]
  • Stokes' Theorem: For surface \( S \) with boundary curve \( C \), \[ \oint_C \mathbf{F} \cdot d\mathbf{r} = \iint_S (\nabla \times \mathbf{F}) \cdot d\mathbf{S} \]
  • Gauss' Divergence Theorem: For volume \( V \) with boundary surface \( S \), \[ \iint_S \mathbf{F} \cdot d\mathbf{S} = \iiint_V (\nabla \cdot \mathbf{F}) , dV \]

These theorems are widely used in fluid flow, heat transfer, and electromagnetics within industrial engineering.

Worked Examples

Example 1: Limit and Continuity (Easy)

Problem: Evaluate \( \lim_{x \to 2} \frac{x^2 - 4}{x - 2} \) and check if the function \( f(x) = \frac{x^2 - 4}{x - 2} \) is continuous at \( x=2 \).

Solution:

Direct substitution gives \( \frac{4 - 4}{2 - 2} = \frac{0}{0} \), an indeterminate form.
Factor numerator:

\[\frac{x^2 - 4}{x - 2} = \frac{(x-2)(x+2)}{x-2}\]

For \( x \neq 2 \), this simplifies to \( x + 2 \).
Hence,

\[\lim_{x \to 2} f(x) = \lim_{x \to 2} (x + 2) = 4\]

Since \( f(2) \) is undefined, \( f \) is not continuous at \( x=2 \). However, defining \( f(2) = 4 \) makes it continuous.

Example 2: Differentiability and Derivative (Easy)

Problem: Find the derivative of \( f(x) = 3x^3 - 5x + 2 \) at \( x = 1 \).

Solution:

Using power rule,

\[f'(x) = 9x^2 - 5\]

At \( x=1 \),

\[f'(1) = 9(1)^2 - 5 = 9 - 5 = 4\]

Thus, the instantaneous rate of change at \( x=1 \) is 4.

Example 3: Application of Lagrange's Mean Value Theorem (Medium)

Problem: Verify Lagrange's MVT for \( f(x) = x^2 \) on \([1,4]\) and find \( c \in (1,4) \) satisfying the theorem.

Solution:

Calculate average rate of change:

\[\frac{f(4) - f(1)}{4 - 1} = \frac{16 - 1}{3} = \frac{15}{3} = 5\]

Find \( c \) such that

\[f'(c) = 5\]

Since \( f'(x) = 2x \), solve

\[2c = 5 \Rightarrow c = \frac{5}{2} = 2.5\]

Since \( 2.5 \in (1,4) \), the theorem holds.

Example 4: Definite Integral Calculation (Medium)

Problem: Evaluate \( \int_0^3 (2x + 1) , dx \).

Solution:

Integrate term-wise,

\[\int_0^3 (2x + 1) dx = \int_0^3 2x , dx + \int_0^3 1 , dx\]\[= \left[ x^2 \right]_0^3 + \left[ x \right]_0^3 = (3)^2 - 0 + 3 - 0 = 9 + 3 = 12\]

The area under the curve from 0 to 3 is 12.

Example 5: Gradient and Directional Derivative (Hard)

Problem: For \( f(x,y) = x^2 y + y^3 \), find the gradient at \( (1,2) \) and the directional derivative in the direction of \( \mathbf{u} = \frac{1}{\sqrt{2}}(1,1) \).

Solution:

Calculate partial derivatives:

\[\frac{\partial f}{\partial x} = 2xy, \quad \frac{\partial f}{\partial y} = x^2 + 3y^2\]

At \( (1,2) \),

\[\nabla f(1,2) = (2 \times 1 \times 2, 1^2 + 3 \times 2^2) = (4, 1 + 12) = (4, 13)\]

Directional derivative:

\[D_{\mathbf{u}} f = \nabla f \cdot \mathbf{u} = 4 \times \frac{1}{\sqrt{2}} + 13 \times \frac{1}{\sqrt{2}} = \frac{4 + 13}{\sqrt{2}} = \frac{17}{\sqrt{2}} = \frac{17 \sqrt{2}}{2}\]

Thus, the rate of change in direction \( \mathbf{u} \) is \( \frac{17 \sqrt{2}}{2} \).

Formula Bank

  • Limit: \( \lim_{x \to a} f(x) = L \)
  • Continuity: \( \lim_{x \to a} f(x) = f(a) \)
  • Derivative: \( f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} \)
  • Rolle's Theorem: If \( f(a) = f(b) \), \( \exists c \in (a,b) \) with \( f'(c) = 0 \)
  • Lagrange's MVT: \( f'(c) = \frac{f(b) - f(a)}{b - a} \)
  • Cauchy's MVT: \( \frac{f'(c)}{g'(c)} = \frac{f(b) - f(a)}{g(b) - g(a)} \)
  • Definite Integral: \( \int_a^b f(x) , dx \)
  • Improper Integral: \( \int_a^\infty f(x) , dx = \lim_{t \to \infty} \int_a^t f(x) , dx \)
  • Partial Derivative: \( \frac{\partial f}{\partial x} = \lim_{h \to 0} \frac{f(x+h,y) - f(x,y)}{h} \)
  • Total Derivative: \( df = \frac{\partial f}{\partial x} dx + \frac{\partial f}{\partial y} dy + \cdots \)
  • Gradient: \( \nabla f = \left( \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} \right) \)
  • Divergence: \( \nabla \cdot \mathbf{F} = \frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y} + \frac{\partial R}{\partial z} \)
  • Curl: \( \nabla \times \mathbf{F} = \left( \frac{\partial R}{\partial y} - \frac{\partial Q}{\partial z}, \frac{\partial P}{\partial z} - \frac{\partial R}{\partial x}, \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \right) \)
  • Directional Derivative: \( D_{\mathbf{u}} f = \nabla f \cdot \mathbf{u} \)
  • Line Integral: \( \int_C \mathbf{F} \cdot d\mathbf{r} \)
  • Surface Integral: \( \iint_S \mathbf{F} \cdot d\mathbf{S} \)
  • Volume Integral: \( \iiint_V f , dV \)
  • Green's Theorem: \( \oint_C (P, dx + Q, dy) = \iint_D \left( \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \right) dx, dy \)
  • Stokes' Theorem: \( \oint_C \mathbf{F} \cdot d\mathbf{r} = \iint_S (\nabla \times \mathbf{F}) \cdot d\mathbf{S} \)
  • Gauss' Divergence Theorem: \( \iint_S \mathbf{F} \cdot d\mathbf{S} = \iiint_V (\nabla \cdot \mathbf{F}) , dV \)
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Calculus · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.