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

Size: px
Start display at page:

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

Transcription

1 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)( 3) + (3)(2) = = 6 (b) (4, 3, 1) (3, 2, 1) Solution 2. ((3)(1) (2)(1), (4 3), (4)(2) (3)(3)) = (1, 1, 1) (c) Let f(x, y, z) = 3x 2 y 2 + 2xyz. Find the derivative of f in the direction of (3, 1, 2) at the point (0, 1, 1). Solution 3. (3, 1, 2) D u (f) = (6x + 2yz, 2y + 2xz, 2xy) (0,1,1) = (2, 2, 0) (3, 1, 2) 1 = = 4 (d) Find the area of the parallelogram spanned by the vectors (2, 3) and (1, 1). Solution 4. To find the area of the parallelogram, you need only take the determinant of the matrix ( 2 1 ) 3 1 which has determinant (2)( 1) (3)(1) = 2 3 = 5 so the area is 5. (e) Find the equation of the plane through the point (1, 2, 0) normal to the vector (1, 2, 1). Solution 5. The plane equation (1, 2, 1) (x, y, z) = (1, 2, 0) (1, 2, 1) can be simplified to x + 2y + z = 5. (f) Find the equation of the line through the points (1, 2, 0) and ( 1, 3, 2). Solution 6. The equation of a line requires a direction vector (not necessarily a unit vector) and a point. The direction vector is (1, 2, 0) ( 1, 3, 2) = (2, 1, 2) and any of the two points will do. So the line equation (2, 1, 2)t + (1, 2, 0).

2 (g) Find the equation of the tangent line to the curve r(t) = (3t 2 1, 2t + 1, t 2 + 2) at the point t = 2. Solution 7. The direction vector for the tangent line is the velocity vector of the curve at time t = 2. r (t) = (6t, 2, 2t) at t = 2 is r (2) = (12, 2, 4). A point on the curve can be achieved by finding the point of tangency on the curve, r(2) = (11, 5, 6). Therefore, the equation of the line is (12, 2, 4)t + (11, 5, 6). (h) Find the tangent and normal vector, T and N, of the space curve r(t) = (2 + t, 6 + ln(sec(t)), 2). Solution 8. The tangent vector is the unit vector in the direction of the velocity vector. Since, r sec(t) tan(t) (t) = (1,, 0) = (1, tan(t), 0). sec(t) Since, r (t) = 1 + tan 2 (t) = sec(t), then T (t) = (cos(t), sin(t), 0) and N(t) = ( sin(t), cos(t), 0) (i) Find the first order partial derivatives of the function f(x, y) = sin(x) cos(y) + x 2 y 3. Solution 9. f xx = cos(x) cos(y) + 2xy 3 and f yy = sin(x) sin(y) + 3x 2 y 2 (j) Find the direction of greatest increase of the function f(x, y, z) = 3xyz + 2 cos(xy) at the point (0, 1, 2). Solution 10. The direction of greatest increase is the unit vector in the direction of the gradient of f. f = (3yz 2y sin(xy), 3xz 2x sin(xy), 3xy) (0,1,2) = (6, 0, 0). The unit vector in this direction is (1, 0, 0). (k) Find the equation of the tangent plane to the surface x 2 2xy + y 2 z = 1 at the point (1, 0, 0). Solution 11. If I allow f(x, y, z) = x 2 2xy + y 2 z, then the surface above is the level surface of f at 1. Therefore, f (1,0,0) is normal to the surface at the point (1, 0, 0), and, therefore, normal to the tangent plane. f = (2x 2y, 2x + 2y, 1) (1,0,0) = (2, 2, 1), and (1, 0, 0) is a point on the plane. So the tangent plane equation is 2x 2y z = 2. Problem 2. Answer the following questions to the best of your ability. (A) How are vectors added and subtracted geometrically? When two vectors, u, v are added, their sum is the diagonal of the parallelogram generated by u and v, starting at the initial point of u. When two vector u and v are subtracted, u v is the vector starting at the terminal point of v, and ending at the terminal point of u. (B) What is the geometric interpretation of dot product? The dot product of vectors, u and v is the projection of u onto v times the length of v.

