Andromeda
Note

Double Integrals over General Regions

Definition

Double integrals over non-rectangular bounded regions are evaluated as iterated integrals where the limits of the inner integral are functions of the outer variable.

Why It Matters

The real world is rarely made of perfect rectangles; most objects have irregular, “curvy” footprints. These integrals matter because they allow us to calculate mass, center of gravity, and structural stress for the complex shapes of real engineering—from the hull of a ship to the wing of a plane. Without the ability to set variable limits that follow these curves, we could only build in “blocks,” leaving the optimization of fluid and aerodynamic shapes a mathematical mystery.

Core Concepts

  • Type I Regions (Vertical Cross-Sections): Bounded by axba \leq x \leq b and g1(x)yg2(x)g_1(x) \leq y \leq g_2(x). 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

    • How to read: “The double integral over the region R equals the integral from a to b of the integral from g one of x to g two of x of f with respect to y, then x.”
    • Meaning / when to use: Slice the region with vertical lines; inner limits describe the y-span at each x—best when top/bottom boundaries are functions of x.
  • Type II Regions (Horizontal Cross-Sections): Bounded by cydc \leq y \leq d and h1(y)xh2(y)h_1(y) \leq x \leq h_2(y). Rf(x,y)dA=cdh1(y)h2(y)f(x,y)dxdy\iint_R f(x, y) dA = \int_c^d \int_{h_1(y)}^{h_2(y)} f(x, y) dx dy

    • How to read: “The double integral over the region R equals the integral from c to d of the integral from h one of y to h two of y of f with respect to x, then y.”
    • Meaning / when to use: Slice with horizontal lines; inner limits give the x-span at each y—swap order when left/right boundaries are functions of y.

Connected Concepts