Andromeda
Note

Area by Double Integration

Definition

Double integrals can be used to calculate the area of a closed, bounded two-dimensional region RR in the plane.

A=RdAA = \iint_R dA

  • How to read: “A equals the double integral over the region R of dA.”
  • Meaning: The area of a region is computed by integrating the constant function f(x,y)=1f(x, y) = 1 over that region, which sums up all infinitesimal area elements dAdA (where dA=dxdydA = dx dy or dydxdy dx).

Why It Matters

Finding the area of irregular, non-rectangular shapes is a fundamental requirement in engineering, physics, and design. Double integration provides a systematic method to calculate areas for regions with boundaries defined by arbitrary curves, which standard single-variable integration cannot easily handle.

Core Concepts

  • Infinitesimal Summation: The double integral accumulates the infinitesimal area elements dAdA across the domain RR.
  • Limits of Integration: The geometry of the region RR determines the limits of integration, which can be defined in rectangular coordinates (Type I or Type II regions) or polar coordinates.
  • Connection to Single Integral: Integrating f(x,y)=1f(x,y) = 1 with respect to yy first yields ab[g2(x)g1(x)]dx\int_{a}^{b} [g_2(x) - g_1(x)] dx, which is the standard single-variable formula for the area between two curves.

Connected Concepts