Multiple Integrals & Rectangles
A double integral sums a function over a 2D region, extending single-variable integration from intervals to areas:
Iterated integration evaluates this via nested single integrals. For a rectangular region :
| Property | Rule / Meaning |
|---|---|
| Fubini's Theorem | Order doesn't matter if is continuous; swap and freely. |
| Integration Strategy | Choose the order that makes the inner integral routine, not ugly. |
Common pitfall: Using constant limits for non-rectangular regions. If the region is a triangle below , inner limits must be functions ( to ). Copying rectangle limits integrates the wrong shape.
Regions, Economics & Jacobian
For non-rectangular regions bounded by curves, the inner limits become functions:
Economic application: In multi-good settings, consumer surplus and producer surplus extend from single integrals to double integrals over regions where willingness to pay exceeds market price.
Change of variables: Coordinate transformations use the Jacobian determinant absolute value :
| Tool | When to Use |
|---|---|
| Polar Coordinates | Essential when the integration region is naturally circular. |
| Linear Substitution | Used when a change of variables simplifies a difficult integrand. |