Mathwords logoMathwords

Double Integral — Definition, Formula & Examples

A double integral computes the accumulated value of a function f(x,y)f(x, y) over a two-dimensional region. It generalizes the single-variable definite integral to functions of two variables, and geometrically it gives the volume under a surface above the xyxy-plane.

Given a function f(x,y)f(x, y) continuous on a bounded, closed region RR2R \subset \mathbb{R}^2, the double integral Rf(x,y)dA\iint_R f(x,y)\,dA is defined as the limit of Riemann sums limP0k=1nf(xk,yk)ΔAk\lim_{\|P\|\to 0} \sum_{k=1}^{n} f(x_k^*, y_k^*)\,\Delta A_k, where PP is a partition of RR into nn sub-rectangles of area ΔAk\Delta A_k and (xk,yk)(x_k^*, y_k^*) is a sample point in each sub-rectangle.

Key Formula

Rf(x,y)dA=abg1(x)g2(x)f(x,y)dydx\iint_R f(x,y)\,dA = \int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y)\,dy\,dx
Where:
  • RR = The region of integration in the $xy$-plane
  • f(x,y)f(x,y) = The integrand, a function of two variables
  • a,ba, b = Limits of integration for the outer variable $x$
  • g1(x),g2(x)g_1(x), g_2(x) = Lower and upper bounds for $y$ as functions of $x$
  • dAdA = Area element, equal to $dy\,dx$ (or $dx\,dy$)

How It Works

You evaluate a double integral by converting it into two nested single integrals, called an iterated integral. First, choose an order of integration — either dxdydx\,dy or dydxdy\,dx — and determine the limits for each variable from the region RR. Then integrate the inner integral while treating the other variable as a constant, and finally integrate the result with respect to the outer variable. For non-rectangular regions, the inner limits are typically functions of the outer variable. Fubini's theorem guarantees that both orders give the same answer when ff is continuous on RR.

Worked Example

Problem: Evaluate R(2x+3y)dA\iint_R (2x + 3y)\,dA where RR is the rectangle 0x20 \le x \le 2, 0y10 \le y \le 1.
Set up iterated integral: Write the double integral as an iterated integral with the given constant limits.
0201(2x+3y)dydx\int_0^2 \int_0^1 (2x + 3y)\,dy\,dx
Evaluate the inner integral: Integrate with respect to yy, treating xx as a constant.
01(2x+3y)dy=[2xy+32y2]01=2x+32\int_0^1 (2x + 3y)\,dy = \left[2xy + \tfrac{3}{2}y^2\right]_0^1 = 2x + \tfrac{3}{2}
Evaluate the outer integral: Integrate the result with respect to xx.
02(2x+32)dx=[x2+32x]02=4+3=7\int_0^2 \left(2x + \tfrac{3}{2}\right)dx = \left[x^2 + \tfrac{3}{2}x\right]_0^2 = 4 + 3 = 7
Answer: The double integral equals 77.

Why It Matters

Double integrals appear throughout multivariable calculus, physics, and engineering. They are used to compute areas of curved surfaces, centers of mass of laminae, and probabilities over two-dimensional distributions. Mastering them is also essential for understanding Green's theorem and surface integrals.

Common Mistakes

Mistake: Using constant limits for both variables when the region is not a rectangle.
Correction: For non-rectangular regions, the inner limits must be expressed as functions of the outer variable. Sketch the region first to identify the correct bounds.

Related Terms

  • Partial DerivativeDifferentiation counterpart used inside integrands
  • JacobianScale factor when changing variables in double integrals
  • Green's TheoremConverts a double integral to a line integral
  • GradientVector of partial derivatives of the integrand
  • Divergence TheoremHigher-dimensional generalization linking flux and volume integrals
  • LaplacianSecond-order operator often appearing in double-integral problems