7. Double Integrals

Area And Volume Applications

Double Integrals: Area and Volume Applications

Welcome, students! In this lesson, you will learn how double integrals help measure area and volume in two dimensions and three dimensions 📐🧮. These ideas are a major reason double integrals are useful in multivariable calculus. Instead of adding up values along a line, we add up values over a region in the plane. That lets us find the area of irregular shapes and the volume of solids that sit above or below a region.

What double integrals measure

A double integral adds up tiny pieces of something over a region $R$ in the $xy$-plane. The general form is $\iint_R f(x,y)\,dA$. The quantity $dA$ represents a very small piece of area, and $f(x,y)$ tells us what value is being accumulated at each point.

For area applications, the function is often just $f(x,y)=1$. Then $\iint_R 1\,dA$ gives the area of the region $R$. This works because adding up lots of tiny area pieces gives the total area. If the region is a rectangle, this matches the familiar formula $\text{area}=\text{length}\times\text{width}$. For irregular regions, the double integral gives a powerful general method.

For volume applications, the function $f(x,y)$ often describes the height of a surface above the region $R$. If $f(x,y)\ge 0$, then $\iint_R f(x,y)\,dA$ gives the volume between the surface $z=f(x,y)$ and the region $R$ in the $xy$-plane. This is like stacking many very thin columns, each with base area $dA$ and height $f(x,y)$. 🧱

Area as a double integral

To find area using a double integral, we treat area as the sum of many tiny squares or rectangles. Suppose $R$ is a region in the plane. Its area is

$$

$A=\iint_R 1\,dA.$

$$

This formula is simple but important. The function $1$ means every small piece of area counts equally.

Example: area of a rectangle

Let $R$ be the rectangle $a\le x\le b$ and $c\le y\le d$. Then

$$

$A=\int_a^b\int_c^d 1\,dy\,dx.$

$$

First integrate with respect to $y$:

$$

$\int_c^d 1\,dy=d-c.$

$$

Then integrate with respect to $x$:

$$

$\int_a^b (d-c)\,dx=(b-a)(d-c).$

$$

That is exactly the familiar rectangle area formula. This shows that double integrals extend old ideas rather than replacing them.

Example: area of a region with curved boundaries

Now suppose $R$ is bounded by curves, such as $y=x^2$ and $y=2x$. To find its area, you first identify where the curves intersect by solving $x^2=2x$, which gives $x=0$ and $x=2$. Then the area is

$$

$A=\int_0^2 \int_{x^2}^{2x} 1\,dy\,dx.$

$$

The inner integral gives the vertical thickness of the region at each $x$, and the outer integral adds those pieces across the interval $0\le x\le 2$. This method is especially useful when the region is not a simple rectangle. 📏

Why this matters

Area by double integral is useful whenever a shape is irregular, curved, or hard to handle with basic geometry. Examples include land plots with curved borders, regions in design and engineering, and probability regions in statistics. The idea is always the same: split the region into tiny parts and add them up.

Volume under a surface

A major application of double integrals is finding volume. Suppose $z=f(x,y)$ is a surface above a region $R$ in the $xy$-plane, and suppose $f(x,y)\ge 0$ on $R$. Then the volume under the surface and above $R$ is

$$

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

$$

This works because each tiny base region $dA$ supports a thin column of height approximately $f(x,y)$. The volume of one tiny column is approximately $f(x,y)\,dA$, and the double integral adds all those column volumes together.

Example: volume under a plane

Consider the surface $z=4-x-y$ over the triangular region in the first quadrant bounded by $x=0$, $y=0$, and $x+y=4$. On this region, the height is nonnegative. The volume is

$$

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

$$

Using the region description $0\le x\le 4$ and $0\le y\le 4-x$, we get

$$

$V=\int_0^4\int_0^{4-x}(4-x-y)\,dy\,dx.$

$$

