Double integrals extend the concept of integration to functions of two variables. They calculate the volume under a surface over a rectangular region in the -plane, giving you a powerful way to analyze three-dimensional quantities.
This section covers the formal definition of double integrals via Riemann sums, the key properties that make them manageable to work with (linearity, additivity), and the comparison theorem for bounding their values.
Definition and Properties
Double Integral and Rectangular Region
A double integral computes the signed volume between a surface and a rectangular region in the -plane. "Signed" means that where , the integral counts volume as negative, just like single-variable integrals count area below the -axis as negative.
The rectangular region is defined as the Cartesian product of two closed intervals:
This is just the set of all points satisfying and . Geometrically, it's a rectangle with sides parallel to the coordinate axes.
The double integral of over is written as:
where represents a small element of area in the -plane. When everywhere on , the integral equals the volume of the solid sitting above and below the surface .
Integrable Function and Properties
A function is integrable over if the double integral exists as a finite number. A sufficient condition for integrability is that is bounded on and continuous there except possibly at a finite number of points (or along a finite number of smooth curves).
Linearity property. If and are both integrable over and is a constant, then:
These work exactly like the linearity rules you already know from single-variable integration. You can factor out constants and split sums.
Additivity property. If and are rectangular regions that don't overlap (except possibly along a shared boundary), and is integrable over each, then:
This lets you break a region into smaller pieces, integrate over each one separately, and add the results. It's especially handy when has different formulas on different parts of the domain.
_over_rectangular_region_R_in_xy-plane%22-VolumeDoubleIntegral2.jpg)
Riemann Sums
Approximating Double Integrals
The double integral is defined as the limit of Riemann sums, which approximate the integral by chopping the region into small rectangles and adding up volumes of thin rectangular prisms. Here's the setup:
- Partition into subintervals of width and into subintervals of width . This creates subrectangles , each with area .
- In each subrectangle , pick a sample point . Common choices are the midpoint, the lower-left corner, or the upper-right corner.
- Evaluate at each sample point and form the sum:
Each term is the volume of a thin rectangular prism (or "column") with base and height . The full sum approximates the total volume under the surface.
_over_rectangular_region_R_in_xy-plane%22-CNX_Calc_Figure_15_01_203.jpg)
Limit of Riemann Sum
As you refine the partition (), the subrectangles shrink and the approximation improves. The double integral is defined as this limit:
Two things to note:
- This limit exists if and only if is integrable over .
- The choice of sample points doesn't matter. Whether you pick midpoints, corners, or any other points inside each , the limit converges to the same value. This is why the definition is robust: you can't get a "wrong" answer by choosing different sample points, as long as is integrable.
In practice, you'll rarely compute double integrals directly from Riemann sums. The definition matters because it justifies the evaluation techniques (like iterated integrals) that you'll use going forward.
Theorems
Comparison Theorem for Double Integrals
The comparison theorem gives you a way to bound a double integral even when you can't evaluate it exactly.
If for all in , then:
This extends naturally to a squeeze (sandwich) version: if on , then:
Quick example. Suppose you need to bound over . Since on this region, and the area of is 1, the comparison theorem gives:
More generally, if on and the area of is , then . This is the double-integral version of the estimation property you used in Calculus I.