Calculus is a branch of mathematics that deals with rates of change and accumulation of quantities. When we extend calculus concepts to functions of multiple variables, we encounter powerful tools known as partial differentiation and multiple integrals. These mathematical techniques form the foundation for advanced applications in physics, engineering, economics, and numerous other fields.
Partial differentiation is a generalization of ordinary differentiation to functions of multiple variables. For a function f(x, y, z,...), the partial derivative with respect to one variable measures the rate at which the function changes as that variable changes, while all other variables are held constant.
Several notations are commonly used for partial derivatives:
For a function f(x,y), the first-order partial derivatives are:
f/x = fx(x,y) - the rate of change of f as x varies, holding y constant
f/y = fy(x,y) - the rate of change of f as y varies, holding x constant
Example: For f(x,y) = xy + sin(xy), find the partial derivatives.
f/x = 2xy + ycos(xy) (treating y as constant)
f/y = x + xcos(xy) (treating x as constant)
Just as we can take second derivatives of functions of one variable, we can take multiple partial derivatives of multivariable functions:
Example: For f(x,y) = x + xy + 5x, find the second partial derivatives.
f/x = 3x + y + 5
f/y = 2xy
f/x = 6x
f/y = 2x
f/xy = /x(f/y) = /x(2xy) = 2y
f/yx = /y(f/x) = /y(3x + y + 5) = 2y
Under reasonable conditions (continuity conditions known as Schwarz's theorem or Clairaut's theorem), the mixed partial derivatives are equal:
f/xy = f/yx
Partial derivatives have numerous applications:
Multiple integrals extend the concept of definite integration to functions of multiple variables. Just as a definite integral of a single-variable function represents the area under a curve, a double integral represents the volume under a surface, and a triple integral represents a hypervolume in four dimensions.
A double integral of a function f(x,y) over a region R in the xy-plane is written as:
R f(x,y) dA
This integral can be computed as an iterated integral:
ab g(x)g(x) f(x,y) dy dx
Example: Compute R (x + 2y) dA where R is the rectangle [0,1] [0,2].
R (x + 2y) dA = 01 02 (x + 2y) dy dx
= 01 [xy + y] dx
= 01 (2x + 4) dx
= [x + 4x] = 5
A triple integral of a function f(x,y,z) over a region E in three-dimensional space is written as:
E f(x,y,z) dV
This integral can be computed as an iterated integral:
ab g(x)g(x) h(x,y)h(x,y) f(x,y,z) dz dy dx
Example: Compute E z dV where E is the unit cube [0,1].
E z dV = 01 01 01 z dz dy dx
= 01 01 [()z] dy dx
= 01 01 () dy dx
= 01 [()y] dx
= 01 () dx
= [()x] =
Multiple integrals can be simplified by appropriate coordinate transformations:
Example: Compute R e-(x+y) dA where R is the unit circle.
Using polar coordinates: x + y = r and dA = r dr d
R e-(x+y) dA = 02 01 e-r r dr d
= 02 [-()e-r] d
= 02 ()(1 - e-1) d
= [()(1 - e-1)] = (1 - e-1)
Multiple integrals have numerous applications:
Several important theorems connect partial differentiation and multiple integration:
The fundamental theorem of calculus extends to multiple variables. For example:
If F is continuously differentiable, then:
ab F/x dx = F(b) - F(a)
Green's theorem relates a line integral around a simple closed curve C to a double integral over the plane region D bounded by C:
C (L dx + M dy) = D (M/x - L/y) dA
The divergence theorem relates the flux of a vector field through a closed surface to the divergence of the field in the volume enclosed by the surface:
S F dS = E F dV
Stokes' theorem relates the line integral of a vector field around a boundary curve to the surface integral of the curl of the vector field over the surface:
C F dr = S ( F) dS
Partial differentiation and multiple integrals are fundamental tools in multivariable calculus. Partial derivatives measure rates of change in functions of multiple variables, while multiple integrals compute accumulated quantities over regions of various dimensions. These techniques find applications throughout mathematics, physics, engineering, economics, and beyond.
Understanding these concepts provides a foundation for more advanced mathematical tools such as vector calculus, differential equations, and mathematical analysis. By mastering partial differentiation and multiple integrals, students gain powerful problem-solving abilities applicable to a wide range of scientific and engineering challenges.
