Math 233. Lagrange Multipliers Basics

Size: px
Start display at page:

Download "Math 233. Lagrange Multipliers Basics"

Transcription

1 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 multipliers: Theorem. Let f and g have continuous first partial derivatives and suppose f has an extremum at (x 0, y 0, z 0 ) on the smooth surface g(x, y, z) = c. If g(x 0, y 0, z 0 ) is not the zero vector, then there is a real number λ such that f(x 0, y 0, z 0 ) = λ g(x 0, y 0, z 0 ) Analogs of this hold whenever f and g are functions of the same number of variables (2 or more). Geometrically this means the gradients of f and g are parallel when f attains an extreme value on a level surface of g. Under the conditions of the theorem, the relation f = λ g will be true when f has a maximum or a minimum on the surface, however, the condition f = λ g at a point does not guarantee f has a maximum or minimum on at a point on the level surface of g, the only way to determine maximum and minimum values of f on the surface would be to test all possible points where the gradients are parallel while making sure to that maximums and/or minimums actually exist. Example 1. A certain company s shipping regulation is that the sum of the length and girth (perimeter of a cross-section) of a rectangular package cannot exceed 138 inches. Find the dimensions of the rectangular package of largest volume that may be shipped. Answer. For a box with sides x, y and length z the girth is 2x + 2y and the length is z. We then maximize volume f(x, y, z) = xyz subject to the constraint g(x, y, z) = 2x+2y +z = 138. The equation f = λ g leads to the equations yz = 2λ xz = 2λ xy = λ This implies 2λ = yz = xz and so y = x (since for maximal volume x 0, y 0 and z 0) and λ = yz = xy and so z = 2x. 2 Plugging these relations in the constraint 2x + 2y + z = 138 result in 2x + 2x + 2x = 138 = 6x = 138 = x = 23 Then z = 2(23) = 46 and the dimensions of the package are 23 inches by 23 inches by 46 inches yielding a maximum volume of cubic inches. Example 2. A cargo container (in the shape of a rectangular solid) must have a volume of 600 cubic feet. The bottom needs to be stronger, so it will cost $6 per square foot to construct, whereas the sides and top will cost $3 per square foot to construct. Find the dimensions of the container of this size that has minimum cost. Answer. Minimize cost: f(x, y, z) = xy + 6xz + 6yz (x, y are lengths of edges of base, z is height)

2 Subject to g(x, y, z) = xyz = 600. Using Lagrange multipliers we get y + 6z = λyz, x + 6z = λxz, 6x + 6y = λxy and because of the constraint, x 0, y 0 and z 0. Thus solving each of these for λ and equating them pairwise we get z + 6 y = z + 6 x z + 6 x = 6 y + 6 x. The first equation above implies x = y and the second implies z = 3 y. Plugging these into the 2 constraint we have y y 3 2 y = 600 implies y3 = 400. Thus the dimensions of the box are x = 3 400, y = 3 400, and z = Example 3. Find the point on the plane 3x 2y + z = 28 that is closest to (0, 0, 0). Answer. Minimize f(x, y, z) = x 2 + y 2 + z 2 subject to g(x, y, z) = 3x 2y + z = 28. Using Lagrange multipliers one solves f = λ g, or 2x = 3λ 2y = 2λ 2z = λ The first and third equation imply x = 3z; the second and third imply y = 2z. When these relations are substituted back into the constraint we obtain z + 4z + z = 28. This implies z = 2. The nearest point is thus (6, 4, 2). Example 4. (A Lagrange multiplier question with two constraints.) Find the maximum and minimum volumes of a rectangular box along with their corresponding dimensions whose surface area equals 000 square cm and whose edge length (sum of lengths of all twelve edges) is 520 cm. Answer. First, the edges cannot all be equal, because if they were, the edge length would be 520/12 = 43 cm and then the surface area would be 6(43) 2 = 1104 square cm which exceeds the given value of 000 square cm for surface area. Thus, there are at most two sides with equal length, we will label these sides y and z, with the third side being x. Thus we know, x y and x z. Now we set up the Lagrange multiplier equations: We will maximize and minimize V = xyz subject to the constraints 2xy + 2xz + 2yz = 000 and 4x + 4y + 4z = 520 We divide these constraint equations by 2 and 4 respectively to obtain the Lagrange multiplier problem Maximize and minimize f(x, y, z) = xyz subject to g(x, y, z) = xy + xz + yz = 4500 and h(x, y, z) = x + y + z = 130

