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

Size: px
Start display at page:

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

Transcription

1 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 both have various versions of the fundamental theorem of calculus that apply to them. Parameterizations: etting up a line or surface integral requires us to parameterize the curve or surface we are integrating over. Here are a few parameterization techniques it would be good to be familiar with. urves: We always parameterize a curve with a single variable, for example r(t) = x(t), y(t). If our curve is the graph of a function y = f(x) then we can set x(t) = t and y(t) = f(t). In this case, whatever range of values x covered is also our range for t. Ex: If the curve is the graph of y = x 4 with 2 x 4, we can parameterize this as r(t) = t, t 4 with 2 t 4. Lines are also the graph of a function, but sometimes it is easier to parameterize them by finding a direction vector v and a point P on the line. In this case the parameterization is r(t) = vt + P. Ex: To parameterize the line between P = (1, 2, 5) and Q = (3, 5, 9) we find a vector between these points v = 3 1, 5 2, 9 5 = 2, 3, 4. If we just want the segment of the line between these points, the parameterization r(t) = 2, 3, 4 t + 1, 2, 5 = 2t + 1, 3t + 2, 4t + 5 with t 1 will start at P and end at Q. ircles can be parameterized with trig. functions. The segment of the circle of radius R between the angles θ 1 and θ 2 is parameterized by r(t) = R cos(t), R sin(t) with θ 1 t θ 2. If we are in a 3 setting, just add a z-coordinate to this parameterization. Ex: The circle of radius 3 at height z = 4, with x and y could be parameterized by r(t) = 3 cos(t), 3 sin(t), 4 with t π 2. urfaces: We parameterize surfaces with two variables, for example G(u, v) = x(u, v), y(u, v), z(u, v). We also need to specify what domain (2 region) u and v come from. If the surface is the graph of a function of two variables z = f(x, y), we can parameterize by setting x = x, y = y and z(x, y) = f(x, y). Whatever domain in the xy-plane the surface sits over is the domain of parameterization. Ex: We can parameterize the part of the ellipsoid 2x 2 + 3y 2 + z 2 = 1 sitting over the xy plane by solving for z = f(x, y) = 1 2x 2 3y 2 and letting our parameterization be G(x, y) = u, v, 1 2x 2 3y 2. In the xy plane z =, so 2x 2 + 3y 2 = 1. We want the region inside this ellipse, so a domain for x and y would be 2x 2 + 3y 2 1. Parameterizing a cylinder is similar to parameterizing a circle. If the height of the cylinder is given by a z b and the radius is R we can parameterize it with G(θ, z) = R cos(θ), R sin(θ), z with a z b and θ 2π. If we only want part of the cylinder, we can restrict θ to a smaller range. To parameterize a sphere of radius R we can use our spherical coordinates functions. Let θ and φ be our parameters, so our parameterization is G(θ, φ) = R cos(θ) sin(φ), R sin(θ) sin(φ), R cos(φ) with θ 2π and φ π. epending on the part of our sphere we want, we may restrict the range on θ and φ.

2 Line Integrals: A line integral is the integral of a scalar function or a vector field over a 1 curve. uppose we have parameterized our curve as r(t) with a t b. calar Line Integrals: If f(x, y, z) is a scalar function, then Vector Line Integrals: If F (x, y, z) is a vector field, then f(x, y, z) ds = F (x, y, z) dr = Ex: If is r(t) = 3 cos(t), 3 sin(t), 4 with t π 2 (the circle from before) then r (t) = 3 sin(t), 3 cos(t), and c (t) = 3. The integral of f(x, y, z) = x 2 + z 2 over is π 2 π 2 9 sin 2 (t) + 12 cos(t) dt. (9 cos 2 (t) + 16)(3) dt. The integral of F (x, y, z) = y, z, over is urface Integrals: A surface integral is the integral of a scalar function or a vector field over a 2 surface. uppose we have parameterized our surface as G(u, v) with (u, v) in domain. b a b a f(r(t)) r (t) dt. F (r(t)) r (t) dt. Tangent vectors to this surface are given by T u = G u product, we get a normal vector n(u, v) = T u T v. and T v = G v. If we take their cross calar urface Integrals: If f(x, y, z) is a scalar function, then f(x, y, z) d = f(g(u, v)) T u T v da Vector urface Integrals: If F (x, y, z) is a vector field, then F (x, y, z) N d = F (G(u, v)) (T u T v ) da Ex: If is the cylinder G(u, v) = 3 cos(u), 3 sin(u), v then T u = 3 sin(u), 3 cos(u), and T v =,, 1. The normal vector is T u T v = 3 cos(u), 3 sin(u), and T u T v = 3. The integral of f(x, y, z) = x 2 + z 2 over is (9 cos 2 (u) + v 2 )(3) da The integral of F (x, y, z) = y, z, over is 9 cos(u) sin(u) + 3v sin(u) da For both of these, you would need to set up bounds for the domain. Look back to hapter 15 for help on setting up double integral bounds.

