Double Integrals over Polar Coordinate

Size: px
Start display at page:

Download "Double Integrals over Polar Coordinate"

Transcription

1 DOUBLE INTEGRALS OVER POLAR COORDINATE Double Integrals over Polar Coordinate 1. Polar Coordinates. The polar coordinates (r, θ) of a point are related to the rectangular coordinates (x,y) by the equations r 2 = x 2 + y 2 x = r cosθ y = r sinθ (1) The regions in the Figure is a special case of polar rectangle: R = {(r,θ) a r b,α θ β} (2) If f is continuous on a polar rectangle R given by a r b, α θ β, where β α 2π, then R f (x, y)d A = β b α a f (r cosθ,r sinθ)r dr dθ (3) The formula says that we convert from rectangular to polar coordinates in a double integral by writing x = r cosθ and y = r sinθ, using the appropriate limits of integration for r and θ, and replacing d A by r dr dθ. Exercise 1. Evaluate R (3x + 4y 2 )d A, where R is the region in the upper half-plane bounded by the circles x 2 + y 2 = 1 and x 2 + y 2 = 4 1

2 DOUBLE INTEGRALS OVER POLAR COORDINATE Sol: R (3x + 4y 2 )d A = π 2 1 (3r cosθ + 4(r sinθ) 2 )r dr dθ Exercise 2. Find the volume of the solid bounded by the plane z = and the paraboloid z = 1 x 2 y 2. Sol: f (x, y) = 1 x 2 y 2, r 2 = x 2 + y 2 1, r 1 and θ 2π. 2π 1 (1 r 2 )r dr dθ 2. If f is continuous on a polar region D given by D = {(r,θ) α θ β,h 1 (θ) r h 2 (θ)} then R f (x, y)d A = β h2 (θ) α h 1 (θ) f (r cosθ,r sinθ)r dr dθ (4) 2

3 DOUBLE INTEGRALS OVER POLAR COORDINATE Exercise 3. Find the area enclosed by one loop of the four leaved rose r = cos2θ. Sol: D = {(r,θ) π 4 θ π, r cos2θ}. Then the area is 4 π 4 A = π 4 cos2θ r dr dθ (5) Exercise 4. Find the volume of the solid that lies under the paraboloid z = x 2 + y 2 above the xy-plane, and inside the cylinder x 2 + y 2 = 2x. The solid lies above the disk D whose boundary circle has equation x 2 + y 2 = 2x which is 3

4 DOUBLE INTEGRALS OVER POLAR COORDINATE same as (x 1) 2 + y 2 = 1 The polar equation of circle with radius R and centered at (R,) is r = 2R cosθ. Then D = {(r,θ) π 2 θ π 2, r 2cosθ}. And f (x, y) = x2 + y 2 = r 2. π 2 V = π 2 2cosθ r 2 r dr dθ 4

5 PROBLEM SET Problem Set 1. Evaluate the given integral by polar coordinates (a) D x2 yd A where D is the top half of the disk with center the origin and radius 5. (b) D (2x y)d A where D is the region in the first quadrant enclosed by the circle x 2 + y 2 = 4 and the lines x = and y = x (c) D sin(x2 + y 2 )d A where D is the region in the first quadrant between the circles with center origin and radii 1 and 3. (d) y 2 D d A where D is the region lies between the circles x 2 + y 2 = a 2 and x 2 + y 2 = x 2 +y 2 b 2 with < a < b. 2. Use double integral to find the area. (a) One loop of the rose r = cos(3θ) (b) Region enclosed by r = 1 + cosθ and r = 1 cosθ (c) Region inside the circle (x 1) 2 + y 2 = 1 and outside the circle x 2 + y 2 = 1 3. Find volume of the given solid (a) Under z = x 2 + y 2 and above x 2 + y 2 4 (b) Below z = 18 2x 2 2y 2 and above xy-plane (c) Inside x 2 + y 2 + z 2 = 16 and outside x 2 + y 2 = Convert the iterated integral into integral with polar coordinates: (a) 3 9 x 2 3 sin(x 2 + y 2 )d yd x (b) 1 2 y 2 y (x + y)d yd x 5

6 TRIPLE INTEGRAL Triple Integral 1. Review. (a) Function of one variable. y = f (x) when a x b. Divide [a,b] into n equal length sub-intervals [x, x 1 ], [x 1, x 2 ],...,[x n 1, x n ]. The length of each sub-intervals x = b a n. Sample points from each sub-intervals are x1, x 2,...,x n. The Riemann sum is R n = n i=1 f (x i ) x. b a f (x)d x R n b a f (x)d x = lim n R n (b) Function of two variable. z = f (x, y) when a x b and c y d. Divide [a,b] into m equal length sub-intervals [x, x 1 ], [x 1, x 2 ],...,[x m 1, x m ]. Divide [c,d] into n equal length sub-intervals [y, y 1 ], [y 1, y 2 ],...,[y n 1, y n ]. Then x = b a d c and y = m n. The area of each sub-rectangles A = x y. The Riemann double sum is R mn = m n i=1 j =1 f (x i, y j ) A. R f (x, y)d A R mn R f (x, y)d A = lim m,n R mn 2. Function of three variable. w = f (x, y, z) when a x b, c y d and r z s. Divide [a,b] into l equal length sub-intervals [x, x 1 ], [x 1, x 2 ],...,[x l 1, x l ]. Divide [c,d] into m equal length sub-intervals [y, y 1 ], [y 1, y 2 ],...,[y m 1, y m ]. Divide [c,d] into n equal length sub-intervals [z, z 1 ], [z 1, z 2 ],...,[z n 1, z n ]. Then x = b a, y = d c l m s r and z = n. The volume of each sub-boxes V = x y z. The Riemann triple sum is R l mn = l i=1 m j =1 n k=1 f (x i, y j, z k ) V. 6

