M408M Learning Module Pages

Main page

Chapter 10: Parametric Equations and Polar Coordinates

Chapter 12: Vectors and the Geometry of Space


Chapter 13: Vector Functions


Chapter 14: Partial Derivatives


Chapter 15: Multiple Integrals


Learning module LM 15.1: Multiple integrals

Learning module LM 15.2: Multiple integrals over rectangles:

Learning module LM 15.3: Double integrals over general regions:

      Type I and Type II regions
      Examples
      Order of integration
      Area and volume revisited

Learning module LM 15.4: Double integrals in polar coordinates:

Learning module LM 15.5a: Multiple integrals in physics:

Learning module LM 15.5b: Integrals in probability and statistics:

Learning module LM 15.10: Change of variables:


Type I and Type II regions

Type I and Type II regions

If $R$ is a rectangle in the $x$-$y$ plane and $f(x,y)$ is a function defined on $R$ then we saw that $\iint_R f(x,y) dA$ is what we get when we

  1. Chop $R$ into a bunch of small boxes.
  2. Compute $f(x^*,y^*)\Delta x \Delta y$ for each box contained in $R$.
  3. Add up the boxes, and
  4. Take a limit as we chop $R$ into smaller and smaller pieces.

The exact same ideas apply when $R$ is an arbitrary region. As with rectangles, things get a lot simpler if we arrange the boxes intelligently.


Type I regions are regions that are bounded by vertical lines $x=a$ and $x=b$, and curves $y=g(x)$ and $y=h(x)$, where we assume that $g(x) < h(x)$ and $a < b$. Then we can integrate first over $y$ and then over $x$:$$\iint_R f(x,y) dA = \int_{x=a}^b \int_{y=g(x)}^{h(x)} f(x,y) dy \, dx$$

Type II regions are bounded by horizontal lines $y=c$ and $y=d$, and curves $x=g(y)$ and $x=h(y)$, where we assume that $g(y)< h(y)$ and $c < d$. Then we can integrate first over $x$ and then over $y$:$$\iint_R f(x,y) dA = \int_{y=c}^d \! \int_{x=g(y)}^{h(y)} f(x,y) dx\, dy$$