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.
