Math 233. Lagrange Multipliers Basics

Size: px
Start display at page:

Download "Math 233. Lagrange Multipliers Basics"

Transcription

1 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: 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 ( 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 x + y and the length is z. We then maximize volume f(x, y, z) = xyz subject to the constraint g(x, y, z) = x+y +z = 138. The equation f = λ g leads to the equations yz = λ xz = λ xy = λ This implies λ = yz = xz and so y = x (since for maximal volume x 0, y 0 and z 0) and λ = yz = xy and so z = x. Plugging these relations in the constraint x + y + z = 138 result in x + x + x = 138 = 6x = 138 = x = 3 Then z = (3) = 46 and the dimensions of the package are 3 inches by 3 inches by 46 inches yielding a maximum volume of 4334 cubic inches. Example. 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) = 9xy + 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 9y + 6z = λyz, 9x + 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 9 z + 6 y = 9 z + 6 x 9 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 constraint we have y y 3 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 y + z = 8 that is closest to (0, 0, 0). Answer. Minimize f(x, y, z) = x + y + z subject to g(x, y, z) = 3x y + z = 8. Using Lagrange multipliers one solves f = λ g, or x = 3λ y = λ z = λ The first and third equation imply x = 3z; the second and third imply y = z. When these relations are substituted back into the constraint we obtain 9z + 4z + z = 8. This implies z =. The nearest point is thus (6, 4, ). 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 9000 square cm and whose edge length (sum of lengths of all twelve edges) is 50 cm. Answer. First, the edges cannot all be equal, because if they were, the edge length would be 50/1 = 43 cm and then the surface area would be 6(43) = square cm which exceeds the given value of 9000 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 xy + xz + yz = 9000 and 4x + 4y + 4z = 50 We divide these constraint equations by 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 + y = 130 = x = 130 y Finally, putting this information into the constraint xy + xz + yz = 4500 yields (130 y)y + (130 y)y + y = 4500 = 3y 60y = 0 The quadratic formula then implies y = 60 ± 60 4(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 Example 5. The surface are of a right-circular cone of radius r and height h is S = πr r + h, and its volume is V = 1 3 πr h. Find the radius and height of a cone of maximum volume whose surface area is S = 8. Answer. We will use Lagrange multipliers to maximize f(r, h) = 1 3 πr h subject to g(r, h) = πr r + h = 8 Let f r = λg r and f h = λg h yields 3 πrh = λ ( π r + h + ) r r + h and 1 πrh 3 πr = λ r + h we know r 0 at a maximum volume, and so the previous two equations simplify to ( ) r 3 rh = λ r + h + and 1 r + h 3 r = λ πrh r + h Solving the second equation for λ we have λ = r r + h 3h

4 Now substitute this expression for λ in to the first equation to obtain 3 rh = r ( ) r + h r r + h 3h + or r + h 3 rh = r 3h [(r + h ) + r ] and so multiplying both sides by 3h and dividing by r implies h = (r + h ) + r which implies h = r and so h = r Putting h = r in the constraint implies 8 = πr 3r and so r = 8/(π 3) 1.15 and h = (1.15)

5 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.. Find the volume of the largest rectangular box with edges parallel to the axes that can be inscribed in the ellipsoid x 81 + y 36 + z 9 = 1 3. Find the point on the plane 4x 5y + 5z = 13 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. 6. Find the minimum and maximum values of the function on the domain x + y 90. f(x, y) = 3x + 4y 6x 1 7. Find the maximum and minimum values of f(x, y) = 13x+y on the ellipse 6x +1y = 1. Express answers to four decimal places. 8. Find the radius and height of a closed tin can of maximal volume that is in the shape of a right circular cylinder and whose surface area is 16π square centimeters (the surface area includes the side wall, and top and bottom).

6 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) = 9xy + 8xz + 8yz Subject to g(x, y, z) = xyz = Using Lagrange multipliers we get 9y + 8z = λyz, 9x + 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 9y + 8z yz = 9x + 8z xz = 9xy + 8xz = 9xy + 8yz = x = y Similarly, 9y + 8z yz = 8y + 8x xy = 9xy + 8xz = 8yz + 8xz = z = 9 8 x Plugging these into the constraint we have x x 9 8 x = 4608 = x3 = 4096 = 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.. Find the volume of the largest rectangular box with edges parallel to the axes that can be inscribed in the ellipsoid x 81 + y 36 + z 9 = 1 Solution: We will maximize f(x, y, z) = xyz subject to the constraint g(x, y, z) = x 81 + y 36 + z 9 = 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 = λx 81 xz = λy 36 xy = λz 9

