7. Double Integrals

General Regions

Double Integrals: General Regions

students, imagine trying to find the amount of paint needed for a mural shaped like a curved pond 🎨🌊. If the shape were a simple rectangle, we could split it into a neat grid and add up tiny pieces easily. But many real regions are not rectangles. In multivariable calculus, general regions let us describe areas that have curved or uneven boundaries, which is essential for setting up double integrals.

In this lesson, you will learn how to:

  • identify what a general region is,
  • describe it using inequalities,
  • rewrite it for integration in two different ways,
  • connect general regions to area and volume problems,
  • and see why they matter in double integrals.

By the end, you should be able to look at a sketch of a region and decide how to describe it using limits for a double integral.

What Is a General Region?

A general region is a region in the plane that is not necessarily a rectangle. It may have curved edges, slanted edges, or boundaries given by functions. In double integrals, we often need to integrate over these shapes instead of over a simple box.

For example, consider the region between the curves $y=x^2$ and $y=2$. This region is not rectangular, because its top and bottom boundaries change depending on $x$. Another example is the region inside the circle $x^2+y^2c1 4$, which is curved all the way around.

General regions are usually described in one of two main ways:

  • Type I region: vertical slices are easy to describe.
  • Type II region: horizontal slices are easy to describe.

These two descriptions are powerful because they help us turn a complicated region into bounds for a double integral.

Type I Regions: Vertical Slices

A Type I region is one where $x$ moves through an interval, and for each $x$, $y$ runs from a lower curve to an upper curve. The region is written as

$$

R = \{(x,y) \mid a \le x \le b,\ g_1(x) \le y \le g_2(x)\}.

$$

This means:

  • $x$ goes from $a$ to $b$,
  • for each fixed $x$, $y$ starts at $g_1(x)$,
  • and ends at $g_2(x)$.

Think of slicing the region with vertical line segments 📏. Each slice has a bottom and a top. This is very useful when the left and right boundaries are vertical lines and the top and bottom boundaries are curves.

Example: Region Between Two Curves

Suppose the region is bounded by $y=x^2$ and $y=4$.

First, find where the curves meet:

$$

x^2 = 4 \quad \Rightarrow \quad x = -2 \text{ or } x = 2.

$$

So the region can be written as

$$

R = \{(x,y) \mid -2 \le x \le 2,\ x^2 \le y \le 4\}.

$$

Here, the lower boundary is $y=x^2$ and the upper boundary is $y=4$.

A double integral over this region would look like

$$

$\int_{-2}^{2} \int_{x^2}^{4} f(x,y)\,dy\,dx.$

$$

Notice the order of integration: first with respect to $y$, then with respect to $x$. That matches the vertical-slice description.

Type II Regions: Horizontal Slices

A Type II region works the other way around. Here, $y$ moves through an interval, and for each $y$, $x$ runs from a left curve to a right curve. The region is written as

$$

R = \{(x,y) \mid c \le y \le d,\ h_1(y) \le x \le h_2(y)\}.

$$

This means:

  • $y$ goes from $c$ to $d$,
  • for each fixed $y$, $x$ starts at $h_1(y)$,
  • and ends at $h_2(y)$.

Think of slicing the region with horizontal line segments ➖. Each slice has a left and a right boundary.

Example: Same Region, Different Description

Take the same region bounded by $y=x^2$ and $y=4$.

To write it as a Type II region, solve $y=x^2$ for $x$:

$$

$ x = \pm \sqrt{y}.$

$$

Now $y$ goes from $0$ to $4$, and for each $y$, $x$ goes from the left branch to the right branch:

$$

R = \{(x,y) \mid 0 \le y \le 4,\ -$\sqrt{y}$ \le x \le $\sqrt{y}$\}.

$$

The corresponding double integral can be written as

$$

$\int_{0}^{4} \int_{-\sqrt{y}}^{\sqrt{y}} f(x,y)\,dx\,dy.$

$$

This gives the same total value as the Type I form, as long as $f$ is integrable on the region.

How to Identify the Region from a Picture

