Iterated Integrals in Double Integrals
students, double integrals are a key idea in multivariable calculus because they let us add up quantities spread across a two-dimensional region. Think about measuring the total paint needed for a wall with changing thickness, the mass of a thin plate with uneven density, or the area under a curved surface 📈. The tool that makes this possible is the double integral, and one of the most practical ways to evaluate it is through iterated integrals.
What you will learn
- what an iterated integral is and why it is useful
- how iterated integrals connect to double integrals
- how to evaluate them step by step
- how the order of integration can change the setup
- how iterated integrals apply to area, volume, and accumulation problems
By the end of this lesson, you should be able to read a double integral written as an iterated integral, evaluate it using the Fundamental Theorem of Calculus, and explain what it means in a real context.
1. What is an iterated integral?
An iterated integral is a double integral written as two single-variable integrals done one after the other. Instead of adding values over a whole region all at once, we first integrate with respect to one variable and then integrate the result with respect to the other variable.
A common form is
$$
$\int_a^b \int_c^d f(x,y)\,dy\,dx.$
$$
This means:
- hold $x$ fixed,
- integrate $f(x,y)$ with respect to $y$ from $y=c$ to $y=d$,
- then integrate the result with respect to $x$ from $x=a$ to $x=b$.
The inner integral gives a function of the outer variable. For example,
$$
$\int_0^2 \int_1^3 (x+y)\,dy\,dx$
$$
is evaluated by first treating $x$ like a constant and integrating with respect to $y$.
This setup is important because many double integrals are too hard to compute directly in one step, but become manageable when broken into two ordinary integrals.
Why it works
An iterated integral uses the idea that a two-dimensional accumulation can be built from many one-dimensional accumulations. Imagine a field of tiny rectangles on a map 🌍. Each small rectangle contributes a little amount, and the iterated integral adds those contributions in one direction first, then the other.
2. The meaning behind the notation
The notation tells you both the region and the order of integration. In
$$
$\int_a^b \int_c^d f(x,y)\,dy\,dx,$
$$
the $dy$ comes first, so $y$ is the inner variable. That means the $y$-limits may be constants, or they may depend on $x$ if the region is not rectangular.
A rectangular region looks simple:
$$
$R=[a,b]\times[c,d].$
$$
For such a region, the double integral can be written as either
$$
$\int_a^b \int_c^d f(x,y)\,dy\,dx$
$$
or
$$
$\int_c^d \int_a^b f(x,y)\,dx\,dy.$
$$
This is possible because the region is a rectangle, so the limits are independent.
Example 1: constant density over a rectangle
Suppose $f(x,y)=2$ on the rectangle $0\le x\le 3$ and $1\le y\le 4$. Then
$$
$\int_0^3 \int_1^4 2\,dy\,dx$
$$
means we are adding up a constant value over the whole region. The inner integral is
$$
$\int_1^4 2\,dy=2(y)\big|_1^4=6,$
$$
and then
$$
$\int_0^3 6\,dx=18.$
$$
If $f$ represents a density of $2$ units per square unit, the total accumulation is $18$ units.
3. Evaluating iterated integrals step by step
The main procedure is simple: work from the inside out. The inner integral is treated like a regular single-variable integral, with the other variable acting like a constant.
Example 2: a polynomial integrand
Evaluate
$$
$\int_0^1 \int_0^2 (x^2+y)\,dy\,dx.$
$$
First integrate with respect to $y$:
$$
$\int_0^2 (x^2+y)\,dy = x^2y+\frac{y^2}{2}\Big|_0^2 = 2x^2+2.$
$$
Now integrate with respect to $x$:
$$
$\int_0^1 (2x^2+2)\,dx = \frac{2}{3}+2=\frac{8}{3}.$
$$
So the value of the iterated integral is
$$
$\frac{8}{3}.$
$$
A common mistake is forgetting that the inner variable is the one being integrated first. If the integral is written with $dy$ inside, then $x$ is treated as constant until the outer integral.
Example 3: a function that separates nicely
Consider
$$
$\int_0^2 \int_0^1 xy\,dy\,dx.$
$$
Since $x$ is constant during the inner integral,
$$
$\int_0$^1 xy\,dy = x$\int_0$^1 y\,dy = x$\cdot$ $\frac{1}{2}$.
$$
Then
$$
$\int_0^2 \frac{x}{2}\,dx = \frac{1}{2}\cdot \frac{x^2}{2}\Big|_0^2=1.$
$$
This kind of problem shows how iterated integrals can simplify expressions by letting you handle one variable at a time.
4. Connection to double integrals
An iterated integral is not a different idea from a double integral; it is a method for computing a double integral. The double integral over a region $R$ is written as
$$
$\iint_R f(x,y)\,dA.$
$$
When $R$ is a rectangle, this can be written as an iterated integral. The symbol $dA$ means a tiny area piece, and the iterated form tells us how to sum those tiny pieces in a structured way.
For more general regions, the region may be described by inequalities. For example, if
$$
R=\{(x,y): a\le x\le b,\ g_1(x)\le y\le g_2(x)\},
$$
then the double integral can be written as
$$
$\iint_R f(x,y)\,dA = \int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y)\,dy\,dx.$
$$
Here, the bounds on $y$ depend on $x$, which is common when the region is not rectangular.
What the bounds mean visually
The outer integral moves across the region from left to right, or bottom to top, depending on the order. The inner integral traces a vertical or horizontal slice of the region. This is why iterated integrals are often explained using “slicing” 🔪.
5. Area and volume applications
Iterated integrals are useful in many geometric and physical applications.
Area
If $f(x,y)=1$, then the double integral gives the area of the region:
$$
$\iint_R 1\,dA.$
$$
For a rectangular region,
$$
$\int_a^b \int_c^d 1\,dy\,dx = (d-c)(b-a),$
$$
which is exactly the area of the rectangle.
Volume under a surface
If $f(x,y)\ge 0$, then
$$
$\iint_R f(x,y)\,dA$
$$
represents the volume under the surface $z=f(x,y)$ and above the region $R$.
For example, the volume under $z=x+y$ above the square $0\le x\le 1$, $0\le y\le 1$ is
$$
$\int_0^1 \int_0^1 (x+y)\,dy\,dx.$
$$
This gives a geometric quantity, not just a number. It measures how much space is enclosed between the surface and the region on the $xy$-plane.
Real-world example
Suppose a thin metal plate has density $\rho(x,y)$ that changes from point to point. The mass of the plate is
$$
$\iint_R \rho(x,y)\,dA.$
$$
If $\rho(x,y)$ is larger in one part of the plate, that area contributes more to the total mass. This is exactly the kind of situation where iterated integrals are powerful, because they let us add up varying values across a region.
6. Why order matters and how to think about it
The order of integration matters in the setup, but sometimes the value of the integral stays the same. For rectangular regions and well-behaved functions, Fubini’s Theorem tells us that we can integrate in either order:
$$
$\int$_a^b $\int$_c^d f(x,y)\,dy\,dx = $\int$_c^d $\int$_a^b f(x,y)\,dx\,dy.
$$
This is useful because one order may be much easier than the other.
Example 4: choosing the easier order
Suppose we want to evaluate
$$
$\int_0^1 \int_0^2 (x+y^2)\,dy\,dx.$
$$
This order is fine, but if the region or integrand becomes more complicated, switching the order might simplify the algebra. In more advanced problems, changing the order can reduce a difficult integral to a much easier one.
A helpful strategy
When faced with an iterated integral:
- identify the inner and outer variables,
- treat the other variable as constant during the inner step,
- compute the inner integral completely,
- simplify before starting the outer integral.
This process keeps the work organized and reduces errors ✅.
Conclusion
students, iterated integrals are the practical workhorse behind many double integrals. They let us compute two-dimensional accumulation one variable at a time, using ordinary integration techniques. They are especially useful for finding area, volume, and mass, and they connect directly to the notation $\iint_R f(x,y)\,dA$.
The big idea is that a double integral over a region can often be evaluated as an iterated integral, where one variable is integrated first and the result is then integrated with respect to the other variable. Understanding this structure is essential for the rest of double integrals, including general regions and applications to geometry and physics.
Study Notes
- An iterated integral is a double integral written as two single-variable integrals.
- In $\int_a^b \int_c^d f(x,y)\,dy\,dx$, the inner integral is with respect to $y$.
- During the inner integral, the other variable acts like a constant.
- For rectangular regions, the order of integration can usually be switched.
- For regions with curved or slanted boundaries, the limits may depend on the other variable.
- The notation $\iint_R f(x,y)\,dA$ means accumulation over a two-dimensional region.
- If $f(x,y)=1$, then the double integral gives area.
- If $f(x,y)\ge 0$, the double integral can represent volume under a surface.
- In density problems, a double integral can represent total mass.
- Evaluating iterated integrals from the inside out is the standard procedure.
- Fubini’s Theorem justifies computing many double integrals as iterated integrals.
- Iterated integrals are a core tool for connecting calculus to real-world accumulation problems.
