Andromeda
Note

Properties of Double Integrals

Definition

Double integrals follow a set of algebraic and geometric rules that allow for the manipulation and decomposition of complex integration problems.

Why It Matters

Without these properties, multi-dimensional calculus becomes computationally intractable. They are the “tools of decomposition” that allow engineers to solve for volumes, centers of mass, and probability densities in complex irregular shapes by breaking them into manageable, linear pieces. They turn “impossible” geometry into solvable arithmetic.

Core Concepts

  • Linearity: R(cf±g)dA=cRfdA±RgdA\iint_R (cf \pm g) dA = c \iint_R f dA \pm \iint_R g dA.
  • How to read: “The double integral of the quantity cf plus or minus g equals c times the integral of f plus or minus the integral of g.”
    • Meaning: Integration is linear—constants factor out and sums split.
  • Additivity: If R=R1R2R = R_1 \cup R_2 and R1,R2R_1, R_2 are non-overlapping, then RfdA=R1fdA+R2fdA\iint_R f dA = \iint_{R_1} f dA + \iint_{R_2} f dA.
  • How to read: “The integral over R equals the sum of integrals over non-overlapping pieces R-one and R-two.”
    • Meaning: Split complex regions into simpler subregions.
  • Domination: If f(x,y)g(x,y)f(x, y) \geq g(x, y) on RR, then RfdARgdA\iint_R f dA \geq \iint_R g dA.
  • How to read: “The condition if f is greater than or equal to g on R, then the integral of f is at least the integral of g.”
    • Meaning: Monotonicity—larger integrand gives larger total area-under-surface.

Connected Concepts