When students sees a graph of a general region, the first step is to identify its boundary curves. Ask these questions:

  1. What are the left and right endpoints, or bottom and top endpoints?
  2. Are the boundaries better written as $y$ in terms of $x$, or $x$ in terms of $y$?
  3. Does one order of integration require splitting the region into pieces?

A good sketch helps a lot ✏️. For example, if the region is under the curve $y=1-x^2$ and above the $x$-axis, then the region is naturally Type I:

$$

-1 \le x \le 1, \quad 0 \le y \le 1-x^2.

$$

But if the curves are easier to express as $x$ in terms of $y$, then a Type II description may be simpler.

Sometimes a region cannot be written as one single Type I or Type II set without splitting it. In that case, break it into smaller regions and integrate over each part separately. This happens often with regions bounded by multiple curves.

Why General Regions Matter in Double Integrals

Double integrals are used to add up a quantity over an area. For a function $f(x,y)$, the double integral

$$

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

$$

adds contributions from every tiny piece of the region $R$.

If $f(x,y)=1$, then the double integral gives the area of the region:

$$

$\iint$_R 1\,dA = \text{Area of } R.

$$

If $f(x,y)$ represents height, then the double integral gives the volume under the surface $z=f(x,y)$ above the region $R$:

$$

$V = \iint_R f(x,y)\,dA.$

$$

General regions are important because many real-world shapes are not rectangular. Land parcels, lake surfaces, and irregular machine parts often have curved boundaries. To model them accurately, we need regions with flexible limits.

Real-World Example

Suppose a farmer has a field shaped like the region between $y=x^2$ and $y=4$. If the density of crops per square unit is $f(x,y)$, then the total crop amount is found by

$$

$\iint_R f(x,y)\,dA.$

$$

If the density is constant at $3$ units per square meter, then the total amount is

$$

$\iint_R 3\,dA = 3\cdot \text{Area}(R).$

$$

This shows how general regions connect directly to applications.

Setting Up a Double Integral Over a General Region

To set up a double integral over a general region, follow these steps:

  1. Sketch the region carefully.
  2. Find the boundary curves or lines.
  3. Decide whether the region is Type I or Type II.
  4. Write the limits using inequalities.
  5. Choose the order of integration that matches the description.

Here is a quick example.

Example: Region Bounded by $y=x$ and $y=x^2$

Find the region between $y=x^2$ and $y=x$.

First, find intersections:

$$

x^2 = x \quad \Rightarrow \quad x=0 \text{ or } x=1.

$$

For $0 \le x \le 1$, the upper curve is $y=x$ and the lower curve is $y=x^2$. So as a Type I region,

$$

R = \{(x,y) \mid 0 \le x \le 1,\ x^2 \le y \le x\}.

$$

Thus,

$$

$\iint_R f(x,y)\,dA = \int_0^1 \int_{x^2}^{x} f(x,y)\,dy\,dx.$

$$

This kind of setup is the heart of working with general regions.

Conclusion

General regions are a central idea in double integrals because they let us work with shapes that are not rectangles. By describing a region as Type I or Type II, students can turn a sketch into correct limits of integration. This skill is useful for finding area, volume, and many other quantities in multivariable calculus.

The big idea is simple: double integrals add up tiny pieces over a region, and general regions tell us exactly where those pieces come from. Once you can describe the region clearly, the rest of the integral becomes much easier ✅.

Study Notes

  • A general region is a non-rectangular region in the plane, often bounded by curves.
  • A Type I region is written as $R=\{(x,y)\mid a\le x\le b,\ g_1(x)\le y\le g_2(x)\}$.
  • A Type II region is written as $R=\{(x,y)\mid c\le y\le d,\ h_1(y)\le x\le h_2(y)\}$.
  • Type I regions use vertical slices; Type II regions use horizontal slices.
  • To set up a double integral, sketch the region, find the boundaries, and choose the easiest order of integration.
  • The double integral $\iint_R 1\,dA$ gives area.
  • The double integral $\iint_R f(x,y)\,dA$ can represent volume or another accumulated quantity.
  • Some regions must be split into multiple parts before integrating.
  • General regions are essential for modeling real shapes and real applications in Multivariable Calculus.

Practice Quiz

5 questions to test your understanding

General Regions — Multivariable Calculus | A-Warded