7 TRIPLE INTEGRAL R f (x, y, z)dv R lmn R f (x, y, z)dv = lim m,n,l R lmn. 3. Fubini s Theorem for Triple Integral. If f is continuous on the rectangular box B = [a, b] [c,d] [r, s], then B f (x, y, z)dv = s d b r c a f (x, y, z)d xd yd z Exercise 5. Evaluate the triple integral B x y z2 dv where B = [,1] [ 1,2] [,3] sol: You can choose any orders of integration. For example you can choose to do integration with respect to x, y and then z. B x y z 2 dv = Or you can do integration with respect to y, z, and then x. B x y z 2 dv = x y z 2 d xd yd z x y z 2 d yd zd x 4. Type I Region. A region E is type I if E = {(x, y, z) (x, y) D,u 1 (x, y) z u 2 (x, y)} (6) Then B u2 (x,y) f (x, y, z)dv = [ f (x, y, z)d z]d A D u 1 (x,y) There are two situations for type I. (a) If E = {(x, y, z) a x b, g 1 (x) y g 2 (x),u 1 (x, y) z u 2 (x, y)} (7) then B f (x, y, z)dv = b g2 (x) u2 (x,y) a g 1 (x) [ u 1 (x,y) f (x, y, z)d z]d yd x (b) If E = {(x, y, z) c y d,h 1 (y) x h 2 (y),u 1 (x, y) z u 2 (x, y)} (8) 7

8 TRIPLE INTEGRAL then B f (x, y, z)dv = d h2 (y) u2 (x,y) c h 1 (y) [ u 1 (x,y) f (x, y, z)d z]d xd y Exercise 6. Evaluate E zdv where E is the solid bounded by the four planes x =, y =, z = and x + y + z = 1. Sol. E = {(x, y, z) x 1, y 1 x, z 1 x y} Then the volume is E zdv = 1 1 x 1 x y zd zd yd x 5. Type II Region. A region E is type II if E = {(x, y, z) (y, z) D,u 1 (y, z) x u 2 (y, z)} (9) Then E u2 (y,z) f (x, y, z)dv = [ f (x, y, z)d x]d A D u 1 (y,z) 6. Type III Region. A region E is type III if E = {(x, y, z) (x, z) D,u 1 (x, z) y u 2 (x, z)} (1) Then E u2 (x,z) f (x, y, z)dv = [ f (x, y, z)d y]d A D u 1 (x,z) Exercise 7. Evaluate E x 2 + z 2 dv where E is the solid bounded by y = x 2 + z 2 and y = 4. Sol. 8

9 TRIPLE INTEGRAL E = {(x, y, z) 2 x 2, x 2 y 4, y x 2 z y x 2 } Then the volume is E 2 x 2 + z 2 dv = 2 x 2 y 4 x 2 y x 2 y x 2 x 2 + z 2 d zd yd x Exercise 8. (a) Express 1 f (x, y, z)d zd yd x as a triple integral. (b) Then rewrite it as an iterated integral in a different order, integrating first with respect to x, then z and then y. Sol. x 2 y (a) 1 f (x, y, z)d zd yd x = E f (x, y, z)dv where E = {(x, y, z) x 1, y x 2, z y}. (b) If we integrate first with respect to x then z and then y, then E = {(x, y, z) a y b, g 1 (y) z g 2 (y),u 1 (y, z) x u 2 (y, z)}. We need to find a, b, g 1, g 2,u 1 and u 2. To find a and b, use x 1 and y x 2. Then y x = 1. So a = and b = 1. To find g 1 and g 2, use z y. So g 1 = and g 2 = y. To find u 1 and u 2, use x 1 and y x 2. y x 2 and x 1 y x 1. So u 1 = y and u 2 = 1. 9

10 TRIPLE INTEGRAL The new iterated integral is 1 y 1 y f (x, y, z)d xd zd y Exercise 9. Find the volume of the tetrahedron T bounded by the planes x + 2y + z = 2. x = 2y, x = and z =. Sol. V = 1 1 x/2 2 x 2y x/2 d zd yd x 1

11 TRIPLE INTEGRAL 15.7 Problem Set 1. Evaluate E (xz y 3 )dv where E = [ 1,1] [,2] [,1]. 2. Evaluate 2 3. Evaluate 1 z 2 y z 2x x (2x y)d xd yd z y (2x y z)d zd yd x 4. Express the integral E f (x, y, z)dv as an iterated integral in six different ways, where E is the solid bounded by the given surface. (a) y = 4 x 2 4z 2 and y = (b) y 2 + z 2 = 9, x = 2 and x = 2 (c) y = x 2, z =, and y + 2z = 4 (d) x = 2, y = 2, z = and x + y 2z = 2 5. The figure shows the region of integration for the integral 2 1 x 1 y f (x, y, z)d zd yd x Rewrite this integral as an equivalent iterated integral in the five other orders. 6. The figure shows the region of integration for the integral 1 1 x 2 1 x f (x, y, z)d yd zd x Rewrite this integral as an equivalent iterated integral in the five other orders. 11

12 TRIPLE INTEGRAL 12

13 TRIPLE INTEGRALS IN CYLINDRICAL COORDINATES Triple Integrals in Cylindrical Coordinates 1. Cylindrical Coordinates. To convert from cylindrical to rectangular coordinates, we use the equation x = r cosθ y = r sinθ z = z To convert from rectangular to cylindrical coordinates, we use r 2 = x 2 + y 2 tanθ = y x z = z Exercise 1. (a) Plot the point with cylindrical coordinates (2, 2π,1) and find its rectangular 3 coordinates. (b) Find cylindrical coordinates of the point with rectangular coordinates (3,-3,-7) (c) Describe the surface whose equation in cylindrical coordinates is z = r 13

14 TRIPLE INTEGRALS IN CYLINDRICAL COORDINATES 2. Evaluating Triple Integrals with Cylindrical Coordinates. If f is continuous on region E and E is a type I region: where D is given in polar coordinates by E = {(x, y, z) (x, y) D,u 1 (x, y) z u 2 (x, y)} (11) D = {(x, y) α θ β,h 1 (θ) r h 2 (θ)} (12) then E f (x, y, z)dv = β h2 (θ) u2 (r cosθ,r sinθ) α h 1 (θ) u 1 (r cosθ,r sinθ) f (r cosθ,r sinθ, z)r d zdr dθ Exercise 11. A solid E lies within the cylinder x 2 + y 2 = 1, below the plane z = 4, and above the paraboloid z = 1 x 2 y 2. (See Figure 8.) The density at any point is proportional to its distance from the axis of the cylinder. Find the mass of E. 14

15 TRIPLE INTEGRALS IN CYLINDRICAL COORDINATES Exercise 12. Evaluate 2 4 x x 2 x 2 +y 2(x2 + y 2 )d zd yd x 15