3 The Fundamental Theorem of alculus in multiple dimensions: onservative fields, Green s Theorem, tokes Theorem and the ivergence Theorem. Besides just setting up line and surface integrals with parameterizations, we also have a number of theorems for transforming these integrals. In truth these are all versions of the fundamental theorem of calculus. All of these theorems deal with vector integrals. Terminology and notation: If is a closed curve we put a circle on the integral symbol to show this, and we sometimes refer to F dr as the circulation of F around. For any surface and vector field F we can refer to our usual vector surface integral F N d as the flux of F across. Remember: The curl of a vector field, F is itself a vector field, so we can also talk about the flux of the curl of F which would be ( F ) N d. onservative Fields A vector field F is conservative if there exists a scalar function f, called the potential of F, such that F = (f). For a 3 vector field F (x, y, z) = P, Q, R this would mean that P = f x, Q = f f y and R = z. Ex: The function f(x, y, z) = x 2 + y 2 + z 2 is a potential for the vector field F (x, y, z) = 2x, 2y, 2z. To check if a vector field is conservative, take its curl. If F =,, then F is conservative. If the curl is not zero, the field is not conservative. For 2 vector fields, all we have to check is that Q y =. Ex: The vector field F (x, y) = x+y, x y is conservative, because Q P x = 1 and y = 1. ometimes we can find a potential function just by looking at F. If you are able to do this for a conservative field on the exam, at least verify that it has the correct partial derivatives. Ex: The vector field F (x, y) = x + y, x y has a potential because F is conservative. A potential for F is f(x, y) = 1 2 x2 + xy 1 2 y2 because f f x = x + y and y = x y. If you cannot find a potential function by observation then you can try the following process for finding potential f. These instructions are for a 3 vector field F (x, y, z) = P, Q, R. The procedure for 2 vector fields is similar, but requires less steps. (i) Integrate P dx, Q dy and R dz. (ii) Build a potential function f(x, y, z) which is the sum of all unique terms in these three integrals. In other words, put each term into the potential, but only once. (iii) ee the example on page 97 of your book for another slightly different technique. Ex: The vector field F (x, y, z) = y 2 + yz 2, 2xy + xz 2 + e y, 2zyx + 1 is conservative (you can check that F = ). To find a potential, first integrate y 2 + yz 2 dx = xy 2 + xyz 2 2xy + xz 2 + e y dy = xy 2 + xyz 2 + e y 2zyx + 1 dz = xyz 2 + z

4 Our final version of the potential is f(x, y, z) = xy 2 + xyz 2 + e y + z The main reason we want a potential function is to evaluate line integrals of our vector field. The reason for this is the following version of the fundamental theorem of calculus. If F = (f) (so f is a potential for F ) and is a curve going from P to Q, then F dr = f(p ) f(q) This means that if you recognize a field is conservative, and find a potential function for it, you can skip the parameterization process and evaluate line integrals just by plugging into the potential. Ex: Let be the curve r(t) = 2t + 1, t, 3t with t 4 and F (x, y, z) = y 2 + yz 2, 2xy + xz 2 + e y, 2zyx + 1 (from the previous example). The potential f(x, y, z) for this field was found in the previous example. This curve starts at r() = 1,, and ends at r(4) = 9, 4, 12. By the fundamental theorem for conservative fields given above, F dr = f(9, 4, 12) f(1,, ) = (9(4 2 ) + (9)(4)(12 2 ) + e ) ( + + e + ) = e 4 If is a closed curve, the initial and end points are the same. Without even calculating the potential, we can say that the circulation F dr = for a conservative field.

