Courses / Business I
Mathematics II

Multiple Integration

Business I 237 words Free to read

Multiple Integrals & Rectangles

A double integral sums a function over a 2D region, extending single-variable integration from intervals to areas:

Rf(x,y)dA\iint_R f(x,y)\, dA

Iterated integration evaluates this via nested single integrals. For a rectangular region [a,b]×[c,d][a,b] \times [c,d]:

Rf(x,y)dA=ab(cdf(x,y)dy)dx\iint_R f(x,y)\, dA = \int_a^b \left(\int_c^d f(x,y)\, dy\right) dx

PropertyRule / Meaning
Fubini's TheoremOrder doesn't matter if ff is continuous; swap dxdx and dydy freely.
Integration StrategyChoose 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 y=xy = x, inner limits must be functions (00 to xx). Copying rectangle limits integrates the wrong shape.

The same nine numbers, summed by row and then summed by column

Regions, Economics & Jacobian

For non-rectangular regions bounded by curves, the inner limits become functions:

abh(x)g(x)f(x,y)dydx\int_a^b \int_{h(x)}^{g(x)} f(x,y)\, dy\, dx

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 J|J|:

f(x,y)dxdy=f(x(u,v),y(u,v))Jdudv\iint f(x,y)\, dx\, dy = \iint f(x(u,v), y(u,v)) |J|\, du\, dv

ToolWhen to Use
Polar CoordinatesEssential when the integration region is naturally circular.
Linear SubstitutionUsed when a change of variables simplifies a difficult integrand.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes

Mathematics II