Fiveable

Calculus IV Unit 9 Review

QR code for Calculus IV practice questions

9.1 Definition and properties of double integrals

9.1 Definition and properties of double integrals

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

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 xyxy-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 z=f(x,y)z = f(x,y) and a rectangular region RR in the xyxy-plane. "Signed" means that where f(x,y)<0f(x,y) < 0, the integral counts volume as negative, just like single-variable integrals count area below the xx-axis as negative.

The rectangular region is defined as the Cartesian product of two closed intervals:

R=[a,b]×[c,d]R = [a,b] \times [c,d]

This is just the set of all points (x,y)(x,y) satisfying axba \leq x \leq b and cydc \leq y \leq d. Geometrically, it's a rectangle with sides parallel to the coordinate axes.

The double integral of f(x,y)f(x,y) over RR is written as:

Rf(x,y)dA\iint_R f(x,y)\, dA

where dAdA represents a small element of area in the xyxy-plane. When f(x,y)0f(x,y) \geq 0 everywhere on RR, the integral equals the volume of the solid sitting above RR and below the surface z=f(x,y)z = f(x,y).

Integrable Function and Properties

A function f(x,y)f(x,y) is integrable over RR if the double integral Rf(x,y)dA\iint_R f(x,y)\, dA exists as a finite number. A sufficient condition for integrability is that ff is bounded on RR and continuous there except possibly at a finite number of points (or along a finite number of smooth curves).

Linearity property. If ff and gg are both integrable over RR and cc is a constant, then:

  • Rcf(x,y)dA=cRf(x,y)dA\iint_R c\, f(x,y)\, dA = c \iint_R f(x,y)\, dA
  • R[f(x,y)+g(x,y)]dA=Rf(x,y)dA+Rg(x,y)dA\iint_R [f(x,y) + g(x,y)]\, dA = \iint_R f(x,y)\, dA + \iint_R g(x,y)\, dA

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 R1R_1 and R2R_2 are rectangular regions that don't overlap (except possibly along a shared boundary), and ff is integrable over each, then:

R1R2f(x,y)dA=R1f(x,y)dA+R2f(x,y)dA\iint_{R_1 \cup R_2} f(x,y)\, dA = \iint_{R_1} f(x,y)\, dA + \iint_{R_2} f(x,y)\, dA

This lets you break a region into smaller pieces, integrate over each one separately, and add the results. It's especially handy when ff has different formulas on different parts of the domain.

Double Integral and Rectangular Region, HartleyMath - Double Integrals over Rectangular Regions

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:

  1. Partition [a,b][a,b] into mm subintervals of width Δx=bam\Delta x = \frac{b-a}{m} and [c,d][c,d] into nn subintervals of width Δy=dcn\Delta y = \frac{d-c}{n}. This creates mnmn subrectangles RijR_{ij}, each with area ΔA=ΔxΔy\Delta A = \Delta x \, \Delta y.
  2. In each subrectangle RijR_{ij}, pick a sample point (xij,yij)(x_{ij}^*, y_{ij}^*). Common choices are the midpoint, the lower-left corner, or the upper-right corner.
  3. Evaluate ff at each sample point and form the sum:

Sm,n=i=1mj=1nf(xij,yij)ΔxΔyS_{m,n} = \sum_{i=1}^{m} \sum_{j=1}^{n} f(x_{ij}^*, y_{ij}^*)\, \Delta x\, \Delta y

Each term f(xij,yij)ΔxΔyf(x_{ij}^*, y_{ij}^*)\, \Delta x\, \Delta y is the volume of a thin rectangular prism (or "column") with base Δx×Δy\Delta x \times \Delta y and height f(xij,yij)f(x_{ij}^*, y_{ij}^*). The full sum approximates the total volume under the surface.

Double Integral and Rectangular Region, Double Integrals over Rectangular Regions · Calculus

Limit of Riemann Sum

As you refine the partition (m,nm, n \to \infty), the subrectangles shrink and the approximation improves. The double integral is defined as this limit:

Rf(x,y)dA=limm,ni=1mj=1nf(xij,yij)ΔxΔy\iint_R f(x,y)\, dA = \lim_{m,n \to \infty} \sum_{i=1}^{m} \sum_{j=1}^{n} f(x_{ij}^*, y_{ij}^*)\, \Delta x\, \Delta y

Two things to note:

  • This limit exists if and only if ff is integrable over RR.
  • The choice of sample points doesn't matter. Whether you pick midpoints, corners, or any other points inside each RijR_{ij}, 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 ff 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 f(x,y)g(x,y)f(x,y) \leq g(x,y) for all (x,y)(x,y) in RR, then:

Rf(x,y)dARg(x,y)dA\iint_R f(x,y)\, dA \leq \iint_R g(x,y)\, dA

This extends naturally to a squeeze (sandwich) version: if f(x,y)g(x,y)h(x,y)f(x,y) \leq g(x,y) \leq h(x,y) on RR, then:

Rf(x,y)dARg(x,y)dARh(x,y)dA\iint_R f(x,y)\, dA \leq \iint_R g(x,y)\, dA \leq \iint_R h(x,y)\, dA

Quick example. Suppose you need to bound Rsin(xy)dA\iint_R \sin(xy)\, dA over R=[0,1]×[0,1]R = [0,1] \times [0,1]. Since 0sin(xy)10 \leq \sin(xy) \leq 1 on this region, and the area of RR is 1, the comparison theorem gives:

0Rsin(xy)dA10 \leq \iint_R \sin(xy)\, dA \leq 1

More generally, if mf(x,y)Mm \leq f(x,y) \leq M on RR and the area of RR is AA, then mARf(x,y)dAMAmA \leq \iint_R f(x,y)\, dA \leq MA. This is the double-integral version of the estimation property you used in Calculus I.