5 Green s Theorem Green s Theorem applies to the circulation around a closed curve in 2. all the region inside the curve. We sometimes use the notation = for the boundary of. Assume that has a parameterization which is continuous with continuous derivatives. Also assume that it does not intersect itself. Green s Theorem says that if F is continuous on and is oriented with exterior boundaries counterclockwise and interior boundaries clockwise then Q F dr = y da It may be the case that I would tell you I want you to use Green s theorem on a particular problem, but it may also be the case that I don t tell you to use Green s even though you should. This applies to all of the integral theorems. For this reason, you should be familiar with the types of setups and situations where these theorems apply. With Green s theorem, here is what to look for. If you are asked about the circulation of F around a closed curve, and F is not conservative, be suspicious that I want you to use Green s theorem. In particular, if F is a nasty vector field but Q y is simple, or if is complicated but setting up a double integral over would be easy, it s time for Green s. Ex: uppose we want to know the circulation of F (x, y) = x arctan(x) + y, e y2 + x 2 around the triangle with corners at (, ), (, 2) and (1, ). This is a terrible vector field, and the curve has to be parameterized in three pieces. On the other hand, Q y = 2x + 1. To set up bounds for the inside of the triangle, notice that the hypotenuse is the line between (, 2) and (1, ). This is y = 2 2x. o by Green s theorem we could compute the circulation as 1 2 2x F dr = 2x + 1 dy dx ince Green s (and several other topics) require you to set up a multiple integral, this may be something good to look back to hapter 15 and review as well.

6 The last two integral theorems apply to vector fields in 3. tokes Theorem: tokes theorem applies to vector surface integrals (i.e. flux) on surfaces with boundary. Generally we say is the surface and is the boundary curve of. Assume both and have parameterizations which are continuous with continuous partial derivatives. Also assume that they do not intersect themselves. To apply tokes we need to be oriented in a particular way with respect to the normal vectors on. For the correct orientation, we want the surface to be on the left as we move around the boundary facing in the direction of the normal vector. You can imagine walking your fingers around the boundary. Make a finger-person with the index and middle fingers on your right hand. If your finger-person stands lined up with the normal vectors and walks around the boundary, the surface should be on the same side as your thumb. tokes theorem says that if F is continuous and has continuous partial derivatives on, and is oriented as described above, then ( F ) N d = F dr In words you can say that the flux of the curl of F over is equal to the circulation of F around the boundary. When do you want to use this? Any time I ask you for ( F ) N d, and is easy to parameterize, you should try tokes theorem. If you use this theorem, you don t even need to compute F because it is just F that goes into the line integral. Ex: Let be the cylinder x 2 +y 2 = 1 with 1 z 3. uppose this cylinder has a cap at the upper end but not at the lower end, and that its normal vectors point out of the cylinder. Let F = y 2, y 2, z. We can use tokes theorem to compute ( F ) N d as a line integral. That way we don t have to parameterize both the sides and top of the cylinder, and we don t have to compute the curl. The boundary of is the circle at the bottom of the cylinder. We want this circle to be oriented counterclockwise to use tokes theorem. Imagine walking your right hand around the base of the cylinder. Your thumb should point up toward the surface of the cylinder, so your fingers walk counterclockwise. This circle has radius 1 and sits at height z = 1, so we parameterize it as r(t) = 1 cos(t), 1 sin(t), 1 with t 2π. This matches the correct orientation. From here we need to set up the line integral. o we plug r(t) into F and compute r (t) and obtain ( F ) N d = F dr = F (r(t)) = 1 sin 2 (t), 1 sin 2 (t), 1 r (t) = 1 sin(t), 1 cos(t), 2π 1 1 sin 2 (t)(cos(t) sin(t)) dt

7 ivergence Theorem The ivergence theorem applies to closed surfaces. These could be whole spheres or boxes, cylinders with both caps, or the surface surrounding any volume. The only assumption we need about orientation is that the normal vectors on are oriented out of the volume inside. The ivergence theorem says that if is a closed surface (with nice parameterization as usual) and F is continuous on the volume V inside then F N d = F dv Generally, any time you have a surface integral over a closed surface it is going to be easier to use the ivergence theorem. This is because setting up the triple integral is usually easier than messing around with parameterizations. If we think of the divergence F as the instantaneous flux, this theorem takes on a nice interpretation. It says the flux across the surface is equal to the net instantaneous flux inside. Ex: Let be the surface of the region above the graph z = 2 + x 2 + y 2 and under the plane z = 6. Let F (x, y, z) = xy, yz, xy 2. We can compute the flux across, which is F N d by setting up a triple integral over this region. The region is bounded between 2 + x 2 + y 2 z 6. Where these surfaces intersect, 6 = 2 + x 2 + y 2 so this volume sits over top of the circle x 2 + y 2 = 4 in the xy-plane. The divergence is F (x, y, z) = y + z. While it is not totally necessary, this integral is easier to set up in cylindrical coordinates as 2π 2 6 V 2+r 2 r sin(θ) + z dz dr dθ Last Notes: Here are a few more miscellaneous tips. The integral of 1 over any geometric object (like a surface, curve or volume) gives us the measure of that object (so for curves it gives us the length, for surfaces the surface area, etc.). o if I ask for the length of a curve I want 1 ds Or if I ask for the surface are of I want 1 d These are both scalar integrals, so in both cases you should have the magnitude of something inside the integral. This also works the other direction. If you wind up with the integral of a constant, pull the constant out of the integral and now it represents the measure of something. For example 5 da = 5 1 da = 5Area() Use this fact to make evaluating integrals easier!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

