Double Integral Examples
Double Integral Examples
Double Integral
Manoj Pandey
Department of Mathematics
Rajiv Gandhi Proudyogiki Vishwavidyalaya,(M.P)
April-2025
DOUBLE INTEGRALS EX-202
2
Contents
1 Double Integral 5
1.1 Fubini’s Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2 Examples: Iterated Integral . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.3 Sketching the Region of Integration . . . . . . . . . . . . . . . . . . . . . . . 10
1.4 Double Integral and Area . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
1.5 Double Integral and Volume . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
3
DOUBLE INTEGRALS EX-202
4
Chapter 1
Double Integral
In the past few lectures, we learnt how a definite integral of single variable functions is defined
as limit of the Riemann sum and extended it to define double integral of the function of two
variables. Furthermore, we observed that the very definition of double integral as a limit of
double Riemann sum itself implied that a double integral be thought of as volume under the
surface and area of plane regions as well. We studied, Cavalieri’s principle to note a relation
volumes and cross sectional areas of solids. We also exploited this observationRto deduce
that the volume V of a solid is integral of its cross sectional area A(x), i.e., V = ab A(x) dx.
In this lecture, we shall learn evaluation of double integral over plane regions by means of
iterated integrals, volume under a surfaces and area of a plane figure.
Fubini’s theorem suggests that, in case of a rectangular domain (region), the order of integra-
tion in iterated integral does not matter at all. However, for non-rectangular domains, it may
not be true. In fact, for the non-rectangular regions, one has to first carry out integration
with respect to a variable, whose limits are non-constant. Afterwards, integration is done
with respect to that variable whose limits are constant. To change the order of integration,
one has to redefine the regions that results in change of the limits of the variable. We usually
call this process as change of order of integration.
5
DOUBLE INTEGRALS EX-202
First, we start with the statement of Fubini’s theorems and later on explain all the concepts
through some examples1 .
Rectangles are the simplest regions for integration and the Fubuni’s theorem in this case
allows us to evaluate a double integral by means of iterated integrals in any order. However,
there are some other shapes of regions as well and one has to deal with them diligently. Let
us, now, consider two types of non rectangular domains bounded by two continuous curves
as shown in the following two pictures figure 1.
Type-I: In this type, the region is bounded above by the curve y = g(x) and below by
y = f (x) and on the left and right hand sides by the straight lines x = a and x = b which
are parallel to the y-axis.
Type-II: In this case, the region is bounded above by the straight line y = d and below by
the line y = c and on the left and right by the curves x = f (y) and x = g(y).
It should be noted that in both the cases, the region has been described with the help of
two straight lines (parallel to coordinate axes) and the two boundary curves. This is quite
similar to the description of rectangular regions.
1
Examples have been from many textbooks, mostly from Thomas’ Calculus, chapter 15.
6
DOUBLE INTEGRALS EX-202
Geometrically, the double integral f (x, y)dxdy gives volume under the surface z =
RR
D
f (x, y), i.e., Z Z
Volume Under The Surface = f (x, y)dxdy
D
as shown in the following figure. In particular, if we take f (x, y) = 1 over its domain D,
7
DOUBLE INTEGRALS EX-202
Example 1. Evaluate
R3R2
0 1 xy(1 + x + y)dydx.
Solution: In this case, limits of the integration are constant, therefore, we can proceed in
any order. We first choose y then x for integration.
Z 3 Z 2 Z 3 Z 2
xy(1 + x + y)dydx = xy(1 + x + y)dy dx
0 1 0 1
!2
y2 y2 Z
y3 3
= x. + x2 . + x. dx
0 2 2 3 1
Z 3
23 3
= x + x2 dx
0 6 2
23 2 1 3 123
=[ x ]+ x ]= .
12 2 4
You may try reversing the order of integration by choosing x first, then y. Examine, whether
we get same result in both way!
Example 2. Evaluate
R2R1
0 0 (x2 + 6y 2 )dxdy.
Solution:
Z 2 Z 1 Z 2 Z 1
(x2 + 6y 2 )dxdy = (x2 + 6y 2 )dx dy
0 0 0 0
!1
2 3
x Z
= + 6y 2 x dy
0 3 0
Z 2
1
2
= + 6y dy
0 3
2
1
= y + 2y 3
3 0
2
= + 16
3
50
= .
3
Example 3. Evaluate 0 0 (x + 6y )dxdy.
R2R1 2 2
Solution:
Z 2 Z 1 Z 2 Z 1
2 2 2 2
(x + 6y )dxdy = (x + 6y )dx dy
0 0 0 0
!1
2 3
Z
x
= + 6y 2 x dy
0 3 0
Z 2
1
= + 6y 2 dy
0 3
2
1
3
= y + 2y
3 0
2 50
= + 16 = .
3 3
8
DOUBLE INTEGRALS EX-202
R 1 R √1+x2
Example 4. Evaluate 0 0
dxdy
1+x2 +y 2
.
Solution: Note that one set of limits in this repeated integral is non-constant. These limits
corresponds to variable y (why? Just look back at figures 1.1 and 1.2 to find the answer).
The integration will be done with respect to y first. Therefore, we start as below:
√ Z 1 "Z √1+x2 #
Z 1 Z 1+x2 dxdy dy
= dx
0 0 1 + x2 + y 2 0 0 (1 + x2 ) + y 2
Now, we use the formula 1 1
tan−1 xa , we get
R
a2 +x2
dx = a
√ " #√1+x2
dxdy Z 1 Z 1
Z
11+x2 y
2 2
= √ tan−1 √ dx
0 0 1+x +y 0 1+x 2 1 + x2 y=0
Z 1
1 h
−1 −1
i
= √ tan 1 − tan 0 dx
0 1 + x2
πZ1 1
= √ dx
4 0 1 + x2
πh √ i1
= log (x + 1 + x2 )
4 0
π √
= log (1 + 2).
4
R a R a2 −y2 √
p
Example 5. Evaluate the repeated integral 0 0 a2 − x2 − y 2 dxdy.
Solution: We shall use the following integral formula
Z √ x√ 2 (a2 − x2 ) −1 x
a2 − x2 dx = a − x2 + sin .
2 2 a
A serious look at limits of the integral will reveal that x has variable limits. So, the integration
will be done with respect to x first. So, we write
p p
Z a Z a2 −y 2 q Z a Z a2 −y2 q
a2 − x2 − y 2 dxdy = (a2 − y 2 ) − x2 dx dy.
0 0 0 0
To draw the region of type-I given by a ≤ x ≤ b and f (x) ≤ y ≤ g(x), we simply draw the
two straight lines x = a, x = b (these are lines parallel to the y-axis) and the two curves
y = f (x) and y = g(x). The region bounded by these lines and curves is the required region.
Similar is the case for the regions of type described by a ≤ y ≤ b and f (y) ≤ x ≤ g(y). This
time, we draw the straight lines y = a, y = b parallel to the x-axis and the curves x = f (y)
and x = g(y).
Example 6. Suppose, we are to find D f (x, y)dxdy and D is the region of integration
RR
Solution: (i) The region is bounded by the straight lines y = 0, y = 8, x = 14 y and the
curve x = y 1/3 . The sketch of the region is given in figure (1.4).
(ii) The region is bounded by the lines x = −1, x = 2, y = x − 1 and parabola y = x2 . The
sketch is given by figure (1.5).
10
DOUBLE INTEGRALS EX-202
(iii) The region is bounded by the straight lines y = −2, y = 2, parabola x = y 2 and x = 4.
The sketch is given in figure (1.6).
(iv) The region is bounded by the lines x = 0, x = 3, y = 0 and y = 2x. The sketch is given
in figure (1.7).
13
DOUBLE INTEGRALS EX-202
" #
1Z 4 x4
= 4x − dx
2 0 16
" #4
1 x5
= 2x2 −
2 80 0
48
= .
5
Example 13. Find the area bounded by the parabolas x2 = 4y and y 2 = 4y.
Solution: The sketch of the region is already given by figure (1.13). The area A of the
region bounded by these two parabolas is given by
Z Z
A= dydx
D
Z 4 "Z √ #
2 x
= 2
dy dx
0 y= x4
Z 4 √
2 x
= [y] 2 dx
0 y= x4
√
" #
Z 4 x2
= 2 x− dx
0 4
" #4
4 3 x3
= x2 −
3 12 0
32 16
= −
3 3
16
= .
3
Example 14. Evaluate where D is region bounded by the parabola y = x2
RR
D (4x+2)dydx,
and the line y = 2x.
14
DOUBLE INTEGRALS EX-202
Solution: The region of integration is bounded by the parabola y = x2 and the line y = 2x.
To find the limits of x and y, we need to calculate points of intersection of the two curves. Ob-
viously, for the points of intersection, we have 2x = x2 . This gives x = 0 or x = 2. Then, y =
0 and y = 4. Thus, points of intersection are (0, 0) and (2, 4). A sketch of the region is shown
below.
The desired double integral is
Z Z Z 2 Z 2x
(4x + 2)dydx = (4x + 2)dy dx
D x=0 y=x2
Z 2
= [(4x + 2)y]2x
y=x2 dx
x=0
Z 2 h i
= (4x + 2)(2x − x2 ) dx
x=0
Z 2
= (6x2 − 4x3 + 4x)dx
x=0
= [2x − x4 + 2x2 ]20 = 8.
3
Example 15. Evaluate D x2 dydx, where D is the region in the first quadrant bounded
RR
15
DOUBLE INTEGRALS EX-202
Z Z
1
V = dxdy
D xy
Z 2Z 2
1
= dxdy
1 1 xy
!
Z 2 Z 2
1
= dx dy
1 1 xy
Z 2
1
= (loge x)21 dy
1 y
Example 18. Find the volume below the paraboloid z = x2 + y 2 and above the square
D = [−1, 1] × [−1, 1].
17
DOUBLE INTEGRALS EX-202
Example 19. Find volume of the prism whose base is the triangle in the xy-plane bounded
by the x-axis and the lines y = x and x = 1 and whose top lies in the plane z = 3 − x − y.
Z Z
V = f (x, y)dxdy.
D
Z 1 Z x
= (3 − x − y)dy dx
0 y=0
" #x
Z 1 y2
= 3y − xy − dx
0 2 0
!
Z 1 3x2
= 3x − dx
0 2
" #1
3x2 x3
= −
2 2 0
Figure 1.18: Volume of the Prism
= 1.
In the above calculation, we integrated the function first with respect to y then w.r.t. x.
However, if we wish, we may evaluate the double integral by changing the order of integration.
For this, we will have to change the description of the region of integration as shown in the
following figure. Now, we evaluate the double integral as below
18
DOUBLE INTEGRALS EX-202
Z Z Z 1 Z 1
f (x, y)dxdy = (3 − x − y)dx dy
D y=0 x=y
" #1
Z 1 x2
= 3x − − xy dy
y=0 2 x=y
Z 1
5 3 2
= − 4y + y dy
0 2 2
3 1
" #
5 2 y
= y − 2y +
2 3 0
= 1.
Example 20. Calculate D sinx x dxdy by changing the order of integration. The domain D
RR
19
DOUBLE INTEGRALS EX-202
x = −a to x = a
and √ √
y= a2 − x2 to y = − a2 − x2 .
20
DOUBLE INTEGRALS EX-202
Solution: You are invited to solve this problem yourself. The solution would be same as
was in case of a sphere. A little detail about ellipsoid is presented for your convenience.
x2 y 2 z 2
+ 2 + 2 =1
a2 b c
is known as ellipsoid. In general, an ellipsoid is egg-shaped (think of an ellipse rotated
around its major axis) surface. It is bounded and symmetric about all coordinate planes. A
graph of ellipsoid is given below
z
c
y
0 b
a
Improve Yourself
* Thomas’s Calculus, Chapter 15, Exercise Set (15.1), (15.2) and (15.3).
References:
2. Thomas’s Calculus, 14e, J. Hass, C. Heil and M.D. Weir; Pearson India Education
Services Pvt. Ltd. (TC)
21