16 TRIPLE INTEGRALS IN CYLINDRICAL COORDINATES 1. Find the rectangular coordinates (a) (4, π 3, 2) (b) (2, π 2,1) (c) (1,1,1) 2. Find the cylindrical coordinates (a) ( 1, 1, 1) (b) (4, 3, 2) 15.8 Problem Set 3. Write the equations in cylindrical coordinates. (a) x 2 x + y 2 + z 2 = 1 (b) z = x 2 y 2 (c) 3x + 2y + z = 6 4. Sketch the solid describted by the given inequalities (a) r leq2, π 2 θ π 2, z 1 (b) θ π 2, r z 2 5. Evaluate E x 2 + y 2 dv where E is the region that lies inside the cylinder x 2 + y 2 = 16 and between the planes z = -5 and z = Evaluate E x + y + zdv where E is the solid in the first octant that lies under the paraboloid z = 16 x 2 y Evaluate E xdv where E is the solid that lines between the cylinders x2 + y 2 = 1 and x 2 + y 2 = 25, above the xy-plane, and below the plane z = y Evaluate the integral, where E is enclosed by the paraboloid z = 4 + x 2 + y 2, the cylinder x 2 + y 2 = 5, and the xy-plane. Use cylindrical coordinates. 9. Find the volume of the solid that is enclosed by the cone z = x 2 + y 2 and the sphere x 2 + y 2 + z 2 = Evaluate the integral by changing to cylindrical coordinates 3 9 x 2 9 x 2 y 2 3 x 2 + y 2 d zd yd x 16

17 TRIPLE INTEGRALS IN SPHERICAL COORDINATES Triple Integrals in Spherical Coordinates 1. Spherical coordinates. The spherical coordinates (ρ,θ,φ) can be converted to rectangular coordinates and x = ρ sinφcosθ y = ρ sinφsinθ z = ρ cosφ ρ 2 = x 2 + y 2 + z 2 (13) Exercise 13. Sketch the point and find its rectangular coordinates. (2, π 4, π 3 ) Exercise 14. Find the spherical coordinates for (,2 3, 2) 2. Evaluating Triple Integrals with Spherical Coordinates. In the spherical coordinate system, the spherical wedge is E = {(ρ,θ,φ), a ρ b,α θ β,c φ d} (14) The formula for triple integration in spherical coordinates is 17

18 TRIPLE INTEGRALS IN SPHERICAL COORDINATES Exercise 15. Evaluate B e(x2 +y 2 +z 2 ) 3/2 dv where B is the unit ball B = {(x, y, z) x 2 + y 2 + z 2 1} Exercise 16. Use spherical coordinates to find the volume of the solid that lies above the cone z = x 2 + y 2 and below the sphere x 2 + y 2 + z 2 = z. 18

19 TRIPLE INTEGRALS IN SPHERICAL COORDINATES 15.9 Problem Set 1. Plot the point and find the rectangular coordinates. (a) (6, π 3, π 6 ) (b) (3, π 2, 3π 4 ) (c) (2, π 2, π 2 ) 2. Change from rectangular to spherical coordinates. (a) (,-2,) (b) ( 1,1, 2) (c) (1,, 3) 3. Describe in words the surface whose equation is given. (a) φ = π 3 (b) ρ = 3 4. Write the equation in spherical coordinates. (a) z 2 = x 2 + y 2 (b) x 2 + y 2 = 9 (c) x 2 2x + y 2 + z 2 = (d) x 2 y 2 z 2 = 1 5. Evaluate the integral. Then sketch the solid whose volume is given by the integral π 6 π 2 5 ρ 2 sin(φ)dρdθdφ 6. Set up the triple integral of an arbitrary continuous function f(x, y, z) in spherical coordinates over the solid shown. 7. Use spherical coordinates to evaluate B (x2 + y 2 +z 2 ) 2 dv where B is the ball with center the origin and radius 5. 19

20 TRIPLE INTEGRALS IN SPHERICAL COORDINATES 8. Use cylindrical or spherical coordinates, whichever seems more appropriate. Find the volume of the smaller wedge cut from a sphere of radius 8 by two planes that intersect along a diameter at an angle of π Use cylindrical or spherical coordinates, whichever seems more appropriate. 1. Find the volume enclosed by ρ = 8sin(φ) 11. 2

Chapter 15 Notes, Stewart 7e

Chapter 15 Notes, Stewart 7e Contents 15.2 Iterated Integrals..................................... 2 15.3 Double Integrals over General Regions......................... 5 15.4 Double Integrals in Polar Coordinates..........................

More information

Math 11 Fall 2016 Section 1 Monday, October 17, 2016

Math 11 Fall 2016 Section 1 Monday, October 17, 2016 Math 11 Fall 16 Section 1 Monday, October 17, 16 First, some important points from the last class: f(x, y, z) dv, the integral (with respect to volume) of f over the three-dimensional region, is a triple

More information

Applications of Triple Integrals

Applications of Triple Integrals Chapter 14 Multiple Integrals 1 Double Integrals, Iterated Integrals, Cross-sections 2 Double Integrals over more general regions, Definition, Evaluation of Double Integrals, Properties of Double Integrals

More information

MATH203 Calculus. Dr. Bandar Al-Mohsin. School of Mathematics, KSU

MATH203 Calculus. Dr. Bandar Al-Mohsin. School of Mathematics, KSU School of Mathematics, KSU Theorem The rectangular coordinates (x, y, z) and the cylindrical coordinates (r, θ, z) of a point P are related as follows: x = r cos θ, y = r sin θ, tan θ = y x, r 2 = x 2

More information

Integration using Transformations in Polar, Cylindrical, and Spherical Coordinates

Integration using Transformations in Polar, Cylindrical, and Spherical Coordinates ections 15.4 Integration using Transformations in Polar, Cylindrical, and pherical Coordinates Cylindrical Coordinates pherical Coordinates MATH 127 (ection 15.5) Applications of Multiple Integrals The

More information

f (Pijk ) V. may form the Riemann sum: . Definition. The triple integral of f over the rectangular box B is defined to f (x, y, z) dv = lim

f (Pijk ) V. may form the Riemann sum: . Definition. The triple integral of f over the rectangular box B is defined to f (x, y, z) dv = lim Chapter 14 Multiple Integrals..1 Double Integrals, Iterated Integrals, Cross-sections.2 Double Integrals over more general regions, Definition, Evaluation of Double Integrals, Properties of Double Integrals.3

More information

2. Give an example of a non-constant function f(x, y) such that the average value of f over is 0.

2. Give an example of a non-constant function f(x, y) such that the average value of f over is 0. Midterm 3 Review Short Answer 2. Give an example of a non-constant function f(x, y) such that the average value of f over is 0. 3. Compute the Riemann sum for the double integral where for the given grid