7 Notice that for a maximum, x 0, y 0 and z 0. Then dividing the first equation by the second we have yz xz = λx λy = y x = 36x 81y y = x = = y = 36x 81 Similary, dividing the first equation by the third we have yz xy = λx 81 9 λz = z x = 9x 81z z = x = 9 81 = z = 9x 81 Substituting these into the constraint, we find then y = 6 9 x x (81)(36) + 9x (81)(9) = 1 = x = 81 3 = x = = 6 and z = = 3. Then the maximum volume is 3 3 V = = Find the point on the plane 4x 5y + 5z = 13 that is closest to (0, 0, 0). Solution: Minimize f(x, y, z) = x +y +z subject to g(x, y, z) = 4x 5y+5z = 13. Using Lagrange multipliers one solves f = λ g, or Then and so y = 5x, and z = 5 x and then 4 4 x = 4λ y = 5λ z = 5λ λ = x 4 = y 5 = z 5 4x x + 5 x = 13 = 66x = 58 = 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.

8 Solution: First, the edges cannot all be equal, because if they were, the edge length would be 564/1 = 47 cm and then the surface area would be 6(47) = 1354 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 xy + xz + yz = and 4x + 4y + 4z = 564 We divide these constraint equations by 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 + y = 141 = x = 141 y Finally, putting this information into the constraint xy + xz + yz = 6550 yields (141 y)y + (141 y)y + y = 6550 = 3y 8y = 0 The quadratic formula then implies y = 8 ± 8 4(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

9 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 x + y and the length is z. We then maximize volume f(x, y, z) = xyz subject to the constraint g(x, y, z) = x + y + z = 108. The equation f = λ g leads to the equations yz = λ xz = λ xy = λ This implies λ = yz = xz and so y = x (since for maximal volume x 0, y 0 and z 0) and λ = yz = xy and so z = x. Plugging y = x and z = x in the constraint x + y + z = 108 results in x + x + x = 108 = 6x = 108 = x = 18 Then z = (18) = 36 and the dimensions of the package are 18 inches by 18 inches by 36 inches yielding a maximum volume of cubic inches. 6. Find the minimum and maximum values of the function on the domain x + y 90. f(x, y) = 3x + 4y 6x 1 Solution: We will consider the problem to find the maximum and minimum of f(x, y) subject to the constraint g(x, y) = x + y = c where c is any number from 0 to 90. Then f(x, y) = λ g implies 6x 6 = λx and 8y = λy In the case y 0, the equation 8y = λy implies λ = 4. Plugging λ = 4 back into the first equation implies 6x 6 = 8x and so x = 3. This leads to a maximum when c = 90 and there is no minimum since c 0. In this case x = 9 and y = 81 and so f(x, y) = 375 which is the maximum value of f achieved on the given domain. In the case y = 0, we have f(x, 0) = 3x 6x 1. This has a minimum when 6x 6 = 0 and so x = 1. This minimum is f(1, 0) = 3(1 ) (6)(1) 1 = 15 which is the minimum value achieved by f on the given domain. 7. Find the maximum and minimum values of f(x, y) = 13x+y on the ellipse 6x +1y = 1. Express answers to four decimal places.

10 Solution: We maximize f(x, y) subject to the constraint g(x, y) = 6x + 1y = 1. The equation f = λ g implies 13 = (6)λx and = (6)λy These equations imply λ 0, and so we solve for x and y obtaining x = 13 (6)λ and y = (1)λ Plugging these values back into the constraint we have 13 4(6)λ + 4(1)λ = 1 = λ = ± 13 4(6) + 4(1) That is λ ± and so substituting back into equations for x and y we find The maximum is approximately x ± and y ± f( , ) = (13)( ) + ()( ) and the minimum is approximately f( , ) = (13)( ) ()( ) Find the radius and height of a closed tin can of maximal volume that is in the shape of a right circular cylinder and whose surface area is 16π square centimeters (the surface area includes the side wall, and top and bottom). Solution: Let r denote the radius and let h denote the height of the can. Then we maximize V (r, h) = πr h subject to S(r, h) = πr + πrh = 16π Using Lagrange multipliers we solve V = λ S, thus The second equation implies πrh = λ(4πr + πh) and πr = λ(πr) r = λ(r) = λ = r since r 0 in the maximum volume case. Plugging this in the first equation implies πrh = πr + πrh = rh = r = h = r since r 0.

11 We put h = r into the constraint to find πr + πr(r) = 16π = 6πr = 16π = r = 36 = r = 6 Thus the can has radius r = 6 cm and height h = 1 cm producing a maximum volume of V = 43π cubic cm.

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

(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

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

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

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

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

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

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

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

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

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

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

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

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

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

Chapter 7 Connect Algebra to Geometry

Chapter 7 Connect Algebra to Geometry Lesson 7-1 Volume of Cylinders Page 79 Determine the volume of the cylinder. Round to the nearest tenth. V Bh V (π r ) h Volume of a cylinder The base is a circle. V π() (5) Replace r with and h with 5.

More information

Volume of Cylinders. Volume of Cones. Example Find the volume of the cylinder. Round to the nearest tenth.

Volume of Cylinders. Volume of Cones. Example Find the volume of the cylinder. Round to the nearest tenth. Volume of Cylinders As with prisms, the area of the base of a cylinder tells the number of cubic units in one layer. The height tells how many layers there are in the cylinder. The volume V of a cylinder

More information

Multivariate Calculus: Review Problems for Examination Two

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

More information

Math 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

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

MAT203 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS

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

More information

MATH 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

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

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

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

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

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

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

Finding Surface Areas and Volumes of Composite Solids

Finding Surface Areas and Volumes of Composite Solids Finding Surface Areas and Volumes of Composite Solids Recall that the perimeter of a two-dimensional composite figure is the sum of the perimeters of the shapes that make up the figure, minus the lengths

More information

422 UNIT 12 SOLID FIGURES. The volume of an engine s cylinders affects its power.

422 UNIT 12 SOLID FIGURES. The volume of an engine s cylinders affects its power. UNIT 12 Solid Figures The volume of an engine s cylinders affects its power. 422 UNIT 12 SOLID FIGURES Gas-powered engines are driven by little explosions that move pistons up and down in cylinders. When

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

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

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

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

Park Forest Math Team. Meet #5. Self-study Packet. Problem Categories for this Meet (in addition to topics of earlier meets):

Park Forest Math Team. Meet #5. Self-study Packet. Problem Categories for this Meet (in addition to topics of earlier meets): Park Forest Math Team Meet #5 Self-study Packet Problem Categories for this Meet (in addition to topics of earlier meets): 1. Mystery: Problem solving 2. : Solid (Volume and Surface Area) 3. Number Theory:

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

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

3D Object Unit Review

3D Object Unit Review Name: Class: Date: ID: A 3D Object Unit Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. A rectangular prism has a volume of 3x 2 + 18x + 24. Its

More information

Park Forest Math Team. Meet #5. Self-study Packet. Problem Categories for this Meet (in addition to topics of earlier meets):

Park Forest Math Team. Meet #5. Self-study Packet. Problem Categories for this Meet (in addition to topics of earlier meets): Park Forest Math Team Meet #5 Self-study Packet Problem Categories for this Meet (in addition to topics of earlier meets): 1. Mystery: Problem solving 2. : Solid (Volume and Surface Area) 3. Number Theory:

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

Park Forest Math Team. Meet #5. Self-study Packet. Problem Categories for this Meet (in addition to topics of earlier meets):

Park Forest Math Team. Meet #5. Self-study Packet. Problem Categories for this Meet (in addition to topics of earlier meets): Park Forest Math Team Meet #5 Self-study Packet Problem Categories for this Meet (in addition to topics of earlier meets): 1. Mystery: Problem solving 2. : Solid (Volume and Surface Area) 3. Number Theory:

More information

Part 1: Perimeter and Area Relationships of a Rectangle

Part 1: Perimeter and Area Relationships of a Rectangle Part 1: Perimeter and Area Relationships of a Rectangle Optimization: the process of finding values that make a given quantity the greatest (or least) possible given certain conditions. Investigation 1:

More information

Math League SCASD. Meet #5. Self-study Packet. Problem Categories for this Meet (in addition to topics of earlier meets):

Math League SCASD. Meet #5. Self-study Packet. Problem Categories for this Meet (in addition to topics of earlier meets): Math League SCASD Meet #5 Self-study Packet Problem Categories for this Meet (in addition to topics of earlier meets): 1. Mystery: Problem solving 2. : Solid (Volume and Surface Area) 3. Number Theory:

More information

Center of a sphere. Radius of a sphere. Chord of a sphere. Diameter of a sphere

Center of a sphere. Radius of a sphere. Chord of a sphere. Diameter of a sphere 12.6 Surface Area and Volume of Spheres Goal p Find surface areas and volumes of spheres. Your Notes VOCABULARY Sphere Center of a sphere Radius of a sphere Chord of a sphere Diameter of a sphere Tangent

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

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

Aptitude Volume and Surface Area. Theory

Aptitude Volume and Surface Area. Theory Aptitude Volume and Surface Area Theory Volume Volume is the amount of space inside a three-dimensional (length, width and height.) object, or its capacity. measured in cubic units. Surfce Area Total area

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

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

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

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

17.2 Surface Area of Prisms

17.2 Surface Area of Prisms h a b c h a b c Locker LESSON 17. Surface Area of Prisms and Cylinders Texas Math Standards The student is expected to: G.11.C Apply the formulas for the total and lateral surface area of three-dimensional

More information

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

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

More information

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

Name Date Period. Multiple Choice

Name Date Period. Multiple Choice Name Date Period Worksheet 3.6 Optimization Show all work. Calculator permitted. Show all set-ups and analysis. Report all answers to 3 decimals and avoid intermediate rounding error. Multiple Choice 1.

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

Geometry Surface Area & Volume of Prisms & Cylinders.

Geometry Surface Area & Volume of Prisms & Cylinders. Geometry 11.5 Surface Area & Volume of Prisms & Cylinders mbhaub@mpsaz.org 11.5 Essential Question How do you find the surface area and volume of a prism or cylinder? Geometry 12.2 Surface Area of Prisms

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

Sect Volume. 3 ft. 2 ft. 5 ft

Sect Volume. 3 ft. 2 ft. 5 ft 199 Sect 8.5 - Volume Objective a & b: Understanding Volume of Various Solids The Volume is the amount of space a three dimensional object occupies. Volume is measured in cubic units such as in or cm.

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

Measurement and Geometry: Area and Volume of Geometric Figures and Objects *

Measurement and Geometry: Area and Volume of Geometric Figures and Objects * OpenStax-CNX module: m35023 1 Measurement and Geometry: and Volume of Geometric Figures and Objects * Wade Ellis Denny Burzynski This work is produced by OpenStax-CNX and licensed under the Creative Commons

More information

UNIT 3 CIRCLES AND VOLUME Lesson 5: Explaining and Applying Area and Volume Formulas Instruction

UNIT 3 CIRCLES AND VOLUME Lesson 5: Explaining and Applying Area and Volume Formulas Instruction UNIT CIRCLES AND VOLUME Prerequisite Skills This lesson requires the use of the following skills: calculating with fractions and decimals understanding operations with exponents knowing area, surface area,

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

Vocabulary. Triangular pyramid Square pyramid Oblique square pyramid Pentagonal pyramid Hexagonal Pyramid

Vocabulary. Triangular pyramid Square pyramid Oblique square pyramid Pentagonal pyramid Hexagonal Pyramid CP1 Math 2 Unit 8: S.A., Volume, Trigonometry: Day 7 Name Surface Area Objectives: Define important vocabulary for 3-dimensional figures Find the surface area for various prisms Generalize a formula for

More information

Chapter 12 Review Period:

Chapter 12 Review Period: Chapter 12 Review Name: Period: 1. Find the number of vertices, faces, and edges for the figure. 9. A polyhedron has 6 faces and 7 vertices. How many edges does it have? Explain your answer. 10. Find the

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

12.5 Investigate the Volume of a Pyramid

12.5 Investigate the Volume of a Pyramid Investigating g Geometry ACTIVITY Use before Lesson 12.5 12.5 Investigate the Volume of a Pyramid MATERIALS ruler poster board scissors tape uncooked rice Q U E S T I O N How is the volume of a pyramid

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

Write Euler s Theorem. Solving Problems Using Surface Area and Volume. Figure Surface Area Volume. Cl V 5 1 } 3

Write Euler s Theorem. Solving Problems Using Surface Area and Volume. Figure Surface Area Volume. Cl V 5 1 } 3 CHAPTER SUMMARY Big Idea 1 BIG IDEAS Exploring Solids and Their Properties For Your Notebook Euler s Theorem is useful when finding the number of faces, edges, or vertices on a polyhedron, especially when

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

