← back to MATH 102
Week 11Stewart §15.164 min full read
6 concepts14 worked examples25 exercises3 exam-level5 figures
What are you here for?

11Double integrals over rectangles

You hang a rectangular awning over a patio. Its cloth is not flat: over every spot on the rectangular floor the cloth sits at a different height, sagging low in the middle and pulled tight at the poles. You want the volume of air trapped underneath. Measuring the height at the four corners is not enough, and there is no single height to multiply the floor by.

By the end you can turn a height that changes across a whole rectangle into one number — the trapped volume — and evaluate it as two ordinary integrals done one after another.

In 60 seconds

Over a rectangle, cut the base into a grid, multiply each cell's area by the height above it, add, and refine: that limit is the double integral, and it is computed as two single integrals nested inside each other.

Double integral (definition)
$$\iint_R f\,dA=\lim_{m,n\to\infty}\sum_{i=1}^{m}\sum_{j=1}^{n} f(x_{ij}^{*},y_{ij}^{*})\,\Delta A$$

the meaning of the symbol; whenever f is bounded on a rectangle the limit exists for continuous f

Midpoint Rule
$$\iint_R f\,dA\approx\sum_{i=1}^{m}\sum_{j=1}^{n} f(\bar x_i,\bar y_j)\,\Delta A$$

you only have finitely many cells or a formula you cannot integrate and need a number

Fubini's Theorem
$$\iint_R f\,dA=\int_a^b\!\!\int_c^d f(x,y)\,dy\,dx=\int_c^d\!\!\int_a^b f(x,y)\,dx\,dy$$

f is continuous on the rectangle; pick whichever order is easier

Product over a rectangle
$$\iint_R g(x)\,h(y)\,dA=\Big(\int_a^b g\,dx\Big)\Big(\int_c^d h\,dy\Big)$$

the integrand factors into a function of x times a function of y

Three most common mistakes
  1. Treating the inner limits as if they belonged to the outer variable. In dy dx the numbers c and d go with the inner dy and a and b with the outer dx; swap them and the answer is garbage.

  2. Carrying the inner variable out of the inner integral. When you integrate over y with x held fixed, x is a constant, so the antiderivative in y may still contain x.

  3. Reading the Midpoint estimate as the exact value. It is exact only for a flat plane; for anything curved it is an approximation that improves as the grid refines.

On this course only quizzes (10 percent) and homework (10 percent) carry a stated weight, so treat set-ups from this section as quiz-sized: one rectangle, one integrand, one order chosen for ease. The published weights say nothing finer than that, so no claim about how often a particular type appears is made here.

How much time do you have?
10 minutes

You leave able to evaluate a double integral over a rectangle by writing it as dy dx and doing the inner integral first — which is the whole mechanical skill.

In 60 seconds card, Iterated integrals: integrate one variable at a time, Fubini's Theorem: the double integral is either iterated integral
45 minutes

Add the meaning behind the symbol, the numerical estimate, the product shortcut and the average value, so a worded or set-up-only question does not surprise you.

everything in the 10 minute path, The double integral as a limit of sums over a rectangle, Estimating a double integral: the Midpoint Rule, Product integrands over a rectangle, Average value and the basic properties, the faded ladder
full read

Every worked example, the exam-shaped question, and the mixed practice, including the questions that fold in partial derivatives from last week.

all concepts in order, worked exam question, practice A through D
By the end of this section
  1. Interpret the double integral over a rectangle as the limit of , and as a under the surface when the integrand is nonnegative.

  2. Estimate a double integral over a rectangle with the Midpoint Rule and say in which direction the estimate is likely to err.

  3. Evaluate an iterated integral over a rectangle by integrating the inner variable first with the outer variable held constant, then the outer.

  4. Apply Fubini's Theorem to swap the order of integration on a rectangle and choose the order that makes the inner integral elementary.

  5. Factor a product integrand over a rectangle into two single integrals and evaluate them separately.

  6. Compute the average value of a function over a rectangle and bound a double integral using the comparison and linearity properties.

Syllabus coverage
15.1

Double integrals over rectangles: double Riemann sums, the definition and volume meaning, the Midpoint Rule, iterated integrals, Fubini's Theorem, the product rule for a rectangle, and the average value.

The single syllabus token is developed across all six blocks below, in the order the book uses: meaning first, then the numerical estimate, then the mechanical iterated-integral skill, then Fubini that justifies it, then the two shortcuts.

covered
general regions

Double integrals over non-rectangular regions

Not on this week's line; it is the next section, 15.2, where the inner limits stop being constants and start depending on the outer variable.

deferred
Recall first
The single definite integral as a limit of sums

$\int_a^b f(x)\,dx=\lim_{n\to\infty}\sum_{i=1}^{n} f(x_i^{*})\,\Delta x$, the limit of areas of thin rectangles as they get thinner.

The double integral copies this construction one dimension up: cells instead of intervals, and a height above each cell instead of above each point.

Evaluating a single definite integral

If $F'=f$ on $[a,b]$ then $\int_a^b f(x)\,dx=F(b)-F(a)$.

Every double integral here is finished by doing this twice, once for the inner variable and once for the outer.

Partial evaluation: holding one variable fixed

From last week, $\partial/\partial y$ treats $x$ as a constant. The inner integral does the same thing with an antiderivative instead of a derivative.

The inner integral integrates in $y$ while $x$ sits still, so any $x$ in the integrand rides along as a constant.

Try it yourself first (2 questions)
1§11.0 — a single integral with a spectator constant●●○○○

One question before anything is defined. Treat $x$ as a fixed number and integrate in $y$ only; this is the single move the whole section leans on.

Given
  • $\displaystyle\int_0^2 (x+y)\,dy$, with $x$ held constant

Find
  1. Evaluate the integral; your answer will still contain $x$.

Hint 1/4

You are integrating in $y$. Ask what plays the role of the constant here and what plays the role of the variable.

Hint 2/4

$\int (x+y)\,dy$ has antiderivative $xy+\tfrac{y^2}{2}$ because $x$ is a constant multiplier of $y$.

Hint 3/4

Put in the limits $y=0$ and $y=2$ with $x$ still a constant: evaluate $xy+\tfrac{y^2}{2}$ from $0$ to $2$.

Hint 4/4

The result is $2x+2$.

Show solution
Antiderivative in y, then endpoints
$$\int_0^2 (x+y)\,dy=\Big[xy+\tfrac{y^{2}}{2}\Big]_0^2$$

the antiderivative of the constant $x$ is $xy$, and of $y$ is $y^{2}/2$

$$=(2x+2)-(0)=2x+2$$

putting $y=2$ then $y=0$; nothing in $x$ was touched

Answer $$2x+2$$
Check

Independent check at a value: at $x=3$ the integrand is $3+y$, and $\int_0^2(3+y)\,dy=6+2=8$, which matches $2\cdot 3+2=8$.

2§11.0 — what stays and what goes●○○○○

A quick check on the same idea before we build on it. Nothing to compute; decide what the inner integral leaves behind.

Given
  • Inner integral $\displaystyle\int_1^3 x^{2}y\,dy$ with $x$ held constant

Find
  1. What kind of object is the result?

Hint 1/4

Integrate in $y$ and look at whether any $x$ survives.

Hint 2/4

With $x$ constant, $\int_1^3 x^{2}y\,dy=x^{2}\int_1^3 y\,dy$.

Hint 3/4

$\int_1^3 y\,dy=\tfrac{9}{2}-\tfrac12=4$, so the result is $4x^{2}$.

Hint 4/4

The answer is a function of $x$ alone.

Show solution
Pull out the constant and integrate
$$\int_1^3 x^{2}y\,dy=x^{2}\Big[\tfrac{y^{2}}{2}\Big]_1^3$$

$x^{2}$ is constant in $y$ and comes out front

$$=x^{2}\big(\tfrac92-\tfrac12\big)=4x^{2}$$

evaluating the $y$-antiderivative at the two limits

Answer $$4x^{2}$$
Check

Independent check at $x=1$: the integrand is $y$, and $\int_1^3 y\,dy=4$, which equals $4\cdot 1^{2}$.

Notation
symbolreads asmeanswatch out
$\iint_R f\,dA$

the double integral of f over R d A

the limit of the double Riemann sums of $f$ over the rectangle $R$; when $f\ge 0$ it is the volume under the surface.

The $dA$ is a single , not two separate differentials to cancel. It records that we are adding up area times height.

$R=[a,b]\times[c,d]$

R equals the box a b cross c d

the rectangle of points $(x,y)$ with $a\le x\le b$ and $c\le y\le d$.

All four numbers are constants here. The moment a limit depends on the other variable you have left this section.

$\Delta A$

delta A

the area $\Delta x\,\Delta y$ of one cell of the grid.

It is an area, the product of two lengths, so multiplying it by a height gives a volume.

$\bar x_i,\ \bar y_j$

x bar i and y bar j

the midpoints of the $i$-th column interval and the $j$-th row interval, used by the Midpoint Rule.

Midpoints, not endpoints. Using a corner instead changes the estimate, though not the exact limit.

$\int_a^b\!\int_c^d f\,dy\,dx$

the iterated integral, d y then d x

do the inner integral in $y$ from $c$ to $d$ first, then the outer in $x$ from $a$ to $b$.

Differentials pair inside out: $dy$ with the inner limits $c,d$ and $dx$ with the outer limits $a,b$.

Conventions used here
The area element does not care about order

We write $dA=dx\,dy=dy\,dx$; the order in an iterated integral records only which single integral is done first, and on a rectangle both orders carry constant limits.

It stops the differentials from looking like quantities to be cancelled or reordered by algebra, and keeps the focus on which limits pair with which differential.

Inner limits pair with the inner differential

In $\int_a^b\int_c^d f\,dy\,dx$ the numbers $c,d$ belong to $dy$ and $a,b$ to $dx$, reading from the inside out. The innermost integral is always the one evaluated first.

The single most common wreck in the section is attaching the wrong pair of numbers to a differential; naming the rule once removes the guesswork.

Nonnegative means volume, otherwise signed

