Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

CALCULUS III

Practice Problems
Multiple Integrals

Paul Dawkins
Calculus III

Table of Contents

Preface ............................................................................................................................................ ii
Multiple Integrals .......................................................................................................................... 3
Introduction ................................................................................................................................................ 3
Double Integrals ......................................................................................................................................... 3
Iterated Integrals ........................................................................................................................................ 4
Double Integrals Over General Regions .................................................................................................... 4
Double Integrals in Polar Coordinates ....................................................................................................... 7
Triple Integrals ........................................................................................................................................... 7
Triple Integrals in Cylindrical Coordinates ................................................................................................ 8
Triple Integrals in Spherical Coordinates................................................................................................... 9
Change of Variables ................................................................................................................................... 9
Surface Area..............................................................................................................................................10
Area and Volume Revisited ......................................................................................................................10

© 2007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx


Calculus III

Preface

Here are a set of practice problems for my Calculus III notes. If you are viewing the pdf version
of this document (as opposed to viewing it on the web) this document contains only the problems
themselves and no solutions are included in this document. Solutions can be found in a number
of places on the site.

1. If you’d like a pdf document containing the solutions go to the note page for the section
you’d like solutions for and select the download solutions link from there. Or,

2. Go to the download page for the site http://tutorial.math.lamar.edu/download.aspx and


select the section you’d like solutions for and a link will be provided there.

3. If you’d like to view the solutions on the web or solutions to an individual problem you
can go to the problem set web page, select the problem you want the solution for. At this
point I do not provide pdf versions of individual solutions, but for a particular problem
you can select “Printable View” from the “Solution Pane Options” to get a printable
version.

Note that some sections will have more problems than others and some will have more or less of
a variety of problems. Most sections should have a range of difficulty levels in the problems
although this will vary from section to section.

© 2007 Paul Dawkins ii http://tutorial.math.lamar.edu/terms.aspx


Calculus III

Multiple Integrals

Introduction
Here are a set of practice problems for the Multiple Integrals chapter of my Calculus III notes. If
you are viewing the pdf version of this document (as opposed to viewing it on the web) this
document contains only the problems themselves and no solutions are included in this document.
Solutions can be found in a number of places on the site.

4. If you’d like a pdf document containing the solutions go to the note page for the section
you’d like solutions for and select the download solutions link from there. Or,

5. Go to the download page for the site http://tutorial.math.lamar.edu/download.aspx and


select the section you’d like solutions for and a link will be provided there.

6. If you’d like to view the solutions on the web or solutions to an individual problem you
can go to the problem set web page, select the problem you want the solution for. At this
point I do not provide pdf versions of individual solutions, but for a particular problem
you can select “Printable View” from the “Solution Pane Options” to get a printable
version.

Note that some sections will have more problems than others and some will have more or less of
a variety of problems. Most sections should have a range of difficulty levels in the problems
although this will vary from section to section.

Here is a list of topics in this chapter that have practice problems written for them.

Double Integrals
Iterated Integrals
Double Integrals over General Regions
Double Integrals in Polar Coordinates
Triple Integrals
Triple Integrals in Cylindrical Coordinates .
Triple Integrals in Spherical Coordinates
Change of Variables
Surface Area
Area and Volume Revisited

Double Integrals

) x 2 + y and above the rectangle given