3 (C) What is the geometric or physical interpretation of cross product? The cross product of u and v is the vector orthogonal to u and v, satisfying the right hand rule whose length is the area of the parallelogram spanned by u and v. (D) What are the necessary pieces of information required to find the equation for a line? A direction vector, v, and a point, p, will yield L(t) = vt + p (E) What are the necessary pieces of information required to find the equation of a plane? A normal vector, N, and a point p are required for the equation of a plane N (x, y, z) = n p (F) How do you find the distance from a point to a line? to a plane? If p is a point and N (x, y, z) = N p 0 is a plane, then the distance from p to the plane is the vector projection of p p o onto N. N This is achieved by (p p o ). N If p is a point and L(t) = vt + p o is a line, then the distance from p to L(t) is (p p o ) sin(θ) where θ is the angle between p p 0 and v. This can be achieved by v (p p o) v = v p p o sin(θ). v (G) Can you prove that a curve whose position vector has constant length is orthogonal to its derivative? Hopefully, you can. If not, look at your notes and a previous quiz. (H) Describe how to parameterize by arc length. You find the arclength function s(t) = t t o r(τ)dτ and solve for t. This is unsually complicated and I don t recommend it for the faint of heart. (I) What is the geometric or physical interpretation of (i) arc length The distance traveled by the imaginary particle that travels along the path of the curve at parameterized by time. (ii) Tangent vector The unit vector in the direction the particle is moving. (iii) Normal Vector The unit vector in the direction of the center of curvature of the curve. (iv) curvature The length of the change in the tangent vector with respect to parametrization by arc length. (v) Binormal Vector The cross-product of the tangent and normal vector, it is the unit vector normal to the osculating plane on which the curve sits at a point p.

4 (vi) torsion The length of change in binormal vector with respect to time. (vii) Normal component of acceleration The curvature times the speed squared is the force of the acceleration pointing in the direction of the center of curvature. (viii) Tangential component of acceleration The rate of the change in the speed of the particle and the force of the acceleration pointing in the direction the particle is moving. (ix) Osculating Plane The plane of the curve at the point, p. (J) Is it important to assume a curve is parameterized by arc length when computing the Tangent, Normal and Binormal vector? Why or why not? It s not important for computing the T NB frame, but it does help. It is however, necessary to deduce that T and N are orthogonal (K) What does it mean for a set in R 2 or R 3 to be open? Why does it matter? A set in R n is open if for every point in the set has a ball of radius r that is completely contained in the set. Multivariable functions which are differentiable on open sets are able to satisfy the hypotheses of theorems. (L) Why is it more difficult to compute the limit of a multi-variable function than the limit of a function in single variable calculus? In order for a limit of a function to exist at a point in its domain, there are many more directions which need to be tested than the right and left side for a single variable function. (M) Why is there no true derivative for a multi-variable function? A true derivative measures the change in the value of the function with respect to one unit. A multivariable function has many units from which to choose. One may consider the change in value of a function in any direction, but to ask for the change in the value of the function with respect to an area unit would not be well defined. (N) What are the conditions necessary to assume that f xy = f yx? Both first order partials and second order partials must be continuous. (O) What is the chain rule for f r if f : R 3 R is a function in three variables and r(t) : R R 3 is a space curve? f(x, y, z) r(t) dt = f dx x dt + f dy y dt + f dz z dt (P) What are the conditions for (a, b) to be a local maxima, local minima, or saddlepoint of f(x, y)? For any of these to exist, we must have f xy = f yx in an open set containing (a, b) and