More information

Double Integrals, Iterated Integrals, Cross-sections

Double Integrals, Iterated Integrals, Cross-sections Chapter 14 Multiple Integrals 1 ouble Integrals, Iterated Integrals, Cross-sections 2 ouble Integrals over more general regions, efinition, Evaluation of ouble Integrals, Properties of ouble Integrals

More information

Multiple Integrals. max x i 0

Multiple Integrals. max x i 0 Multiple Integrals 1 Double Integrals Definite integrals appear when one solves Area problem. Find the area A of the region bounded above by the curve y = f(x), below by the x-axis, and on the sides by

More information

) in the k-th subbox. The mass of the k-th subbox is M k δ(x k, y k, z k ) V k. Thus,

) in the k-th subbox. The mass of the k-th subbox is M k δ(x k, y k, z k ) V k. Thus, 1 Triple Integrals Mass problem. Find the mass M of a solid whose density (the mass per unit volume) is a continuous nonnegative function δ(x, y, z). 1. Divide the box enclosing into subboxes, and exclude

More information

Math 2130 Practice Problems Sec Name. Change the Cartesian integral to an equivalent polar integral, and then evaluate.

Math 2130 Practice Problems Sec Name. Change the Cartesian integral to an equivalent polar integral, and then evaluate. Math 10 Practice Problems Sec 1.-1. Name Change the Cartesian integral to an equivalent polar integral, and then evaluate. 1) 5 5 - x dy dx -5 0 A) 5 B) C) 15 D) 5 ) 0 0-8 - 6 - x (8 + ln 9) A) 1 1 + x

More information

MATH 234. Excercises on Integration in Several Variables. I. Double Integrals

MATH 234. Excercises on Integration in Several Variables. I. Double Integrals MATH 234 Excercises on Integration in everal Variables I. Double Integrals Problem 1. D = {(x, y) : y x 1, 0 y 1}. Compute D ex3 da. Problem 2. Find the volume of the solid bounded above by the plane 3x

More information

UNIVERSITI TEKNOLOGI MALAYSIA SSCE 1993 ENGINEERING MATHEMATICS II TUTORIAL 2. 1 x cos dy dx x y dy dx. y cosxdy dx

UNIVERSITI TEKNOLOGI MALAYSIA SSCE 1993 ENGINEERING MATHEMATICS II TUTORIAL 2. 1 x cos dy dx x y dy dx. y cosxdy dx UNIVESITI TEKNOLOI MALAYSIA SSCE 99 ENINEEIN MATHEMATICS II TUTOIAL. Evaluate the following iterated integrals. (e) (g) (i) x x x sinx x e x y dy dx x dy dx y y cosxdy dx xy x + dxdy (f) (h) (y + x)dy

More information

MATH 261 EXAM III PRACTICE PROBLEMS

MATH 261 EXAM III PRACTICE PROBLEMS MATH 6 EXAM III PRACTICE PROBLEMS These practice problems are pulled from actual midterms in previous semesters. Exam 3 typically has 5 (not 6!) problems on it, with no more than one problem of any given

More information

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Homework 1 - Solutions 3. 2 Homework 2 - Solutions 13

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Homework 1 - Solutions 3. 2 Homework 2 - Solutions 13 MATH 32B-2 (8) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables Contents Homework - Solutions 3 2 Homework 2 - Solutions 3 3 Homework 3 - Solutions 9 MATH 32B-2 (8) (L) G. Liu / (TA) A. Zhou Calculus

More information

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ)

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ) Boise State Math 275 (Ultman) Worksheet 3.5: Triple Integrals in Spherical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

Math Triple Integrals in Cylindrical Coordinates

Math Triple Integrals in Cylindrical Coordinates Math 213 - Triple Integrals in Cylindrical Coordinates Peter A. Perry University of Kentucky November 2, 218 Homework Re-read section 15.7 Work on section 15.7, problems 1-13 (odd), 17-21 (odd) from Stewart

More information

MATH 2023 Multivariable Calculus

MATH 2023 Multivariable Calculus MATH 2023 Multivariable Calculus Problem Sets Note: Problems with asterisks represent supplementary informations. You may want to read their solutions if you like, but you don t need to work on them. Set

More information

Calculus III. Math 233 Spring In-term exam April 11th. Suggested solutions

Calculus III. Math 233 Spring In-term exam April 11th. Suggested solutions Calculus III Math Spring 7 In-term exam April th. Suggested solutions This exam contains sixteen problems numbered through 6. Problems 5 are multiple choice problems, which each count 5% of your total

More information

10.7 Triple Integrals. The Divergence Theorem of Gauss

