A double integral adds a function over a two-dimensional region. If , it gives the volume under above that region. If changes sign, it gives net signed volume instead.
You usually write it as
where is the region in the -plane and 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:
- is the function being added up.
- is the region where you are adding it up.
- means a tiny piece of area.
So means "add the values of over all the tiny area pieces in ." If , the result is just the area of . 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 ,
or, if it is simpler,
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 . For a double integral, you slice a region into tiny rectangles with area .
Each tiny rectangle contributes about
Adding those contributions across the whole region gives the total accumulation.
Double integral example over a rectangle
Find
where
This region is a rectangle, so an iterated integral is straightforward:
Integrate with respect to first. While doing that, treat as a constant:
Now integrate the outer expression with respect to :
So
This makes sense because is positive everywhere on , 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
Then the inner bounds are not constants anymore. They change with .
This is why sketching the region matters. In many student solutions, the algebra is fine and the region is wrong.
Common double integral mistakes
- Using bounds that do not match the intended region.
- Forgetting which variable is integrated first. In , the inner integral is with respect to .
- Treating both variables as active during the inner step. The outer variable should be treated as a constant there.
- Assuming the result is geometric volume even when the function takes negative values. In that case, the double integral gives signed volume.
- 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.
Key Takeaway
A double integral sums a quantity over a region in the plane. On a rectangle the order of integration does not change the value, but on a general region the inner bounds depend on the outer variable, so getting the limits right is the central task.
Frequently Asked Questions
- What does a double integral represent?
- Over a region in the plane, a double integral adds up the values of a function across tiny area pieces. If $f(x,y) \ge 0$, it can represent volume under $z=f(x,y)$ above that region. If $f$ changes sign, it represents net signed volume.
- Do I always compute a double integral as two single integrals?
- In many calculus problems, yes. When the function is integrable on the region and the setup is valid, you often rewrite the double integral as an iterated integral and integrate one variable at a time.
Need help with a problem?
Upload your question and get a verified, step-by-step solution in seconds.
Open GPAI Solver →