5 (a, b) must be a critical point. For a local max f xx < 0 and f xx f yy (f xy ) 2 > 0. For a local min f xx > 0 and f xx f yy (f xy ) 2 > 0. For a saddle point f xx f yy (f xy ) 2 < 0. (Q) What are the special geometric properties of gradient? The gradient of f at a point p points in the direction of greatest increase of f at p. It points in the opposite direction of greatest decrease of f at p. It is orthogonal to the level curve of f at f(p) and therefore, points in the direction of no change. (R) Describe the method of Lagrange Multipliers. To optimize the graph of f under a constraint defined by g(x, y, z) = c, one must solve for x, y, z and λ in the equation f = λ g Problem 3. Find the distance from the point p = (7, 9. 7) to the line L(t) = (3 + 4t, 2 5t, 7 + 2t). Solution 12. The line has direction vector v = (4, 5, 2) and a point on it p o = (3, 2, 7). So the vector p p o = (7 3, 9 2, 7 7) = (4, 7, ) needs to be crossed with (4, 5, 2). Taking the cross product det i j k 4 7 = ( 70, (8 + 56), 20 28) = ( 56, 64, 48) = 8(7, 8, 6) The distance from the point p to the line L is 8(7, 8, 6) (4, 5, 2) = = 8 45 =.557 Problem 4. Find the area of the triangle whose vertices are ( 3, 6), (4, 2) and (1, 5). Solution 13. First we need to pick a point and subtract it from the other two points. The triangle whose vertices are the points above has the same area as the triangle whose vertices are the origin, and the points, (4 3, 2 6) = (7, 4) and (1 3, 5 6) = (4, 1). Therefore, the area of the triangle is half the determinant of the matrix [ ] 7 4 det = = So the area is 9 2.