10.7 Triple Integrals. The Divergence Theorem of Gauss 10.7 riple Integrals. he Divergence heorem of Gauss We begin by recalling the definition of the triple integral f (x, y, z) dv, (1) where is a bounded, solid region in R 3 (for example the solid ball {(x,

More information

1 Double Integrals over Rectangular Regions

1 Double Integrals over Rectangular Regions Contents ouble Integrals over Rectangular Regions ouble Integrals Over General Regions 7. Introduction.................................... 7. Areas of General Regions............................. 9.3 Region

More information

MATH 010B - Spring 2018 Worked Problems - Section 6.2. ze x2 +y 2

MATH 010B - Spring 2018 Worked Problems - Section 6.2. ze x2 +y 2 MATH B - Spring 8 orked Problems - Section 6.. Compute the following double integral x +y 9 z 3 ze x +y dv Solution: Here, we can t hope to integrate this directly in Cartesian coordinates, since the the

More information

Math Exam III Review

Math Exam III Review Math 213 - Exam III Review Peter A. Perry University of Kentucky April 10, 2019 Homework Exam III is tonight at 5 PM Exam III will cover 15.1 15.3, 15.6 15.9, 16.1 16.2, and identifying conservative vector

More information

Contents. 3 Multiple Integration. 3.1 Double Integrals in Rectangular Coordinates

Contents. 3 Multiple Integration. 3.1 Double Integrals in Rectangular Coordinates Calculus III (part 3): Multiple Integration (by Evan Dummit, 8, v. 3.) Contents 3 Multiple Integration 3. Double Integrals in Rectangular Coordinates............................... 3.. Double Integrals

More information

Section Parametrized Surfaces and Surface Integrals. (I) Parametrizing Surfaces (II) Surface Area (III) Scalar Surface Integrals

Section Parametrized Surfaces and Surface Integrals. (I) Parametrizing Surfaces (II) Surface Area (III) Scalar Surface Integrals Section 16.4 Parametrized Surfaces and Surface Integrals (I) Parametrizing Surfaces (II) Surface Area (III) Scalar Surface Integrals MATH 127 (Section 16.4) Parametrized Surfaces and Surface Integrals

More information

18.02 Final Exam. y = 0

18.02 Final Exam. y = 0 No books, notes or calculators. 5 problems, 50 points. 8.0 Final Exam Useful formula: cos (θ) = ( + cos(θ)) Problem. (0 points) a) (5 pts.) Find the equation in the form Ax + By + z = D of the plane P

More information

Worksheet 3.4: Triple Integrals in Cylindrical Coordinates. Warm-Up: Cylindrical Volume Element d V

Worksheet 3.4: Triple Integrals in Cylindrical Coordinates. Warm-Up: Cylindrical Volume Element d V Boise State Math 275 (Ultman) Worksheet 3.4: Triple Integrals in Cylindrical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

Calculus IV. Exam 2 November 13, 2003

Calculus IV. Exam 2 November 13, 2003 Name: Section: Calculus IV Math 1 Fall Professor Ben Richert Exam November 1, Please do all your work in this booklet and show all the steps. Calculators and note-cards are not allowed. Problem Possible

More information

Math 241, Exam 3 Information.

Math 241, Exam 3 Information. Math 241, xam 3 Information. 11/28/12, LC 310, 11:15-12:05. xam 3 will be based on: Sections 15.2-15.4, 15.6-15.8. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)

More information

Triple Integrals. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Triple Integrals

Triple Integrals. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Triple Integrals Triple Integrals MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 211 Riemann Sum Approach Suppose we wish to integrate w f (x, y, z), a continuous function, on the box-shaped region

More information

38. Triple Integration over Rectangular Regions

38. Triple Integration over Rectangular Regions 8. Triple Integration over Rectangular Regions A rectangular solid region S in R can be defined by three compound inequalities, a 1 x a, b 1 y b, c 1 z c, where a 1, a, b 1, b, c 1 and c are constants.

More information

= f (a, b) + (hf x + kf y ) (a,b) +

= f (a, b) + (hf x + kf y ) (a,b) + Chapter 14 Multiple Integrals 1 Double Integrals, Iterated Integrals, Cross-sections 2 Double Integrals over more general regions, Definition, Evaluation of Double Integrals, Properties of Double Integrals

More information

Name: Class: Date: 1. Use Lagrange multipliers to find the maximum and minimum values of the function subject to the given constraint.

Name: Class: Date: 1. Use Lagrange multipliers to find the maximum and minimum values of the function subject to the given constraint. . Use Lagrange multipliers to find the maximum and minimum values of the function subject to the given constraint. f (x, y) = x y, x + y = 8. Set up the triple integral of an arbitrary continuous function

More information

12.5 Triple Integrals

12.5 Triple Integrals 1.5 Triple Integrals Arkansas Tech University MATH 94: Calculus III r. Marcel B Finan In Sections 1.1-1., we showed how a function of two variables can be integrated over a region in -space and how integration

More information

f x = 2e xy +y(2x+y)e xy = (2+2xy+y 2 )e xy.

f x = 2e xy +y(2x+y)e xy = (2+2xy+y 2 )e xy. gri (rg38778) Homework 11 gri (11111) 1 This print-out should have 3 questions. Multiple-choice questions may continue on the next column or page find all choices before answering. Find lim (x,y) (,) 1

More information

QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 252 FALL 2008 KUNIYUKI SCORED OUT OF 125 POINTS MULTIPLIED BY % POSSIBLE

QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 252 FALL 2008 KUNIYUKI SCORED OUT OF 125 POINTS MULTIPLIED BY % POSSIBLE QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 5 FALL 8 KUNIYUKI SCORED OUT OF 15 POINTS MULTIPLIED BY.84 15% POSSIBLE 1) Reverse the order of integration, and evaluate the resulting double integral: 16 y dx dy. Give

More information

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Summary Assignments...2

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Summary Assignments...2 PURE MATHEMATICS 212 Multivariable Calculus CONTENTS Page 1. Assignment Summary... i 2. Summary...1 3. Assignments...2 i PMTH212, Multivariable Calculus Assignment Summary 2010 Assignment Date to be Posted

More information

CYLINDRICAL COORDINATES

CYLINDRICAL COORDINATES CHAPTER 11: CYLINDRICAL COORDINATES 11.1 DEFINITION OF CYLINDRICAL COORDINATES A location in 3-space can be defined with (r, θ, z) where (r, θ) is a location in the xy plane defined in polar coordinates

More information

MIDTERM. Section: Signature:

MIDTERM. Section: Signature: MIDTERM Math 32B 8/8/2 Name: Section: Signature: Read all of the following information before starting the exam: Check your exam to make sure all pages are present. NO CALCULATORS! Show all work, clearly

More information

UNIVERSITI TEKNOLOGI MALAYSIA SSE 1893 ENGINEERING MATHEMATICS TUTORIAL 5

UNIVERSITI TEKNOLOGI MALAYSIA SSE 1893 ENGINEERING MATHEMATICS TUTORIAL 5 UNIVERSITI TEKNOLOGI MALAYSIA SSE 189 ENGINEERING MATHEMATIS TUTORIAL 5 1. Evaluate the following surface integrals (i) (x + y) ds, : part of the surface 2x+y+z = 6 in the first octant. (ii) (iii) (iv)

More information

Explore 3D Figures. Dr. Jing Wang (517) , Lansing Community College, Michigan, USA

Explore 3D Figures. Dr. Jing Wang (517) , Lansing Community College, Michigan, USA Explore 3D Figures Dr. Jing Wang (517)2675965, wangj@lcc.edu Lansing Community College, Michigan, USA Part I. 3D Modeling In this part, we create 3D models using Mathematica for various solids in 3D space,

More information

Mathematics 205 HWK 21 Solutions Section 16.5 p766

Mathematics 205 HWK 21 Solutions Section 16.5 p766 Mathematics 5 HK 1 Solutions Section 16.5 p766 Problem 5, 16.5, p766. For the region shown (a rectangular slab of dimensions 1 5; see the text), choose coordinates and set up a triple integral, including

More information

Math 2374 Spring 2007 Midterm 3 Solutions - Page 1 of 6 April 25, 2007