3 Then f = λ g + µ h implies yz = λ(y + z) + µ xz = λ(x + z) + µ xy = λ(x + y) + µ Subtracting the second equation from the first above yields yz xz = λy λx = z(y x) = λ(y x) = z = λ since y x Similarly, subtracting the third equation from the first above implies y = λ. Thus we conclude y = z. Then the constraint x + y + z = 130 = x + 2y = 130 = x = 130 2y Finally, putting this information into the constraint xy + xz + yz = 4500 yields (130 2y)y + (130 2y)y + y 2 = 4500 = 3y 2 260y = 0 The quadratic formula then implies y = 260 ± (3)(4500) 6 = y or y In the minimum volume case, the volume is approximately cm 3 and the dimensions are approximately cm by cm by cm In the maximum volume case, the volume is approximately cm 3 and the dimensions are approximately cm by cm by cm

4 Practice Exercises on Extrema 1. A cargo container (in the shape of a rectangular box) must have a volume of 4608 cubic feet. The bottom needs to be stronger, so it will cost $5 per square foot to construct, whereas the sides and top will cost $4 per square foot to construct. Find the dimensions of the container of this volume that has minimum cost. 2. Find the volume of the largest rectangular box with edges parallel to the axes that can be inscribed in the ellipsoid x y z2 = 1 3. Find the point on the plane 4x 5y + 5z = 132 that is closest to (0, 0, 0). 4. (A Lagrange multiplier question with two constraints.) Find the maximum and minimum volumes of a rectangular box along with their corresponding dimensions whose surface area equals square cm and whose edge length (sum of lengths of all twelve edges) is 564 cm. 5. A certain company s shipping regulation is that the sum of the length and girth (perimeter of a cross-section) of a rectangular package cannot exceed 108 inches. Find the dimensions of the rectangular package of largest volume that may be shipped.

5 Practice Exercises on Extrema with Solutions. 1. A cargo container (in the shape of a rectangular box) must have a volume of 4608 cubic feet. The bottom needs to be stronger, so it will cost $5 per square foot to construct, whereas the sides and top will cost $4 per square foot to construct. Find the dimensions of the container of this volume that has minimum cost. Solution: Let x, y be lengths of edges of base, and let z be the height measured in feet. Then we Minimize cost: f(x, y, z) = xy + 8xz + 8yz Subject to g(x, y, z) = xyz = Using Lagrange multipliers we get y + 8z = λyz, x + 8z = λxz, 8x + 8y = λxy and because of the constraint, x 0, y 0 and z 0. Thus solving each of these for λ and equating them pairwise we get y + 8z yz = x + 8z xz = xy + 8xz = xy + 8yz = x = y Similarly, y + 8z yz = 8y + 8x xy = xy + 8xz = 8yz + 8xz = z = 8 x Plugging these into the constraint we have x x 8 x = 4608 = x3 = 406 = x = 16 Thus the dimensions of the box are x = 16 feet, y = 16 feet, and z = 18 feet. That is, the base is 16 feet by 16 feet, and the height is 18 feet. 2. Find the volume of the largest rectangular box with edges parallel to the axes that can be inscribed in the ellipsoid x y z2 = 1 Solution: We will maximize f(x, y, z) = xyz subject to the constraint g(x, y, z) = x y z2 = 1 where x, y, z are in the first quadrant, then the maximum volume will be 8 times the maximum value for f. Then setting f = λ g we obtain yz = 2λx 81 xz = 2λy 36 xy = 2λz