6 Problem 5. Let P 1 be the plane defined by the equation 3x 10y + 7z = 8 and P 2 be the plane defined by the equation 9 = 4x 5y + 2z. Find the angle between the two planes. Solution. The angle between the planes is the same as the angle between the normal vectors. So the angle is given by cos 1 (3, 10, 7) (4, 5, 2) ( (3, 10, 7) (4, 5, 2) = cos 1 ( ) = cos 1 76 ( ) = o Problem 6. Find the normal and tangential component of acceleration for the curve r(t) = (4 cos(t), 2 sin(t)). Solution 15. To find the normal and tangential component of acceleration, we must first find the speed. r (t) = ( 4 sin(t), 2 cos(t)) = 16 sin 2 (t) + 2 cos 2 (t) = 2 sin 2 (t) + 1 So the tangential component of acceleration is and the normal component of acceleration is a N = a 2 a T 2 = a T = d v(t) dt = d 2 sin 2 (t) + 1 dt 2(28 sin(t) cos(t)) = 2 sin 2 (t) + 1 ( 4 cos(t), 2 sin(t)) 2 ( 2(28 sin(t) cos(t)) 2 sin 2 (t) + 1 )2 = 16 cos 2 (t) + 2 sin 2 (t) 2(282 sin 2 (t) cos 2 (t)) 4( sin 2 (t) + 1) = 16 cos 2 (t) 26 sin 2 (t) 282 sin 2 (t) cos 2 (t) sin 2 (t) + 1 Problem 7. Find the distance a particle travels along the curve r(t) = (3 cos(t), 2 sin(t)) from time t = 0 and t = π 4.

7 Solution 16. You will need a calculator to solve this one. On the test, I will either give you one that you could do by hand, or ask you to set up the integral only. π cos 2 (t) + 9 sin 2 (t)dt When put in the calculator, this is approximately Problem 8. Find the equation for the osculating plane of r(t) = (t, t 2, t 3 ) at the point (1, 1, 1). Solution 17. To find the equation of the osculating plane, you need a normal vector and a point on the plane. To find the vector normal to the plane, we need to find the binormal vector, and to do that, we need the tangent and normal vector. Keep in mind that since we don t need a unit vector to be normal to the plane, then we don t have to worry too much about the length of the vector. We do need to make sure that the tangent vector is unit length because we know that the only way we can ensure that its derivative is orthogonal to it is if we make sure that it has constant length. 1 The tangent vector is T (t) = 1 + 4t 2 + 9t (1, 2t, 4 3t2 ) and (0, 2, 6t) the normal vector is N(t) = 1 + 4t2 + 9t (4t + 18t3 )(1, 2t, 3t 2 ). 4 (1 + 4t 2 + 9t 4 ) 3 2 So at the point (1, 1, 1) the time is t = 1, so T (1) = 1 (1, 2, 3) and N(1) = 1 (0, 2, 6) (1, 2, 3) = ( 11 7, 8 7, 9 7 ) = 1 7 ( 11, 8, 9) So the binormal is the unit vector in the direction of the vector i j k = ( , (9 + 33), ) = (42, 42, ) So we can reduce the vector normal to the osculating plane to be (3,-3,1). Therefore, the equation for the osculating plane is 3x 3y + z = (3, 3, 1) (1, 1, 1) = 1. Problem 9. Show that the limit does not exist lim (x,y) (0,0) y x 2 y Solution 18. To show that the limit doesn t exist, we need to find two paths whose limit a different value. Let y = 2x 2, then Yet if y = x 2, then lim (x,2x 2 ) (0,0) 2x 2 x 2 = 2 lim (x, x 2 ) (0,0) x 2 2x 2 = 1 2

8 Problem 10. Find all critical points and classify them: f(x, y) = x 2 xy 2 + 2x + 2y 4 Solution 19. To find the critical points, we need to get the first and second order partials. f x = 2x y and f y = 2yx + 2 so 2x y = 0 2yx + 2 = 0 The second equation yields 2(yx 1) = 0 which implies yx = 1 The first equation yields x = y2 2 so y( y2 2 ) = So as long as k is a constant, y( y2 2 ) = 0 is the same as solving the equation y 3 2y 2 = 2 0, which unfortunately, due to an inadvertent typo, is very difficult to solve without a calculator. So, using a calculator, we get y = and x = Since, f xx = 2, f yy = 2x, and f xy = 2y = f yx. then f xx f yy (f xy ) 2 = (2)( 2(0.565)) ( 2(1.769)) 2 =.777 < 0 So the critical point (0.565, 1.769) is a saddlepoint. Problem 11. A closed rectangular box is to have volume V. The cost of the material of the box is 4 cents per cm 2 for the top and bottom, 6 cents per cm 2 for the front and back, and 7 cents per cm 2 for the left and right side. What dimensions minimize the total cost of the materials. Solution 20. The top and bottom of the box each have area xy cm 2 and cost 4 cents per cm 2, so the top and bottom cost 8xy cents. The sides of the box each have area xz cm 2 and cost 7 cents per cm 2, so the sides cost xz cents. The front and back each have area yz cm 2 and cost 6 cents per cm 2, so the front and bakc cost 12yz cents. The total cost of making the box is C(x, y, z) = 12yz + 8xy + xz and volume V (x, y, z) = xyz. So to minimize cost under the constraint V = xyz, one needs to find the gradient of both. C = (8y + z, 12z + 8x, 12y + x) and V = (yz, xz, xy). So we need to solve equations (8y + z, 12z + 8x, 12y + x) = λ(yz, xz, xy) From this we get equations: 8y + z = λyz 12z + 8x = λxz 12y + x = λxy By multiplying the first equation by x and the second equation by y and the third equation by z, we get 8xy + xz = λxyz 12yz + 8xy = λxyz 12zy + xz = λxyz

9 and therefore, since x, y, z 0, we get that x = 6 7 y and z = 4 7 y. Using the constraint, we get y( 6 7 y)(4 7 y) = V which implies y3 = 49V. Therefore, the point 24 ( V 7 24, V 49V 7 24, 3 24 ). Problem 12. Find the points on the surface x 2 zy = 4 that is closest to the origin. The problem can be solved by using the functions f(x, y, z) = x 2 +y 2 +z 2 and g(x, y, z) = x 2 zy. So the gradients f = (2x, 2y, 2z) and g = (2x, z, y) yields the equations Solution 21. 2x = λ2x 2y = λz 2z = λy The first equation yields λ = 1 or x = 0. Suppose λ = 1, then 2y = z and 2z = y, which means 4y = y and 5y = 0 or y = 0, which in turn, implies z = 0. This would yield the point (x, 0, 0) on the surface x 2 zy = 4, Therefore, (2, 0, 0) or ( 2, 0, 0) are the point closest or furthest from the origin. The distance from those points to the origin is 2. If x = 0, then the points on the surface 0 yz = 4 are of the form y = 4 z. This would mean 8 z = λz, which would mean z = ± 8. Therefore, y = 4 ± 8, therefore the points are (0, 2 8, ) and (0, 8, 2 ). 2 2

Math 233. Lagrange Multipliers Basics

Math 233. Lagrange Multipliers Basics Math 233. Lagrange Multipliers Basics Optimization problems of the form to optimize a function f(x, y, z) over a constraint g(x, y, z) = k can often be conveniently solved using the method of Lagrange

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

(c) 0 (d) (a) 27 (b) (e) x 2 3x2

(c) 0 (d) (a) 27 (b) (e) x 2 3x2 1. Sarah the architect is designing a modern building. The base of the building is the region in the xy-plane bounded by x =, y =, and y = 3 x. The building itself has a height bounded between z = and

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

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

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

Math 21a Homework 22 Solutions Spring, 2014

Math 21a Homework 22 Solutions Spring, 2014 Math 1a Homework Solutions Spring, 014 1. Based on Stewart 11.8 #6 ) Consider the function fx, y) = e xy, and the constraint x 3 + y 3 = 16. a) Use Lagrange multipliers to find the coordinates x, y) of

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

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

Practice problems from old exams for math 233

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

More information

Math 233. Lagrange Multipliers Basics

Math 233. Lagrange Multipliers Basics Math 33. Lagrange Multipliers Basics Optimization problems of the form to optimize a function f(x, y, z) over a constraint g(x, y, z) = k can often be conveniently solved using the method of Lagrange multipliers:

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

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

There are 10 problems, with a total of 150 points possible. (a) Find the tangent plane to the surface S at the point ( 2, 1, 2).

There are 10 problems, with a total of 150 points possible. (a) Find the tangent plane to the surface S at the point ( 2, 1, 2). Instructions Answer each of the questions on your own paper, and be sure to show your work so that partial credit can be adequately assessed. Put your name on each page of your paper. You may use a scientific

More information

3.3 Optimizing Functions of Several Variables 3.4 Lagrange Multipliers

3.3 Optimizing Functions of Several Variables 3.4 Lagrange Multipliers 3.3 Optimizing Functions of Several Variables 3.4 Lagrange Multipliers Prof. Tesler Math 20C Fall 2018 Prof. Tesler 3.3 3.4 Optimization Math 20C / Fall 2018 1 / 56 Optimizing y = f (x) In Math 20A, we

More information

LECTURE 18 - OPTIMIZATION

LECTURE 18 - OPTIMIZATION LECTURE 18 - OPTIMIZATION CHRIS JOHNSON Abstract. In this lecture we ll describe extend the optimization techniques you learned in your first semester calculus class to optimize functions of multiple variables.

More information

Answer sheet: Second Midterm for Math 2339

Answer sheet: Second Midterm for Math 2339 Answer sheet: Second Midterm for Math 2339 October 26, 2010 Problem 1. True or false: (check one of the box, and briefly explain why) (1) If a twice differentiable f(x,y) satisfies f x (a,b) = f y (a,b)

More information

13.7 LAGRANGE MULTIPLIER METHOD

13.7 LAGRANGE MULTIPLIER METHOD 13.7 Lagrange Multipliers Contemporary Calculus 1 13.7 LAGRANGE MULTIPLIER METHOD Suppose we go on a walk on a hillside, but we have to stay on a path. Where along this path are we at the highest elevation?

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

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

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane?

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane? Math 4 Practice Problems for Midterm. A unit vector that is perpendicular to both V =, 3, and W = 4,, is (a) V W (b) V W (c) 5 6 V W (d) 3 6 V W (e) 7 6 V W. In three dimensions, the graph of the equation

More information

Lagrange multipliers October 2013

Lagrange multipliers October 2013 Lagrange multipliers 14.8 14 October 2013 Example: Optimization with constraint. Example: Find the extreme values of f (x, y) = x + 2y on the ellipse 3x 2 + 4y 2 = 3. 3/2 1 1 3/2 Example: Optimization

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

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

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

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

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

Lagrange multipliers 14.8

Lagrange multipliers 14.8 Lagrange multipliers 14.8 14 October 2013 Example: Optimization with constraint. Example: Find the extreme values of f (x, y) = x + 2y on the ellipse 3x 2 + 4y 2 = 3. 3/2 Maximum? 1 1 Minimum? 3/2 Idea:

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 11. Show all your work on the standard

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

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

302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES. 4. Function of several variables, their domain. 6. Limit of a function of several variables

302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES. 4. Function of several variables, their domain. 6. Limit of a function of several variables 302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 3.8 Chapter Review 3.8.1 Concepts to Know You should have an understanding of, and be able to explain the concepts listed below. 1. Boundary and interior points

More information

Due: Fri Sep :00 PM MDT Question

Due: Fri Sep :00 PM MDT Question Exam 1 Review (10998069) Due: Fri Sep 22 2017 03:00 PM MDT Question 12345678910 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 Description This is a collection of problems that

More information

Quiz 6 Practice Problems

Quiz 6 Practice Problems Quiz 6 Practice Problems Practice problems are similar, both in difficulty and in scope, to the type of problems you will see on the quiz. Problems marked with a are for your entertainment and are not

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

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

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

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

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

. 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

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

1 Vector Functions and Space Curves

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

More information

MA 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

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

Answer sheet: Second Midterm for Math 2339

Answer sheet: Second Midterm for Math 2339 Answer sheet: Second Midterm for Math 2339 March 31, 2009 Problem 1. Let (a) f(x,y,z) = ln(z x 2 y 2 ). Evaluate f(1, 1, 2 + e). f(1, 1, 2 + e) = ln(2 + e 1 1) = lne = 1 (b) Find the domain of f. dom(f)

More information

Math 213 Exam 2. Each question is followed by a space to write your answer. Please write your answer neatly in the space provided.

Math 213 Exam 2. Each question is followed by a space to write your answer. Please write your answer neatly in the space provided. Math 213 Exam 2 Name: Section: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test. No books or notes may be used other than a onepage cheat

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

Instructions and information

Instructions and information Instructions and information. Check that this paper has a total of 5 pages including the cover page.. This is a closed book exam. Calculators and electronic devices are not allowed. Notes and dictionaries

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

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b.

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. Practice problems 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. 1, 1 = c 1 3, 2 + c 2 2, 1. Solve c 1, c 2. 2. Suppose a is a vector in the plane. If the component of the a in

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

= w. w u. u ; u + w. x x. z z. y y. v + w. . Remark. The formula stated above is very important in the theory of. surface integral.

= w. w u. u ; u + w. x x. z z. y y. v + w. . Remark. The formula stated above is very important in the theory of. surface integral. 1 Chain rules 2 Directional derivative 3 Gradient Vector Field 4 Most Rapid Increase 5 Implicit Function Theorem, Implicit Differentiation 6 Lagrange Multiplier 7 Second Derivative Test Theorem Suppose

More information

11/1/2017 Second Hourly Practice 11 Math 21a, Fall Name:

11/1/2017 Second Hourly Practice 11 Math 21a, Fall Name: 11/1/217 Second Hourly Practice 11 Math 21a, Fall 217 Name: MWF 9 Jameel Al-Aidroos MWF 9 Dennis Tseng MWF 1 Yu-Wei Fan MWF 1 Koji Shimizu MWF 11 Oliver Knill MWF 11 Chenglong Yu MWF 12 Stepan Paul TTH

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

MAT175 Overview and Sample Problems

MAT175 Overview and Sample Problems MAT175 Overview and Sample Problems The course begins with a quick review/overview of one-variable integration including the Fundamental Theorem of Calculus, u-substitutions, integration by parts, and

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

TEST 3 REVIEW DAVID BEN MCREYNOLDS

TEST 3 REVIEW DAVID BEN MCREYNOLDS TEST 3 REVIEW DAVID BEN MCREYNOLDS 1. Vectors 1.1. Form the vector starting at the point P and ending at the point Q: P = (0, 0, 0), Q = (1,, 3). P = (1, 5, 3), Q = (8, 18, 0). P = ( 3, 1, 1), Q = (, 4,

More information

Vector Calculus: Understanding the Cross Product

Vector Calculus: Understanding the Cross Product University of Babylon College of Engineering Mechanical Engineering Dept. Subject : Mathematics III Class : 2 nd year - first semester Date: / 10 / 2016 2016 \ 2017 Vector Calculus: Understanding the Cross

More information

UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS ) CHAPTER 3: Partial derivatives and differentiation

UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS ) CHAPTER 3: Partial derivatives and differentiation UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES SOLUTIONS ) 3-1. Find, for the following functions: a) fx, y) x cos x sin y. b) fx, y) e xy. c) fx, y) x + y ) lnx + y ). CHAPTER 3: Partial derivatives

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