FORMULAE: VOLUMES & SURFACE AREA 1. Cuboid Let, length = l, breadth = b and height = h units. (i) Volume of Cuboid = (l b h) cubic units. (ii) Whole surface of cuboid = (lb + bh + lh) sq.units. (iii) Diagonal

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

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

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

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

Lesson 6 Reteach. Surface Area of Prisms. Example. Exercises. 232 in^ tt^^ Find the surface area of the rectangular prism.

Lesson 6 Reteach. Surface Area of Prisms. Example. Exercises. 232 in^ tt^^ Find the surface area of the rectangular prism. Lesson 6 Reteach Surface Area of Prisms T h e s u m of the areas of all the surfaces, or faces, of a three-dimensional shape is the surface area. T h e surface area of a rectangular prism with length f,

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

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

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

More information

5 Applications of Definite Integrals

5 Applications of Definite Integrals 5 Applications of Definite Integrals The previous chapter introduced the concepts of a definite integral as an area and as a limit of Riemann sums, demonstrated some of the properties of integrals, introduced

More information

Section 9.4. Volume and Surface Area. Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Section 9.4. Volume and Surface Area. Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 9.4 Volume and Surface Area What You Will Learn Volume Surface Area 9.4-2 Volume Volume is the measure of the capacity of a three-dimensional figure. It is the amount of material you can put inside