INTRODUCTION TO LINE INTEGRALS

INTRODUCTION TO LINE INTEGRALS INTRODUTION TO LINE INTEGRALS PROF. MIHAEL VANVALKENBURGH Last week we discussed triple integrals. This week we will study a new topic of great importance in mathematics and physics: line integrals. 1.

More information

The Divergence Theorem

The Divergence Theorem The Divergence Theorem MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Summer 2011 Green s Theorem Revisited Green s Theorem: M(x, y) dx + N(x, y) dy = C R ( N x M ) da y y x Green

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

Math 21a Final Exam Solutions Spring, 2009

Math 21a Final Exam Solutions Spring, 2009 Math a Final Eam olutions pring, 9 (5 points) Indicate whether the following statements are True or False b circling the appropriate letter No justifications are required T F The (vector) projection of

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

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

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

Math 6A Practice Problems III

Math 6A Practice Problems III Math 6A Practice Problems III Written by Victoria Kala vtkala@math.ucsb.edu H 63u Office Hours: R 1:3 1:3pm Last updated 6//16 Answers 1. 3. 171 1 3. π. 5. a) 8π b) 8π 6. 7. 9 3π 3 1 etailed olutions 1.

More information

y ds y(θ, z) = 3 sin(θ) 0 z 4 Likewise the bottom of the cylinder will be a disc of radius 3 located at a fixed z = 0

y ds y(θ, z) = 3 sin(θ) 0 z 4 Likewise the bottom of the cylinder will be a disc of radius 3 located at a fixed z = 0 1. Let denote the closed cylinder with bottom given by z and top given by z 4 and the lateral surface given by x 2 + y 2 9. Orient with outward normals. Determine the urface Integral y d (a) Is this a

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

Topic 5-6: Parameterizing Surfaces and the Surface Elements ds and ds. Big Ideas. What We Are Doing Today... Notes. Notes. Notes

Topic 5-6: Parameterizing Surfaces and the Surface Elements ds and ds. Big Ideas. What We Are Doing Today... Notes. Notes. Notes Topic 5-6: Parameterizing Surfaces and the Surface Elements ds and ds. Textbook: Section 16.6 Big Ideas A surface in R 3 is a 2-dimensional object in 3-space. Surfaces can be described using two variables.

More information

University of Saskatchewan Department of Mathematics & Statistics MATH Final Instructors: (01) P. J. Browne (03) B. Friberg (05) H.

University of Saskatchewan Department of Mathematics & Statistics MATH Final Instructors: (01) P. J. Browne (03) B. Friberg (05) H. University of Saskatchewan Department of Mathematics & Statistics MATH. Final Instructors: (0) P. J. Browne (0) B. Friberg (0) H. Teismann December 9, 000 Time: :00-:00 pm This is an open book exam. Students

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

R f da (where da denotes the differential of area dxdy (or dydx)

R f da (where da denotes the differential of area dxdy (or dydx) Math 28H Topics for the second exam (Technically, everything covered on the first exam, plus) Constrained Optimization: Lagrange Multipliers Most optimization problems that arise naturally are not unconstrained;

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

[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

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

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

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

MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS

MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS This tutorial is essential pre-requisite material for anyone studying mechanical engineering. This tutorial uses the principle of learning by example.

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

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

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. 2153, Spring 16, MWF 12:40 p.m. QUIZ 1 January 25, 2016 PRINT NAME A. Derdzinski Show all work. No calculators. The problem is worth 10 points.

MATH. 2153, Spring 16, MWF 12:40 p.m. QUIZ 1 January 25, 2016 PRINT NAME A. Derdzinski Show all work. No calculators. The problem is worth 10 points. MATH. 2153, Spring 16, MWF 12:40 p.m. QUIZ 1 January 25, 2016 PRINT NAME A. Derdzinski Show all work. No calculators. The problem is worth 10 points. 1. Evaluate the area A of the triangle with the vertices

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

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

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

Quiz problem bank. Quiz 1 problems. 1. Find all solutions (x, y) to the following:

Quiz problem bank. Quiz 1 problems. 1. Find all solutions (x, y) to the following: Quiz problem bank Quiz problems. Find all solutions x, y) to the following: xy x + y = x + 5x + 4y = ) x. Let gx) = ln. Find g x). sin x 3. Find the tangent line to fx) = xe x at x =. 4. Let hx) = x 3

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

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

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

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