MATH 241 Calculus & Analytic Geometry III

MATH 241 Calculus & Analytic Geometry III MATH 241 alculus & Analytic Geometry III Bill Kronholm August 18, 2013 ontents 1 Euclidean Space and Vectors 3 2 Dot Product, Angles, and Orthogonal Projection 12 3 Lines and Planes in R 3 18 4 The ross

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

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

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

Workbook. MAT 397: Calculus III

Workbook. MAT 397: Calculus III Workbook MAT 397: Calculus III Instructor: Caleb McWhorter Name: Summer 2017 Contents Preface..................................................... 2 1 Spatial Geometry & Vectors 3 1.1 Basic n Euclidean

More information

t dt ds Then, in the last class, we showed that F(s) = <2s/3, 1 2s/3, s/3> is arclength parametrization. Therefore,

t dt ds Then, in the last class, we showed that F(s) = <2s/3, 1 2s/3, s/3> is arclength parametrization. Therefore, 13.4. Curvature Curvature Let F(t) be a vector values function. We say it is regular if F (t)=0 Let F(t) be a vector valued function which is arclength parametrized, which means F t 1 for all t. Then,

More information

Winter 2012 Math 255 Section 006. Problem Set 7

Winter 2012 Math 255 Section 006. Problem Set 7 Problem Set 7 1 a) Carry out the partials with respect to t and x, substitute and check b) Use separation of varibles, i.e. write as dx/x 2 = dt, integrate both sides and observe that the solution also

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

