Introduction to Functions of Several Variables
In multivariable calculus, we extend the concepts of single-variable calculus to functions of several variables. These functions can have multiple inputs, resulting in multiple dimensions for their domains and ranges.
A function of two variables, for example, is denoted as \( f(x, y) \), where \( x \) and \( y \) are independent variables. This can be generalized to \( f(x_1, x_2, \ldots, x_n) \) for a function of \( n \) variables. The goal of this lecture is to explore how these functions behave and how their derivatives are defined.
Visualizing Functions of Several Variables
Visualization of functions with more than one variable can be challenging. For functions of two variables, one common approach is to use 3D plots where the Cartesian coordinates \( x \), \( y \), and \( z \) represent the inputs and output of the function. Contour plots are another tool, showing lines of constant function value.
Example: A Simple Bivariate Function
Consider the function \( f(x, y) = x^2 + y^2 \). This function outputs a scalar value based on the inputs \( x \) and \( y \). Graphically, it represents a paraboloid centered at the origin in a 3D space.
Limits and Continuity of Multivariable Functions
As with single-variable functions, the concepts of limits and continuity are fundamental in multivariable calculus. The limit of a function \( f(x, y) \) as \( (x, y) \) approaches a point \( (a, b) \) is denoted by
\[
\lim_{(x, y) \to (a, b)} f(x, y) = L
\]
if and only if, for every \( \epsilon > 0 \), there exists a \( \delta > 0 \) such that whenever \( 0 < \sqrt{(x-a)^2 + (y-b)^2} < \delta \), it follows that \( |f(x, y) - L| < \epsilon \).
A function is continuous at a point if the limit exists at that point and equals the function’s value there.
Partial Derivatives
Partial derivatives allow us to understand how a function changes as each variable changes independently. For a function \( f(x, y) \), the partial derivative with respect to \( x \) is given by:
\[
\frac{\partial f}{\partial x} = \lim_{h \to 0} \frac{f(x+h, y) – f(x, y)}{h}
\]
Similarly, the partial derivative with respect to \( y \) is:
\[
\frac{\partial f}{\partial y} = \lim_{h \to 0} \frac{f(x, y+h) – f(x, y)}{h}
\]
These derivatives are essential in determining the gradients and slopes in directions parallel to the axes.
The Gradient Vector and Directional Derivatives
The gradient vector of a function, denoted as \( \nabla f \), is a vector composed of all the partial derivatives of the function. For a function \( f(x, y) \), the gradient is:
\[
\nabla f(x, y) = \left( \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y} \right)
\]
The gradient vector points in the direction of the greatest rate of increase of the function. The directional derivative in the direction of a unit vector \( \mathbf{u} = (u_1, u_2) \) can be calculated as:
\[
D_{\mathbf{u}}f(x, y) = \nabla f(x, y) \cdot \mathbf{u} = \frac{\partial f}{\partial x} u_1 + \frac{\partial f}{\partial y} u_2
\]
Directional derivatives provide the rate of change of the function in any given direction.
Higher-Order Partial Derivatives
Just as with single-variable functions, we can consider higher-order derivatives. For a function \( f(x, y) \), the second-order partial derivatives include:
– \( \frac{\partial^2 f}{\partial x^2} \), the second partial derivative with respect to \( x \),
– \( \frac{\partial^2 f}{\partial y^2} \), the second partial derivative with respect to \( y \),
– \( \frac{\partial^2 f}{\partial x \partial y} \) and \( \frac{\partial^2 f}{\partial y \partial x} \), the mixed partial derivatives.
Under certain conditions, the mixed partial derivatives are equal by Clairaut’s theorem:
\[
\frac{\partial^2 f}{\partial x \partial y} = \frac{\partial^2 f}{\partial y \partial x}
\]
Conclusion
Functions of several variables and their derivatives form the foundation of multivariable calculus. Understanding how to differentiate and interpret these functions allows us to solve complex problems in fields ranging from physics to economics. This lecture provides the essential tools needed to begin exploring this vast and powerful area of mathematics.