Math 2374 Spring 2007 Midterm 3 Solutions - Page 1 of 6 April 25, 2007 Math 374 Spring 7 Midterm 3 Solutions - Page of 6 April 5, 7. (3 points) Consider the surface parametrized by (x, y, z) Φ(x, y) (x, y,4 (x +y )) between the planes z and z 3. (i) (5 points) Set up the

More information

Exam 2 Preparation Math 2080 (Spring 2011) Exam 2: Thursday, May 12.

Exam 2 Preparation Math 2080 (Spring 2011) Exam 2: Thursday, May 12. Multivariable Calculus Exam 2 Preparation Math 28 (Spring 2) Exam 2: Thursday, May 2. Friday May, is a day off! Instructions: () There are points on the exam and an extra credit problem worth an additional

More information

First we consider how to parameterize a surface (similar to a parameterized curve for line integrals). Surfaces will need two parameters.

First we consider how to parameterize a surface (similar to a parameterized curve for line integrals). Surfaces will need two parameters. Math 55 - Vector Calculus II Notes 14.6 urface Integrals Let s develop some surface integrals. First we consider how to parameterize a surface (similar to a parameterized curve for line integrals). urfaces

More information

Math 265 Exam 3 Solutions

Math 265 Exam 3 Solutions C Roettger, Fall 16 Math 265 Exam 3 Solutions Problem 1 Let D be the region inside the circle r 5 sin θ but outside the cardioid r 2 + sin θ. Find the area of D. Note that r and θ denote polar coordinates.

More information

Triple Integrals. Be able to set up and evaluate triple integrals over rectangular boxes.

