Fiveable

5๏ธโƒฃMultivariable Calculus Unit 4 Review

QR code for Multivariable Calculus practice questions

4.1 Double Integrals over Rectangles

4.1 Double Integrals over Rectangles

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025

Understanding Double Integrals over Rectangles

Double integrals extend single-variable integration to two dimensions, letting you calculate the volume beneath a surface z=f(x,y)z = f(x,y) over a flat rectangular region. They're the foundation for all the multiple integral techniques you'll encounter in this unit.

The core strategy is iterated integration: instead of tackling both variables at once, you integrate with respect to one variable while treating the other as a constant, then integrate the result with respect to the second variable. Fubini's Theorem is what makes this legal, and it also lets you swap the order of integration when one order is easier than the other.

Evaluation of Double Integrals

The notation โˆฌRf(x,y)โ€‰dA\iint_R f(x,y)\, dA means "integrate the function f(x,y)f(x,y) over the rectangular region RR." For a rectangle R=[a,b]ร—[c,d]R = [a,b] \times [c,d], this becomes an iterated integral:

โˆฌRf(x,y)โ€‰dA=โˆซabโˆซcdf(x,y)โ€‰dyโ€‰dx\iint_R f(x,y)\, dA = \int_a^b \int_c^d f(x,y)\, dy\, dx

The outer integral's limits correspond to the outer variable (here xx), and the inner integral's limits correspond to the inner variable (here yy).

How to evaluate step by step:

  1. Start with the inner integral. Integrate f(x,y)f(x,y) with respect to yy, treating xx as a constant. Evaluate from y=cy = c to y=dy = d. The result is a function of xx alone.
  2. Take that result and integrate it with respect to xx from aa to bb. This gives you a single number.

Fubini's Theorem states that for any continuous function ff on a rectangle RR:

โˆซabโˆซcdf(x,y)โ€‰dyโ€‰dx=โˆซcdโˆซabf(x,y)โ€‰dxโ€‰dy\int_a^b \int_c^d f(x,y)\, dy\, dx = \int_c^d \int_a^b f(x,y)\, dx\, dy

Both orders produce the same answer. This is only guaranteed on rectangles (and more generally when ff is continuous on the region), but for this section that's always the case.

Evaluation of double integrals, Double Integrals over Rectangular Regions ยท Calculus

Volume Calculation with Double Integrals

Geometrically, โˆฌRf(x,y)โ€‰dA\iint_R f(x,y)\, dA gives the volume of the solid that sits above the rectangle RR in the xyxy-plane and below the surface z=f(x,y)z = f(x,y) (assuming f(x,y)โ‰ฅ0f(x,y) \geq 0 on RR).

Setting up a volume problem:

  1. Identify the surface z=f(x,y)z = f(x,y). This could be a paraboloid like z=x2+y2z = x^2 + y^2, a plane like z=3x+2yz = 3x + 2y, or any other function of two variables.
  2. Determine the rectangular region RR. For example, R=[0,2]ร—[1,3]R = [0, 2] \times [1, 3] means xx ranges from 0 to 2 and yy ranges from 1 to 3.
  3. Write the volume as V=โˆฌRf(x,y)โ€‰dAV = \iint_R f(x,y)\, dA and evaluate using iterated integration.

Quick example: Find the volume under z=6โˆ’2xz = 6 - 2x over R=[0,1]ร—[0,2]R = [0,1] \times [0,2].

V=โˆซ01โˆซ02(6โˆ’2x)โ€‰dyโ€‰dx=โˆซ01[(6โˆ’2x)y]02dx=โˆซ012(6โˆ’2x)โ€‰dx=โˆซ01(12โˆ’4x)โ€‰dxV = \int_0^1 \int_0^2 (6 - 2x)\, dy\, dx = \int_0^1 \left[(6-2x)y\right]_0^2 dx = \int_0^1 2(6-2x)\, dx = \int_0^1 (12 - 4x)\, dx

=[12xโˆ’2x2]01=12โˆ’2=10= \left[12x - 2x^2\right]_0^1 = 12 - 2 = 10

Evaluation of double integrals, HartleyMath - Double Integrals over Rectangular Regions

Average Value over Rectangular Regions

The average value of f(x,y)f(x,y) over a rectangle RR works just like the 1D average value formula, but now you divide by the area of the region instead of the length of an interval:

favg=1AโˆฌRf(x,y)โ€‰dAf_{\text{avg}} = \frac{1}{A} \iint_R f(x,y)\, dA

where A=(bโˆ’a)(dโˆ’c)A = (b - a)(d - c) is the area of the rectangle [a,b]ร—[c,d][a,b] \times [c,d].

Steps:

  1. Compute the area AA of the rectangle.
  2. Evaluate โˆฌRf(x,y)โ€‰dA\iint_R f(x,y)\, dA using iterated integration.
  3. Divide the integral's value by AA.

For the example above, the average value of f(x,y)=6โˆ’2xf(x,y) = 6 - 2x over [0,1]ร—[0,2][0,1] \times [0,2] would be 10(1)(2)=5\frac{10}{(1)(2)} = 5.

Order of Integration in Rectangles

On rectangular regions, you always have the freedom to integrate in either order. The question is which order makes the computation simpler.

Choosing the better order:

  • Look at the integrand and ask: is it easier to integrate with respect to xx first, or yy first?
  • For something like f(x,y)=xโ€‰exyf(x,y) = x\, e^{xy}, integrating with respect to xx first is messy, but integrating with respect to yy first gives a straightforward exponential integral.
  • Polynomials are usually equally easy in either order. The payoff of switching order shows up most with products of functions, exponentials, or trigonometric expressions where one variable creates a simpler antiderivative.

Fubini's Theorem recap: โˆซabโˆซcdf(x,y)โ€‰dyโ€‰dx=โˆซcdโˆซabf(x,y)โ€‰dxโ€‰dy\int_a^b \int_c^d f(x,y)\, dy\, dx = \int_c^d \int_a^b f(x,y)\, dx\, dy. On rectangles with continuous functions, you can always swap. Pick whichever order leads to an antiderivative you can actually find.

A good habit: before computing, glance at both orders. Spending 30 seconds choosing the right order can save you minutes of messy algebra.