6 Notice that for a maximum, x 0, y 0 and z 0. Then dividing the first equation by the second we have yz xz = 2λx λy = y x = 36x 81y y2 = x = = y2 = 36x2 81 Similary, dividing the first equation by the third we have yz xy = 2λx 81 2λz = z x = x 81z z2 = x = 2 81 = z2 = x2 81 Substituting these into the constraint, we find then y = 6 x x2 (81)(36) + x2 (81)() = 1 = x2 = 81 3 = x = 3 = 6 and z = = 3. Then the maximum volume is 3 3 V = = Find the point on the plane 4x 5y + 5z = 132 that is closest to (0, 0, 0). Solution: Minimize f(x, y, z) = x 2 +y 2 +z 2 subject to g(x, y, z) = 4x 5y+5z = 132. Using Lagrange multipliers one solves f = λ g, or Then and so y = 5x, and z = 5 x and then 4 4 2x = 4λ 2y = 5λ 2z = 5λ λ = 2x 4 = 2y 5 = 2z 5 4x x + 52 z = 132 = 66x = 528 = x = 8 4 Then y = 5 4 (8) = 10 and z = 5 (8) = 10. Thus the point on the plane nearest to 4 (0, 0, 0) is (8, 10, 10). 4. (A Lagrange multiplier question with two constraints.) Find the maximum and minimum volumes of a rectangular box along with their corresponding dimensions whose surface area equals square cm and whose edge length (sum of lengths of all twelve edges) is 564 cm.

7 Solution: First, the edges cannot all be equal, because if they were, the edge length would be 564/12 = 47 cm and then the surface area would be 6(47) 2 = square cm which exceeds the given value of square cm for surface area. Thus, there are at most two sides with equal length, we will label these sides y and z, with the third side being x. Thus we know, x y and x z. Now we set up the Lagrange multiplier equations: We will maximize and minimize V = xyz subject to the constraints 2xy + 2xz + 2yz = and 4x + 4y + 4z = 564 We divide these constraint equations by 2 and 4 respectively to obtain the Lagrange multiplier problem Maximize and minimize f(x, y, z) = xyz subject to g(x, y, z) = xy + xz + yz = 6550 and h(x, y, z) = x + y + z = 141 Then f = λ g + µ h implies yz = λ(y + z) + µ xz = λ(x + z) + µ xy = λ(x + y) + µ Subtracting the second equation from the first above yields yz xz = λy λx = z(y x) = λ(y x) = z = λ since y x Similarly, subtracting the third equation from the first above implies y = λ. Thus we conclude y = z. Then the constraint x + y + z = 141 = x + 2y = 141 = x = 141 2y Finally, putting this information into the constraint xy + xz + yz = 6550 yields (141 2y)y + (141 2y)y + y 2 = 6550 = 3y 2 282y = 0 The quadratic formula then implies y = 282 ± (3)(6550) 6 = y or y In the minimum volume case, the volume is approximately cm 3 and the dimensions are approximately cm by cm by cm In the maximum volume case, the volume is approximately cm 3 and the dimensions are approximately cm by cm by cm

8 5. A certain company s shipping regulation is that the sum of the length and girth (perimeter of a cross-section) of a rectangular package cannot exceed 108 inches. Find the dimensions of the rectangular package of largest volume that may be shipped. Solution: For a box with sides x, y and length z the girth is 2x + 2y and the length is z. We then maximize volume f(x, y, z) = xyz subject to the constraint g(x, y, z) = 2x + 2y + z = 108. The equation f = λ g leads to the equations yz = 2λ xz = 2λ xy = λ This implies 2λ = yz = xz and so y = x (since for maximal volume x 0, y 0 and z 0) and λ = yz = xy and so z = 2x. 2 Plugging y = x and z = 2x in the constraint 2x + 2y + z = 108 results in 2x + 2x + 2x = 108 = 6x = 108 = x = 18 Then z = 2(18) = 36 and the dimensions of the package are 18 inches by 18 inches by 36 inches yielding a maximum volume of cubic inches.

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

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

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

Constrained Optimization and Lagrange Multipliers

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

More information

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

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

x 6 + λ 2 x 6 = for the curve y = 1 2 x3 gives f(1, 1 2 ) = λ actually has another solution besides λ = 1 2 = However, the equation λ

x 6 + λ 2 x 6 = for the curve y = 1 2 x3 gives f(1, 1 2 ) = λ actually has another solution besides λ = 1 2 = However, the equation λ Math 0 Prelim I Solutions Spring 010 1. Let f(x, y) = x3 y for (x, y) (0, 0). x 6 + y (4 pts) (a) Show that the cubic curves y = x 3 are level curves of the function f. Solution. Substituting y = x 3 in

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

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

Bounded, Closed, and Compact Sets

