Double integrals are a fundamental concept in multivariable calculus that extend the idea of single-variable integration to functions of two variables. They are used to calculate accumulated quantities over two-dimensional regions, such as area, volume, mass, and other physical quantities.
A double integral of a function f(x,y) over a region D in the xy-plane is denoted as:
_D f(x,y) dA
where dA represents an infinitesimal area element. The integral can be evaluated as an iterated integral:
_D f(x,y) dA = _a^b _h(x)^h(x) f(x,y) dy dx
For a Type I region, the domain can be described as:
D = {(x,y) | a x b, h(x) y h(x)}
The double integral over a Type I region is evaluated as:
_D f(x,y) dA = _a^b _h(x)^h(x) f(x,y) dy dx
For a Type II region, the domain can be described as:
D = {(x,y) | c y d, g(y) x g(y)}
The double integral over a Type II region is evaluated as:
_D f(x,y) dA = _c^d _g(y)^g(y) f(x,y) dx dy
When it's convenient to transform coordinates, we can use a change of variables:
Let x = g(u,v) and y = h(u,v)
The integral becomes:
_D f(x,y) dA = _R f(g(u,v),h(u,v)) |J| dudv
Where J is the Jacobian determinant:
J = (x,y)/(u,v) = det[x/u x/v; y/u y/v]
Some common transformations include:
1. Polar Coordinates:
x = r cos(), y = r sin()
J = r
_D f(x,y) dA = _^ _r()^r() f(r cos(), r sin()) r dr d
2. Cylindrical Coordinates:
When dealing with 3D surfaces that have symmetry about the z-axis.
To calculate a double integral, follow these steps:
Problem: Evaluate _D (x + y) dA, where D is the rectangle [0,1] [0,1].
Solution:
_D (x + y) dA = _0^1 _0^1 (x + y) dy dx
Inner integral:
_0^1 (x + y) dy = [xy + y/3] = x + 1/3
Outer integral:
_0^1 (x + 1/3) dx = [x/3 + x/3] = 1/3 + 1/3 = 2/3
Therefore, _D (x + y) dA = 2/3.
Problem: Evaluate _D xy dA, where D is the region bounded by y = x, y = 0, and x = 2.
Solution:
This is a Type I region where:
0 x 2 and 0 y x
_D xy dA = _0^2 _0^x xy dy dx
Inner integral:
_0^x xy dy = [xy/2]^x = x/2
Outer integral:
_0^2 x/2 dx = [x/8] = 16/8 = 2
Therefore, _D xy dA = 2.
Problem: Evaluate _D (x + y) dA, where D is the region bounded by y = x and y = x.
Solution:
The curves intersect at (0,0) and (1,1). This is a Type II region where:
0 y 1 and y x y
_D (x + y) dA = _0^1 _y^y (x + y) dx dy
Inner integral:
_y^y (x + y) dx = [x/2 + xy]_y^y = (y/2 + y^(3/2)) - (y/2 + y)
Outer integral:
_0^1 [(y/2 + y^(3/2)) - (y/2 + y)] dy = [y/4 + (2/5)y^(5/2) - y/10 - y/4] = 1/4 + 2/5 - 1/10 - 1/4 = 3/10
Therefore, _D (x + y) dA = 3/10.
Problem: Evaluate _D e^(-x-y) dA, where D is the region x + y a.
Solution:
Converting to polar coordinates:
x = r cos(), y = r sin(), J = r
The region becomes:
0 r a and 0 2
_D e^(-x-y) dA = _0^(2) _0^a e^(-r) r dr d
Inner integral:
_0^a e^(-r) r dr = [-e^(-r)/2]^a = (1 - e^(-a))/2
Outer integral:
_0^(2) (1 - e^(-a))/2 d = [(1 - e^(-a))/2]^(2) = (1 - e^(-a))
Therefore, _D e^(-x-y) dA = (1 - e^(-a)).
Problem: Evaluate _D e^(x+y) dA, where D is the region bounded by x = 0, y = 0, and x + y = 2.
Solution:
We can use the change of variables:
u = x + y
v = x - y
Solving for x and y:
x = (u + v)/2
y = (u - v)/2
The Jacobian is:
J = (x,y)/(u,v) = det[1/2 1/2; 1/2 -1/2] = -1/2
The region transforms to:
0 u 2 and -u v u
_D e^(x+y) dA = _0^2 _(-u)^u e^u |-1/2| dv du = _0^2 _(-u)^u (e^u)/2 dv du
Inner integral:
_(-u)^u (e^u)/2 dv = [e^u v/2]_(-u)^u = e^u u
Outer integral:
_0^2 e^u u du = [e^u u - e^u] = (e 2 - e) - (0 - 1) = e + 1
Therefore, _D e^(x+y) dA = e + 1.
Double integrals have numerous applications in mathematics, physics, and engineering:
Double integrals are a powerful tool in multivariable calculus, allowing us to extend the concept of accumulation to two-dimensional regions. By understanding the different techniquessuch as evaluating over Type I and Type II regions, using coordinate transformations, and applying the Jacobianwe can solve a wide range of mathematical and physical problems. The key to mastery lies in recognizing which technique is most appropriate for a given problem and setting up the integration limits correctly.