More information

Geometry: Notes

Geometry: Notes Geometry: 11.5-11.8 Notes NAME 11.5 Volumes of Prisms and Cylinders Date: Define Vocabulary: volume Cavalieri s Principle density similar solids Examples: Finding Volumes of Prisms 1 Examples: Finding

More information

3. Draw the orthographic projection (front, right, and top) for the following solid. Also, state how many cubic units the volume is.

3. Draw the orthographic projection (front, right, and top) for the following solid. Also, state how many cubic units the volume is. PAP Geometry Unit 7 Review Name: Leave your answers as exact answers unless otherwise specified. 1. Describe the cross sections made by the intersection of the plane and the solids. Determine if the shape

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

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

Volume of Prisms & Cylinders

Volume of Prisms & Cylinders 4.4.D1 Volume of Prisms & Cylinders Recall that the volume of a three-dimensional figure is the number of nonoverlapping cubic units contained in the interior of the figure. For example, the prism at right

More information

12-3 Surface Areas of Pyramids and Cones

12-3 Surface Areas of Pyramids and Cones 18. MOUNTAINS A conical mountain has a radius of 1.6 kilometers and a height of 0.5 kilometer. What is the lateral area of the mountain? The radius of the conical mountain is 1.6 kilometers and the height

More information

11.4 Volume of Prisms and Cylinders