Triple Integrals. Be able to set up and evaluate triple integrals over rectangular boxes. SUGGESTED REFERENCE MATERIAL: Triple Integrals As you work through the problems listed below, you should reference Chapters 4.5 & 4.6 of the recommended textbook (or the equivalent chapter in your alternative

More information

Triple Integrals in Rectangular Coordinates

Triple Integrals in Rectangular Coordinates Triple Integrals in Rectangular Coordinates P. Sam Johnson April 10, 2017 P. Sam Johnson (NIT Karnataka) Triple Integrals in Rectangular Coordinates April 10, 2017 1 / 28 Overview We use triple integrals

More information

Homework 8. Due: Tuesday, March 31st, 2009

Homework 8. Due: Tuesday, March 31st, 2009 MATH 55 Applied Honors Calculus III Winter 9 Homework 8 Due: Tuesday, March 3st, 9 Section 6.5, pg. 54: 7, 3. Section 6.6, pg. 58:, 3. Section 6.7, pg. 66: 3, 5, 47. Section 6.8, pg. 73: 33, 38. Section

More information

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates Double Integrals in Polar Coordinates. A flat plate is in the shape of the region in the first quadrant ling between the circles + and +. The densit of the plate at point, is + kilograms per square meter

More information

MA 243 Calculus III Fall Assignment 1. Reading assignments are found in James Stewart s Calculus (Early Transcendentals)

MA 243 Calculus III Fall Assignment 1. Reading assignments are found in James Stewart s Calculus (Early Transcendentals) MA 43 Calculus III Fall 8 Dr. E. Jacobs Assignments Reading assignments are found in James Stewart s Calculus (Early Transcendentals) Assignment. Spheres and Other Surfaces Read. -. and.6 Section./Problems

More information

6. Find the equation of the plane that passes through the point (-1,2,1) and contains the line x = y = z.

6. Find the equation of the plane that passes through the point (-1,2,1) and contains the line x = y = z. Week 1 Worksheet Sections from Thomas 13 th edition: 12.4, 12.5, 12.6, 13.1 1. A plane is a set of points that satisfies an equation of the form c 1 x + c 2 y + c 3 z = c 4. (a) Find any three distinct

More information

Coordinate Transformations in Advanced Calculus

Coordinate Transformations in Advanced Calculus Coordinate Transformations in Advanced Calculus by Sacha Nandlall T.A. for MATH 264, McGill University Email: sacha.nandlall@mail.mcgill.ca Website: http://www.resanova.com/teaching/calculus/ Fall 2006,

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculus III-Final review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the corresponding position vector. 1) Define the points P = (-,

More information

MATH 116 REVIEW PROBLEMS for the FINAL EXAM

MATH 116 REVIEW PROBLEMS for the FINAL EXAM MATH 116 REVIEW PROBLEMS for the FINAL EXAM The following questions are taken from old final exams of various calculus courses taught in Bilkent University 1. onsider the line integral (2xy 2 z + y)dx

More information

Math Boot Camp: Coordinate Systems

Math Boot Camp: Coordinate Systems Math Boot Camp: Coordinate Systems You can skip this boot camp if you can answer the following question: Staying on a sphere of radius R, what is the shortest distance between the point (0, 0, R) on the

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometry of Space In Figure 11.43, consider the line L through the point P(x 1, y 1, z 1 ) and parallel to the vector. The vector v is a direction vector for the line L, and a, b, and c

More information

MAC2313 Test 3 A E g(x, y, z) dy dx dz

MAC2313 Test 3 A E g(x, y, z) dy dx dz MAC2313 Test 3 A (5 pts) 1. If the function g(x, y, z) is integrated over the cylindrical solid bounded by x 2 + y 2 = 3, z = 1, and z = 7, the correct integral in Cartesian coordinates is given by: A.

More information

MATH 52 MIDTERM I APRIL 22, 2009

MATH 52 MIDTERM I APRIL 22, 2009 MATH 52 MIDTERM I APRIL 22, 2009 THIS IS A CLOSED BOOK, CLOSED NOTES EXAM. NO CALCULATORS OR OTHER ELECTRONIC DEVICES ARE PERMITTED. YOU DO NOT NEED TO EVALUATE ANY INTEGRALS IN ANY PROBLEM. THERE ARE

More information

Parametric Surfaces. Substitution

Parametric Surfaces. Substitution Calculus Lia Vas Parametric Surfaces. Substitution Recall that a curve in space is given by parametric equations as a function of single parameter t x = x(t) y = y(t) z = z(t). A curve is a one-dimensional

More information

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved.

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved. 10 Conics, Parametric Equations, and Polar Coordinates Copyright Cengage Learning. All rights reserved. 10.5 Area and Arc Length in Polar Coordinates Copyright Cengage Learning. All rights reserved. Objectives

More information

MATH 251 Fall 2016 EXAM III - VERSION A

MATH 251 Fall 2016 EXAM III - VERSION A MATH 51 Fall 16 EXAM III - VERSION A LAST NAME: FIRST NAME: SECTION NUMBER: UIN: DIRECTIONS: 1. You may use a calculator on this exam.. TURN OFF cell phones and put them away. If a cell phone is seen during

More information

WW Prob Lib1 Math course-section, semester year

WW Prob Lib1 Math course-section, semester year WW Prob Lib Math course-section, semester year WeBWorK assignment due /25/06 at :00 PM..( pt) Consider the parametric equation x = 7(cosθ + θsinθ) y = 7(sinθ θcosθ) What is the length of the curve for

More information

1 Vector Functions and Space Curves

1 Vector Functions and Space Curves ontents 1 Vector Functions and pace urves 2 1.1 Limits, Derivatives, and Integrals of Vector Functions...................... 2 1.2 Arc Length and urvature..................................... 2 1.3 Motion

More information

MA 174: Multivariable Calculus Final EXAM (practice) NO CALCULATORS, BOOKS, OR PAPERS ARE ALLOWED. Use the back of the test pages for scrap paper.

MA 174: Multivariable Calculus Final EXAM (practice) NO CALCULATORS, BOOKS, OR PAPERS ARE ALLOWED. Use the back of the test pages for scrap paper. MA 174: Multivariable alculus Final EXAM (practice) NAME lass Meeting Time: NO ALULATOR, BOOK, OR PAPER ARE ALLOWED. Use the back of the test pages for scrap paper. Points awarded 1. (5 pts). (5 pts).

More information

To find the maximum and minimum values of f(x, y, z) subject to the constraints

To find the maximum and minimum values of f(x, y, z) subject to the constraints Midterm 3 review Math 265 Fall 2007 14.8. Lagrange Multipliers. Case 1: One constraint. To find the maximum and minimum values of f(x, y, z) subject to the constraint g(x, y, z) = k: Step 1: Find all values

More information

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved.

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved. 10 Conics, Parametric Equations, and Polar Coordinates Copyright Cengage Learning. All rights reserved. 10.5 Area and Arc Length in Polar Coordinates Copyright Cengage Learning. All rights reserved. Objectives

More information

Math 253, Section 102, Fall 2006 Practice Final Solutions

Math 253, Section 102, Fall 2006 Practice Final Solutions Math 253, Section 102, Fall 2006 Practice Final Solutions 1 2 1. Determine whether the two lines L 1 and L 2 described below intersect. If yes, find the point of intersection. If not, say whether they

More information

1. Suppose that the equation F (x, y, z) = 0 implicitly defines each of the three variables x, y, and z as functions of the other two:

1. Suppose that the equation F (x, y, z) = 0 implicitly defines each of the three variables x, y, and z as functions of the other two: Final Solutions. Suppose that the equation F (x, y, z) implicitly defines each of the three variables x, y, and z as functions of the other two: z f(x, y), y g(x, z), x h(y, z). If F is differentiable

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

10/4/2011 FIRST HOURLY PRACTICE VI Math 21a, Fall Name:

10/4/2011 FIRST HOURLY PRACTICE VI Math 21a, Fall Name: 10/4/2011 FIRST HOURLY PRACTICE VI Math 21a, Fall 2011 Name: MWF 9 Chao Li MWF 9 Thanos Papaïoannou MWF 10 Emily Riehl MWF 10 Jameel Al-Aidroos MWF 11 Oliver Knill MWF 11 Tatyana Kobylyatskaya MWF 12 Tatyana

More information

Math 209 (Fall 2007) Calculus III. Solution #5. 1. Find the minimum and maximum values of the following functions f under the given constraints:

Math 209 (Fall 2007) Calculus III. Solution #5. 1. Find the minimum and maximum values of the following functions f under the given constraints: Math 9 (Fall 7) Calculus III Solution #5. Find the minimum and maximum values of the following functions f under the given constraints: (a) f(x, y) 4x + 6y, x + y ; (b) f(x, y) x y, x + y 6. Solution:

More information

Equation of tangent plane: for explicitly defined surfaces

Equation of tangent plane: for explicitly defined surfaces Equation of tangent plane: for explicitly defined surfaces Suppose that the surface z = f(x,y) has a non-vertical tangent plane at a point (a, b, f(a,b)). The plane y = b intersects the surface at a curve

More information

MATH 200 WEEK 9 - WEDNESDAY TRIPLE INTEGRALS

MATH 200 WEEK 9 - WEDNESDAY TRIPLE INTEGRALS MATH WEEK 9 - WEDNESDAY TRIPLE INTEGRALS MATH GOALS Be able to set up and evaluate triple integrals using rectangular, cylindrical, and spherical coordinates MATH TRIPLE INTEGRALS We integrate functions

More information

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas 16 Vector Calculus 16.6 and Their Areas Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and Their Areas Here we use vector functions to describe more general

More information

A1:Orthogonal Coordinate Systems

A1:Orthogonal Coordinate Systems A1:Orthogonal Coordinate Systems A1.1 General Change of Variables Suppose that we express x and y as a function of two other variables u and by the equations We say that these equations are defining a

More information

Final Exam Review. Name: Class: Date: Short Answer

Final Exam Review. Name: Class: Date: Short Answer Name: Class: Date: ID: A Final Exam Review Short Answer 1. Find the distance between the sphere (x 1) + (y + 1) + z = 1 4 and the sphere (x 3) + (y + ) + (z + ) = 1. Find, a a + b, a b, a, and 3a + 4b

More information

Math 240 Practice Problems

Math 240 Practice Problems Math 4 Practice Problems Note that a few of these questions are somewhat harder than questions on the final will be, but they will all help you practice the material from this semester. 1. Consider the

More information

The points (2, 2, 1) and (0, 1, 2) are graphed below in 3-space:

The points (2, 2, 1) and (0, 1, 2) are graphed below in 3-space: Three-Dimensional Coordinate Systems The plane is a two-dimensional coordinate system in the sense that any point in the plane can be uniquely described using two coordinates (usually x and y, but we have

More information

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let Calculus Lia Vas Polar Coordinates If P = (x, y) is a point in the xy-plane and O denotes the origin, let r denote the distance from the origin O to the point P = (x, y). Thus, x + y = r ; θ be the angle

More information

10.1 Curves Defined by Parametric Equations

10.1 Curves Defined by Parametric Equations 10.1 Curves Defined by Parametric Equations Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? There are 2 ways to describe it: x 2 + y 2 = 1 and x = cos θ y = sin θ When

More information

Dr. Allen Back. Nov. 21, 2014

Dr. Allen Back. Nov. 21, 2014 Dr. Allen Back of Nov. 21, 2014 The most important thing you should know (e.g. for exams and homework) is how to setup (and perhaps compute if not too hard) surface integrals, triple integrals, etc. But

More information

Grad operator, triple and line integrals. Notice: this material must not be used as a substitute for attending the lectures

Grad operator, triple and line integrals. Notice: this material must not be used as a substitute for attending the lectures Grad operator, triple and line integrals Notice: this material must not be used as a substitute for attending the lectures 1 .1 The grad operator Let f(x 1, x,..., x n ) be a function of the n variables

More information

Math 113 Calculus III Final Exam Practice Problems Spring 2003

Math 113 Calculus III Final Exam Practice Problems Spring 2003 Math 113 Calculus III Final Exam Practice Problems Spring 23 1. Let g(x, y, z) = 2x 2 + y 2 + 4z 2. (a) Describe the shapes of the level surfaces of g. (b) In three different graphs, sketch the three cross

More information

Multivariate Calculus: Review Problems for Examination Two

Multivariate Calculus: Review Problems for Examination Two Multivariate Calculus: Review Problems for Examination Two Note: Exam Two is on Tuesday, August 16. The coverage is multivariate differential calculus and double integration. You should review the double

More information

Math 136 Exam 1 Practice Problems

Math 136 Exam 1 Practice Problems Math Exam Practice Problems. Find the surface area of the surface of revolution generated by revolving the curve given by around the x-axis? To solve this we use the equation: In this case this translates

More information

Math 32B Discussion Session Week 2 Notes January 17 and 24, 2017

Math 32B Discussion Session Week 2 Notes January 17 and 24, 2017 Math 3B Discussion Session Week Notes January 7 and 4, 7 This week we ll finish discussing the double integral for non-rectangular regions (see the last few pages of the week notes) and then we ll touch

More information

A small review, Second Midterm, Calculus 3, Prof. Montero 3450: , Fall 2008

A small review, Second Midterm, Calculus 3, Prof. Montero 3450: , Fall 2008 A small review, Second Midterm, Calculus, Prof. Montero 45:-4, Fall 8 Maxima and minima Let us recall first, that for a function f(x, y), the gradient is the vector ( f)(x, y) = ( ) f f (x, y); (x, y).

More information

Curves: We always parameterize a curve with a single variable, for example r(t) =

Curves: We always parameterize a curve with a single variable, for example r(t) = Final Exam Topics hapters 16 and 17 In a very broad sense, the two major topics of this exam will be line and surface integrals. Both of these have versions for scalar functions and vector fields, and

More information

Chapter 15 Vector Calculus

Chapter 15 Vector Calculus Chapter 15 Vector Calculus 151 Vector Fields 152 Line Integrals 153 Fundamental Theorem and Independence of Path 153 Conservative Fields and Potential Functions 154 Green s Theorem 155 urface Integrals

More information

Determine whether or not F is a conservative vector field. If it is, find a function f such that F = enter NONE.

Determine whether or not F is a conservative vector field. If it is, find a function f such that F = enter NONE. Ch17 Practice Test Sketch the vector field F. F(x, y) = (x - y)i + xj Evaluate the line integral, where C is the given curve. C xy 4 ds. C is the right half of the circle x 2 + y 2 = 4 oriented counterclockwise.

More information

Dr. Allen Back. Nov. 19, 2014

Dr. Allen Back. Nov. 19, 2014 Why of Dr. Allen Back Nov. 19, 2014 Graph Picture of T u, T v for a Lat/Long Param. of the Sphere. Why of Graph Basic Picture Why of Graph Why Φ(u, v) = (x(u, v), y(u, v), z(u, v)) Tangents T u = (x u,

More information

Math 32B Discussion Session Week 2 Notes April 5 and 7, 2016

Math 32B Discussion Session Week 2 Notes April 5 and 7, 2016 Math 3B Discussion Session Week Notes April 5 and 7, 6 We have a little flexibility this week: we can tie up some loose ends from double integrals over vertically or horizontally simple regions, we can

More information

f(x, y, z)dv = As remarked above, triple integrals can be evaluated as iterated integrals.

f(x, y, z)dv = As remarked above, triple integrals can be evaluated as iterated integrals. 7.5 Triple Integrals These are just like double integrals, but with another integration to perform. Although this is conceptually a simple extension of the idea, in practice it can get very complicated.

More information

Solution of final examination

Solution of final examination of final examination Math 20, pring 201 December 9, 201 Problem 1 Let v(t) (2t e t ) i j + π cos(πt) k be the velocity of a particle with initial position r(0) ( 1, 0, 2). Find the accelaration at the

More information

Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 17 Notes These notes correspond to Section 10.1 in the text. Three-Dimensional Coordinate Systems Over the course of the next several lectures, we will

More information

Math 251 Quiz 5 Fall b. Calculate. 2. Sketch the region. Write as one double integral by interchanging the order of integration: 2

Math 251 Quiz 5 Fall b. Calculate. 2. Sketch the region. Write as one double integral by interchanging the order of integration: 2 Math 251 Quiz 5 Fall 2002 1. a. Calculate 5 1 0 1 x dx dy b. Calculate 1 5 1 0 xdxdy 2. Sketch the region. Write as one double integral by interchanging the order of integration: 0 2 dx 2 x dy f(x,y) +

More information

MATH 2400, Analytic Geometry and Calculus 3

MATH 2400, Analytic Geometry and Calculus 3 MATH 2400, Analytic Geometry and Calculus 3 List of important Definitions and Theorems 1 Foundations Definition 1. By a function f one understands a mathematical object consisting of (i) a set X, called

More information

Analytical Solid Geometry

Analytical Solid Geometry Analytical Solid Geometry Distance formula(without proof) Division Formula Direction cosines Direction ratios Planes Straight lines Books Higher Engineering Mathematics by B S Grewal Higher Engineering

More information

The diagram above shows a sketch of the curve C with parametric equations

The diagram above shows a sketch of the curve C with parametric equations 1. The diagram above shows a sketch of the curve C with parametric equations x = 5t 4, y = t(9 t ) The curve C cuts the x-axis at the points A and B. (a) Find the x-coordinate at the point A and the x-coordinate

More information