When $f\ge 0$ on $R$ the double integral is the volume under the surface. When $f$ takes negative values the integral is a signed volume, counting the part below the plane $z=0$ as negative.

It keeps a negative answer from looking like an error: a double integral can be negative, exactly as a single one can.

Any works in the limit

The definition allows the sample point $(x_{ij}^{*},y_{ij}^{*})$ to be any point of its cell — a corner, the centre, anywhere. For a continuous $f$ the limit is the same regardless of the choice.

It explains why the Midpoint Rule and a corner rule disagree for a coarse grid yet agree in the limit, so the two are not in conflict.

Angles in trig integrands are radians

Wherever a trigonometric function appears in an integrand, its argument is in radians, so $\int_0^{\pi}\sin x\,dx=2$ and never a degree-based value.

Only in radians do the antiderivatives $\int\sin=-\cos$ and $\int\cos=\sin$ hold without an extra scaling factor.

11.1The double integral as a limit of sums over a rectangle

Defines the symbol: a limit of box-volume sums over a grid, equal to the volume under the surface when $f\ge 0$.

Last week the definite integral of one variable added up thin strips to get an area. Keep the recipe, add a second direction: thin cells instead of thin strips, a height above each cell.

Solvable with what we have
  • The area under $y=x^{2}$ on $[0,2]$: $\int_0^2 x^{2}\,dx=\tfrac{8}{3}$, one integral, one variable.

  • The volume of a box: base area times a single constant height.

  • The volume of a solid whose slice area $A(x)$ is known: $\int_a^b A(x)\,dx$, from single-variable calculus.

Not solvable yet
  • The air under the awning of the opening, where the height changes as you move in $x$ and as you move in $y$ at once.

  • The volume under $z=x^{2}+y^{2}$ over a square, where no single $A(x)$ is handed to you.

Reach for the tool in hand: slicing, $V=\int_a^b A(x)\,dx$. Fix $x$, and the slice is the region under the curve $z=f(x,y)$ as $y$ runs across the rectangle. Its area is

$$A(x)=\int_c^d f(x,y)\,dy.$$

So $V=\int_a^b\Big(\int_c^d f(x,y)\,dy\Big)dx$.

Why it fails

Nothing is wrong with it — that is the point. The slice area is itself an integral, so a single integral will not finish the job; you are forced to integrate twice. The rest of the section is about doing that honestly, and about why the two integrations can be done in either order.

DefinitionDefinition: the double integral over a rectangle
Conditions
  • $R=[a,b]\times[c,d]$ is a rectangle

  • $[a,b]$ is cut into $m$ equal pieces and $[c,d]$ into $n$ equal pieces, giving $mn$ cells of area $\Delta A=\Delta x\,\Delta y$

  • $(x_{ij}^{*},y_{ij}^{*})$ is any sample point in cell $(i,j)$

