Andromeda
Note

Substitution in Double Integrals

Definition

Substitution in double integrals is a method for simplifying the evaluation of an integral by transforming the region of integration RR and the function ff into a more manageable coordinate system. Rf(x,y)dxdy=Gf(g(u,v),h(u,v))J(u,v)dudv\iint_R f(x, y) dx dy = \iint_G f(g(u, v), h(u, v)) |J(u, v)| du dv

  • How to read: “Double integral over R of f dx dy equals double integral over G of f composed with the coordinate map, times the absolute value of the Jacobian J, du dv.”
  • Meaning: Change of variables in two dimensions. The Jacobian J|J| corrects for how the coordinate map stretches or compresses area so the total integral value is preserved.

Why It Matters

Substitution in double integrals is the 2D version of “simplifying the map”; it allows for the calculation of accumulations over complex, skewed, or curved regions by mapping them into more manageable coordinate systems while using the Jacobian to ensure the total area remains invariant.

Core Concepts

  • Transformation: Mapping a complicated region RR in the xyxy-plane to a simpler region GG (often a rectangle) in the uvuv-plane.
  • The Scaling Factor: The Jacobian J|J| must be included to account for the local change in area caused by the mapping.
  • Boundary Mapping: The boundaries of RR are expressed in terms of uu and vv to find the new limits of integration.

Connected Concepts