Measuring Lengths The First Fundamental Form

Measuring Lengths The First Fundamental Form Differential Geometry Lia Vas Measuring Lengths The First Fundamental Form Patching up the Coordinate Patches. Recall that a proper coordinate patch of a surface is given by parametric equations x = (x(u,

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 Thursday, February 28, class time. The coverage is multivariate differential calculus and double integration: sections 13.3,

More information

Outcomes List for Math Multivariable Calculus (9 th edition of text) Spring

Outcomes List for Math Multivariable Calculus (9 th edition of text) Spring Outcomes List for Math 200-200935 Multivariable Calculus (9 th edition of text) Spring 2009-2010 The purpose of the Outcomes List is to give you a concrete summary of the material you should know, and

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

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

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

Parametric Surfaces and Surface Area

Parametric Surfaces and Surface Area Parametric Surfaces and Surface Area What to know: 1. Be able to parametrize standard surfaces, like the ones in the handout.. Be able to understand what a parametrized surface looks like (for this class,

More information

Double Integrals over Polar Coordinate

Double Integrals over Polar Coordinate 1. 15.4 DOUBLE INTEGRALS OVER POLAR COORDINATE 1 15.4 Double Integrals over Polar Coordinate 1. Polar Coordinates. The polar coordinates (r, θ) of a point are related to the rectangular coordinates (x,y)

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

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

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

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

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

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

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

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

Solution 2. ((3)(1) (2)(1), (4 3), (4)(2) (3)(3)) = (1, 1, 1) D u (f) = (6x + 2yz, 2y + 2xz, 2xy) (0,1,1) = = 4 14

Solution 2. ((3)(1) (2)(1), (4 3), (4)(2) (3)(3)) = (1, 1, 1) D u (f) = (6x + 2yz, 2y + 2xz, 2xy) (0,1,1) = = 4 14 Vector and Multivariable Calculus L Marizza A Bailey Practice Trimester Final Exam Name: Problem 1. To prepare for true/false and multiple choice: Compute the following (a) (4, 3) ( 3, 2) Solution 1. (4)(

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

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

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

4. LINE AND PATH INTEGRALS

4. LINE AND PATH INTEGRALS Universidad arlos III de Madrid alculus II 4. LINE AN PATH INTEGRALS Marina elgado Téllez de epeda Parametrizations of important curves: ircumference: (x a) 2 + (y b) 2 = r 2 1 (t) = (a + cos t,b + sin

More information

Parametrization. Surface. Parametrization. Surface Integrals. Dr. Allen Back. Nov. 17, 2014

Parametrization. Surface. Parametrization. Surface Integrals. Dr. Allen Back. Nov. 17, 2014 Dr. Allen Back Nov. 17, 2014 Paraboloid z = x 2 + 4y 2 The graph z = F (x, y) can always be parameterized by Φ(u, v) =< u, v, F (u, v) >. Paraboloid z = x 2 + 4y 2 The graph z = F (x, y) can always be

More information

12/19/2009, FINAL PRACTICE I Math 21a, Fall Name:

12/19/2009, FINAL PRACTICE I Math 21a, Fall Name: 12/19/2009, FINAL PRACTICE I Math 21a, Fall 2009 Name: MWF 9 Jameel Al-Aidroos MWF 10 Andrew Cotton-Clay MWF 10 Oliver Knill MWF 10 HT Yau MWF 11 Ana Caraiani MWF 11 Chris Phillips MWF 11 Ethan Street

More information

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

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

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

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

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

7/14/2011 FIRST HOURLY PRACTICE IV Maths 21a, O.Knill, Summer 2011

7/14/2011 FIRST HOURLY PRACTICE IV Maths 21a, O.Knill, Summer 2011 7/14/2011 FIRST HOURLY PRACTICE IV Maths 21a, O.Knill, Summer 2011 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,

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