1. Use the Midpoint Rule to estimate the volume under f ( x, y=
by −1 ≤ x ≤ 3 , 0 ≤ y ≤ 4 in the xy-plane. Use 4 subdivisions in the x direction and 2 subdivisions in the
y direction.

© 2007 Paul Dawkins 3 http://tutorial.math.lamar.edu/terms.aspx


Calculus II

Iterated Integrals

1. Compute the following double integral over the indicated rectangle (a) by integrating with respect to x
first and (b) by integrating with respect to y first.

∫∫ 12 x − 18 y dA [ −1, 4] × [ 2,3]
R=
R

For problems 2 – 8 compute the given double integral over the indicated rectangle.

2. ∫∫ 6 y x − 2 y 3 dA [1, 4] × [0,3]
R=
R

⌠⌠ e x 4 x − 1
3.  − 2 dA [ −1, 0] × [1, 2]
R=
⌡⌡ 2 y y
R

⌠⌠
[ π4 , π2 ] × [0,1]
1
4.  sin ( 2 x ) − dA R=
⌡⌡ 1+ 6 y
R

5. ∫∫ ye
y 2 −4 x
dA =R [0, 2] × 0, 8 
R

6. ∫∫ xy
2
x 2 + y 3 dA [0,3] × [0, 2]
R=
R

∫∫ xy cos ( y x ) dA R = [ −2,3] × [ −1,1]


2
7.
R

8. ∫∫ xy cos ( y ) − x
2
dA [1, 2] × [ π2 , π ]
R=
R

9. Determine the volume that lies under f ( x, y ) = 9 x + 4 xy + 4 and above the rectangle given by
2

[ −1,1] × [0, 2] in the xy-plane.

Double Integrals Over General Regions

© 2007 Paul Dawkins 4 http://tutorial.math.lamar.edu/terms.aspx


Calculus II

1. Evaluate ∫∫ 42 y
D
2
− 12 x dA where
= D {( x, y ) | 0 ≤ x ≤ 4, ( x − 2) 2
≤ y≤6 }
2
∫∫ 2 yx + 9 y 3 dA where D is the region bounded by y = x and y = 2 x .
2
2. Evaluate
D
3

∫∫ 10 x y 3 − 6 dA where D is the region bounded by x = −2 y 2 and x = y 3 .


2
3. Evaluate
D

4. Evaluate ∫∫ x ( y − 1) dA where D is the region bounded by


D
y = 1 − x 2 and =
y x2 − 3 .

cos ( y 3 ) dA where D is the region bounded by y = 2 , y =


1 2
∫∫ 5 x
3
5. Evaluate x and the y-axis.
D
4

⌠⌠ 1
1
6. Evaluate  1 dA where D is the region bounded by x = − y 3 , x = 3 and the x-axis.
 3 3
⌡⌡ y ( x + 1)
D

7. Evaluate ∫∫ 3 − 6 xy dA where D is the region shown below.


D

∫∫ e dA where D is the region shown below.


4
y
8. Evaluate
D

© 2007 Paul Dawkins 5 http://tutorial.math.lamar.edu/terms.aspx


Calculus II

∫∫ 7 x + 14 y dA where D is the region bounded by x = 2 y 2 and x = 8 in the order given


2
9. Evaluate
D
below.
(a) Integrate with respect to x first and then y.
(b) Integrate with respect to y first and then x.

For problems 10 & 11 evaluate the given integral by first reversing the order of integration.

3 6
10. ∫ ∫x
0 2
y 2 + 2 dy dx

1 y2
11. ∫∫
0 − y
6 x − y dx dy

12. Use a double integral to determine the area of the region bounded by y = 1 − x 2 and =
y x2 − 3 .

13. Use a double integral to determine the volume of the region that is between the xy-plane and
( )
f ( x, y )= 2 + cos x 2 and is above the triangle with vertices ( 0, 0 ) , ( 6, 0 ) and ( 6, 2 ) .

14. Use a double integral to determine the volume of the region bounded by z= 6 − 5 x 2 and the planes
y = 2 x , y = 2 , x = 0 and the xy-plane.

15. Use a double integral to determine the volume of the region formed by the intersection of the two
cylinders x 2 + y 2 =4 and x 2 + z 2 =4.

© 2007 Paul Dawkins 6 http://tutorial.math.lamar.edu/terms.aspx


Calculus II

Double Integrals in Polar Coordinates

∫∫ y + 3 x dA where D is the region in the 3rd quadrant between x 2 + y 2 =


2
1. Evaluate 1 and
D

x +y =
2
9.2

2. Evaluate ∫∫
D
1 + 4 x 2 + 4 y 2 dA where is the bottom half of x 2 + y 2 =
16 .

∫∫ 4 xy − 7 dA where D is the portion of x + y2 =


2
3. Evaluate 2 in the 1st quadrant.
D

4. Use a double integral to determine the area of the region that is inside r= 4 + 2sin θ and outside
r= 3 − sin θ .

5. Evaluate the following integral by first converting to an integral in polar coordinates.

3 0
∫∫
2
+y2
2
ex dy dx
0 − 9− x

6. Use a double integral to determine the volume of the solid that is inside the cylinder x 2 + y 2 =
16 ,
below=
z 2 x 2 + 2 y 2 and above the xy-plane.

7. Use a double integral to determine the volume of the solid that is bounded by z =8 − x 2 − y 2 and
z = 3x 2 + 3 y 2 − 4 .

Triple Integrals

3 4 0
1. Evaluate ∫∫ ∫
2 −1 1
4x 2 y − z 3 dz dy dx

y cos ( z 5 ) dx dy dz
1 z2
2. Evaluate ⌠
3

⌡0 ∫ ∫
0 0

∫∫∫ 6 z dV where E is the region below 4 x + y + 2 z =


2
3. Evaluate 10 in the first octant.
E

4. Evaluate ∫∫∫ 3 − 4 x dV
E
where E is the region below z= 4 − xy and above the region in the xy-plane

defined by 0 ≤ x ≤ 2 , 0 ≤ y ≤ 1 .

© 2007 Paul Dawkins 7 http://tutorial.math.lamar.edu/terms.aspx


Calculus II

5. Evaluate ∫∫∫ 12 y − 8 x dV
E
where E is the region behind =
y 10 − 2 z and in front of the region in the

xz-plane bounded by z = 2 x , z = 5 and x = 0 .

6. Evaluate ∫∫∫ yz dV
E
where E is the region bounded by x = 2 y 2 + 2 z 2 − 5 and the plane x = 1 .

7. Evaluate ∫∫∫ 15 z dV
E
where E is the region between 2 x + y + z =4 and 4 x + 4 y + 2 z =
20 that is in

front of the region in the yz-plane bounded by z = 2 y and z =


2
4y .

8. Use a triple integral to determine the volume of the region below z= 4 − xy and above the region in
the xy-plane defined by 0 ≤ x ≤ 2 , 0 ≤ y ≤ 1 .

9. Use a triple integral to determine the volume of the region that is below z =8 − x 2 − y 2 above
− 4 x 2 + 4 y 2 and inside x 2 + y 2 =
z= 4.

Triple Integrals in Cylindrical Coordinates

1. Evaluate ∫∫∫ 4 xy dV
E
where E is the region bounded by z = 2 x 2 + 2 y 2 − 7 and z = 1 .

∫∫∫ e
2
−x −z 2
2. Evaluate dV where E is the region between the two cylinders x 2 + z 2 =
4 and
E

9 with 1 ≤ y ≤ 5 and z ≤ 0 .
x2 + z 2 =

3. Evaluate ∫∫∫ z dV
E
where E is the region between the two planes x + y + z =2 and x = 0 and inside

the cylinder y 2 + z 2 =
1.

4. Use a triple integral to determine the volume of the region below z= 6 − x , above z =
− 4x2 + 4 y 2
3 with x ≤ 0 .
inside the cylinder x 2 + y 2 =

5. Evaluate the following integral by first converting to an integral in cylindrical coordinates.


5
⌠ ⌠
0 9 −3 x 2 −3 y 2
 
⌡0 ⌡− 5− x 2
∫x 2
+ y 2 −11
2 x − 3 y dz dy dx

© 2007 Paul Dawkins 8 http://tutorial.math.lamar.edu/terms.aspx


Calculus II

Triple Integrals in Spherical Coordinates

1. Evaluate ∫∫∫ 10 xz + 3 dV
E
where E is the region portion of x 2 + y 2 + z 2 =
16 with z ≥ 0 .

∫∫∫ x + y 2 dV where E is the region portion of x 2 + y 2 + z 2 =


4 with y ≥ 0 .
2
2. Evaluate
E

3. Evaluate ∫∫∫ 3z dV
E
where E is the region below x 2 + y 2 + z 2 =
1 and inside=z x2 + y 2 .

∫∫∫ x dV where E is the region above x 2 + y 2 + z 2 =


36 and inside z =
− 3x 2 + 3 y 2 .
2
4. Evaluate
E

5. Evaluate the following integral by first converting to an integral in spherical coordinates.


0
⌠ ⌠ 1− x
2
7− x 2 − y 2
 
⌡−1 ⌡− 1− x 2
∫ 6 x 2 +6 y 2
18 y dz dy dx

Change of Variables

For problems 1 – 3 compute the Jacobian of each transformation.

1. x =
4u − 3v 2 y=
u 2 − 6v

2. x= u 2 v 3 y= 4 − 2 u

v
3. =
x =
y u 2 − 4v 2
u

x2 y 2
4. If R is the region inside + =
1 determine the region we would get applying the transformation
4 36
x = 2u , y = 6v to R.

5. If R is the parallelogram with vertices (1, 0 ) , ( 4,3) , (1, 6 ) and ( −2,3) determine the region we
1 1
would get applying the transformation=x (v − u ) =
, y ( v + u ) to R.
2 2

6. If R is the region bounded by xy = 1 , xy = 3 , y = 2 and y = 6 determine the region we would get


v
applying the transformation x = , y = 2u to R.
6u

© 2007 Paul Dawkins 9 http://tutorial.math.lamar.edu/terms.aspx


Calculus II

∫∫ xy dA where R is the region bounded by xy = 1 , xy = 3 , y = 2 and y = 6 using the


3
7. Evaluate
R
v
transformation x = , y = 2u .
6u

8. Evaluate ∫∫ 6 x − 3 y dA where R is the parallelogram with vertices ( 2, 0 ) , ( 5,3) , ( 6, 7 ) and ( 3, 4 )


R
1 1
using the transformation=x ( v − u )=
, y ( 4v − u ) to R.
3 3

9. Evaluate ∫∫ x + 2 y dA where R is the triangle with vertices ( 0,3) , ( 4,1) and ( 2, 6 ) using the
R
1 1
transformation=x ( u − v ) ,=
y ( 3u + v + 12 ) to R.
2 4

10. Derive the transformation used in problem 8.

11. Derive a transformation that will convert the triangle with vertices (1, 0 ) , ( 6, 0 ) and ( 3,8 ) into a
right triangle with the right angle occurring at the origin of the uv system.

Surface Area

1. Determine the surface area of the portion of 2 x + 3 y + 6 z =


9 that is in the 1st octant.

2. Determine the surface area of the portion of z =13 − 4 x 2 − 4 y 2 that is above z = 1 with x ≤ 0 and
y ≤ 0.

1 4
3. Determine the surface area of the portion of z =3 + 2 y + x that is above the region in the xy-plane
4
bounded by y = x 5 , x = 1 and the y-axis.

4. Determine the surface area of the portion of y = 2 x 2 + 2 z 2 − 7 that is inside the cylinder x 2 + z 2 =
4.

5. Determine the surface area region formed by the intersection of the two cylinders x 2 + y 2 =
4 and
x2 + z 2 =
4.

Area and Volume Revisited

The intent of the section was just to “recap” the various area and volume formulas from this chapter and
so no problems have been (or likely will be in the near future) written.
© 2007 Paul Dawkins 10 http://tutorial.math.lamar.edu/terms.aspx
Calculus II

© 2007 Paul Dawkins 11 http://tutorial.math.lamar.edu/terms.aspx

You might also like