The Divergence Theorem

Size: px
Start display at page:

Download "The Divergence Theorem"

Transcription

1 The Divergence Theorem MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Summer 2011

2 Green s Theorem Revisited Green s Theorem: M(x, y) dx + N(x, y) dy = C R ( N x M ) da y y x

3 Green s Theorem Vector Form (1 of 3) Simple closed curve C is described by the vector-valued function r(t) = x(t), y(t) for a t b. The unit tangent vector and unit (outward) normal vector to C are respectively T(t) = 1 r (t) x (t), y (t) and n(t) = 1 r (t) y (t), x (t).

4 Green s Theorem Vector Form (2 of 3) If the vector field F(x, y) = M(x, y)i + N(x, y)j, then along the simple closed curve C: F n = M(x(t), y(t)), N(x(t), y(t)) 1 r (t) y (t), x (t) = ( M(x(t), y(t))y (t) N(x(t), y(t))x (t) ) 1 r (t).

5 Green s Theorem Vector Form (2 of 3) If the vector field F(x, y) = M(x, y)i + N(x, y)j, then along the simple closed curve C: F n = M(x(t), y(t)), N(x(t), y(t)) 1 r (t) y (t), x (t) = ( M(x(t), y(t))y (t) N(x(t), y(t))x (t) ) 1 r (t). Now consider the line integral F n ds. C

6 Green s Theorem Vector Form (2 of 3) If the vector field F(x, y) = M(x, y)i + N(x, y)j, then along the simple closed curve C: F n = M(x(t), y(t)), N(x(t), y(t)) 1 r (t) y (t), x (t) = ( M(x(t), y(t))y (t) N(x(t), y(t))x (t) ) 1 r (t). Now consider the line integral F n ds. Note: this is a line integral with respect to arc length. C

7 Green s Theorem Vector Form (3 of 3) C F n ds = = = = = = b a b (F n)(t) r (t) dt ( M(x(t), y(t))y (t) N(x(t), y(t))x (t) ) r (t) a r (t) dt b ( M(x(t), y(t))y (t) N(x(t), y(t))x (t) ) dt a M(x, y) dy N(x, y) dx C ( M R x + N ) da (by Green s Theorem) y F da R

8 Summary and Objective Green s Theorem in vector form states F n ds = F(x, y) da. C A double integral of the divergence of a two-dimensional vector field over a region R equals a line integral around the closed boundary C of R. R

9 Summary and Objective Green s Theorem in vector form states F n ds = F(x, y) da. C A double integral of the divergence of a two-dimensional vector field over a region R equals a line integral around the closed boundary C of R. The Divergence Theorem (also called Gauss s Theorem) will extend this result to three-dimensional vector fields. R

10 Divergence Theorem Remark: the Divergence Theorem equates surface integrals and volume integrals. Theorem (Divergence Theorem) Let R 3 be a region bounded by a closed surface and let n be the unit outward normal to. If F is a vector function that has continuous first partial derivatives in, then F n ds = F dv.

11 Proof (1 of 7) Suppose F(x, y, z) = M(x, y, z)i + N(x, y, z)j + P(x, y, z)k, then the Divergence Theorem can be stated as F n ds = M(x, y, z)i n ds + N(x, y, z)j n ds + P(x, y, z)k n ds = = M x dv + F(x, y, z) dv. N y dv + P z dv

12 Proof (2 of 7) Thus the theorem will be proved if we can show that M M(x, y, z)i n ds = x dv N N(x, y, z)j n ds = y dv P P(x, y, z)k n ds = z dv. All of the proofs are similar so we will focus only on the third.

13 Proof (3 of 7) Suppose region can be described as = {(x, y, z) g(x, y) z h(x, y), for (x, y) R} where R is a region in the xy-plane. Think of as being bounded by three surfaces S 1 (top), S 2 (bottom), and S 3 (side).