This integral computes the exact volume of the solid. A geometric check is also possible: the solid is a tetrahedron-like shape, so the integral result should match a known geometric volume if one is available. Either way, the double integral gives a systematic answer.

Example: volume between two surfaces

Sometimes a solid lies between an upper surface $z=f(x,y)$ and a lower surface $z=g(x,y)$. In that case, the volume is

$$

$V=\iint_R \big(f(x,y)-g(x,y)\big)\,dA,$

$$

provided $f(x,y)\ge g(x,y)$ on $R$. This subtracts the bottom height from the top height, giving the thickness of the solid at each point.

For example, if the top surface is $z=9-x^2-y^2$ and the bottom surface is $z=0$ over the disk $x^2+y^2\le 9$, then

$$

$V=\iint_R (9-x^2-y^2)\,dA.$

$$

This solid is shaped like a dome. Because the region is circular, this is a good place to use polar coordinates, which can simplify the integral. Even when the coordinates change, the meaning stays the same: add up tiny volume pieces. 🌎

Setting up the integral correctly

Before calculating area or volume, students, the most important step is choosing the correct region $R$ and writing the limits correctly. Many mistakes happen not because the integral is hard to evaluate, but because the region was described incorrectly.

There are two common ways to describe a region:

  1. Type I region: $a\le x\le b$ and $g_1(x)\le y\le g_2(x)$.
  2. Type II region: $c\le y\le d$ and $h_1(y)\le x\le h_2(y)$.

For area, the integral is usually $\iint_R 1\,dA$. For volume, it is usually $\iint_R f(x,y)\,dA$ or $\iint_R \big(f(x,y)-g(x,y)\big)\,dA$.

Choosing whether to integrate $dy\,dx$ or $dx\,dy$ depends on the region. Pick the order that makes the bounds simplest. If the region is circular or involves expressions like $x^2+y^2$, polar coordinates may be better. The key idea is not the coordinate system itself, but the correct accumulation of small pieces. ✅

Connecting area, volume, and the bigger picture

Area and volume applications show why double integrals are more than just a calculation tool. They connect geometry, algebra, and physical interpretation.

  • Area is the special case $\iint_R 1\,dA$.
  • Volume under a surface is $\iint_R f(x,y)\,dA$ when $f(x,y)\ge 0$.
  • Volume between surfaces is $\iint_R \big(f(x,y)-g(x,y)\big)\,dA$.

These formulas are all based on the same principle: add up tiny pieces over a region. That principle is the heart of double integrals. In later topics, the same logic is used for mass, center of mass, average value, and probability density functions. So learning area and volume now builds a foundation for many other applications in multivariable calculus.

Conclusion

Double integrals turn area and volume into a process of careful accumulation. For area, the function is $1$ and the result is the total size of a region in the plane. For volume, the function gives a height, and the integral adds up thin columns to measure the solid under or between surfaces. These applications are important because they extend familiar one-variable ideas into two dimensions. students, if you understand how to describe a region, choose limits, and interpret the integrand, you have the main tools needed for area and volume problems in double integrals.

Study Notes

  • A double integral has the form $\iint_R f(x,y)\,dA$.
  • Area of a region $R$ is found with $A=\iint_R 1\,dA$.
  • Volume under a nonnegative surface $z=f(x,y)$ is $V=\iint_R f(x,y)\,dA$.
  • Volume between surfaces $z=f(x,y)$ and $z=g(x,y)$ is $V=\iint_R \big(f(x,y)-g(x,y)\big)\,dA$.
  • The region $R$ must be described correctly before setting up the integral.
  • Type I regions use $a\le x\le b$ with $g_1(x)\le y\le g_2(x)$.
  • Type II regions use $c\le y\le d$ with $h_1(y)\le x\le h_2(y)$.
  • Double integrals work by adding many tiny area pieces $dA$.
  • Area and volume are special applications of the broader double integral idea.
  • These methods are useful for curved regions, domes, land surfaces, and engineering shapes. 🧠

Practice Quiz

5 questions to test your understanding