. 1. Chain rules. Directional derivative. Gradient Vector Field. Most Rapid Increase. Implicit Function Theorem, Implicit Differentiation

. 1. Chain rules. Directional derivative. Gradient Vector Field. Most Rapid Increase. Implicit Function Theorem, Implicit Differentiation 1 Chain rules 2 Directional derivative 3 Gradient Vector Field 4 Most Rapid Increase 5 Implicit Function Theorem, Implicit Differentiation 6 Lagrange Multiplier 7 Second Derivative Test Theorem Suppose

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

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

(1) Given the following system of linear equations, which depends on a parameter a R, 3x y + 5z = 2 4x + y + (a 2 14)z = a + 2

(1) Given the following system of linear equations, which depends on a parameter a R, 3x y + 5z = 2 4x + y + (a 2 14)z = a + 2 (1 Given the following system of linear equations, which depends on a parameter a R, x + 2y 3z = 4 3x y + 5z = 2 4x + y + (a 2 14z = a + 2 (a Classify the system of equations depending on the values of

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

we wish to minimize this function; to make life easier, we may minimize

we wish to minimize this function; to make life easier, we may minimize Optimization and Lagrange Multipliers We studied single variable optimization problems in Calculus 1; given a function f(x), we found the extremes of f relative to some constraint. Our ability to find

More information

True/False. MATH 1C: SAMPLE EXAM 1 c Jeffrey A. Anderson ANSWER KEY

True/False. MATH 1C: SAMPLE EXAM 1 c Jeffrey A. Anderson ANSWER KEY MATH 1C: SAMPLE EXAM 1 c Jeffrey A. Anderson ANSWER KEY True/False 10 points: points each) For the problems below, circle T if the answer is true and circle F is the answer is false. After you ve chosen

More information

14.5 Directional Derivatives and the Gradient Vector

14.5 Directional Derivatives and the Gradient Vector 14.5 Directional Derivatives and the Gradient Vector 1. Directional Derivatives. Recall z = f (x, y) and the partial derivatives f x and f y are defined as f (x 0 + h, y 0 ) f (x 0, y 0 ) f x (x 0, y 0

More information

Summer 2017 MATH Suggested Solution to Exercise Find the tangent hyperplane passing the given point P on each of the graphs: (a)

Summer 2017 MATH Suggested Solution to Exercise Find the tangent hyperplane passing the given point P on each of the graphs: (a) Smmer 2017 MATH2010 1 Sggested Soltion to Exercise 6 1 Find the tangent hyperplane passing the given point P on each of the graphs: (a) z = x 2 y 2 ; y = z log x z P (2, 3, 5), P (1, 1, 1), (c) w = sin(x

More information

HOMEWORK ASSIGNMENT #4, MATH 253

HOMEWORK ASSIGNMENT #4, MATH 253 HOMEWORK ASSIGNMENT #4, MATH 253. Prove that the following differential equations are satisfied by the given functions: (a) 2 u 2 + 2 u y 2 + 2 u z 2 =0,whereu =(x2 + y 2 + z 2 ) /2. (b) x w + y w y +

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

27. Tangent Planes & Approximations

27. Tangent Planes & Approximations 27. Tangent Planes & Approximations If z = f(x, y) is a differentiable surface in R 3 and (x 0, y 0, z 0 ) is a point on this surface, then it is possible to construct a plane passing through this point,

More information

Calculus 234. Problems. May 15, 2003

Calculus 234. Problems. May 15, 2003 alculus 234 Problems May 15, 23 A book reference marked [TF] indicates this semester s official text; a book reference marked [VPR] indicates the official text for next semester. These are [TF] Thomas

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

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

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

More information

Math 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

Math 126 Final Examination Autumn CHECK that your exam contains 9 problems on 10 pages.

Math 126 Final Examination Autumn CHECK that your exam contains 9 problems on 10 pages. Math 126 Final Examination Autumn 2016 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name CHECK that your exam contains 9 problems on 10 pages. This exam is closed book. You

More information

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

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

More information

13.5 DIRECTIONAL DERIVATIVES and the GRADIENT VECTOR

13.5 DIRECTIONAL DERIVATIVES and the GRADIENT VECTOR 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 1 13.5 DIRECTIONAL DERIVATIVES and te GRADIENT VECTOR Directional Derivatives In Section 13.3 te partial derivatives f x and f

More information

7/28/2011 SECOND HOURLY PRACTICE V Maths 21a, O.Knill, Summer 2011

7/28/2011 SECOND HOURLY PRACTICE V Maths 21a, O.Knill, Summer 2011 7/28/2011 SECOND HOURLY PRACTICE V 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

MA 114 Worksheet #17: Average value of a function

MA 114 Worksheet #17: Average value of a function Spring 2019 MA 114 Worksheet 17 Thursday, 7 March 2019 MA 114 Worksheet #17: Average value of a function 1. Write down the equation for the average value of an integrable function f(x) on [a, b]. 2. Find

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

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

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

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

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

Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 270 d) 258

Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 270 d) 258 Chapter 4 Prerequisite Skills BLM 4-1.. Angle Measure 1. Use the relationship π rad = 180 to express the following angle measures in radian measure. a) 180 b) 135 c) 70 d) 58. Use the relationship 1 =!

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 21a Tangent Lines and Planes Fall, What do we know about the gradient f? Tangent Lines to Curves in the Plane.

Math 21a Tangent Lines and Planes Fall, What do we know about the gradient f? Tangent Lines to Curves in the Plane. Math 21a Tangent Lines and Planes Fall, 2016 What do we know about the gradient f? Tangent Lines to Curves in the Plane. 1. For each of the following curves, find the tangent line to the curve at the point

More information

MATH2111 Higher Several Variable Calculus Lagrange Multipliers

MATH2111 Higher Several Variable Calculus Lagrange Multipliers MATH2111 Higher Several Variable Calculus Lagrange Multipliers Dr. Jonathan Kress School of Mathematics and Statistics University of New South Wales Semester 1, 2016 [updated: February 29, 2016] JM Kress

More information

Second Midterm Exam Math 212 Fall 2010

Second Midterm Exam Math 212 Fall 2010 Second Midterm Exam Math 22 Fall 2 Instructions: This is a 9 minute exam. You should work alone, without access to any book or notes. No calculators are allowed. Do not discuss this exam with anyone other

More information