Bounded, Closed, and Compact Sets Bounded, Closed, and Compact Sets Definition Let D be a subset of R n. Then D is said to be bounded if there is a number M > 0 such that x < M for all x D. D is closed if it contains all the boundary points.

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

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

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

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

Lagrange Multipliers. Joseph Louis Lagrange was born in Turin, Italy in Beginning

Lagrange Multipliers. Joseph Louis Lagrange was born in Turin, Italy in Beginning Andrew Roberts 5/4/2017 Honors Contract Lagrange Multipliers Joseph Louis Lagrange was born in Turin, Italy in 1736. Beginning at age 16, Lagrange studied mathematics and was hired as a professor by age

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

21-256: Lagrange multipliers

21-256: Lagrange multipliers 21-256: Lagrange multipliers Clive Newstead, Thursday 12th June 2014 Lagrange multipliers give us a means of optimizing multivariate functions subject to a number of constraints on their variables. Problems

More information

5.6 Exercises. Section 5.6 Optimization Find the exact maximum value of the function f(x) = x 2 3x.

5.6 Exercises. Section 5.6 Optimization Find the exact maximum value of the function f(x) = x 2 3x. Section 5.6 Optimization 541 5.6 Exercises 1. Find the exact maximum value of the function fx) = x 2 3x. 2. Find the exact maximum value of the function fx) = x 2 5x 2. 3. Find the vertex of the graph

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

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

MATH 19520/51 Class 10 MATH 19520/51 Class 10 Minh-Tam Trinh University of Chicago 2017-10-16 1 Method of Lagrange multipliers. 2 Examples of Lagrange multipliers. The Problem The ingredients: 1 A set of parameters, say x 1,...,

More information

Math 326 Assignment 3. Due Wednesday, October 17, 2012.

