A double integral adds a function over a two-dimensional region. If f(x,y)0f(x,y) \ge 0, it gives the volume under z=f(x,y)z=f(x,y) above that region. If ff changes sign, it gives net signed volume instead.

You usually write it as

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

where RR is the region in the xyxy-plane and dAdA is a tiny area element. In practice, most early double-integral problems are about two things: reading the region correctly and choosing bounds that actually match it.

What a double integral means

There are three parts to read:

  • f(x,y)f(x,y) is the function being added up.
  • RR is the region where you are adding it up.
  • dAdA means a tiny piece of area.

So Rf(x,y)dA\iint_R f(x,y)\,dA means "add the values of ff over all the tiny area pieces in RR." If f(x,y)=1f(x,y)=1, the result is just the area of RR. That is a useful check because it shows that double integrals measure accumulation over area, not only volume under curved surfaces.

Why a double integral often becomes an iterated integral

In many calculus problems, you compute a double integral by turning it into two single integrals. Over a rectangle, and more generally under standard conditions such as continuity on the region, you can integrate one variable at a time.

For a rectangle R=[a,b]×[c,d]R = [a,b] \times [c,d],

Rf(x,y)dA=abcdf(x,y)dydx\iint_R f(x,y)\,dA = \int_a^b \int_c^d f(x,y)\,dy\,dx

or, if it is simpler,

Rf(x,y)dA=cdabf(x,y)dxdy.\iint_R f(x,y)\,dA = \int_c^d \int_a^b f(x,y)\,dx\,dy.

The order matters for setup and convenience. Under the usual course conditions, both iterated integrals represent the same quantity, but one order is often much easier to evaluate.

For a single integral, you can think of slicing an interval into tiny widths dxdx. For a double integral, you slice a region into tiny rectangles with area dAdA.

Each tiny rectangle contributes about

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

Adding those contributions across the whole region gives the total accumulation.

Double integral example over a rectangle

Find

R(x+2y)dA\iint_R (x+2y)\,dA

where

R={(x,y):0x2, 1y3}.R = \{(x,y) : 0 \le x \le 2,\ 1 \le y \le 3\}.

This region is a rectangle, so an iterated integral is straightforward:

R(x+2y)dA=0213(x+2y)dydx.\iint_R (x+2y)\,dA = \int_0^2 \int_1^3 (x+2y)\,dy\,dx.

Integrate with respect to yy first. While doing that, treat xx as a constant:

13(x+2y)dy=[xy+y2]13=(3x+9)(x+1)=2x+8.\int_1^3 (x+2y)\,dy = \left[xy + y^2\right]_1^3 = (3x+9)-(x+1) = 2x+8.

Now integrate the outer expression with respect to xx:

02(2x+8)dx=[x2+8x]02=4+16=20.\int_0^2 (2x+8)\,dx = \left[x^2+8x\right]_0^2 = 4+16 = 20.

So

R(x+2y)dA=20.\iint_R (x+2y)\,dA = 20.

This makes sense because x+2yx+2y is positive everywhere on RR, so the total accumulation should also be positive.

What changes when the region is not a rectangle

If the region is not a rectangle, the bounds often depend on the other variable. For example, you may see a region described by curves such as

0x1,x2yx+1.0 \le x \le 1, \quad x^2 \le y \le x+1.

Then the inner bounds are not constants anymore. They change with xx.

This is why sketching the region matters. In many student solutions, the algebra is fine and the region is wrong.

Common double integral mistakes

  1. Using bounds that do not match the intended region.
  2. Forgetting which variable is integrated first. In abcdf(x,y)dydx\int_a^b \int_c^d f(x,y)\,dy\,dx, the inner integral is with respect to yy.
  3. Treating both variables as active during the inner step. The outer variable should be treated as a constant there.
  4. Assuming the result is geometric volume even when the function takes negative values. In that case, the double integral gives signed volume.
  5. Changing the order of integration without changing the bounds correctly.

Where double integrals are used

Double integrals appear whenever a quantity is distributed over an area instead of along a line.

  • In geometry, they give area or volume under a surface.
  • In physics, they can add mass over a lamina when density depends on position.
  • In probability, they appear in continuous joint distributions over two variables.
  • In engineering, they are used when a quantity varies across a surface or cross-section.

The interpretation depends on the function. If the integrand is density, the result is mass. If the integrand is height, the result is signed volume.

Try a similar problem

Try your own version by changing the example to

R(2x+y)dA\iint_R (2x+y)\,dA

on the same rectangle 0x20 \le x \le 2, 1y31 \le y \le 3. Then reverse the order of integration and check that the value stays the same. If you want to go one step further, explore a similar problem on a triangular region so the bounds depend on the other variable.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →