Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A double integral adds up values of a function over a two-dimensional region. For a function z = f(x,y), it can represent the volume between the surface and the xy-plane over a chosen area. This idea matters because many physical quantities depend on two variables, such as height over land, temperature on a plate, or density across a thin sheet.

Double integrals turn a surface or field into one accumulated number.

Understanding Calculus: Double Integrals

The main idea behind the calculation is approximation. Imagine the base region covered by a fine grid of tiny rectangles. Above each rectangle, the surface has an approximate height.

A tiny vertical column then has a volume close to height times base area. Adding every column gives an estimate of the total volume. Making the grid finer makes the estimate more accurate.

In the limiting process, the approximation becomes the double integral. This is the same reasoning used for a single integral, except that the base is now an area rather than a line segment. A graph helps because it shows the base region, the surface, and the little columns being added.

To calculate one, students usually turn the problem into two ordinary integrals. The inner integral treats one variable as changing while the other is held fixed. It can be viewed as finding the area of a slice through the solid.

The outer integral adds the results from all the slices. The order matters for the working, even when it does not change the final answer. One order may create difficult algebra while the other makes the limits simple.

Before integrating, identify the region carefully. Sketch its boundary, mark where it begins and ends, then decide whether vertical or horizontal slices describe it more clearly.

Not every region is a rectangle. A region may lie between two curves, such as the area under a parabola and above a line. In that case, one pair of limits often depends on the other variable.

For vertical slices, the inner limits describe the lower and upper edges of each slice. The outer limits describe how far the slices travel across the region. This is where many mistakes happen.

Students may use the correct function with limits from the wrong picture. A quick check is useful.

Choose one value of the outer variable and picture the matching slice. Its endpoints should agree with the inner limits.

Double integrals have meanings beyond geometric volume. If a thin metal sheet has varying density, each tiny patch has mass equal to density times area. Adding the patches gives total mass.

If rainfall depth varies across a field, the integral estimates the total water that fell. In engineering, it can model heat spread across a flat material or pressure on a surface. Values below the reference plane count as negative contributions.

Therefore an integral can represent net volume or net amount, not always a physical total. For a true total volume or mass, check that the function has the right sign and units.

Height times area gives cubic units, while density times area gives mass units. Unit checks often reveal an error before the final answer.

Key Facts

  • For a rectangular region R = [a,b] x [c,d], the double integral is ∫∫_R f(x,y) dA = ∫_a^b ∫_c^d f(x,y) dy dx.
  • If f(x,y) ≥ 0, then ∫∫_R f(x,y) dA gives the volume under z = f(x,y) above region R.
  • The small area element on a rectangle is dA = dx dy or dA = dy dx.
  • Fubini's Theorem says ∫_a^b ∫_c^d f(x,y) dy dx = ∫_c^d ∫_a^b f(x,y) dx dy when f is continuous on the rectangle.
  • A Riemann sum for a double integral is ∫∫_R f(x,y) dA ≈ ΣΣ f(x_i,y_j) ΔA.
  • For constant height f(x,y) = k over a region of area A, ∫∫_R k dA = kA.

Vocabulary

Double integral
A double integral is an integral that accumulates a function over a two-dimensional region.
Region of integration
The region of integration is the set of points in the xy-plane where the function is being added.
Iterated integral
An iterated integral is a double integral evaluated as two single-variable integrals in sequence.
Area element
The area element dA represents a tiny piece of area in the plane, often written as dx dy or dy dx for rectangles.
Fubini's Theorem
Fubini's Theorem states that a continuous function over a rectangular region can be integrated in either order.

Common Mistakes to Avoid

  • Forgetting the region limits, which is wrong because a double integral has no numerical meaning until the domain of x and y is specified.
  • Treating the inner variable as constant, which is wrong because the inner integral must be evaluated with respect to its own differential while the other variable is held constant.
  • Switching the order of integration without changing the limits, which is wrong for non-rectangular regions and can describe a different area.
  • Assuming every double integral is a volume, which is wrong because it represents signed accumulation and gives physical volume only when f(x,y) is nonnegative over the region.

Practice Questions

  1. 1 Evaluate ∫_0^2 ∫_0^3 (x + y) dy dx.
  2. 2 Find the volume under z = 4 - x over the rectangle 0 ≤ x ≤ 2, 0 ≤ y ≤ 5.
  3. 3 Explain why ∫_0^1 ∫_0^2 f(x,y) dy dx and ∫_0^2 ∫_0^1 f(x,y) dx dy represent the same accumulation when f is continuous on the rectangle.