$$\boxed{\;\iint_R f\,dA=\lim_{m,n\to\infty}\;\sum_{i=1}^{m}\sum_{j=1}^{n}\;\textcolor{#6f42c1}{f(x_{ij}^{*},y_{ij}^{*})}\,\textcolor{#1f6feb}{\Delta A}\;}$$

Chop the rectangle into a grid of cells. Over each cell raise a box whose height is the value of $f$ at a sample point in that cell; its volume is height times cell area. Add all the box volumes, then let the cells shrink. The number they approach is the double integral.

Why the sum approaches a volume

Each term $f(x_{ij}^{*},y_{ij}^{*})\,\Delta A$ is the volume of a rectangular column: base $\Delta A$, height the surface value at the sample point. The columns together are a blocky staircase model of the solid under the surface. Refining the grid shrinks the mismatch between the staircase and the smooth solid to zero whenever $f$ is continuous, so the sums converge and their limit is the volume when $f\ge 0$.

Looks like this, but is not

$V=(\text{base area})\times(\text{one height})=(b-a)(d-c)\cdot f(\text{some point})$. It has the right units and it is quick.

That is the box formula, and it is exact only when the height never changes across $R$. For a curved surface it is a single Riemann term with $m=n=1$: an estimate, not the integral. It becomes correct only in the limit of many cells.

A constant height really is base times height

The definition must reproduce what you already know when the surface is flat.

Given
  • $f(x,y)=5$ on $R=[0,3]\times[0,2]$

Find

the double integral, from the definition

Solution
Every sample value is the same
$$f(x_{ij}^{*},y_{ij}^{*})=5\ \text{for every cell}$$

the height is constant, so the sample point does not matter

$$\sum_i\sum_j 5\,\Delta A=5\sum_i\sum_j \Delta A=5\cdot\text{area}(R)$$

the cell areas add back to the whole rectangle's area

$$=5\cdot(3)(2)=30$$

the rectangle is $3$ by $2$, so its area is $6$

Answer $$\iint_R 5\,dA=30$$
Check

Independent check by geometry: this is a box $3$ by $2$ by $5$, volume $30$.

No limit needed; the sum was already exact.

A constant integrand pulls straight out: $\iint_R k\,dA=k\cdot\text{area}(R)$. Keep this as a sanity anchor for every later answer.

A four-cell estimate of a curved volume

A first, rough number for a genuinely curved surface, using the definition with a coarse grid.

Given
  • $f(x,y)=x+y$ on $R=[0,2]\times[0,2]$

  • A $2\times 2$ grid, sample point the upper-right corner of each cell

Find

an estimate of $\iint_R (x+y)\,dA$

Solution
List the four corner values
$$\Delta A=(1)(1)=1$$

each cell is $1$ by $1$

$$f(1,1)=2,\ f(2,1)=3,\ f(1,2)=3,\ f(2,2)=4$$

the upper-right corners of the four cells

Add heights times cell area
$$\sum f\,\Delta A=(2+3+3+4)\cdot 1=12$$

each height multiplies the same cell area $1$

Answer $$\text{estimate}=12$$
Check

Independent check on direction: $f$ increases toward the upper-right, so upper-right corners overshoot. The exact value found later is $8$, and indeed $12>8$.

One grid, four evaluations, no antiderivatives.

A coarse corner sum is only a first look. The sample point and the grid both matter until the cells are small; the next block chooses the sample point that behaves best.

Checkpoint
§11.1 — what the symbol adds up●○○○○

Thirty seconds, no computing. A double integral $\iint_R f\,dA$ over a rectangle adds up which product, over a grid of cells?

Given
  • $R$ is a rectangle cut into small cells of area $\Delta A$

Find
  1. Which product is being summed?

Hint 1/4

Look at the definition and read off the two things multiplied in each term.

Hint 2/4

Each term is a height at a sample point times a cell area, $f(x^{*},y^{*})\,\Delta A$.

Hint 3/4

So the pieces are a value of $f$ and an area $\Delta A$, not a length or a slope.

Hint 4/4

The sum is of height times cell area.

Show solution
Read the term
$$\text{term}=f(x_{ij}^{*},y_{ij}^{*})\,\Delta A$$

a surface height multiplied by a base area gives a box volume

Answer $$f\cdot\Delta A$$
Check

Independent check by units: height times area is a volume, which is what a volume-under-a-surface should sum to.

⚠ Multiplying the base by one height for a curved surface

the box formula is familiar and fast, and a coarse grid makes the surface look nearly flat

wrong$$\iint_R (x+y)\,dA=\text{area}\cdot f(\text{centre})=4\cdot 2=8?\ \text{by luck only}$$
right$$\iint_R (x+y)\,dA=\lim \sum f\,\Delta A$$
⚠ Forgetting that $\Delta A$ is an area

in one variable the piece was a width $\Delta x$, so the eye expects a single length here too

wrong$$\text{term}=f\cdot\Delta x$$
right$$\text{term}=f\cdot\Delta A=f\,\Delta x\,\Delta y$$

11.2Estimating a double integral: the Midpoint Rule

Estimates the integral by sampling $f$ at each cell centre; exact for a plane, an approximation otherwise.

The definition allows any sample point. If you must stop at a finite grid, one choice is steadier than the corners: the centre of each cell.

RuleThe Midpoint Rule for double integrals
Conditions
  • $R=[a,b]\times[c,d]$ split into $mn$ equal cells of area $\Delta A$

  • $\bar x_i$ is the midpoint of the $i$-th $x$-interval, $\bar y_j$ the midpoint of the $j$-th $y$-interval

$$\boxed{\;\iint_R f\,dA\approx\sum_{i=1}^{m}\sum_{j=1}^{n} f(\bar x_i,\bar y_j)\,\Delta A\;}$$

Estimate the integral by sampling $f$ at the centre of every cell, multiplying each value by the cell area, and adding. The centres average out the rise and fall across a cell better than a corner does.

Looks like this, but is not

It looks like it should be an exact formula, since it is a clean weighted sum of $f$-values.

It is exact only when $f$ is a plane, $f=\alpha x+\beta y+\gamma$, because then the centre value equals the cell's true average. For anything curved it is an estimate whose error shrinks as the grid refines.

Midpoint estimate of a bowl over a square

A concrete estimate, with the exact value computed later so the error is visible.

Given
  • $f(x,y)=x^{2}+y^{2}$ on $R=[0,2]\times[0,2]$

  • A $2\times 2$ grid, so $\Delta A=1$

Find

the Midpoint Rule estimate of $\iint_R (x^{2}+y^{2})\,dA$

Solution
Cell centres
$$\bar x\in\{0.5,1.5\},\ \bar y\in\{0.5,1.5\}$$

each interval $[0,1]$ and $[1,2]$ has midpoint $0.5$ and $1.5$

Evaluate at the four centres
$$f(0.5,0.5)=0.5,\quad f(0.5,1.5)=2.5$$

$0.25+0.25$ and $0.25+2.25$

$$f(1.5,0.5)=2.5,\quad f(1.5,1.5)=4.5$$

$2.25+0.25$ and $2.25+2.25$

Sum times cell area
$$(0.5+2.5+2.5+4.5)\cdot 1=10$$

the four values add to $10$, and $\Delta A=1$

Answer $$\iint_R (x^{2}+y^{2})\,dA\approx 10$$
Check

Independent check against the exact value: $\int_0^2\int_0^2 (x^{2}+y^{2})\,dy\,dx=\tfrac{32}{3}\approx 10.67$, so the estimate $10$ is low by about six percent, as a coarse grid on a bowl should be.

Four evaluations, one multiplication.

The Midpoint value came in under the true value because the bowl curves upward and the centre sits below the cell's average height. Refining the grid closes the gap.

Checkpoint
§11.2 — when the estimate is exact●●○○○

One sentence to accept or reject; it fixes what the rule can and cannot promise.

Given
  • Claim: the Midpoint Rule gives the exact value of $\iint_R f\,dA$ whenever $f(x,y)=2x+3y+1$.

Find
  1. True or false, and say why in one sentence.

Hint 1/4

Ask what shape the surface $z=2x+3y+1$ is.

Hint 2/4

The Midpoint Rule is exact precisely for a flat plane, because a centre value equals the average over a cell there.

Hint 3/4

Here $f=2x+3y+1$ is a plane, so the midpoint value is the true cell average.

Hint 4/4

So the claim is true.

Show solution
Centre equals average for a plane
$$\text{average of a linear } f \text{ over a cell}=f(\text{centre})$$

a plane rises as much above the centre on one side as it falls on the other

Answer $$\text{True}$$
Check

Independent check on a cell: over $[0,1]\times[0,1]$, $\iint (2x+3y+1)\,dA=1+1.5+1=3.5$, and $f(0.5,0.5)\cdot 1=1+1.5+1=3.5$.

⚠ Reporting the Midpoint estimate as the exact answer

the formula looks closed-form and produces a tidy number

wrong$$\iint_R (x^{2}+y^{2})\,dA=10$$
right$$\iint_R (x^{2}+y^{2})\,dA\approx 10,\ \text{exact }=\tfrac{32}{3}$$
⚠ Sampling at a corner but calling it the Midpoint Rule

corners are easier to read off a grid than centres

wrong$$f(\bar x_i,\bar y_j)\to f(x_i,y_j)$$
right$$f(\bar x_i,\bar y_j),\ \bar x_i=\tfrac{x_{i-1}+x_i}{2}$$

11.3Iterated integrals: integrate one variable at a time

Computes a double integral as inner-then-outer single integrals; the inner one freezes the outer variable.

The motivating slice already wrote the answer as one integral inside another. Here is how to actually compute that, and the notation the book uses for it.

MethodIterated integral over a rectangle
Conditions
  • $R=[a,b]\times[c,d]$

  • $f$ integrable on $R$

$$\boxed{\ \int_a^b\!\int_c^d f(x,y)\,dy\,dx=\int_a^b\Big(\underbrace{\int_c^d f(x,y)\,dy}_{A(x)}\Big)dx\ }$$

The inner integral integrates $f$ in $y$ from $c$ to $d$ while $x$ is frozen, leaving a function of $x$ alone. The outer integral then integrates that function in $x$ from $a$ to $b$, leaving a number.

Looks like this, but is not

You might integrate both variables in one sweep: $\int (x+2y)\,d(x,y)$ as if $d(x,y)$ were a single step.

There is no one-step antiderivative in two variables. The only legal move is one integral at a time; the inner one turns the two-variable integrand into a one-variable function first.

Evaluate the integral of x plus 2y over a rectangle

The full inner-then-outer routine on a clean integrand.

Given
  • $\displaystyle\int_0^2\!\int_0^1 (x+2y)\,dy\,dx$

Find

the value

Solution
Inner integral in y, with x frozen
$$\int_0^1 (x+2y)\,dy=\big[xy+y^{2}\big]_0^1=x+1$$

$x$ is constant, so $\int x\,dy=xy$ and $\int 2y\,dy=y^{2}$

Outer integral of the leftover function of x
$$\int_0^2 (x+1)\,dx=\Big[\tfrac{x^{2}}{2}+x\Big]_0^2=2+2=4$$

an ordinary single integral now

Answer $$4$$
Check

Independent check by the other order: $\int_0^1\int_0^2 (x+2y)\,dx\,dy=\int_0^1 (2+4y)\,dy=2+2=4$, the same.

One inner integral, one outer integral.

The inner integral collapsed a function of two variables to $x+1$, a function of one. That collapse is the whole trick; everything after it is single-variable calculus.

An x-squared rides through the inner integral

Here the frozen variable genuinely survives the inner step.

Given
  • $\displaystyle\int_0^1\!\int_0^1 (x^{2}+y)\,dy\,dx$

Find

the value

Solution
Inner in y keeps the x-squared
$$\int_0^1 (x^{2}+y)\,dy=\Big[x^{2}y+\tfrac{y^{2}}{2}\Big]_0^1=x^{2}+\tfrac12$$

$x^{2}$ is a constant multiplier of $y$, so it stays

Outer in x
$$\int_0^1\Big(x^{2}+\tfrac12\Big)dx=\Big[\tfrac{x^{3}}{3}+\tfrac{x}{2}\Big]_0^1=\tfrac13+\tfrac12=\tfrac56$$

power rule, then the constant

Answer $$\tfrac{5}{6}$$
Check

Independent check by the other order: $\int_0^1\int_0^1 (x^{2}+y)\,dx\,dy=\int_0^1\big(\tfrac13+y\big)dy=\tfrac13+\tfrac12=\tfrac56$.

If a constant looks like it disappeared during the inner integral, you probably dropped the frozen variable. It should ride through untouched.

Checkpoint
§11.3 — which integral goes first●○○○○

Thirty seconds on the mechanics. In $\int_0^2\!\int_0^1 f(x,y)\,dy\,dx$, what happens first and what is held fixed?

Given
  • The iterated integral $\int_0^2\int_0^1 f\,dy\,dx$

Find
  1. Which integral is evaluated first, and which variable is held constant during it?

Hint 1/4

Read the differentials from the inside out.

Hint 2/4

The innermost differential is $dy$ with limits $0$ and $1$, so the $y$-integral is done first.

Hint 3/4

During that inner $y$-integral, $x$ is the frozen constant.

Hint 4/4

So: inner integral in $y$ first, with $x$ held fixed.

Show solution
Inside out
$$\text{inner}=\int_0^1 f\,dy\ \text{(x fixed)},\ \text{then}\ \int_0^2(\cdot)\,dx$$

the $dy$ sits inside, paired with $0$ and $1$

Answer $$\text{inner } y \text{ first}$$
Check

Independent check by the differentials: $dy$ is innermost, so its integral is innermost and runs first.

⚠ Attaching the inner limits to the outer variable

the four numbers are written left to right and it is tempting to pair them left to right too

wrong$$\int_0^2\!\int_0^1 f\,dy\,dx\to \text{use }0,2\text{ for }dy$$
right$$dy\ \text{takes the inner }0,1;\ dx\ \text{takes the outer }0,2$$
⚠ Dropping the frozen variable in the inner integral

with $x$ held constant it is easy to forget it is still in the integrand

wrong$$\int_0^1 (x^{2}+y)\,dy=\tfrac12$$
right$$\int_0^1 (x^{2}+y)\,dy=x^{2}+\tfrac12$$

11.4Fubini's Theorem: the double integral is either iterated integral

Guarantees the double integral equals either iterated integral on a rectangle, so you may pick the easier order.

Two things still need justifying: that the iterated integral equals the double integral at all, and that the two orders agree. Fubini says yes to both.

TheoremFubini's Theorem
Conditions
  • $f$ is continuous on $R=[a,b]\times[c,d]$ (or bounded with a small discontinuity set)

$$\boxed{\ \iint_R f\,dA=\int_a^b\!\int_c^d f\,dy\,dx=\int_c^d\!\int_a^b f\,dx\,dy\ }$$

For a continuous integrand on a rectangle, the double integral equals the iterated integral, and you may take the two single integrals in whichever order you like; both give the same number.

Proof

The idea is the slicing picture: integrating in $y$ first builds the slice area $A(x)$, and integrating that in $x$ sweeps the slices into the volume; doing it the other way sweeps the perpendicular slices. A full proof needs the theory of the limit of the double sums, deferred to the text.

Looks like this, but is not

You might expect the freedom to swap order to survive on any region, not just a rectangle.

On a rectangle the limits are constants and swapping is harmless. On a general region the inner limits depend on the outer variable, and swapping order changes those limits — the subject of the next section, not this one.

Both orders give the same number

Evaluate one integral twice, once each way, and watch them agree.

Given
  • $\displaystyle\iint_R 6x^{2}y\,dA,\quad R=[0,1]\times[0,2]$

Find

the value, computed in both orders

Solution
Order dy dx
$$\int_0^1\!\int_0^2 6x^{2}y\,dy\,dx=\int_0^1 6x^{2}\big[\tfrac{y^{2}}{2}\big]_0^2 dx$$

inner in $y$ with $x^{2}$ frozen

$$=\int_0^1 12x^{2}\,dx=\big[4x^{3}\big]_0^1=4$$

the inner gave $12x^{2}$; outer power rule

Order dx dy
$$\int_0^2\!\int_0^1 6x^{2}y\,dx\,dy=\int_0^2 6y\big[\tfrac{x^{3}}{3}\big]_0^1 dy$$

inner in $x$ with $y$ frozen

$$=\int_0^2 2y\,dy=\big[y^{2}\big]_0^2=4$$

the inner gave $2y$; outer power rule

Answer $$4$$
Check

Independent check by the product shortcut, valid because $6x^{2}y=(6x^{2})(y)$ factors: $\big(\int_0^1 6x^{2}dx\big)\big(\int_0^2 y\,dy\big)=(2)(2)=4$.

Two full set-ups on purpose, to show the agreement.

Since the orders always agree here, the only reason to prefer one is ease. The next block and the exam question are entirely about spotting the easy order.

Checkpoint
§11.4 — is swapping order allowed●●○○○

One sentence to accept or reject about what Fubini permits on a rectangle.

Given
  • Claim: for a continuous $f$ on a rectangle, $\int_a^b\int_c^d f\,dy\,dx=\int_c^d\int_a^b f\,dx\,dy$.

Find
  1. True or false, and give the reason in one sentence.

Hint 1/4

Ask which theorem governs swapping the order of integration.

Hint 2/4

Fubini's Theorem states exactly this equality for continuous $f$ on a rectangle.

Hint 3/4

The integrand is assumed continuous and the region is a rectangle, so the hypotheses hold.

Hint 4/4

So the claim is true.

Show solution
Check the hypotheses of Fubini
$$f\ \text{continuous},\ R\ \text{a rectangle}\Rightarrow \text{orders agree}$$

these are precisely Fubini's assumptions

Answer $$\text{True}$$
Check

Independent check on a case: $\iint_{[0,1]\times[0,2]} 6x^{2}y\,dA=4$ both ways, as computed above.

⚠ Believing order-swapping is free on any region

it is free on rectangles, and the rectangle case is met first

wrong$$\text{swap order, keep the same limits, on any region}$$
right$$\text{constant limits (rectangle) only; general regions change limits}$$
⚠ Changing the answer, not just the order

a slip in one of the two inner integrals is easy to miss when you expect agreement

wrong$$\int\!\int f\,dy\,dx\ne \int\!\int f\,dx\,dy$$
right$$\text{on a rectangle they must match; a mismatch flags an arithmetic error}$$

11.5Product integrands over a rectangle

Turns a product integrand $g(x)h(y)$ over a rectangle into the product of two single integrals, with no nesting.

One special shape turns a double integral into a product of two single integrals with no nesting at all. Spotting it saves a whole set-up.

RuleProduct rule for a rectangle
Conditions
  • $R=[a,b]\times[c,d]$

  • the integrand factors as $f(x,y)=g(x)\,h(y)$

$$\boxed{\ \iint_R g(x)\,h(y)\,dA=\Big(\int_a^b g(x)\,dx\Big)\Big(\int_c^d h(y)\,dy\Big)\ }$$

When the integrand splits into an $x$-only factor times a $y$-only factor, the double integral is just the product of the two separate single integrals over their own intervals.

Why the product splits

In the inner integral $\int_c^d g(x)h(y)\,dy$ the factor $g(x)$ is constant in $y$ and pulls out, leaving $g(x)\int_c^d h(y)\,dy$. The remaining $y$-integral is a plain number, call it $K$. The outer integral is then $\int_a^b g(x)\,K\,dx=K\int_a^b g(x)\,dx$, which is the product of the two single integrals.

Looks like this, but is not

$\displaystyle\iint_R (x+y)\,dA \stackrel{?}{=}\Big(\int x\,dx\Big)\Big(\int 1\,dy\Big)+\dots$ — trying to split a sum the same way.

The rule splits a product, not a sum. $x+y$ is not $g(x)h(y)$, so it does not factor; you either integrate it directly by iteration or split it as two separate integrals $\iint x\,dA+\iint y\,dA$.

A product that factors on sight

The integrand is already a product of an x-part and a y-part.

Given
  • $\displaystyle\iint_R xy\,dA,\quad R=[0,2]\times[0,3]$

Find

the value

Solution
Split into two single integrals
$$\iint_R xy\,dA=\Big(\int_0^2 x\,dx\Big)\Big(\int_0^3 y\,dy\Big)$$

$xy=(x)(y)$ factors, so the product rule applies

$$=\Big[\tfrac{x^{2}}{2}\Big]_0^2\cdot\Big[\tfrac{y^{2}}{2}\Big]_0^3=(2)\Big(\tfrac92\Big)=9$$

each single integral is elementary

Answer $$9$$
Check

Independent check by iteration: $\int_0^2\int_0^3 xy\,dy\,dx=\int_0^2 x\cdot\tfrac92\,dx=\tfrac92\cdot 2=9$.

Two one-line integrals, one multiplication.

No nesting was needed. Whenever the integrand is one factor in $x$ times one in $y$, reach for the product form first.

A disguised product: e to the x plus y

The integrand looks coupled but factors through a law of exponents.

Given
  • $\displaystyle\iint_R e^{x+y}\,dA,\quad R=[0,1]\times[0,1]$

Find

the value

Solution
Factor the exponential
$$e^{x+y}=e^{x}e^{y}$$

the exponent is a sum, so the exponential is a product

Apply the product rule
$$\iint_R e^{x}e^{y}\,dA=\Big(\int_0^1 e^{x}dx\Big)\Big(\int_0^1 e^{y}dy\Big)$$

each factor depends on one variable only

$$=(e-1)(e-1)=(e-1)^{2}$$

each single integral is $e-1$

Answer $$(e-1)^{2}$$
Check

Independent check by iteration: $\int_0^1\int_0^1 e^{x}e^{y}\,dy\,dx=\int_0^1 e^{x}(e-1)\,dx=(e-1)(e-1)=(e-1)^{2}$.

A sum in an exponent is a product of exponentials. Spotting that turned a two-variable integral into two copies of the same one-variable integral.

Checkpoint
§11.5 — which integrand factors●●○○○

Thirty seconds, no computing. Which of the integrands below is a function of $x$ times a function of $y$?

Given
  • Four candidate integrands over a rectangle

Find
  1. Which one factors as $g(x)\,h(y)$?

Hint 1/4

Ask whether you can write each as one bracket in $x$ times one bracket in $y$.

Hint 2/4

A product like $x^{a}y^{b}$ factors; a sum like $x+y$ or a coupled argument like $\cos(x+y)$ does not.

Hint 3/4

Check $x\,y^{2}$: it is $(x)(y^{2})$, a clean product.

Hint 4/4

So $x\,y^{2}$ is the one that factors.

Show solution
Factor test
$$x\,y^{2}=(x)(y^{2})\ \checkmark$$

one $x$-factor times one $y$-factor

$$x+y,\ x-y,\ \cos(x+y)\ \text{do not factor}$$

sums and coupled arguments are not products

Answer $$x\,y^{2}$$
Check

Independent check: $\iint_{[0,1]^2} xy^{2}\,dA=(\int_0^1 x\,dx)(\int_0^1 y^{2}dy)=\tfrac12\cdot\tfrac13=\tfrac16$, which the iterated integral also gives.

⚠ Splitting a sum as if it were a product

the product rule is fresh and the eye wants to apply it everywhere

wrong$$\iint_R (x+y)\,dA=\Big(\int x\,dx\Big)\Big(\int y\,dy\Big)$$
right$$\iint_R (x+y)\,dA=\iint_R x\,dA+\iint_R y\,dA$$
⚠ Missing a disguised product

$e^{x+y}$ and $x^{2}y^{3}$ do not announce themselves as products

wrong$$\iint e^{x+y}\,dA\ \text{(set up a full nesting)}$$
right$$e^{x+y}=e^{x}e^{y}\Rightarrow (\int e^{x})(\int e^{y})$$

11.6Average value and the basic properties

Gives the typical height as total over area, and uses comparison and linearity to bound integrals you cannot evaluate.

One number often wanted from a surface is not its total but its typical height. And a few properties let you bound an integral you cannot, or would rather not, evaluate.

DefinitionAverage value over a rectangle
Conditions
  • $R=[a,b]\times[c,d]$ with area $A(R)=(b-a)(d-c)>0$

$$\boxed{\ f_{\text{ave}}=\frac{1}{A(R)}\iint_R f\,dA\ }$$

The average value is the total, divided by the area of the base. It is the single constant height whose flat box holds exactly the same volume as the true surface.

Looks like this, but is not

The average of $f$ over $R$ might seem to be the average of its values at the four corners.

Corner values ignore everything in between. The average is the integral over the area, which weights every point of $R$ equally; four corners are just four points of infinitely many.

Average height of a tilted plane

A plane over a square, whose average you can also guess by symmetry.

Given
  • $f(x,y)=x+y$ on $R=[0,2]\times[0,2]$

Find

the average value $f_{\text{ave}}$

Solution
Total, then divide by area
$$\iint_R (x+y)\,dA=\int_0^2\!\int_0^2 (x+y)\,dy\,dx=\int_0^2 (2x+2)\,dx=8$$

inner in $y$ gives $2x+2$; outer gives $8$

$$A(R)=(2)(2)=4,\quad f_{\text{ave}}=\tfrac{8}{4}=2$$

divide the total by the base area

Answer $$f_{\text{ave}}=2$$
Check

Independent check by symmetry: the average of $x$ over $[0,2]$ is $1$ and likewise for $y$, so the average of $x+y$ is $1+1=2$.

One double integral, one division.

For a plane the average is just the value at the centre of the rectangle, here $f(1,1)=2$. That is the same fact that makes the Midpoint Rule exact for planes.

Bounding an integral without evaluating it

The comparison property gives a range for an integral with no elementary antiderivative.

Given
  • $\displaystyle\iint_R \frac{1}{1+x^{2}+y^{2}}\,dA,\quad R=[0,1]\times[0,1]$

Find

a lower and an upper bound

Solution
Bound the integrand on R
$$\tfrac{1}{3}\le \tfrac{1}{1+x^{2}+y^{2}}\le 1\ \text{on }R$$

the denominator runs from $1$ at $(0,0)$ to $3$ at $(1,1)$

Integrate the constant bounds
$$\tfrac13\cdot A(R)\le \iint_R f\,dA\le 1\cdot A(R)$$

if $m\le f\le M$ then $m\,A\le \iint f\le M\,A$

$$\tfrac13\le \iint_R f\,dA\le 1$$

the area of the unit square is $1$

Answer $$\tfrac13\le \iint_R f\,dA\le 1$$
Check

Independent check on plausibility: the true value is about $0.64$, comfortably inside $[\tfrac13,1]$.

When an integrand has no clean antiderivative, the comparison property still pins the answer between $m\,A(R)$ and $M\,A(R)$ using only its largest and smallest values.

Checkpoint
§11.6 — average of a ramp●●○○○

Thirty seconds. The average of a function that depends on $x$ alone can be read off its one-variable average.

Given
  • $f(x,y)=x$ on $R=[0,4]\times[0,1]$

Find
  1. Find the average value of $f$ over $R$.

Hint 1/4

The height does not depend on $y$, so the average is just the average of $x$ over $[0,4]$.

Hint 2/4

$f_{\text{ave}}=\tfrac{1}{A(R)}\iint_R x\,dA$, with $A(R)=4\cdot 1=4$.

Hint 3/4

$\iint_R x\,dA=\int_0^4\int_0^1 x\,dy\,dx=\int_0^4 x\,dx=8$, so divide $8$ by $4$.

Hint 4/4

The average is $2$.

Show solution
Total, then divide
$$\iint_R x\,dA=\int_0^4\!\int_0^1 x\,dy\,dx=\int_0^4 x\,dx=8$$

inner in $y$ over length $1$ leaves $x$; outer gives $8$

$$f_{\text{ave}}=\tfrac{8}{4}=2$$

divide by $A(R)=4$

Answer $$2$$
Check

Independent check: the average of $x$ over $[0,4]$ is the midpoint $2$, and $y$ does not affect it.

⚠ Forgetting to divide by the area

the double integral already feels like a finished answer

wrong$$f_{\text{ave}}=\iint_R f\,dA$$
right$$f_{\text{ave}}=\tfrac{1}{A(R)}\iint_R f\,dA$$
⚠ Averaging the corner values

four corners are quick and feel representative

wrong$$f_{\text{ave}}=\tfrac14\big(f_{00}+f_{10}+f_{01}+f_{11}\big)$$
right$$f_{\text{ave}}=\tfrac{1}{A(R)}\iint_R f\,dA$$
Evaluate a double integral over a rectangle in four moves

Any double integral over a rectangle whose integrand has an elementary antiderivative in at least one variable.

  1. Read the rectangle.

    Write the four constant limits: $a\le x\le b$ and $c\le y\le d$. On a rectangle they are numbers, never expressions.

  2. Write the iterated integral.

    Choose dy dx or dx dy and pair the limits inside out: the inner differential takes the inner pair.

  3. Inner integral, outer variable frozen.

    Integrate the inner variable, treating the outer as a constant. You are left with a function of the outer variable alone.

  4. Outer integral.

    Integrate that function over its interval. You are left with a number; box it.

Where it goes wrong
  • The inner and outer limits get crossed; the inner differential must take the inner pair.

  • The frozen variable is dropped inside the inner integral, so a constant vanishes that should have ridden along.

  • The power-rule factor $\tfrac{1}{n+1}$ is omitted in the inner integral, the section's most common single slip.

Choose the order that makes the inner integral elementary

Whenever one order forces integration by parts or a non-elementary antiderivative and the other does not.

  1. Try dy first.

    Look at $\int_c^d f\,dy$ with $x$ frozen. Is its antiderivative elementary?

  2. Try dx first.

    Look at $\int_a^b f\,dx$ with $y$ frozen. Compare the difficulty.

  3. Commit to the easy one.

    Fubini says the answer is the same, so keep the order whose inner antiderivative you can actually write down.

Where it goes wrong
  • Committing to dy dx by habit and hitting an integration by parts that the other order avoids.

  • Assuming a hard-looking integrand has no easy order; a factor of $x$ or $y$ often makes one direction elementary.

x e to the x y, the easy order (dy first)

Integrating in y first makes the inner antiderivative elementary.

Given
  • $\iint_R x\,e^{xy}\,dA$, $R=[0,1]\times[0,1]$

  • order dy dx

Find

the value

Solution
Inner in y is elementary
$$\int_0^1 x\,e^{xy}\,dy=\big[e^{xy}\big]_0^1=e^{x}-1$$

$\tfrac{d}{dy}e^{xy}=x e^{xy}$, so no parts are needed

$$\int_0^1 (e^{x}-1)\,dx=e-2$$

a clean outer integral

Answer $$e-2$$
Check

Independent check: $e-2\approx0.718$, and the product-shortcut does not apply because $x e^{xy}$ is not a product of an $x$-part and a $y$-part.

The same integral, the hard order (dx first)

Integrating in x first forces integration by parts and a non-obvious outer step.

Given
  • $\iint_R x\,e^{xy}\,dA$, $R=[0,1]\times[0,1]$

  • order dx dy

Find

the value, the expensive way

Solution
Inner in x needs parts
$$\int_0^1 x\,e^{xy}\,dx\ \xrightarrow{\text{by parts}}\ \tfrac{e^{y}}{y}-\tfrac{e^{y}-1}{y^{2}}$$

with $y$ frozen, $u=x$, $dv=e^{xy}dx$ gives $v=e^{xy}/y$

Outer in y is a recognised derivative
$$\int_0^1\Big(\tfrac{e^{y}}{y}-\tfrac{e^{y}-1}{y^{2}}\Big)dy=\Big[\tfrac{e^{y}-1}{y}\Big]_0^1=e-2$$

the integrand is $\tfrac{d}{dy}\tfrac{e^{y}-1}{y}$, and the limit at $0$ is $1$

Answer $$e-2$$
Check

Independent check: the answer matches part a, exactly as Fubini promises; only the labour differs.

Same integrand, same rectangle, same answer $e-2$ — but dy first is two clean lines and dx first is an integration by parts followed by spotting an antiderivative.

How to tell them apart

Before choosing an order, glance at each inner integral. If a leading factor of $x$ or $y$ makes one direction an elementary antiderivative and the other a by-parts, take the elementary one.

Scaffolding comes off
The common skeleton
  1. Read the rectangle: the four constant limits a, b, c, d.

  2. Choose an order and write the iterated integral, dy dx or dx dy.

  3. Do the inner integral, holding the outer variable constant; you are left with a function of one variable.

  4. Do the outer integral of that function over its interval; you are left with a number.

  5. Sanity-check: redo in the other order, or bound the answer.

1 · fully worked

Evaluate the integral of 2x plus y over a rectangle

Fully worked, one skeleton step at a time.

Given
  • $\displaystyle\iint_R (2x+y)\,dA,\quad R=[0,1]\times[0,2]$

Find

the value

Solution
Read the limits and pick an order
$$0\le x\le 1,\ 0\le y\le 2;\ \text{use }dy\,dx$$

both orders are equal here, so pick the natural one

Inner integral in y, x frozen
$$\int_0^2 (2x+y)\,dy=\big[2xy+\tfrac{y^{2}}{2}\big]_0^2=4x+2$$

$2x$ is constant in $y$, giving $2xy$; and $\int y\,dy=y^{2}/2$

Outer integral in x
$$\int_0^1 (4x+2)\,dx=\big[2x^{2}+2x\big]_0^1=2+2=4$$

an ordinary single integral

Answer $$4$$
Check

Independent check by the other order: $\int_0^2\int_0^1 (2x+y)\,dx\,dy=\int_0^2 (1+y)\,dy=2+2=4$.

Each skeleton step produced exactly one line. On the next rung the lines are given and you supply the reasons.

2 · you write the reasoning

Easier on purpose: the integrand depends on $x$ only, so the inner integral is almost free. For each line, say why it is legal. Evaluate $\displaystyle\iint_R (x+1)\,dA$ over $R=[0,2]\times[0,1]$.

  1. Set it up as dy dx over $0\le x\le 2$, $0\le y\le 1$.

    reasoning

    The order dy dx is chosen; on a rectangle either order works and the limits are constants.

  2. Inner integral in $y$: the integrand has no $y$, so it is a constant in $y$.

    reasoning

    With no $y$ in the integrand, $\int_0^1 (x+1)\,dy=(x+1)\int_0^1 dy=(x+1)\cdot 1$; the interval has length one.

  3. Outer integral in $x$ of the leftover $x+1$.

    reasoning

    The inner integral left a function of $x$ alone, so the outer step is single-variable calculus.

  4. Evaluate at $2$ and $0$.

    reasoning

    Putting in the limits $2$ and $0$ gives $2+2=4$; the lower limit contributes nothing here.

3 · find the buried error

Harder than the two above, and the work is done for you — badly. Exactly two of the four steps contain an error. Find them. Problem: $\displaystyle\iint_R x\,y^{2}\,dA$ over $R=[1,2]\times[0,3]$.

  1. Step 1. Set up $\int_1^2\int_0^3 x\,y^{2}\,dy\,dx$.

  2. Step 2. Inner integral: $\int_0^3 x\,y^{2}\,dy=x\big[y^{3}\big]_0^3=27x$.

  3. Step 3. Outer integral: $\int_1^2 27x\,dx=27\big[\tfrac{x^{2}}{2}\big]_1^2$.

  4. Step 4. $=27\big(\tfrac{4}{2}-1\big)=27(2-1)=27$.

the two buried errors (2)
⚠ step 2

$\int_0^3 y^{2}\,dy=\big[\tfrac{y^{3}}{3}\big]_0^3=9$, not $27$; the factor $\tfrac13$ was dropped, so the inner integral is $9x$, not $27x$.

The power rule for integration lowers the memory of the $\tfrac{1}{n+1}$ factor, which is easy to omit under time pressure.

right

$\int_0^3 x\,y^{2}\,dy=x\big[\tfrac{y^{3}}{3}\big]_0^3=9x$.

⚠ step 4

$\tfrac{1^{2}}{2}=\tfrac12$, not $1$, so the bracket is $2-\tfrac12=\tfrac32$; the lower limit was mis-evaluated.

Squaring the lower limit $1$ gives $1$, and the halving is quietly forgotten because $1$ looks finished.

right

$\big[\tfrac{x^{2}}{2}\big]_1^2=2-\tfrac12=\tfrac32$.

4 · the bare problem
§11.4 — the bare problem●●●●○

No scaffolding. One rectangle, one integrand, both limits constant. Evaluate it.

Given
  • $\displaystyle\iint_R (x+3y^{2})\,dA,\quad R=[0,2]\times[1,2]$

Find
  1. Evaluate the double integral exactly.

Hint 1/4

Pick an order and set up the iterated integral; on a rectangle either order is fine.

Hint 2/4

Use $\int_0^2\int_1^2 (x+3y^{2})\,dy\,dx$; the inner integral is in $y$ with $x$ frozen.

Hint 3/4

Inner: $\int_1^2 (x+3y^{2})\,dy=\big[xy+y^{3}\big]_1^2=(2x+8)-(x+1)=x+7$.

Hint 4/4

Outer: $\int_0^2 (x+7)\,dx=2+14=16$.

Show solution
Inner in y, x frozen
$$\int_1^2 (x+3y^{2})\,dy=\big[xy+y^{3}\big]_1^2$$

$x$ constant gives $xy$; $\int 3y^{2}dy=y^{3}$

$$=(2x+8)-(x+1)=x+7$$

evaluate at $y=2$ then $y=1$

Outer in x
$$\int_0^2 (x+7)\,dx=\big[\tfrac{x^{2}}{2}+7x\big]_0^2=2+14=16$$

single integral of $x+7$

Answer $$16$$
Check

Independent check by the other order: $\int_1^2\int_0^2 (x+3y^{2})\,dx\,dy=\int_1^2 (2+6y^{2})\,dy=2+14=16$.

Full exam-style question

Full question: choosing the order for x e to the x yexam format

The shape of a quiz question that rewards choosing the order before touching an antiderivative.

Given
  • $\displaystyle\iint_R x\,e^{xy}\,dA,\quad R=[0,1]\times[0,1]$

Find

(a) which order is easier and why; (b) the exact value; (c) the average value over R

Solution
(a) Compare the two inner integrals
$$dy\ \text{first}:\ \int_0^1 x\,e^{xy}\,dy\ \text{has antiderivative } e^{xy}$$

in $y$, $\tfrac{d}{dy}e^{xy}=x\,e^{xy}$, so this is elementary

$$dx\ \text{first}:\ \int_0^1 x\,e^{xy}\,dx\ \text{needs integration by parts}$$

in $x$ the extra factor $x$ forces parts, so this order is worse

(b) Evaluate in the easy order
$$\int_0^1 x\,e^{xy}\,dy=\big[e^{xy}\big]_0^1=e^{x}-1$$

inner in $y$ with $x$ frozen

$$\int_0^1 (e^{x}-1)\,dx=\big[e^{x}-x\big]_0^1=(e-1)-1=e-2$$

outer single integral

(c) Average value
$$A(R)=(1)(1)=1$$

the base is the unit square

$$f_{\text{ave}}=\tfrac{1}{A(R)}\iint_R f\,dA=\tfrac{e-2}{1}=e-2$$

total over area

Answer $$V=e-2,\qquad f_{\text{ave}}=e-2$$
Check

Independent check on (b): Fubini guarantees the hard order gives the same $e-2$; and $e-2\approx0.718$ is a plausible average height for a surface running from $x e^{0}=x$ up to $x e^{x}$ on the square.

One order comparison, one clean nesting, one division. The marks live in part (a): the wrong order costs an integration by parts.

Read the inner integral before committing to an order. A factor that makes the inner antiderivative elementary in one direction and forces parts in the other is the whole reason Fubini is worth having.

Practice

A · concept 4 questions
1§11.1 — sign of a double integral●●○○○

One claim to accept or reject. It decides whether a negative answer should alarm you.

Given
  • Claim: $\iint_R f\,dA\ge 0$ for every integrable $f$ on a rectangle $R$.

Find
  1. True or false, with a one-sentence reason.

Hint 1/4

Ask whether the definition forces $f$ to be nonnegative.

Hint 2/4

The sum $\sum f(x^{*},y^{*})\,\Delta A$ inherits the sign of the sampled values of $f$.

Hint 3/4

If $f<0$ somewhere, those terms are negative and can make the total negative; take $f=-1$.

Hint 4/4

So the claim is false: $\iint_R (-1)\,dA=-\text{area}(R)<0$.

Show solution
Constant negative height
$$\iint_R (-1)\,dA=-\,\text{area}(R)<0$$

a constant pulls out; the area is positive

Answer $$\text{False}$$
Check

Independent check: a surface at height $-1$ encloses a signed volume equal to minus the base area.

2§11.4 — the hypothesis Fubini needs●●○○○

No computing. Fubini's Theorem lets you swap the order of integration on a rectangle under one condition below.

Given
  • Fubini's Theorem on a rectangle $R=[a,b]\times[c,d]$

Find
  1. Which condition is the one Fubini requires?

Hint 1/4

Recall the exact hypothesis stated with the theorem.

Hint 2/4

The theorem asks for continuity of $f$ on the rectangle, not positivity or a special shape.

Hint 3/4

So look for the option that says $f$ is continuous on $R$.

Hint 4/4

The condition is that $f$ is continuous on $R$.

Show solution
Read the hypothesis
$$f\ \text{continuous on}\ R\Rightarrow \text{orders agree}$$

continuity, not sign or shape, is what is needed

Answer $$f\ \text{continuous}$$
Check

Independent check: the discontinuous-but-bounded extension is the only loosening the book allows.

3§11.2 — when the Midpoint Rule is exact●●●○○

One claim about the numerical estimate.

Given
  • Claim: the Midpoint Rule is exact for $f(x,y)=x^{2}$ on any rectangle.

Find
  1. True or false, with a one-sentence reason.

Hint 1/4

Ask what degree of surface the Midpoint Rule reproduces exactly.

Hint 2/4

The rule is exact for a plane, degree one; $x^{2}$ is degree two.

Hint 3/4

A parabola in a cell sits above its midpoint tangent, so the centre value understates the average.

Hint 4/4

So the claim is false.

Show solution
Compare centre value and true average
$$f(\tfrac12,\tfrac12)\cdot 1=\tfrac14$$

midpoint estimate over the unit cell

$$\iint_{[0,1]^2} x^{2}\,dA=\tfrac13\ne\tfrac14$$

the true value; the estimate is low

Answer $$\text{False}$$
Check

Independent check: $\tfrac14<\tfrac13$, the expected undershoot for an upward-curving surface.

4§11.1 — what a nonnegative integral means●○○○○

No computing. When $f\ge 0$ on $R$, the number $\iint_R f\,dA$ is best read as which quantity?

Given
  • $f\ge 0$ on the rectangle $R$

Find
  1. Which quantity does $\iint_R f\,dA$ represent?

Hint 1/4

Return to the boxes-under-the-surface picture in the definition.

Hint 2/4

Each term is a box volume, and the sum approaches the volume under the surface.

Hint 3/4

So with $f\ge 0$ the integral is the volume of the solid between $R$ and the surface.

Hint 4/4

It is the volume under the surface over $R$.

Show solution
Sum of box volumes
$$\sum f\,\Delta A\to \text{volume under the surface}$$

each term is a nonnegative box volume

Answer $$\text{volume}$$
Check

Independent check by units: height times area, summed, is a volume.

B · computation 6 questions
1§11.3 — a first iterated integral●○○○○

A clean rectangle and a first-degree integrand. Set up dy dx and finish.

Given
  • $\displaystyle\int_0^2\!\int_0^3 (x+y)\,dy\,dx$

Find
  1. Evaluate the integral.

Hint 1/4

Do the inner $y$-integral first, with $x$ held constant.

Hint 2/4

$\int_0^3 (x+y)\,dy=\big[xy+\tfrac{y^{2}}{2}\big]_0^3$.

Hint 3/4

The inner integral is $3x+\tfrac92$; now integrate that in $x$ from $0$ to $2$.

Hint 4/4

$\int_0^2 (3x+\tfrac92)\,dx=6+9=15$.

Show solution
Inner in y
$$\int_0^3 (x+y)\,dy=3x+\tfrac92$$

$x$ frozen; $\int y\,dy=y^{2}/2$

Outer in x
$$\int_0^2 (3x+\tfrac92)\,dx=\big[\tfrac{3x^{2}}{2}+\tfrac92 x\big]_0^2=6+9=15$$

single integral

Answer $$15$$
Check

Independent check by splitting: $\iint_R x\,dA=(\int_0^2 x\,dx)(\int_0^3 dy)=6$ and $\iint_R y\,dA=(\int_0^2 dx)(\int_0^3 y\,dy)=9$, sum $15$; the other order also gives $15$.

2§11.3 — carry the frozen variable●●○○○

Here the inner integrand keeps an $x$ that must ride through.

Given
  • $\displaystyle\int_0^1\!\int_0^2 (x+2y)\,dy\,dx$

Find
  1. Evaluate the integral.

Hint 1/4

Inner integral in $y$, with $x$ a constant.

Hint 2/4

$\int_0^2 (x+2y)\,dy=\big[xy+y^{2}\big]_0^2$.

Hint 3/4

That is $2x+4$; integrate it in $x$ from $0$ to $1$.

Hint 4/4

$\int_0^1 (2x+4)\,dx=1+4=5$.

Show solution
Inner in y
$$\int_0^2 (x+2y)\,dy=\big[xy+y^{2}\big]_0^2=2x+4$$

$x$ frozen; $\int 2y\,dy=y^{2}$

Outer in x
$$\int_0^1 (2x+4)\,dx=\big[x^{2}+4x\big]_0^1=1+4=5$$

single integral

Answer $$5$$
Check

Independent check by the other order: $\int_0^2\int_0^1 (x+2y)\,dx\,dy=\int_0^2 (\tfrac12+2y)\,dy=1+4=5$.

3§11.5 — a disguised product●●○○○

The integrand looks coupled but factors. Use the product rule over the rectangle.

Given
  • $\displaystyle\iint_R e^{x+y}\,dA,\quad R=[0,1]\times[0,1]$

Find
  1. Evaluate the integral exactly.

Hint 1/4

Rewrite the exponential of a sum as a product.

Hint 2/4

$e^{x+y}=e^{x}e^{y}$, so the product rule applies over the rectangle.

Hint 3/4

$\iint_R e^{x}e^{y}\,dA=\big(\int_0^1 e^{x}dx\big)\big(\int_0^1 e^{y}dy\big)$, and each factor is $e-1$.

Hint 4/4

The value is $(e-1)^{2}$.

Show solution
Factor and split
$$e^{x+y}=e^{x}e^{y}$$

law of exponents

$$\big(\int_0^1 e^{x}dx\big)\big(\int_0^1 e^{y}dy\big)=(e-1)^{2}$$

each single integral is $e-1$

Answer $$(e-1)^{2}$$
Check

Independent check by iteration: $\int_0^1 e^{x}(e-1)\,dx=(e-1)^{2}$.

4§11.5 — a monomial product●●○○○

A monomial integrand $6x^{2}y$ over a rectangle; factor or iterate.

Given
  • $\displaystyle\iint_R 6x^{2}y\,dA,\quad R=[0,2]\times[0,1]$

Find
  1. Evaluate the integral.

Hint 1/4

The integrand is $(6x^{2})(y)$, a product.

Hint 2/4

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

Hint 3/4

$\int_0^2 6x^{2}dx=16$ and $\int_0^1 y\,dy=\tfrac12$.

Hint 4/4

The value is $16\cdot\tfrac12=8$.

Show solution
Split and evaluate
$$\big(\int_0^2 6x^{2}dx\big)\big(\int_0^1 y\,dy\big)$$

$6x^{2}y=(6x^{2})(y)$ factors

$$=\big[2x^{3}\big]_0^2\cdot\big[\tfrac{y^{2}}{2}\big]_0^1=16\cdot\tfrac12=8$$

each integral is elementary

Answer $$8$$
Check

Independent check by iteration: $\int_0^2 6x^{2}\cdot\tfrac12\,dx=\int_0^2 3x^{2}\,dx=8$.

5§11.2 — a Midpoint estimate●●○○○

Estimate an integral with no need for antiderivatives, using a coarse grid.

Given
  • $\displaystyle\iint_R (x^{2}+y^{2})\,dA,\quad R=[0,2]\times[0,2]$

  • Midpoint Rule with $m=n=2$

Find
  1. Give the Midpoint Rule estimate.

Hint 1/4

Find the four cell centres first; no antiderivatives are needed.

Hint 2/4

The centres are $(0.5,0.5),(0.5,1.5),(1.5,0.5),(1.5,1.5)$ and $\Delta A=1$.

Hint 3/4

The four values of $x^{2}+y^{2}$ are $0.5,2.5,2.5,4.5$.

Hint 4/4

Their sum times $\Delta A$ is $10$.

Show solution
Values at centres, times cell area
$$(0.5+2.5+2.5+4.5)\cdot 1=10$$

the four centre values add to $10$, and $\Delta A=1$

Answer $$10$$
Check

Independent check against the exact $\tfrac{32}{3}\approx10.67$: the estimate is low, as a coarse grid on a bowl should be.

6§11.6 — an average value●●○○○

Total over area for a plane integrand.

Given
  • $f(x,y)=x+y$ on $R=[0,2]\times[0,2]$

Find
  1. Find the average value of $f$ over $R$.

Hint 1/4

Average value is the double integral divided by the area of $R$.

Hint 2/4

$\iint_R (x+y)\,dA=8$ and $A(R)=4$.

Hint 3/4

So $f_{\text{ave}}=\tfrac{8}{4}$.

Hint 4/4

The average value is $2$.

Show solution
Compute and divide
$$\iint_R (x+y)\,dA=8,\quad A(R)=4$$

the total and the base area

$$f_{\text{ave}}=\tfrac{8}{4}=2$$

divide

Answer $$2$$
Check

Independent check by symmetry: the average of $x$ is $1$, of $y$ is $1$, so of $x+y$ is $2$.

C · exam level 3 questions
1§11.4 — pick the order, then value●●●○○

A quiz-shaped item. One order is elementary and one is not; choose it, then read off the value.

Given
  • $\displaystyle\iint_R x\cos(xy)\,dA,\quad R=[0,1]\times[0,2]$

Find
  1. Which is the value, taking the easier order?

Hint 1/4

Compare the inner integrals; look for the one with a clean antiderivative.

Hint 2/4

In $y$: $\int_0^2 x\cos(xy)\,dy=\big[\sin(xy)\big]_0^2=\sin(2x)$, elementary. In $x$ it needs parts.

Hint 3/4

Then $\int_0^1 \sin(2x)\,dx=\big[-\tfrac{\cos(2x)}{2}\big]_0^1$.

Hint 4/4

That is $\tfrac{1-\cos 2}{2}$.

Show solution
Inner in y
$$\int_0^2 x\cos(xy)\,dy=\big[\sin(xy)\big]_0^2=\sin(2x)$$

$\tfrac{d}{dy}\sin(xy)=x\cos(xy)$

Outer in x
$$\int_0^1 \sin(2x)\,dx=\Big[-\tfrac{\cos(2x)}{2}\Big]_0^1=\tfrac{1-\cos 2}{2}$$

substitute $u=2x$ or read the antiderivative directly

Answer $$\tfrac{1-\cos 2}{2}$$
Check

Independent check: $\cos 2\approx-0.416$, so the value is about $0.708$, a plausible positive area-weighted mean.

2§11.1 — a volume under a plane●●●○○

A worded set-up: read off the integral, then evaluate it as a volume.

Given
  • The solid under $z=4-x-y$ and above $R=[0,1]\times[0,1]$

  • Note $z>0$ on all of $R$

Find
  1. Find the volume of the solid.

Hint 1/4

Volume under a nonnegative surface over $R$ is $\iint_R z\,dA$.

Hint 2/4

Set up $\int_0^1\int_0^1 (4-x-y)\,dy\,dx$.

Hint 3/4

Inner in $y$: $\int_0^1 (4-x-y)\,dy=4-x-\tfrac12=\tfrac72-x$.

Hint 4/4

Outer: $\int_0^1 (\tfrac72-x)\,dx=\tfrac72-\tfrac12=3$.

Show solution
Inner in y
$$\int_0^1 (4-x-y)\,dy=\tfrac72-x$$

$x$ frozen; $\int y\,dy=\tfrac12$ at the top

Outer in x
$$\int_0^1 (\tfrac72-x)\,dx=\tfrac72-\tfrac12=3$$

single integral

Answer $$3$$
Check

Independent check by the average: the plane's value at the centre $(\tfrac12,\tfrac12)$ is $3$, and for a plane the centre value equals the average, so volume $=3\cdot 1=3$.

3§11.6 — bound without evaluating●●●○○

The integrand has no elementary antiderivative. Use the comparison property to pin its integral.

Given
  • $\displaystyle\iint_R \frac{1}{1+x^{2}+y^{2}}\,dA,\quad R=[0,1]\times[0,1]$

Find
  1. Which is a correct pair of bounds?

Hint 1/4

Find the largest and smallest values of the integrand on $R$; do not integrate.

Hint 2/4

The denominator runs from $1$ at $(0,0)$ to $3$ at $(1,1)$, so $\tfrac13\le f\le 1$.

Hint 3/4

If $m\le f\le M$ then $m\,A(R)\le \iint f\le M\,A(R)$, with $A(R)=1$.

Hint 4/4

So $\tfrac13\le \iint_R f\,dA\le 1$.

Show solution
Extreme values of f on R
$$\tfrac13\le f\le 1$$

denominator between $1$ and $3$

Multiply by the area
$$\tfrac13\cdot 1\le \iint_R f\,dA\le 1\cdot 1$$

$A(R)=1$

Answer $$\tfrac13\le \iint_R f\,dA\le 1$$
Check

Independent check: the true value is near $0.64$, inside the interval.

D · interleaved 3 questions
1§11.3 — mixed practice●●●○○

The type is not announced. A quantity is built as an integral that depends on where you stop; you are asked how fast it grows.

Given
  • $\displaystyle F(t)=\int_0^t\!\int_0^1 (x+y)\,dy\,dx$

Find
  1. Find $F'(2)$.

Hint 1/4

First simplify the inner integral, then see $F$ as an accumulation in $t$.

Hint 2/4

The inner integral $\int_0^1 (x+y)\,dy=x+\tfrac12$, so $F(t)=\int_0^t (x+\tfrac12)\,dx$.

Hint 3/4

By the Fundamental Theorem, $F'(t)$ is the integrand evaluated at $t$: $F'(t)=t+\tfrac12$.

Hint 4/4

So $F'(2)=\tfrac52$.

Show solution
Inner integral
$$\int_0^1 (x+y)\,dy=x+\tfrac12$$

$x$ frozen, interval length one

Differentiate the accumulation
$$F(t)=\int_0^t (x+\tfrac12)\,dx\Rightarrow F'(t)=t+\tfrac12$$

the derivative of an integral in its upper limit is the integrand at $t$

$$F'(2)=\tfrac52$$

put $t=2$

Answer $$\tfrac52$$
Check

Independent check by evaluating first: $F(t)=\tfrac{t^{2}}{2}+\tfrac{t}{2}$, so $F'(t)=t+\tfrac12$ and $F'(2)=\tfrac52$.

2§11.5 — mixed practice●●●○○

No type announced. A partial derivative from last week becomes the integrand of a double integral this week.

Given
  • $f(x,y)=x^{2}y$

  • Integrate its partial derivative $f_x$ over $R=[0,1]\times[0,1]$

Find
  1. Compute $\iint_R f_x\,dA$.

Hint 1/4

First find the partial derivative, then integrate it over the square.

Hint 2/4

$f_x=\tfrac{\partial}{\partial x}(x^{2}y)=2xy$, holding $y$ fixed.

Hint 3/4

$\iint_R 2xy\,dA=\big(\int_0^1 2x\,dx\big)\big(\int_0^1 y\,dy\big)$, a product.

Hint 4/4

That is $(1)(\tfrac12)=\tfrac12$.

Show solution
Partial derivative
$$f_x=2xy$$

$y$ held constant

Integrate the product
$$\big(\int_0^1 2x\,dx\big)\big(\int_0^1 y\,dy\big)=(1)(\tfrac12)=\tfrac12$$

$2xy$ factors

Answer $$\tfrac12$$
Check

Independent check by iteration: $\int_0^1\int_0^1 2xy\,dy\,dx=\int_0^1 x\,dx=\tfrac12$.

3§11.6 — mixed practice●●●●○

No type announced. A partial derivative is averaged, not summed, over a rectangle.

Given
  • $f(x,y)=x^{2}+y^{2}$

  • Average the partial derivative $f_x$ over $R=[0,2]\times[0,2]$

Find
  1. Find the average value of $f_x$ over $R$.

Hint 1/4

Differentiate first, then take total over area.

Hint 2/4

$f_x=2x$, so you need the average of $2x$ over the square.

Hint 3/4

$\iint_R 2x\,dA=\int_0^2\int_0^2 2x\,dy\,dx=\int_0^2 4x\,dx=8$, and $A(R)=4$.

Hint 4/4

The average is $\tfrac{8}{4}=2$.

Show solution
Partial derivative
$$f_x=2x$$

$y$ held constant

Total over area
$$\iint_R 2x\,dA=\int_0^2 4x\,dx=8$$

inner in $y$ over length $2$ gives $4x$; outer gives $8$

$$f_{\text{ave}}=\tfrac{8}{4}=2$$

$A(R)=4$

Answer $$2$$
Check

Independent check: the average of $2x$ over $[0,2]$ is $2\cdot 1=2$, and $y$ does not enter.

Mistake ledger (12 entries)
⚠ Multiplying the base by one height for a curved surface

the box formula is familiar and fast, and a coarse grid makes the surface look nearly flat

wrong$$\iint_R (x+y)\,dA=\text{area}\cdot f(\text{centre})=4\cdot 2=8?\ \text{by luck only}$$
right$$\iint_R (x+y)\,dA=\lim \sum f\,\Delta A$$
⚠ Forgetting that $\Delta A$ is an area

in one variable the piece was a width $\Delta x$, so the eye expects a single length here too

wrong$$\text{term}=f\cdot\Delta x$$
right$$\text{term}=f\cdot\Delta A=f\,\Delta x\,\Delta y$$
⚠ Reporting the Midpoint estimate as the exact answer

the formula looks closed-form and produces a tidy number

wrong$$\iint_R (x^{2}+y^{2})\,dA=10$$
right$$\iint_R (x^{2}+y^{2})\,dA\approx 10,\ \text{exact }=\tfrac{32}{3}$$
⚠ Sampling at a corner but calling it the Midpoint Rule

corners are easier to read off a grid than centres

wrong$$f(\bar x_i,\bar y_j)\to f(x_i,y_j)$$
right$$f(\bar x_i,\bar y_j),\ \bar x_i=\tfrac{x_{i-1}+x_i}{2}$$
⚠ Attaching the inner limits to the outer variable

the four numbers are written left to right and it is tempting to pair them left to right too

wrong$$\int_0^2\!\int_0^1 f\,dy\,dx\to \text{use }0,2\text{ for }dy$$
right$$dy\ \text{takes the inner }0,1;\ dx\ \text{takes the outer }0,2$$
⚠ Dropping the frozen variable in the inner integral

with $x$ held constant it is easy to forget it is still in the integrand

wrong$$\int_0^1 (x^{2}+y)\,dy=\tfrac12$$
right$$\int_0^1 (x^{2}+y)\,dy=x^{2}+\tfrac12$$
⚠ Believing order-swapping is free on any region

it is free on rectangles, and the rectangle case is met first

wrong$$\text{swap order, keep the same limits, on any region}$$
right$$\text{constant limits (rectangle) only; general regions change limits}$$
⚠ Changing the answer, not just the order

a slip in one of the two inner integrals is easy to miss when you expect agreement

wrong$$\int\!\int f\,dy\,dx\ne \int\!\int f\,dx\,dy$$
right$$\text{on a rectangle they must match; a mismatch flags an arithmetic error}$$
⚠ Splitting a sum as if it were a product

the product rule is fresh and the eye wants to apply it everywhere

wrong$$\iint_R (x+y)\,dA=\Big(\int x\,dx\Big)\Big(\int y\,dy\Big)$$
right$$\iint_R (x+y)\,dA=\iint_R x\,dA+\iint_R y\,dA$$
⚠ Missing a disguised product

$e^{x+y}$ and $x^{2}y^{3}$ do not announce themselves as products

wrong$$\iint e^{x+y}\,dA\ \text{(set up a full nesting)}$$
right$$e^{x+y}=e^{x}e^{y}\Rightarrow (\int e^{x})(\int e^{y})$$
⚠ Forgetting to divide by the area

the double integral already feels like a finished answer

wrong$$f_{\text{ave}}=\iint_R f\,dA$$
right$$f_{\text{ave}}=\tfrac{1}{A(R)}\iint_R f\,dA$$
⚠ Averaging the corner values

four corners are quick and feel representative

wrong$$f_{\text{ave}}=\tfrac14\big(f_{00}+f_{10}+f_{01}+f_{11}\big)$$
right$$f_{\text{ave}}=\tfrac{1}{A(R)}\iint_R f\,dA$$
Formula card
Definition: the double integral over a rectangle
$$\boxed{\;\iint_R f\,dA=\lim_{m,n\to\infty}\;\sum_{i=1}^{m}\sum_{j=1}^{n}\;\textcolor{#6f42c1}{f(x_{ij}^{*},y_{ij}^{*})}\,\textcolor{#1f6feb}{\Delta A}\;}$$

$R=[a,b]\times[c,d]$ is a rectangle; $[a,b]$ is cut into $m$ equal pieces and $[c,d]$ into $n$ equal pieces, giving $mn$ cells of area $\Delta A=\Delta x\,\Delta y$; $(x_{ij}^{*},y_{ij}^{*})$ is any sample point in cell $(i,j)$

The Midpoint Rule for double integrals
$$\boxed{\;\iint_R f\,dA\approx\sum_{i=1}^{m}\sum_{j=1}^{n} f(\bar x_i,\bar y_j)\,\Delta A\;}$$

$R=[a,b]\times[c,d]$ split into $mn$ equal cells of area $\Delta A$; $\bar x_i$ is the midpoint of the $i$-th $x$-interval, $\bar y_j$ the midpoint of the $j$-th $y$-interval

Iterated integral over a rectangle
$$\boxed{\ \int_a^b\!\int_c^d f(x,y)\,dy\,dx=\int_a^b\Big(\underbrace{\int_c^d f(x,y)\,dy}_{A(x)}\Big)dx\ }$$

$R=[a,b]\times[c,d]$; $f$ integrable on $R$

Fubini's Theorem
$$\boxed{\ \iint_R f\,dA=\int_a^b\!\int_c^d f\,dy\,dx=\int_c^d\!\int_a^b f\,dx\,dy\ }$$

$f$ is continuous on $R=[a,b]\times[c,d]$ (or bounded with a small discontinuity set)

Product rule for a rectangle
$$\boxed{\ \iint_R g(x)\,h(y)\,dA=\Big(\int_a^b g(x)\,dx\Big)\Big(\int_c^d h(y)\,dy\Big)\ }$$

$R=[a,b]\times[c,d]$; the integrand factors as $f(x,y)=g(x)\,h(y)$

Average value over a rectangle
$$\boxed{\ f_{\text{ave}}=\frac{1}{A(R)}\iint_R f\,dA\ }$$

$R=[a,b]\times[c,d]$ with area $A(R)=(b-a)(d-c)>0$

Check yourself

Close the page and write, from memory: the one definition the whole section is built on, the recipe for turning it into two single integrals, and the one theorem that says the two orders agree.

  • Say what product a double integral sums over a grid, and what the integral means when the function is nonnegative.

    c-double-integral

  • Produce a Midpoint Rule estimate on a small grid and say whether it is likely high or low.

    c-midpoint

  • Evaluate an iterated integral over a rectangle, keeping the frozen variable through the inner integral.

    c-iterated

  • State Fubini's hypothesis and swap the order of integration to reach an easier inner integral.

    c-fubini

  • Recognise a product integrand and split it into two single integrals.

    c-separable

  • Compute an average value, and bound an integral using the largest and smallest values of the integrand.

    c-average

Glossary (11 terms)
double integraliki katlı integral

The limit of double Riemann sums of a function over a two dimensional region; over a rectangle it is the volume under the surface when the function is nonnegative.

double Riemann sumiki katlı Riemann toplamı

A sum over a grid of cells in which each cell area is multiplied by a sampled function value, approximating the double integral.

iterated integralardışık integral

A double integral written as one single integral inside another, evaluated inner first with the outer variable held constant.

Fubini teoremi

The result that a continuous function's double integral over a rectangle equals either iterated integral, so the order of integration may be swapped.

Midpoint Ruleorta nokta kuralı

A numerical estimate of a double integral that samples the function at the centre of each cell; it is exact for a first degree function.

average valueortalama değer

The double integral of a function over a region divided by the area of the region; the constant height with the same enclosed volume.

kesit

The region exposed when a solid is cut by a plane; for a fixed value of one variable it gives the slice area used in slicing.

sample pointörnek nokta

The point chosen inside a cell at which the function is evaluated in a Riemann sum; any point of the cell is allowed in the limit.

area elementalan elemanı

The small area of one cell of the grid, written dA and equal to the product of the two cell side lengths.

ayrılabilir çarpım

An integrand that factors into a function of one variable times a function of the other, letting the double integral split into a product of single integrals.

signed volumeişaretli hacim

The value of a double integral when the function can be negative, counting the part of the solid below the base plane as negative.

What comes next
§12 · Multiple integrals 15.2, 10.3

Every rectangle here had constant limits, and that is exactly what let the two orders be swapped freely. Next the region stops being a rectangle: the inner limits start to depend on the outer variable, and choosing the order becomes a real decision.

Sources
  • James Stewart, Calculus, Ninth Edition — section 15.1 The definition, the Midpoint Rule, the iterated integral, Fubini's Theorem and the average value follow this section; the rectangles and the numbers here are chosen fresh, not copied.
  • Course syllabus, week 11: Multiple Integrals 15.1 The single token 15.1 covered above comes from this line; the only stated assessment weights are quizzes 10 percent and homework 10 percent, and nothing finer is claimed.

Spotted something missing or wrong? tell us · share your own notes or an old exam.