Study Guide945 words

Double Integrals over Rectangular Regions: Comprehensive Study Guide

Double Integrals over Rectangular Regions

Double Integrals over Rectangular Regions

Learning Objectives

After studying this chapter, you should be able to:

  • Recognize when a function of two variables f(x,y)f(x,y) is integrable over a rectangular region RR.
  • Apply the properties of double integrals (linearity, additivity, and monotonicity) to simplify calculations.
  • Evaluate double integrals by converting them into iterated integrals using Fubini's Theorem.
  • Calculate the volume of a solid bounded by a surface, the area of a plane region, and the average value of a function over a rectangle.

Key Terms & Glossary

  • Rectangular Region (RR): The Cartesian product of two closed intervals [a,b]×[c,d][a, b] \times [c, d]. It represents the set of all points (x,y)(x, y) such that axba \leq x \leq b and cydc \leq y \leq d.
  • Riemann Sum: The sum of the volumes of thin rectangular boxes used to approximate the total volume under a surface: Sm,n=i=1mj=1nf(xij,yij)ΔAS_{m,n} = \sum_{i=1}^m \sum_{j=1}^n f(x_{ij}^*, y_{ij}^*) \Delta A.
  • Iterated Integral: An integral performed sequentially with respect to one variable at a time (e.g., first xx, then yy), treating the other variable as a constant during each step.
  • Double Integral: The limit of the Riemann sum as the dimensions of the sub-rectangles approach zero, representing the signed volume between the surface z=f(x,y)z = f(x, y) and the xyxy-plane.

The "Big Idea"

In single-variable calculus, the definite integral abf(x)dx\int_a^b f(x)dx represents the area under a curve. In multivariable calculus, the double integral extends this logic into the third dimension. Instead of integrating over an interval, we integrate over a region RR in the xyxy-plane. The result is the volume of the solid that sits above the rectangle RR and below the surface z=f(x,y)z = f(x, y). This transition from "Length → Area" to "Area → Volume" is the cornerstone of multiple integration.

Formula / Concept Box

ConceptMathematical Formula
Double Integral DefinitionRf(x,y)dA=limm,ni=1mj=1nf(xij,yij)ΔA\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 A
Iterated Integral (Fubini)Rf(x,y)dA=cdabf(x,y)dxdy=abcdf(x,y)dydx\iint_R f(x,y) \, dA = \int_c^d \int_a^b f(x,y) \, dx \, dy = \int_a^b \int_c^d f(x,y) \, dy \, dx
Area of Rectangle RRA(R)=(ba)(dc)=R1dAA(R) = (b-a)(d-c) = \iint_R 1 \, dA
Average Value (favef_{ave})fave=1A(R)Rf(x,y)dAf_{ave} = \frac{1}{A(R)} \iint_R f(x,y) \, dA

[!IMPORTANT] When evaluating an iterated integral, always integrate from the inside out. The inner limits correspond to the inner differential (e.g., dxdx), and the outer limits correspond to the outer differential (dydy).

Hierarchical Outline

  • I. Geometry of the Rectangular Region
    • Definition of R=[a,b]×[c,d]R = [a, b] \times [c, d].
    • Partitioning RR into sub-rectangles ΔA=ΔxΔy\Delta A = \Delta x \Delta y.
  • II. The Double Integral as a Limit
    • Choosing sample points (xij,yij)(x_{ij}^*, y_{ij}^*).
    • Conditions for integrability (continuity of ff on RR).
  • III. Properties of Double Integrals
    • Linearity: (cf+g)dA=cfdA+gdA\iint (cf + g) dA = c \iint f dA + \iint g dA.
    • Additivity: Splitting RR into R1R_1 and R2R_2.
  • IV. Evaluation via Iterated Integrals
    • Fixing yy to integrate with respect to xx (and vice versa).
    • Changing the order of integration.
  • V. Applications
    • Volume calculation (z=f(x,y)z = f(x,y) must be 0\geq 0).
    • Finding average values in physical contexts (e.g., average temperature).

Visual Anchors

Conceptual Flow of Integration

Loading Diagram...
Figure 1 — Mermaid diagram

Geometric Partitioning

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

Term: Average Value of a Function over a Region

  • Definition: The single constant value that, if spread uniformly over the entire area RR, would result in the same volume as the original function f(x,y)f(x,y).
  • Example: If f(x,y)f(x,y) represents the temperature on a metal plate RR, the average value 1AreaRfdA\frac{1}{Area} \iint_R f \, dA gives the single temperature reading that represents the overall thermal state of the plate.

Term: Iterated Integral

  • Definition: A method of calculating a double integral by performing two successive single-variable integrations.
  • Example: To find R(x+y)dA\iint_R (x+y) \, dA where R=[0,1]×[0,2]R=[0,1]\times[0,2], you first find 01(x+y)dx=[12x2+xy]01=12+y\int_0^1 (x+y) \, dx = [\frac{1}{2}x^2 + xy]_0^1 = \frac{1}{2} + y, then integrate that result: 02(12+y)dy\int_0^2 (\frac{1}{2} + y) \, dy.

Worked Examples

Example 1: Calculating Volume under a Plane

Problem: Find the volume of the solid bounded by the surface f(x,y)=4xyf(x,y) = 4 - x - y over the rectangular region R=[0,1]×[0,1]R = [0,1] \times [0,1].

Step 1: Set up the iterated integral. V=0101(4xy)dxdyV = \int_0^1 \int_0^1 (4 - x - y) \, dx \, dy

Step 2: Evaluate the inner integral (with respect to xx). 01(4xy)dx=[4x12x2xy]01=(412y)0=3.5y\int_0^1 (4 - x - y) \, dx = \left[ 4x - \frac{1}{2}x^2 - xy \right]_0^1 = (4 - \frac{1}{2} - y) - 0 = 3.5 - y

Step 3: Evaluate the outer integral (with respect to yy). 01(3.5y)dy=[3.5y12y2]01=(3.50.5)=3\int_0^1 (3.5 - y) \, dy = \left[ 3.5y - \frac{1}{2}y^2 \right]_0^1 = (3.5 - 0.5) = 3

Final Answer: The volume is 3 cubic units.

Checkpoint Questions

  1. If Rf(x,y)dA=12\iint_R f(x,y) \, dA = 12 and the area of RR is 4, what is the average value of ff over RR?
  2. Does the order of integration (dxdydx \, dy vs dydxdy \, dx) change the final result of a double integral over a rectangular region for a continuous function?
  3. Check Answer for Q1

    The average value is 12/4=312 / 4 = 3.

  4. Check Answer for Q2

    No. According to Fubini's Theorem, if the function is continuous, the order does not matter.

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free