๐Ÿ“˜ Lesson 16 of 20 ยท Calculus
Multivariable Calculus

๐Ÿ—‚๏ธ Multiple Integrals

Multiple integrals extend integration to functions of two or more variables, letting us compute volumes, masses, and averages over regions rather than intervals.

Course progress: 80%

01 Key Concepts

Double Integrals

Integral over a region R of f(x,y) dA computes the volume under a surface f(x,y) above a 2D region R.

Iterated Integrals

A double integral is usually computed as two single integrals done one after another โ€” integrate with respect to one variable first, treating the other as constant, then integrate the result.

Order of Integration

dx dy or dy dx โ€” the order depends on how the region's boundaries are described; sometimes one order is much easier than the other.

Setting Up Bounds

Inner bounds may depend on the outer variable (e.g., y from 0 to x), while outer bounds are always constants.

Applications

Double integrals compute volumes under surfaces, areas of 2D regions, and total mass when density varies across a region.

02 Key Formulas

03 Solved Examples

Example 1 Evaluate the double integral of x*y over x from 0 to 2 and y from 0 to 3 (dy dx).
  1. Integrate with respect to y first, treating x as constant: Integral from 0 to 3 of x*y dy = x*y^2/2 evaluated from 0 to 3 = x*(9/2).
  2. Now integrate with respect to x: Integral from 0 to 2 of (9x/2) dx = (9/2)*(x^2/2) evaluated from 0 to 2 = (9/2)*2.
Answer: 9
Example 2 Evaluate the double integral of 1 dA over x from 0 to 1 and y from 0 to 2 (this gives the area of the rectangle).
  1. Integrate with respect to y: Integral from 0 to 2 of 1 dy = 2.
  2. Integrate with respect to x: Integral from 0 to 1 of 2 dx = 2*1.
Answer: 2 (matches the rectangle's area, 1 x 2)
Example 3 Evaluate the double integral of (x+y) over x from 0 to 1 and y from 0 to 1.
  1. Integrate with respect to y first: Integral from 0 to 1 of (x+y) dy = xy + y^2/2 evaluated from 0 to1 = x + 1/2.
  2. Integrate with respect to x: Integral from 0 to 1 of (x + 1/2) dx = x^2/2 + x/2 evaluated from 0 to 1 = 1/2 + 1/2.
Answer: 1

04 Practice Questions

1Evaluate the double integral of 2 dA over x from 0 to 2, y from 0 to 3.
12
2Evaluate the double integral of x dA over x from 0 to 2, y from 0 to 1.
2
3Evaluate the double integral of y dA over x from 0 to 1, y from 0 to 2.
2
4What does a double integral of f(x,y) over a region represent geometrically?
The volume under the surface f(x,y) above that region
5What does the double integral of 1 dA over a region give?
The area of the region

๐Ÿ“„ Multiple Integrals โ€” Downloadable Worksheet

10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.