Multiple Integrals
Just as a definite integral of a single variable function calculates the area under a curve, multiple integrals extend this concept to calculate the volume under a surface (double integral) or higher-dimensional hypervolumes (triple integral). They are essential for computing physical properties like mass, center of mass, and moments of inertia for multi-dimensional objects with variable density.
Double Integrals
A function of two variables, , generates a surface in 3D space. The double integral of this function over a two-dimensional region in the xy-plane calculates the signed volume between the surface and the region .
Double Integral Notation
- indicates two consecutive integrations.
- is the region of integration in the xy-plane.
- is the integrand (the height of the surface).
- is the differential area element ( or in rectangular coordinates).
Double Integral Formula
The basic formula for evaluating a double integral over a region R.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Region of integration in the xy-plane | - | |
| Integrand function (height of the surface) | - | |
| Differential area element | - |
Double Integral & Volume Visualizer
Increase resolution to see the Riemann sum converge to the exact volume. Note: High resolution may affect performance.
Calculated Volume (Approx.)
Iterated Integrals and Fubini's Theorem
To evaluate a double integral, we usually express it as an iterated integral, performing the integrations one variable at a time while holding the other constant.
Fubini's Theorem
If is continuous on a rectangular region , then the double integral can be evaluated as either iterated integral.
Iterated Integrals
Evaluation of a double integral by integrating one variable at a time.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Limits of integration for x | - | |
| Limits of integration for y | - |
Double Integrals over General Regions
When the region is not a simple rectangle, the limits of the inner integral become functions of the outer variable.
Type I vs. Type II Regions
- Type I Region (Vertical Slices): The region is bounded above and below by continuous functions and , and lies between and . Integrate with respect to first.
- Type II Region (Horizontal Slices): The region is bounded left and right by continuous functions and , and lies between and . Integrate with respect to first.
Type I Region Integral
Iterated double integral integrating with respect to y first.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Lower bounding curve | - | |
| Upper bounding curve | - | |
| Constant limits for x | - |
Type II Region Integral
Iterated double integral integrating with respect to x first.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Left bounding curve | - | |
| Right bounding curve | - | |
| Constant limits for y | - |
Double Integrals in Polar Coordinates
If a region has circular symmetry (like a circle, annulus, or a sector), it is often much simpler to evaluate the double integral using polar coordinates instead of rectangular coordinates .
Changing to Polar Coordinates
- Substitute and into the integrand.
- Determine the new limits of integration for and (\theta) based on the region.
- Replace the area differential with . Do not forget the extra !
Polar Coordinates: Double Integrals Visualizer
Understand why the polar area element is . Sweeping further from the origin enlarges the wedge area, proving that the extra factor represents coordinate scaling.
In Cartesian coordinates, the differential area is a constant rectangle: .
In Polar coordinates, the area element is a curved wedge of radial thickness and arc length .
Therefore, the area of the wedge is:
Drag the slider and watch how (the red wedge) grows physically larger as you slide outwards. Closer to the origin, wedges are tightly squeezed; further out, they expand. The extra factor mathematically offsets this geometrical widening!
Polar Double Integral
The transformation introduces the scaling factor to the differential area element.
Polar Double Integral Formula
Transforming a double integral to polar coordinates.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Radial distance (Jacobian scaling factor) | - | |
| Angular coordinate | - | |
| Angular limits of integration | - |
Applications of Double Integrals
Double integrals have numerous physical and geometric applications beyond calculating volume.
Checklist
- Area of a Planar Region: If the integrand , the volume calculated is numerically equal to the area of the base region .
- Mass of a Lamina: If a flat object (lamina) has a variable density , its total mass is the double integral of the density function over the object's region.
- Center of Mass: The coordinates of the center of mass are found using moments.
Area of a Planar Region
Calculating area using a double integral.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Area of region R | - |
Mass of a Lamina
Calculating mass of a 2D object with variable density.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Total mass | - | |
| Density function | - |
Center of Mass (X)
The x-coordinate of the center of mass.
Variables
| Symbol | Description | Unit |
|---|---|---|
| x-coordinate of the center of mass | - | |
| Total mass | - | |
| Density function | - |
Center of Mass (Y)
The y-coordinate of the center of mass.
Variables
| Symbol | Description | Unit |
|---|---|---|
| y-coordinate of the center of mass | - | |
| Total mass | - | |
| Density function | - |
Triple Integrals
A triple integral extends integration to functions of three variables, , over a three-dimensional solid region . If , the triple integral calculates the volume of the solid . If represents density, the integral calculates the total mass of the solid.
Triple Integral in Rectangular Coordinates
The volume differential in rectangular coordinates is (or any of the 6 possible orderings).
Triple Integral Formula
General notation for a triple integral over a 3D solid E.
Variables
| Symbol | Description | Unit |
|---|---|---|
| 3D solid region of integration | - | |
| Differential volume element (e.g., dx dy dz) | - |
3D Mass and Moments of Inertia
Triple integrals allow us to analyze physical solids with varying densities .
Checklist
- Total Mass (): The integral of the density function over the solid.
- Center of Mass Coordinates: Calculated using the moments about the coordinate planes.
- Moments of Inertia: To find the rotational resistance of a solid around an axis, integrate the density times the square of the distance from that axis.
Total Mass
Calculating total mass in a 3D solid.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Total mass | - | |
| Density function in 3D | - |
Center of Mass (X, 3D)
The x-coordinate of the center of mass in 3D.
Variables
| Symbol | Description | Unit |
|---|---|---|
| x-coordinate of the center of mass | - | |
| Total mass | - |
Moment of Inertia (Z-axis)
The moment of inertia around the z-axis.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Moment of inertia around the z-axis | - | |
| Square of distance from z-axis | - |
Cylindrical Coordinates
Cylindrical coordinates are an extension of polar coordinates into 3D space. They are particularly useful for regions that possess an axis of symmetry, such as cylinders or cones.
Cylindrical Coordinate Conversions
- Volume differential:
Spherical Coordinates
Spherical coordinates define a point in 3D space by its distance from the origin , its angle in the xy-plane (, same as polar), and its angle from the positive z-axis (). They are ideal for integrating over spheres or portions of spheres.
Spherical Coordinate Conversions
- Volume differential:
Surface Area and Jacobians
Surface Area of a Parametric Surface
Just as we use a single integral to find the arc length of a curve, we can use a double integral to find the surface area of a 3D surface. While we previously discussed surfaces defined by , more complex surfaces in engineering (like airplane fuselages or terrain meshes) are defined parametrically using vectors: .
Parametric Surface Area Formula
The area of a surface defined parametrically over a region in the -plane is found by integrating the magnitude of the cross product of the partial derivative vectors and . This cross product geometrically represents the normal vector, and its magnitude represents the area of a differential parallelogram on the surface.
Surface Area Formula
Parametric surface area formula using cross products.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Surface area | - | |
| Partial derivative vectors | - | |
| Magnitude of the normal vector | - |
Surface Area for z = f(x, y)
If the surface is defined simply as a function of and (i.e., over a region ), the parametric formula simplifies to a specific form.
Surface Area Function Formula
Simplified surface area formula for explicitly defined functions.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Surface area | - | |
| Partial derivatives of f | - |
Change of Variables: The Jacobian
When transforming a double integral from one coordinate system to another (e.g., from rectangular to polar, or to a custom generic system), the differential area scales by a factor called the Jacobian.
The Jacobian Determinant
For a transformation given by and , the Jacobian is defined as the determinant of the partial derivatives:
Jacobian Determinant
Calculating the scaling factor for a change of variables in double integrals.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Jacobian determinant | - | |
| Notation for the Jacobian | - |
Why Polar Uses 'r'
The extra in the polar area differential is actually the absolute value of the Jacobian for the transformation .
Bridge to Vector Calculus
Multiple integrals form the foundation for evaluating complex fields and flows in engineering. The capstone theorems of Vector Calculus relate integration over boundaries (curves/surfaces) to integration over their interiors (areas/volumes).
Fundamental Theorems of Vector Calculus
- Green's Theorem: Relates a line integral over a closed plane curve to a double integral over the bounded planar region. Useful for calculating macroscopic circulation and fluid flux.
- Stokes' Theorem: The 3D extension of Green's Theorem. It relates a line integral around a boundary curve to a surface integral (which is evaluated using a double integral parametrization) over the enclosed 3D surface.
- Divergence Theorem: Relates the surface integral measuring the total flow (flux) out of a closed surface to a triple integral of the field's divergence throughout the enclosed volume.
- Double integrals calculate the volume under a 3D surface over a 2D region by evaluating an iterated integral (integrating one variable at a time).
- Fubini's Theorem guarantees that the order of integration ( or ) does not matter for continuous functions over rectangular regions, but switching order on general regions requires carefully redefining the limits.
- Changing to polar coordinates simplifies integrals over circular regions. Always remember to replace with the polar area differential .
- Triple integrals compute hypervolumes or total mass, center of mass, and moments of inertia for 3D solids. They can be evaluated in rectangular (), cylindrical (), or spherical () systems.
- Parametric Surface Area: Use the cross product of partial derivative vectors () to find the surface area of complex geometries.
- Jacobians provide the critical scaling factor for the differential integration area or volume during generalized coordinate transformations.
- Multiple integrals are conceptually bridged to vector fields via Green's, Stokes', and the Divergence Theorems for calculating real-world electromagnetic and fluid behaviors.