14 Proof (4 of 7) y S 1 : z h x,y z S 2 : z g x,y S 3 x On surface S 3 the the unit outward normal is parallel to the xy-plane and thus P(x, y, z) k }{{} n ds = 0 ds = 0. =0

15 Proof (5 of 7) Now we calculate the surface integral over S 1. S 1 = {(x, y, z) z h(x, y) = 0, for (x, y) R} Unit outward normal: n = (z h(x, y)) (z h(x, y)) = h x (x, y)i h y (x, y)j + k [ h x (x, y)] 2 + [ h y (x, y)] and k n = 1 [h x (x, y)] 2 + [h y (x, y)] 2 + 1

16 Proof (6 of 7) S 1 P(x, y, z)k n ds = = P(x, y, z) ds S 1 [h x (x, y)] 2 + [h y (x, y)] P(x, y, h(x, y)) da R In a similar way we can show the surface integral over S 2 is P(x, y, z)k n ds = P(x, y, g(x, y)) da. S 2 R

17 Proof (7 of 7) Finally, = = = = = P(x, y, z)k n ds P(x, y, z)k n ds + P(x, y, z)k n ds S 1 S 2 + P(x, y, z)k n ds S 3 P(x, y, h(x, y)) da P(x, y, g(x, y)) da R R [P(x, y, h(x, y)) P(x, y, g(x, y))] da R P(x, y, z) R h(x,y) R g(x,y) P z z=h(x,y) z=g(x,y) da dz da = P z dv.

18 Example (1 of 2) Let be the solid unit sphere centered at the origin. Use the Divergence Theorem to calculate the flux of the vector field F(x, y, z) = z, y, x over the surface of the unit sphere.

19 Example (2 of 2) F(x, y, z) = z, y, x F = 1 S = {(x, y, z) x 2 + y 2 + z 2 = 1} = {(x, y, z) x 2 + y 2 + z 2 1} According to the Divergence Theorem, F n ds = F dv = 1 dv = 4π 3. S

20 Example (1 of 3) Let be the solid region bounded by the parabolic cylinder z = 1 x 2 and the planes z = 0, y = 0, and y + z = 2. Calculate the flux of the vector field F(x, y, z) = xyi + (y 2 + e xz2 )j + sin(xy)k over the boundary of.

21 Example (2 of 3) Region : 1 x 1 0 y 2 z 0 z 1 x 2 x z y

22 Example (3 of 3) F(x, y, z) = xy, y 2 + e xz2, sin(xy) F = 3y S = {(x, y, z) z = 1 x 2, z = 0, y = 0, y + z = 2} = {(x, y, z) 0 z 1 x 2, 0 y 2 z} According to the Divergence Theorem, F n ds = F dv = 3y dv S

23 Example (3 of 3) F(x, y, z) = xy, y 2 + e xz2, sin(xy) F = 3y S = {(x, y, z) z = 1 x 2, z = 0, y = 0, y + z = 2} = {(x, y, z) 0 z 1 x 2, 0 y 2 z} According to the Divergence Theorem, F n ds = F dv = 3y dv S = 1 1 x 2 2 z y dy dz dx

24 Example (3 of 3) F(x, y, z) = xy, y 2 + e xz2, sin(xy) F = 3y S = {(x, y, z) z = 1 x 2, z = 0, y = 0, y + z = 2} = {(x, y, z) 0 z 1 x 2, 0 y 2 z} According to the Divergence Theorem, F n ds = F dv = S = 1 1 x 2 2 z 1 = y dv 3y dy dz dx

25 Identities (1 of 2) Show that S ( F) n ds = 0.

26 Identities (1 of 2) Show that S ( F) n ds = 0. By the Divergence Theorem ( F) n ds = S = = 0 ( F) dv 0 dv

27 Identities (2 of 2) Show that S D n f (x, y, z) ds = 2 f (x, y, z) dv.

28 Identities (2 of 2) Show that S D n f (x, y, z) ds = 2 f (x, y, z) dv. S D n f (x, y, z) ds = = = f (x, y, z) n ds S f (x, y, z) dv 2 f (x, y, z) dv (Divergence Th.)

29 Average Value of a Function During Calculus I you learned the Integral Mean Value Theorem for a continuous f (x) defined on [a, b] as for some a c b. f (c) = 1 b f (x) dx = f avg, b a a

30 Average Value of a Function During Calculus I you learned the Integral Mean Value Theorem for a continuous f (x) defined on [a, b] as for some a c b. f (c) = 1 b f (x) dx = f avg, b a a The analogous result for triple integrals is f (A) = 1 f (x, y, z) dv V where A is a point in and V is the volume of region.

31 Interpretation of Divergence of a Vector Field (1 of 3) [ F] A = 1 F dv V 1 = F n ds V }{{} flux per unit volume

32 Interpretation of Divergence of a Vector Field (2 of 3) Let P be an arbitrary point in the interior of (not on ) then we may center a sphere a of radius a > 0 at P so that the sphere lies entirely in the interior of.

33 Interpretation of Divergence of a Vector Field (2 of 3) Let P be an arbitrary point in the interior of (not on ) then we may center a sphere a of radius a > 0 at P so that the sphere lies entirely in the interior of. [ F] A = 1 F n ds V a a 1 = F n ds 4 3 πa3 a lim [ F] a 0 + A = lim 1 F n ds a πa3 a

34 Interpretation of Divergence of a Vector Field (3 of 3) Conclusion: the divergence of a vector field at a point is the limiting value of the flux per unit volume over a sphere centered at the point as the radius of the sphere approaches zero.

35 Interpretation of Divergence of a Vector Field (3 of 3) Conclusion: the divergence of a vector field at a point is the limiting value of the flux per unit volume over a sphere centered at the point as the radius of the sphere approaches zero. Suppose F represents the flow of a fluid in three dimensions. If F < 0 then the divergence represents a net loss of fluid (a sink). If F > 0 then the divergence represents a net gain of fluid (a source).

36 Application (1 of 5) Suppose a point charge q is located at the origin. By Coulomb s Law F(x, y, z) = c q x, y, z x, y, z 3 where c is constant. Show the electric flux of F over any closed surface containing the origin is 4πc q.

37 Application (2 of 5) F is not continuous on any region containing the origin. Think of as the region between two surfaces: (1) S a a sphere centered at the origin of radius a > 0, and (2) S any surface containing the origin inside it. F dv = F n ds + F n ds S a S

38 Application (3 of 5) y x z 0 Sa 2 4 S

39 Application (4 of 5) F(x, y, z) = c q x, y, z x, y, z 3 F = 0 According to the Divergence Theorem 0 = F dv = F n ds + S a F n ds S = F n ds S a S F n ds

40 Application (5 of 5) On surface S a the unit outward normal points toward the origin. S a = {(x, y, z) x 2 + y 2 + z 2 = a 2 } n = 1 x, y, z a According to the Divergence Theorem F n ds = F n ds S S a = S a = c q a = c q a = c q a 2 c q x, y, z x, y, z 3 S a 1 ( 1 ) x, y, z ds a x, y, z 3 x, y, z 2 ds x, y, z ds = c q 1 a S a a ds S a 1 S a 1 ds = 4πc q

41 Homework Read Section Exercises: 1 35 odd

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

This exam will be cumulative. Consult the review sheets for the midterms for reviews of Chapters

This exam will be cumulative. Consult the review sheets for the midterms for reviews of Chapters Final exam review Math 265 Fall 2007 This exam will be cumulative. onsult the review sheets for the midterms for reviews of hapters 12 15. 16.1. Vector Fields. A vector field on R 2 is a function F from

More information

University of California, Berkeley

University of California, Berkeley University of California, Berkeley FINAL EXAMINATION, Fall 2012 DURATION: 3 hours Department of Mathematics MATH 53 Multivariable Calculus Examiner: Sean Fitzpatrick Total: 100 points Family Name: Given

More information

Gradient and Directional Derivatives

Gradient and Directional Derivatives Gradient and Directional Derivatives MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background Given z = f (x, y) we understand that f : gives the rate of change of z in

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

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

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

= x i + y j + z k. div F = F = P x + Q. y + R

= x i + y j + z k. div F = F = P x + Q. y + R Abstract The following 25 problems, though challenging at times, in my opinion are problems that you should know how to solve as a students registered in Math 39200 C or any other section offering Math

More information

MATH 230 FALL 2004 FINAL EXAM DECEMBER 13, :20-2:10 PM

MATH 230 FALL 2004 FINAL EXAM DECEMBER 13, :20-2:10 PM Problem Score 1 2 Name: SID: Section: Instructor: 3 4 5 6 7 8 9 10 11 12 Total MATH 230 FALL 2004 FINAL EXAM DECEMBER 13, 2004 12:20-2:10 PM INSTRUCTIONS There are 12 problems on this exam for a 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

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

MATH 261 FALL 2000 FINAL EXAM INSTRUCTIONS. 1. This test booklet has 14 pages including this one. There are 25 questions, each worth 8 points.

MATH 261 FALL 2000 FINAL EXAM INSTRUCTIONS. 1. This test booklet has 14 pages including this one. There are 25 questions, each worth 8 points. MATH 261 FALL 2 FINAL EXAM STUDENT NAME - STUDENT ID - RECITATION HOUR - RECITATION INSTRUCTOR INSTRUCTOR - INSTRUCTIONS 1. This test booklet has 14 pages including this one. There are 25 questions, each

More information

Updated: March 31, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University

Updated: March 31, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University Updated: March 3, 26 Calculus III Section 5.6 Math 232 Calculus III Brian Veitch Fall 25 Northern Illinois University 5.6 Triple Integrals In order to build up to a triple integral let s start back at

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

Name: Final Exam Review. (b) Reparameterize r(t) with respect to arc length measured for the point (1, 0, 1) in the direction of increasing t.

Name: Final Exam Review. (b) Reparameterize r(t) with respect to arc length measured for the point (1, 0, 1) in the direction of increasing t. MATH 127 ALULU III Name: 1. Let r(t) = e t i + e t sin t j + e t cos t k (a) Find r (t) Final Exam Review (b) Reparameterize r(t) with respect to arc length measured for the point (1,, 1) in the direction

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

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

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

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

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

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

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 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 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

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

Math 11 Fall Multivariable Calculus. Final Exam

Math 11 Fall Multivariable Calculus. Final Exam Math 11 Fall 2004 Multivariable Calculus for Two-Term Advanced Placement First-Year Students Final Exam Tuesday, December 7, 11:30-2:30 Murdough, Cook Auditorium Your name (please print): Instructions:

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

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

Lecture 15. Lecturer: Prof. Sergei Fedotov Calculus and Vectors. Length of a Curve and Parametric Equations

Lecture 15. Lecturer: Prof. Sergei Fedotov Calculus and Vectors. Length of a Curve and Parametric Equations Lecture 15 Lecturer: Prof. Sergei Fedotov 10131 - Calculus and Vectors Length of a Curve and Parametric Equations Sergei Fedotov (University of Manchester) MATH10131 2011 1 / 5 Lecture 15 1 Length of a

More information

Math Parametric Surfaces

Math Parametric Surfaces Math 13 - Parametric Surfaces Peter A. Perry University of Kentucky April 15, 019 Homework Homework D is due Wednesday Work on Stewart problems for 16.6: 1-5 odd, 33, 39-49 odd Read section 16.7 for Wednesday,

More information

. Tutorial Class V 3-10/10/2012 First Order Partial Derivatives;...

. Tutorial Class V 3-10/10/2012 First Order Partial Derivatives;... Tutorial Class V 3-10/10/2012 1 First Order Partial Derivatives; Tutorial Class V 3-10/10/2012 1 First Order Partial Derivatives; 2 Application of Gradient; Tutorial Class V 3-10/10/2012 1 First Order

More information

14.1 Vector Fields. Gradient of 3d surface: Divergence of a vector field:

14.1 Vector Fields. Gradient of 3d surface: Divergence of a vector field: 14.1 Vector Fields Gradient of 3d surface: Divergence of a vector field: 1 14.1 (continued) url of a vector field: Ex 1: Fill in the table. Let f (x, y, z) be a scalar field (i.e. it returns a scalar)

More information

Constrained Optimization and Lagrange Multipliers

Constrained Optimization and Lagrange Multipliers Constrained Optimization and Lagrange Multipliers MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Constrained Optimization In the previous section we found the local or absolute

More information

13.1. Functions of Several Variables. Introduction to Functions of Several Variables. Functions of Several Variables. Objectives. Example 1 Solution

13.1. Functions of Several Variables. Introduction to Functions of Several Variables. Functions of Several Variables. Objectives. Example 1 Solution 13 Functions of Several Variables 13.1 Introduction to Functions of Several Variables Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Objectives Understand

More information

Section 17.7: Surface Integrals. 1 Objectives. 2 Assignments. 3 Maple Commands. 4 Lecture. 4.1 Riemann definition

Section 17.7: Surface Integrals. 1 Objectives. 2 Assignments. 3 Maple Commands. 4 Lecture. 4.1 Riemann definition ection 17.7: urface Integrals 1 Objectives 1. Compute surface integrals of function of three variables. Assignments 1. Read ection 17.7. Problems: 5,7,11,1 3. Challenge: 17,3 4. Read ection 17.4 3 Maple

More information

while its direction is given by the right hand rule: point fingers of the right hand in a 1 a 2 a 3 b 1 b 2 b 3 A B = det i j k

while its direction is given by the right hand rule: point fingers of the right hand in a 1 a 2 a 3 b 1 b 2 b 3 A B = det i j k I.f Tangent Planes and Normal Lines Again we begin by: Recall: (1) Given two vectors A = a 1 i + a 2 j + a 3 k, B = b 1 i + b 2 j + b 3 k then A B is a vector perpendicular to both A and B. Then length

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

= 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

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

MATH 2400: CALCULUS 3 MAY 9, 2007 FINAL EXAM

MATH 2400: CALCULUS 3 MAY 9, 2007 FINAL EXAM MATH 4: CALCULUS 3 MAY 9, 7 FINAL EXAM I have neither given nor received aid on this exam. Name: 1 E. Kim................ (9am) E. Angel.............(1am) 3 I. Mishev............ (11am) 4 M. Daniel...........

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

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

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

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

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Introduction Timetable Assignments... PURE MATHEMATICS 212 Multivariable Calculus CONTENTS Page 1. Assignment Summary... i 2. Introduction...1 3. Timetable... 3 4. Assignments...5 i PMTH212, Multivariable Calculus Assignment Summary 2009

More information

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra MTHSC 206 Section 15.6 Directional Derivatives and the Gradient Vector Definition We define the directional derivative of the function f (x, y) at the point (x 0, y 0 ) in the direction of the unit vector

More information

MAC2313 Final A. a. The vector r u r v lies in the tangent plane of S at a given point. b. S f(x, y, z) ds = R f(r(u, v)) r u r v du dv.

MAC2313 Final A. a. The vector r u r v lies in the tangent plane of S at a given point. b. S f(x, y, z) ds = R f(r(u, v)) r u r v du dv. MAC2313 Final A (5 pts) 1. Let f(x, y, z) be a function continuous in R 3 and let S be a surface parameterized by r(u, v) with the domain of the parameterization given by R; how many of the following are

More information

Functions of Two variables.

Functions of Two variables. Functions of Two variables. Ferdinánd Filip filip.ferdinand@bgk.uni-obuda.hu siva.banki.hu/jegyzetek 27 February 217 Ferdinánd Filip 27 February 217 Functions of Two variables. 1 / 36 Table of contents

More information

Review 1. Richard Koch. April 23, 2005

Review 1. Richard Koch. April 23, 2005 Review Richard Koch April 3, 5 Curves From the chapter on curves, you should know. the formula for arc length in section.;. the definition of T (s), κ(s), N(s), B(s) in section.4. 3. the fact that κ =

More information

Directional Derivatives and the Gradient Vector Part 2

Directional Derivatives and the Gradient Vector Part 2 Directional Derivatives and the Gradient Vector Part 2 Lecture 25 February 28, 2007 Recall Fact Recall Fact If f is a dierentiable function of x and y, then f has a directional derivative in the direction

More information

Lecture 23. Surface integrals, Stokes theorem, and the divergence theorem. Dan Nichols

Lecture 23. Surface integrals, Stokes theorem, and the divergence theorem. Dan Nichols Lecture 23 urface integrals, tokes theorem, and the divergence theorem an Nichols nichols@math.umass.edu MATH 233, pring 218 University of Massachusetts April 26, 218 (2) Last time: Green s theorem Theorem

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

Calculus III Meets the Final

Calculus III Meets the Final Calculus III Meets the Final Peter A. Perry University of Kentucky December 7, 2018 Homework Review for Final Exam on Thursday, December 13, 6:00-8:00 PM Be sure you know which room to go to for the final!

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

REVIEW I MATH 254 Calculus IV. Exam I (Friday, April 29) will cover sections

REVIEW I MATH 254 Calculus IV. Exam I (Friday, April 29) will cover sections REVIEW I MATH 254 Calculus IV Exam I (Friday, April 29 will cover sections 14.1-8. 1. Functions of multivariables The definition of multivariable functions is similar to that of functions of one variable.

More information

MA FINAL EXAM Green April 30, 2018 EXAM POLICIES

MA FINAL EXAM Green April 30, 2018 EXAM POLICIES MA 6100 FINAL EXAM Green April 0, 018 NAME STUDENT ID # YOUR TA S NAME RECITATION TIME Be sure the paper you are looking at right now is GREEN! Write the following in the TEST/QUIZ NUMBER boxes (and blacken

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

Background for Surface Integration

Background for Surface Integration Background for urface Integration 1 urface Integrals We have seen in previous work how to define and compute line integrals in R 2. You should remember the basic surface integrals that we will need to

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 241, Final Exam. 12/11/12.

Math 241, Final Exam. 12/11/12. Math, Final Exam. //. No notes, calculator, or text. There are points total. Partial credit may be given. ircle or otherwise clearly identify your final answer. Name:. (5 points): Equation of a line. Find

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

Mysterious or unsupported answers will not receive full credit. Your work should be mathematically correct and carefully and legibly written.

Mysterious or unsupported answers will not receive full credit. Your work should be mathematically correct and carefully and legibly written. Math 2374 Spring 2006 Final May 8, 2006 Time Limit: 1 Hour Name (Print): Student ID: Section Number: Teaching Assistant: Signature: This exams contains 11 pages (including this cover page) and 10 problems.

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

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

8/5/2010 FINAL EXAM PRACTICE IV Maths 21a, O. Knill, Summer 2010

8/5/2010 FINAL EXAM PRACTICE IV Maths 21a, O. Knill, Summer 2010 8/5/21 FINAL EXAM PRACTICE IV Maths 21a, O. Knill, Summer 21 Name: Start by printing your name in the above box. Try to answer each question on the same page as the question is asked. If needed, use the

More information

Equation of tangent plane: for implicitly defined surfaces section 12.9

Equation of tangent plane: for implicitly defined surfaces section 12.9 Equation of tangent plane: for implicitly defined surfaces section 12.9 Some surfaces are defined implicitly, such as the sphere x 2 + y 2 + z 2 = 1. In general an implicitly defined surface has the equation

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

Chapter 5 Partial Differentiation

Chapter 5 Partial Differentiation Chapter 5 Partial Differentiation For functions of one variable, y = f (x), the rate of change of the dependent variable can dy be found unambiguously by differentiation: f x. In this chapter we explore

More information

16.7 Surface Integrals

16.7 Surface Integrals 16 Vector Calculus 16.7 Surface Integrals Copyright Cengage Learning. All rights reserved. 1 Copyright Cengage Learning. All rights reserved. Surface Integrals The relationship between surface integrals

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

Math 52 Final Exam March 16, 2009

Math 52 Final Exam March 16, 2009 Math 52 Final Exam March 16, 2009 Name : Section Leader: Josh Lan Xiannan (Circle one) Genauer Huang Li Section Time: 10:00 11:00 1:15 2:15 (Circle one) This is a closed-book, closed-notes exam. No calculators

More information

NATIONAL UNIVERSITY OF SINGAPORE MA MATHEMATICS 1. AY2013/2014 : Semester 2. Time allowed : 2 hours

NATIONAL UNIVERSITY OF SINGAPORE MA MATHEMATICS 1. AY2013/2014 : Semester 2. Time allowed : 2 hours Matriculation Number: NATIONAL UNIVERSITY OF SINGAPORE MA1505 - MATHEMATICS 1 AY2013/2014 : Semester 2 Time allowed : 2 hours INSTRUCTIONS TO CANDIDATES 1. Write your matriculation number neatly in the

More information

Directional Derivatives and the Gradient Vector Part 2

Directional Derivatives and the Gradient Vector Part 2 Directional Derivatives and the Gradient Vector Part 2 Marius Ionescu October 26, 2012 Marius Ionescu () Directional Derivatives and the Gradient Vector Part October 2 26, 2012 1 / 12 Recall Fact Marius

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

Math 5BI: Problem Set 2 The Chain Rule

Math 5BI: Problem Set 2 The Chain Rule Math 5BI: Problem Set 2 The Chain Rule April 5, 2010 A Functions of two variables Suppose that γ(t) = (x(t), y(t), z(t)) is a differentiable parametrized curve in R 3 which lies on the surface S defined

More information

Total. Math 2130 Practice Final (Spring 2017) (1) (2) (3) (4) (5) (6) (7) (8)

Total. Math 2130 Practice Final (Spring 2017) (1) (2) (3) (4) (5) (6) (7) (8) Math 130 Practice Final (Spring 017) Before the exam: Do not write anything on this page. Do not open the exam. Turn off your cell phone. Make sure your books, notes, and electronics are not visible during

More information

f xx (x, y) = 6 + 6x f xy (x, y) = 0 f yy (x, y) = y In general, the quantity that we re interested in is

f xx (x, y) = 6 + 6x f xy (x, y) = 0 f yy (x, y) = y In general, the quantity that we re interested in is 1. Let f(x, y) = 5 + 3x 2 + 3y 2 + 2y 3 + x 3. (a) Final all critical points of f. (b) Use the second derivatives test to classify the critical points you found in (a) as a local maximum, local minimum,

More information

Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers

Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers In this section we present Lagrange s method for maximizing or minimizing a general function f(x, y, z) subject to a constraint (or side condition) of the form g(x, y, z) = k. Figure 1 shows this curve

More information

MAT203 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS

MAT203 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT203 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT203 covers essentially the same material as MAT201, but is more in depth and theoretical. Exam problems are often more sophisticated in scope and difficulty

More information

Math 241 Spring 2015 Final Exam Solutions

Math 241 Spring 2015 Final Exam Solutions Math 4 Spring 5 Final Exam Solutions. Find the equation of the plane containing the line x y z+ and the point (,,). Write [ pts] your final answer in the form ax+by +cz d. Solution: A vector parallel to

More information

NAME: Section # SSN: X X X X

NAME: Section # SSN: X X X X Math 155 FINAL EXAM A May 5, 2003 NAME: Section # SSN: X X X X Question Grade 1 5 (out of 25) 6 10 (out of 25) 11 (out of 20) 12 (out of 20) 13 (out of 10) 14 (out of 10) 15 (out of 16) 16 (out of 24)

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 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

8(x 2) + 21(y 1) + 6(z 3) = 0 8x + 21y + 6z = 55.

8(x 2) + 21(y 1) + 6(z 3) = 0 8x + 21y + 6z = 55. MATH 24 -Review for Final Exam. Let f(x, y, z) x 2 yz + y 3 z x 2 + z, and a (2,, 3). Note: f (2xyz 2x, x 2 z + 3y 2 z, x 2 y + y 3 + ) f(a) (8, 2, 6) (a) Find all stationary points (if any) of f. et f.

More information

Vector Fields: Intro, Div, Curl

Vector Fields: Intro, Div, Curl Vector Fields: Intro, Div, Curl Calculus III Josh Engwer TTU 07 November 2014 Josh Engwer (TTU) Vector Fields: Intro, Div, Curl 07 November 2014 1 / 34 The Function Landscape FUNCTION TYPE PROTOTYPE MAPPING

More information

Chapter Seventeen. Gauss and Green. We shall do this by computing the surface integral over each of the six sides of B and adding the results.

Chapter Seventeen. Gauss and Green. We shall do this by computing the surface integral over each of the six sides of B and adding the results. Chapter Seventeen Gauss and Green 7 Gauss's Theorem Let B be the bo, or rectangular parallelepiped, given by B {(, y, z):, y y y, z z z } 0 0 0 ; and let S be the surface of B with the orientation that

More information

Practice problems from old exams for math 233 William H. Meeks III December 21, 2009

Practice problems from old exams for math 233 William H. Meeks III December 21, 2009 Practice problems from old exams for math 233 William H. Meeks III December 21, 2009 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

[Anton, pp , pp ] & [Bourne, pp ]

[Anton, pp , pp ] & [Bourne, pp ] hapter 3 Integral Theorems [Anton, pp. 1124 1130, pp. 1145 1160] & [Bourne, pp. 195 224] First of all some definitions which we will need in the following: Definition 3.1. (a) A domain (region) is an open

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

F dr = f dx + g dy + h dz. Using that dz = q x dx + q y dy we get. (g + hq y ) x (f + hq x ) y da.

F dr = f dx + g dy + h dz. Using that dz = q x dx + q y dy we get. (g + hq y ) x (f + hq x ) y da. Math 55 - Vector alculus II Notes 14.7 tokes Theorem tokes Theorem is the three-dimensional version of the circulation form of Green s Theorem. Let s quickly recall that theorem: Green s Theorem: Let be

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 19520/51 Class 6

MATH 19520/51 Class 6 MATH 19520/51 Class 6 Minh-Tam Trinh University of Chicago 2017-10-06 1 Review partial derivatives. 2 Review equations of planes. 3 Review tangent lines in single-variable calculus. 4 Tangent planes to

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

Volumes of Solids of Revolution Lecture #6 a

Volumes of Solids of Revolution Lecture #6 a Volumes of Solids of Revolution Lecture #6 a Sphereoid Parabaloid Hyperboloid Whateveroid Volumes Calculating 3-D Space an Object Occupies Take a cross-sectional slice. Compute the area of the slice. Multiply

More information

Vector Integration : Surface Integrals

Vector Integration : Surface Integrals Vector Integration : Surface Integrals P. Sam Johnson April 10, 2017 P. Sam Johnson Vector Integration : Surface Integrals April 10, 2017 1/35 Overview : Surface Area and Surface Integrals You know how

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

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

Math 213 Calculus III Practice Exam 2 Solutions Fall 2002

Math 213 Calculus III Practice Exam 2 Solutions Fall 2002 Math 13 Calculus III Practice Exam Solutions Fall 00 1. Let g(x, y, z) = e (x+y) + z (x + y). (a) What is the instantaneous rate of change of g at the point (,, 1) in the direction of the origin? We want

More information

What you will learn today

What you will learn today What you will learn today Tangent Planes and Linear Approximation and the Gradient Vector Vector Functions 1/21 Recall in one-variable calculus, as we zoom in toward a point on a curve, the graph becomes

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

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