Math 326 Assignment 3. Due Wednesday, October 17, 2012. Math 36 Assignment 3. Due Wednesday, October 7, 0. Recall that if G(x, y, z) is a function with continuous partial derivatives, and if the partial derivatives of G are not all zero at some point (x 0,y

More information

Lagrange Multipliers

Lagrange Multipliers Lagrange Multipliers Christopher Croke University of Pennsylvania Math 115 How to deal with constrained optimization. How to deal with constrained optimization. Let s revisit the problem of finding the

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

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

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

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

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

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

1. Show that the rectangle of maximum area that has a given perimeter p is a square.

1. Show that the rectangle of maximum area that has a given perimeter p is a square. Constrained Optimization - Examples - 1 Unit #23 : Goals: Lagrange Multipliers To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition).

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

Name: ID: Discussion Section:

Name: ID: Discussion Section: Name: ID: Discussion Section: This exam has 16 questions: 14 multiple choice worth 5 points each. 2 hand graded worth 15 points each. Important: No graphing calculators! For the multiple choice questions,

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

ID: Find all the local maxima, local minima, and saddle points of the function.

ID: Find all the local maxima, local minima, and saddle points of the function. 1. Find all the local maxima, local minima, and saddle points of the function. f(x,y) = x + xy + y + 5x 5y + 4 A. A local maximum occurs at. The local maximum value(s) is/are. B. There are no local maxima.

More information

Objectives: Find a function that models a problem and apply the techniques from 4.1, 4.2, and 4.3 the find the optimal or best value.

Objectives: Find a function that models a problem and apply the techniques from 4.1, 4.2, and 4.3 the find the optimal or best value. Objectives: Find a function that models a problem and apply the techniques from 4.1, 4., and 4.3 the find the optimal or best value. Suggested procedure: Step 1. Draw a picture! Label variables and known

More information

MATH 209, Lab 5. Richard M. Slevinsky

MATH 209, Lab 5. Richard M. Slevinsky MATH 209, Lab 5 Richard M. Slevinsky Problems 1. Say the temperature T at any point (x, y, z) in space is given by T = 4 x y z 2. Find the hottest point on the sphere F = x 2 + y 2 + z 2 100 = 0; We equate

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

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

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

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

Section 4: Extreme Values & Lagrange Multipliers.

Section 4: Extreme Values & Lagrange Multipliers. Section 4: Extreme Values & Lagrange Multipliers. Compiled by Chris Tisdell S1: Motivation S2: What are local maxima & minima? S3: What is a critical point? S4: Second derivative test S5: Maxima and Minima

More information

Rectangular Coordinates in Space

Rectangular Coordinates in Space Rectangular Coordinates in Space Philippe B. Laval KSU Today Philippe B. Laval (KSU) Rectangular Coordinates in Space Today 1 / 11 Introduction We quickly review one and two-dimensional spaces and then

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

Optimizations and Lagrange Multiplier Method

Optimizations and Lagrange Multiplier Method Introduction Applications Goal and Objectives Reflection Questions Once an objective of any real world application is well specified as a function of its control variables, which may subject to a certain

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

5 Day 5: Maxima and minima for n variables.

5 Day 5: Maxima and minima for n variables. UNIVERSITAT POMPEU FABRA INTERNATIONAL BUSINESS ECONOMICS MATHEMATICS III. Pelegrí Viader. 2012-201 Updated May 14, 201 5 Day 5: Maxima and minima for n variables. The same kind of first-order and second-order

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

12.8 Maximum/Minimum Problems

12.8 Maximum/Minimum Problems Section 12.8 Maximum/Minimum Problems Page 1 12.8 Maximum/Minimum Problems In Chapter 4 we showed how to use derivatives to find maximum and minimum values of functions of a single variable. When those

More information

Three-Dimensional Coordinate Systems

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

More information

Lagrange Multipliers and Problem Formulation

Lagrange Multipliers and Problem Formulation Lagrange Multipliers and Problem Formulation Steven J. Miller Department of Mathematics and Statistics Williams College Williamstown, MA 01267 Abstract The method of Lagrange Multipliers (and its generalizations)

More information

UNIT 3 EXPRESSIONS AND EQUATIONS Lesson 3: Creating Quadratic Equations in Two or More Variables

UNIT 3 EXPRESSIONS AND EQUATIONS Lesson 3: Creating Quadratic Equations in Two or More Variables Guided Practice Example 1 Find the y-intercept and vertex of the function f(x) = 2x 2 + x + 3. Determine whether the vertex is a minimum or maximum point on the graph. 1. Determine the y-intercept. The

More information

CCBC Math 081 Geometry Section 2.2

CCBC Math 081 Geometry Section 2.2 2.2 Geometry Geometry is the study of shapes and their mathematical properties. In this section, we will learn to calculate the perimeter, area, and volume of a few basic geometric shapes. Perimeter We

More information

12 and the critical numbers of f ( )

12 and the critical numbers of f ( ) Math 1314 Lesson 15 Second Derivative Test and Optimization There is a second derivative test to find relative extrema. It is sometimes convenient to use; however, it can be inconclusive. Later in the

More information

Hw 4 Due Feb 22. D(fg) x y z (

Hw 4 Due Feb 22. D(fg) x y z ( Hw 4 Due Feb 22 2.2 Exercise 7,8,10,12,15,18,28,35,36,46 2.3 Exercise 3,11,39,40,47(b) 2.4 Exercise 6,7 Use both the direct method and product rule to calculate where f(x, y, z) = 3x, g(x, y, z) = ( 1

More information

Solutions to assignment 3

Solutions to assignment 3 Math 9 Solutions to assignment Due: : Noon on Thursday, October, 5.. Find the minimum of the function f, y, z) + y + z subject to the condition + y + z 4. Solution. Let s define g, y, z) + y + z, so 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

Lagrangian Multipliers

Lagrangian Multipliers Università Ca Foscari di Venezia - Dipartimento di Management - A.A.2017-2018 Mathematics Lagrangian Multipliers Luciano Battaia November 15, 2017 1 Two variables functions and constraints Consider a two

More information

12/11/2018 Algebra II - Semester 1 Review

12/11/2018 Algebra II - Semester 1 Review Name: Semester Review - Study Guide Score: 72 / 73 points (99%) Algebra II - Semester 1 Review Multiple Choice Identify the choice that best completes the statement or answers the question. Name the property

More information

30. Constrained Optimization

30. Constrained Optimization 30. Constrained Optimization The graph of z = f(x, y) is represented by a surface in R 3. Normally, x and y are chosen independently of one another so that one may roam over the entire surface of f (within

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

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

. 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

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

Finding the Maximum or Minimum of a Quadratic Function. f(x) = x 2 + 4x + 2.

Finding the Maximum or Minimum of a Quadratic Function. f(x) = x 2 + 4x + 2. Section 5.6 Optimization 529 5.6 Optimization In this section we will explore the science of optimization. Suppose that you are trying to find a pair of numbers with a fixed sum so that the product of

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

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

MAC Learning Objectives. Module 4. Quadratic Functions and Equations. - Quadratic Functions - Solving Quadratic Equations

MAC Learning Objectives. Module 4. Quadratic Functions and Equations. - Quadratic Functions - Solving Quadratic Equations MAC 1105 Module 4 Quadratic Functions and Equations Learning Objectives Upon completing this module, you should be able to: 1. Understand basic concepts about quadratic functions and their graphs. 2. Complete

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

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

15.4 Constrained Maxima and Minima

15.4 Constrained Maxima and Minima 15.4 Constrained Maxima and Minima Question 1: Ho do ou find the relative extrema of a surface hen the values of the variables are constrained? Question : Ho do ou model an optimization problem ith several

More information

Answers Investigation 4

Answers Investigation 4 Answers Applications 1 4. Patterns 2 and 4 can fold to form closed boxes. Patterns 1 and 3 cannot fold to form closed boxes. 10. Sketch of box and possible net: 5. a. Figures 1 and 2 can be folded to form

More information

Chapter 6. Curves and Surfaces. 6.1 Graphs as Surfaces

Chapter 6. Curves and Surfaces. 6.1 Graphs as Surfaces Chapter 6 Curves and Surfaces In Chapter 2 a plane is defined as the zero set of a linear function in R 3. It is expected a surface is the zero set of a differentiable function in R n. To motivate, graphs

More information

Graphs of Equations. MATH 160, Precalculus. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Graphs of Equations

Graphs of Equations. MATH 160, Precalculus. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Graphs of Equations Graphs of Equations MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: sketch the graphs of equations, find the x- and y-intercepts

More information

A C E. Answers Investigation 4. Applications. b. Possible answers:

A C E. Answers Investigation 4. Applications. b. Possible answers: Answers Applications 4. Patterns and 4 can fold to form closed boxes. Patterns and cannot fold to form closed boxes. 5. a. Figures and can be folded to form a closed box. Pattern C cannot. b. Figure :

More information

Optimization problems with constraints - the method of Lagrange multipliers

Optimization problems with constraints - the method of Lagrange multipliers Monday, October 12 was Thanksgiving Holiday Lecture 13 Optimization problems with constraints - the method of Lagrange multipliers (Relevant section from the textbook by Stewart: 14.8) In Lecture 11, we

More information

1 of 34 7/9/2018, 8:08 AM

1 of 34 7/9/2018, 8:08 AM of 34 7/9/08, 8:08 AM Student: Date: Instructor: Alfredo Alvarez Course: Math 040 Spring 08 Assignment: Math 040 Homework3bbbbtsilittle. Graph each integer in the list on the same number line. 3, 3, 5,

More information

MATH Lagrange multipliers in 3 variables Fall 2016

MATH Lagrange multipliers in 3 variables Fall 2016 MATH 20550 Lagrange multipliers in 3 variables Fall 2016 1. The one constraint they The problem is to find the extrema of a function f(x, y, z) subject to the constraint g(x, y, z) = c. The book gives

More information

3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS

3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS 3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS Finding the Zeros of a Quadratic Function Examples 1 and and more Find the zeros of f(x) = x x 6. Solution by Factoring f(x) = x x 6 = (x 3)(x + )

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

ALGEBRA 2 W/ TRIGONOMETRY MIDTERM REVIEW

ALGEBRA 2 W/ TRIGONOMETRY MIDTERM REVIEW Name: Block: ALGEBRA W/ TRIGONOMETRY MIDTERM REVIEW Algebra 1 Review Find Slope and Rate of Change Graph Equations of Lines Write Equations of Lines Absolute Value Functions Transformations Piecewise Functions

More information

Lesson 1: Analyzing Quadratic Functions

Lesson 1: Analyzing Quadratic Functions UNIT QUADRATIC FUNCTIONS AND MODELING Lesson 1: Analyzing Quadratic Functions Common Core State Standards F IF.7 F IF.8 Essential Questions Graph functions expressed symbolically and show key features

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

EXTRA-CREDIT PROBLEMS ON SURFACES, MULTIVARIABLE FUNCTIONS AND PARTIAL DERIVATIVES

EXTRA-CREDIT PROBLEMS ON SURFACES, MULTIVARIABLE FUNCTIONS AND PARTIAL DERIVATIVES EXTRA-CREDIT PROBLEMS ON SURFACES, MULTIVARIABLE FUNCTIONS AND PARTIAL DERIVATIVES A. HAVENS These problems are for extra-credit, which is counted against lost points on quizzes or WebAssign. You do not

More information

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

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

More information

Lesson 23: Surface Area

Lesson 23: Surface Area Lesson 23 Lesson 23: Classwork Opening Exercise Calculate the surface area of the square pyramid. Example 1 a. Calculate the surface area of the rectangular prism. Lesson 23: S.142 Lesson 23 b. Imagine

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

Math 253, Section 102, Fall 2006 Practice Final Solutions

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

More information

Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives

Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives In general, if f is a function of two variables x and y, suppose we let only x vary while keeping y fixed, say y = b, where b is a constant. By the definition of a derivative, we have Then we are really

More information

Linear and quadratic Taylor polynomials for functions of several variables.

Linear and quadratic Taylor polynomials for functions of several variables. ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 016, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is

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

MATH-8 Review Volume of 3D shapes 2018 N Exam not valid for Paper Pencil Test Sessions

MATH-8 Review Volume of 3D shapes 2018 N Exam not valid for Paper Pencil Test Sessions MATH-8 Review Volume of 3D shapes 2018 N Exam not valid for Paper Pencil Test Sessions [Exam ID:2YBSPT 1 What is the volume of a cube with a length of 8 inches? A 96 in 3 B 256 in 3 C 512 in 3 D 384 in

More information

Daily WeBWorK, #1. This means the two planes normal vectors must be multiples of each other.

Daily WeBWorK, #1. This means the two planes normal vectors must be multiples of each other. Daily WeBWorK, #1 Consider the ellipsoid x 2 + 3y 2 + z 2 = 11. Find all the points where the tangent plane to this ellipsoid is parallel to the plane 2x + 3y + 2z = 0. In order for the plane tangent to

More information

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius.

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius. NAME DATE PER. REVIEW #18: SPHERES, COMPOSITE FIGURES, & CHANGING DIMENSIONS PART 1: SURFACE AREA & VOLUME OF SPHERES Find the measure(s) indicated. Answers to even numbered problems should be rounded

More information

Section 4.2 selected answers Math 131 Multivariate Calculus D Joyce, Spring 2014

Section 4.2 selected answers Math 131 Multivariate Calculus D Joyce, Spring 2014 4. Determine the nature of the critical points of Section 4. selected answers Math 11 Multivariate Calculus D Joyce, Spring 014 Exercises from section 4.: 6, 1 16.. Determine the nature of the critical

More information

Section 2.1 Graphs. The Coordinate Plane

Section 2.1 Graphs. The Coordinate Plane Section 2.1 Graphs The Coordinate Plane Just as points on a line can be identified with real numbers to form the coordinate line, points in a plane can be identified with ordered pairs of numbers to form

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

Polynomial and Rational Functions

Polynomial and Rational Functions Chapter 3 Polynomial and Rational Functions Review sections as needed from Chapter 0, Basic Techniques, page 8. Refer to page 187 for an example of the work required on paper for all graded homework unless

More information

Math 126 Number Theory

Math 126 Number Theory Math 16 Number Theory Prof. D. Joyce, Clark University 8 Mar 006 Due Friday. Page 155: exercises 1,, 7. Choose one of the three and write it up completely. Whichever one you choose, find all those solutions

More information

Perspective projection and Transformations

Perspective projection and Transformations Perspective projection and Transformations The pinhole camera The pinhole camera P = (X,,) p = (x,y) O λ = 0 Q λ = O λ = 1 Q λ = P =-1 Q λ X = 0 + λ X 0, 0 + λ 0, 0 + λ 0 = (λx, λ, λ) The pinhole camera

More information