Double Integral
Double integration is a mathematical process used to compute the integral of a function over a two-dimensional region. It involves two successive integrations and is often used to find areas, volumes, and other quantities that extend over a plane. Formally, if f(x, y) is a function defined over a region R in the xy -plane, the double integral of f over R is denoted as:
∬Rf(x,y)dA
where dA represents the differential area element. The double integral can be evaluated iteratively by integrating f with respect to one variable while treating the other variable as a constant, and then integrating the resulting expression with respect to the second variable.
1.0Double Integral
An integral in which the integrand is integrated twice is a double integral,
∬f(x)(dx)2
The integration is performed from the inside out.
Example 1: Find ∫−13∫022x(dx)2.
Solution: ∫2xdx=x2+C1;∣02x2=4
∫4dx=4x+C2;∣−134x=16
Hence, ∫−13∫022xdx2=16
Functions of more than one variable may be integrated with respect to one variable at a time while the other variables are held constant, reversing the process of partial differentiation.
Example 2: Find ∫03∫12(4y3+2x)dxdy
Solution: Hold y constant and integrate with respect to x:
∫ (4y3 + 2x) dx = 4y3 x + x2 + C;
[4y3x+x2]x=1x=2 = (4y3. 2 + 22) – (4y3+12) = 4y3+ 3
Integrate with respect to y:
∫(4y3+3) dy = y4 + 3y + C;
[y4+3y]03=81+9=90.
Hence,
∫03∫12(4y3+2x)dxdy=90
Example 3: Find ∫13∫02y3x2dxdy.
Solution: ∫13∫02y3x2dxdy=∫13[x3]x=0x=2ydy=∫138y3dy=∣132y4=160
2.0Geometrical Interpretation of the Double Integral
We are familiar with the geometrical interpretation of the equation y = f(x) as a curve in the two-dimensional x, y- plane, and of the integral ∫abf(x)dx as an area between the curve and the x- axis.
Similarly, while the equation z = f(x, y) defines a surface in the three-dimensional x, y, z - space , the double integral of a continuous function of two variables ∫ab∫cdf(x,y)dxdy, may be interpreted as a volume between the surface z= f(x, y) and the x, y-plane.
In the graph, the rectangular area ΔAi in the x, y-plane is projected on the surface z = f (x, y).
The quantity ΔAi = Δxi Δyi is the area of the bottom surface of a column whose top surface is part of the surface f (xi, yi).
The smaller the area ΔAi, the closer the volume of the column is to that of a parallelepiped measuring f(xi, yi) ΔAi.
If the domain D, consisting of (x, y) with c ≤ x ≤ d, a ≤ y ≤ b, is divided into an increasingly greater number of rectangles so that ΔAi tends to 0, then the volume between the surface z = f(x, y) and D equals then the sum of all parallelepipeds measuring f(xi, yi) Δxi Δyi ; thus,
V=limn→∞∑i=1nf(xi,yi)ΔxiΔyi=∫ab∫cdf(x,y)dxdy .
3.0Solved Examples on Double Integral
Example 1: Evaluate the double integral ∬R(x2+y2)dA over the region R where 0≤x≤1 and 0≤y≤1:
Step 1: Set Up the Double Integral
∬R(x2+y2)dA=∫01(∫01(x2+y2)dy)dx
Step 2: Integrate with Respect to y
∫01(x2+y2)dy=[x2y+3y3]01=x2(1)+313−0=x2+31
Step 3: Integrate with Respect to x
∫01(x2+31)dx=[3x3+3x]01=(31+31)−0=32
Thus, the value of the double integral is 32.
Example 2: Evaluate the double integral ∬RxexydA over the region R where 0≤x≤1 and 0≤y≤1:
Step 1: Set Up the Double Integral
∬RxexydA=∫01(∫01xexydy)dx
Step 2: Integrate with Respect to y
∫01xexydy=x∫01exydy=x[xexy]01=x(xex−1)=ex−1
Step 3: Integrate with Respect to x
∫01(ex−1)dx=[ex−x]01=(e1−1)−(1−0)=e−2
Thus, the value of the double integral is e – 2.
Example 3: Evaluate the double integral ∬R(3x+4y)dA over the triangular region R with vertices at (0,0), (1,0), and (0,1):
Step 1: Set Up the Double Integral
The region R is bounded by y = 0, x = 0, and y = 1 – x . Therefore, we integrate with respect to y first:
∬R(3x+4y)dA=∫01(∫01−x(3x+4y)dy)dx
Step 2: Integrate with Respect to y
∫01−x(3x+4y)dy=[3xy+2y2]01−x
=3 x(1-x)+2(1-x)^2-0
=3 x-3 x^2+2-4 x+2 x^2
=-x^2-x+2
Step 3: Integrate with Respect to x
∫01(−x2−x+2)dx=[3−x3−2x2+2x]01
=(3−1−21+2)−0
=67
Thus, the value of the double integral is 67.
Example 4:
Evaluate the double integral ∬RxydA over the region R where 0≤x≤2 and 0≤y≤x :
Step 1: Set Up the Double Integral
∬RxydA=∫02(∫0xxydy)dx
Step 2: Integrate with Respect to y
∫0xxydy=x∫0xydy=x[2y2]0x=x(2x2−0)=2x3
Step 3: Integrate with Respect to x
∫022x3dx=21∫02x3dx=21[4x4]02=21(424−0)=21⋅416=48=2
Thus, the value of the double integral is 2.
Example 5: Evaluate the double integral ∬Rsin(x+y)dA over the region R where 0≤x≤2π and
0≤y≤2π.
Step 1: Set Up the Double Integral
∬Rsin(x+y)dA=∫02π(∫02πsin(x+y)dy)dx
Step 2: Integrate with Respect to y
∫02πsin(x+y)dy=[−cos(x+y)]02π=−cos(x+2π)+cos(x)=sin(x)+cos(x)
Step 3: Integrate with Respect to x
∫02π(sin(x)+cos(x))dx
=[−cos(x)+sin(x)]02π
=(−cos(2π)+sin(2π))−(−cos(0)+sin(0))
=(0+1)-(-1+0)
=1+1=2
Thus, the value of the double integral is 2.
4.0Practice Questions on Double Integral
Question 1: Evaluate the double integral ∬R(3x2+2y)dA over the region R where 0≤x≤2 and 0≤y≤1.
Question 2: Evaluate the double integral ∬Rex2−y2dA over the region R where 0≤x≤1 and 0≤y≤1.
Question 3: Evaluate the double integral ∬R(x+y)dA over the triangular region R with vertices at (0,0), (1,0), and (1,1).
Question 4: Evaluate the double integral ∬Rcos(xy)dA over the region R where 0≤x≤π and 0≤y≤π.
Question 5: Evaluate the double integral ∬R1+x2+y21dA over the region R where 0≤x≤1 and 0≤y≤1.
Question 6: Evaluate the double integral ∬RxexydA over the region R where 0≤x≤1 and 0≤y≤x.
Question 7: Evaluate the double integral ∬Rsin(x+y)dA over the region R where 0≤x≤2π and 0≤y≤2π.
Question 8: Evaluate the double integral ∬Rx2ydA over the region R where 0≤x≤2 and 0≤y≤3 .
Question 9: Evaluate the double integral ∬Rln(xy)dA over the region R where 1≤x≤2 and 1≤y≤2.
Question 10: Evaluate the double integral ∬R1+x2y2x2+y2dA over the region R where 0≤x≤1 and 0≤y≤1.