11.4 Volume of Prisms and Cylinders 11.4 Volume of Prisms and Cylinders Learning Objectives Find the volume of a prism. Find the volume of a cylinder. Review Queue 1. Define volume in your own words. 2. What is the surface area of a cube

More information

Use this space for computations. 3 In parallelogram QRST shown below, diagonal TR. is drawn, U and V are points on TS and QR,

Use this space for computations. 3 In parallelogram QRST shown below, diagonal TR. is drawn, U and V are points on TS and QR, 3 In parallelogram QRST shown below, diagonal TR is drawn, U and V are points on TS and QR, respectively, and UV intersects TR at W. Use this space for computations. If m S 60, m SRT 83, and m TWU 35,

More information

Find the maximum value and minimum values of f(x) for x in [0, 4]. Graph f(x) to check your answers. ( answer)

Find the maximum value and minimum values of f(x) for x in [0, 4]. Graph f(x) to check your answers. ( answer) Exercises 6.1 Ex 6.1.1 Let f(x) = { 1 + 4x x2 (x + 5)/2 for x 3 for x > 3 Find the maximum value and minimum values of f(x) for x in [0, 4]. Graph f(x) to check your answers. max at (2, 5), min at (0,

More information

Name: Target 12.2: Find and apply surface of Spheres and Composites 12.2a: Surface Area of Spheres 12.2b: Surface Area of Composites Solids

Name: Target 12.2: Find and apply surface of Spheres and Composites 12.2a: Surface Area of Spheres 12.2b: Surface Area of Composites Solids Unit 12: Surface Area and Volume of Solids Target 12.0: Euler s Formula and Introduction to Solids Target 12.1: Find and apply surface area of solids 12.1a: Surface Area of Prisms and Cylinders 12.1b:

More information

Additional Practice. Name Date Class

Additional Practice. Name Date Class Additional Practice Investigation 1 1. The four nets below will fold into rectangular boxes. Net iii folds into an open box. The other nets fold into closed boxes. Answer the following questions for each

More information

January 23, HW 3 GeometricSolids Key. Fundamentals of Algebra. Geometric Solids. Homework #3. Key

January 23, HW 3 GeometricSolids Key. Fundamentals of Algebra. Geometric Solids. Homework #3. Key Fundamentals of Algebra Geometric Solids Homework #3 Key 1 Problem #1 6 2 Problem #1 I Need To 6 I need to find the container that holds the largest volume of water, choosing between two cylinders and

More information

Lesson 3: Definition and Properties of Volume for Prisms and Cylinders

Lesson 3: Definition and Properties of Volume for Prisms and Cylinders : Definition and Properties of Volume for Prisms and Cylinders Learning Targets I can describe the properties of volume. I can find the volume of any prism and cylinder using the formula Area of Base Height.

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

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

Loki s Practice Sets for PUBP555: Math Camp Spring 2014

Loki s Practice Sets for PUBP555: Math Camp Spring 2014 Loki s Practice Sets for PUBP555: Math Camp Spring 2014 Contents Module 1... 3 Rounding Numbers... 3 Square Roots... 3 Working with Fractions... 4 Percentages... 5 Order of Operations... 6 Module 2...

More information