Let f(x) = x, but the domain of f is the interval 0 x 1. Note

Size: px
Start display at page:

Download "Let f(x) = x, but the domain of f is the interval 0 x 1. Note"

Transcription

1 I.g Maximum and Minimum. Lagrange Multipliers Recall: Suppose we are given y = f(x). We recall that the maximum/minimum points occur at the following points: (1) where f = 0; (2) where f does not exist; (3) on the frontier (if any) of the domain of f. Not all points x 0 which satisfy one of the above three conditions are maximum or minimum. To distinguish among points of type (1), we have the second derivative test: f (x 0 ) = 0 and f (x 0 ) < 0, then x 0 is a maximum; f (x 0 ) = 0 and f (x 0 ) > 0 imply x 0 is a minimum; f (x 0 ) = 0 means the test fails. Example 1. Let f(x) = x 2. Then f has a single minimum at x = 0, where f (x) = 0. Note f (x) = 2 > 0. Example 2. Let f(x) = x. Then f has a single minimum at x = 0. Here f does not exist. y y = f (x) x Example 3. Let f(x) = x, but the domain of f is the interval 0 x 1. Note f (x) = 1, and yet f has a maximum at x = 1 and at minimum at x = 0. These 61

2 are points on the frontier of the domain. y 0 y = f (x) 1 x We now pass to consider the case w = f(x, y, z). situations corresponding to the earlier cases (1) and (3). We shall only consider Case (2) will not be considered in this course. Suppose w has a maximum (or a minimum) at a point P 0 = (x 0, y 0, z 0 ) properly inside the domain of w. Then, fixing y = y 0 and z = z 0 gives a function of the single variable x, namely f(x, y 0, z 0 ). This will have a maximum (or a minimum) when x = x 0 and so x (x 0, y 0, z 0 ) = 0. In the same way, y (x 0, y 0, z 0 ) = 0, (x 0, y 0, z 0 ) = 0. w = f ( x 0, y 0, z 0 ) ( x 0, y 0, z 0 ) So, maximum (or minimum) inside the domain of f occur at the points where / x = / y = / = 0 (or f = 0). We term all points, where f = 0, critical points and note that as in the one dimensional case, not all such points need be maximum or minimum. 62

3 To find which points (x, y, z) amongst those satisfying f(x, y, z) = 0 are maximum, which are minimum and which are neither, we have a second derivative test, analogous to the one for the one dimensional case. We give this test only for the case w = f(x, y), and remark that it depends on the second partial derivative matrix being definite. For the purposes of this course it suffices to know: Suppose (x 0, y 0 ) satisfies f(x 0, y 0 ) = 0. Then calculate f xx f yy fxy 2 at (x 0, y 0 ). If a) f xx f yy fxy 2 > 0 and f xx < 0, then (x 0, y 0 ) is a maximum; b) f xx f yy fxy 2 > 0 and f xx > 0, then (x 0, y 0 ) is a minimum; c) f xx f yy fxy 2 < 0, then (x 0, y 0 ) is a saddle point (see below); d) f xx f yy fxy 2 = 0, test fails: (x 0, y 0 ) could be anything. Remark. A saddle point P is, as its name indicates, related to what a cowboy sits on. It is neither a maximum nor a minimum, even though f(p ) = 0. P Remark. Suppose we have w = f(x, y, z), and we only wish to find either the absolute maximum or the absolute minimum. One very simple way, often quite useful in practice is to calculate all points where f = 0, and then use physical intuition and/or evaluation of f at all these points. Choose the point(s) where f is largest or smallest, as needed. In such a situation, you need not calculate second derivatives of f. However, note that if f = 0 at just one point and physical 63

4 intuition fails, it will be impossible to tell in this way whether it is a maximum, minimum or nothing. Example 1. Find all critical points of w = x 2 2x + y 2 and classify them as maximum, minimum or saddle points. Answer. (1) w x critical point. = 2x 2, w y = 2y, so w = 0 iff x = 1, y = 0. This is the only (2) We now use the second derivative test: 2 w x 2 = 2, 2 w y = 2, 2 w 2 x y = 0 and so 2 w x 2 2 w y 2 2 w x y > 0, and since 2 w/ x 2 > 0 we conclude that x = 1, y = 0 is a minimum. Example 2. Same as Example 1, except now w = x 4 xy + y 4. Answer. Now: w x = 4x3 y, w y = 4y3 x and so we need 4x 3 y = 0 4y 3 x = 0 64

5 and so (4x 3 ) 3 = y 3 = x 4, i.e., 4 4 x 9 = x and either x = 0, or 4 4 x 8 = 1, whence x = ±1/2. We thus have three critical points: (0, 0), (1/2, 1/2), ( 1/2, 1/2). To see what they are, use the second derivative test: 2 w x 2 = 12x2, 2 w y 2 = 12y2, 2 w x y = 1. Hence at (0, 0) and (0, 0) is a saddle point. At (1/2, 1/2): 2 ( w x 2 w 2 ) 2 2 y w = 12 2 x y so (1/2, 1/2) is a minimum. At ( 1/2, 1/2): 2 ( w x 2 w 2 ) 2 2 y w = 1 < 0 2 x y ( ) ( ) 1 ( 1) 2 > 0 4 and 2 w x 2 > 0 2 ( w x 2 w 2 ) 2 2 y w > 0 and 2 x y 2 w x 2 > 0, so ( 1/2, 1/2) is also a minimum. In the above examples, the domain of f had no frontier, so max./min. (if any) had to occur inside the domain. We now consider the case where the domain has a frontier where maximum/minimum could also occur. To find these new possible 65

6 points, we note that in practice the boundary of a domain is given by a surface which constrains the domain, i.e., on the boundary of the domain the variables satisfy some relationship of the form g(x, y, z) = 0 (see below). We are thus led to the problem: Given: w = f(x, y, z) and a constraint g(x, y, z) = 0 find all max./min. We solve this problem by the method of Lagrange Multipliers. Suppose we could solve g(x, y, z) = 0 for z = z(x, y), say, and substituted this expression for z into w = f(x, y, z). We now have w = f(x, y, z) just as a function of (x, y), and we can proceed as before to find points where the gradient is zero! Note that since z is a function of (x, y) from g, we seek those (x, y) such that x + y + x = 0 (1) y How do we find / x, / y? We use g(x, y, z) = 0! So g x + g x = 0, g y + g y = 0 and, substituting into (1), (2) we get x = ( g/ x)/( g/) y = ( g/ y)/( g/) x + y + = 0. (2) and we have [ ] ( g/ x) = 0 ( g/) [ ] ( g/ y) = 0. ( g/) Put λ = (/)/( g/). λ is called a Lagrange Multiplier. 66 We then have at

7 max./min. for the constrained problem plus the constraint x λ g x = 0 y λ g y = 0 λ g = 0, g(x, y, z) = 0. Summary: Given w = f(x, y, z), with the constraint g(x, y, z) = 0, set H = f λg. The maximum/minimum are amongst those points (x, y, z) where x = y = = λ = 0. (3) Note that / λ = 0 is simply g(x, y, z) = 0, i.e., the constraint. We remark that if (x, y) satisfy (3), then it does not mean they are max./min. For the purposes of this course, we shall use (3) only to find the absolute maximum/minimum (see below). Remark. Suppose we have a problem with more constraints, e.g., w = f(x, y, z) with g(x, y, z) = 0 and h(x, y, z) = 0. The same procedure gives: H = f λg µh, with 2 Lagrange Multipliers λ, µ, and we need to solve the equations x = y = = λ = µ = 0. Remark. It is very difficult, in general, to solve for x, y, z (and if need be λ) 67

8 in the equations x = y = = λ = 0. Observe however, that since we seek the absolute max./min. of f, it does not matter if we solve these equations exactly, in the following sense: Make sure you do not miss points, but it is OK to include extra points (x, y, z) which may not satisfy all of the above equations, as long as such points satisfy the constraint. We just evaluate f at all of the points we have found, and choose those points where f is biggest or smallest. This may make the situation a little simpler, at expense of a bit of extra work: namely evaluating f at more points! See the examples below. Remark. There is another way to note that an absolute maximum of w = f(x, y) on the constraint g(x, y) = 0 we must have / x = λ g/ x, / y = λ g/ y and of course g(x, y) = 0. Specifically, consider the figure shown, where the constraint g(x, y) = 0 (a curve in this case!) is plotted. f (x, y) = c 2 g (x, y) = 0 f (x, y) = c 1 f (x, y) = c* We also plot curves f(x, y) = c, for various values of c, in the same figure. Now suppose f(x, y) = c 1 properly intersects the curve g(x, y) = c 1. Then c 1 cannot be the maximum of f(x, y) on g(x, y) = 0, since the cuve f(x, y) = c 2 will also 68

9 intersect g(x, y) = 0 for some c 2 bigger than c 1 and very close to c 1. It follows that at c, the largest value of c for which f(x, y) = c intersects g(x, y) = 0, the curves f(x, y) = c and g(x, y) = 0 must be tangential to each other, i.e., their normals must point in the same (or opposite) direction and this f = λ g for some λ. We now consider the following examples. Example 1. Find the absolute maximum and the absolute minimum of f = xy on x 2 + y 2 + z 2 = 1. Answer. Here H = f λg where g = x 2 + y 2 + z 2 1, so H = xy λ(x 2 + y 2 + z 2 1), then x = y λ(2x) = 0 y = x λ(2y) = 0 = λ2z = 0 λ = (x2 + y 2 + z 2 1) = 0. We focus on the 3rd equation: 2λz = 0. Thus either λ = 0 or z = 0. If λ = 0, then x = y = 0 from the first two equations. But x 2 + y 2 + z 2 = 1 and thus z = ±1. On the other hand, if z = 0, then y = 2λx, x = 2λy. Observe that if λ = 0, then x = 0, y = 0. So it looks like we found the point λ = 0 and (0, 0, 0). We cannot keep this point, since it is off the constraint surface 69

10 x 2 + y 2 + z 2 = 1. Note that if f(0, 0, 0) were smaller or bigger than f at the other points we found (this is not the case for this specific problem), then we would conclude that (0, 0, 0) would be a min or a max, and this would be wrong. On the other hand, if (0, 0, 0) had actually satisfied the constraint we could simply keep it and evaluate f there at the end. After all this, we conclude that λ 0 and so xy = 2λx 2 xy = 2λy 2 and thus x 2 = y 2. We have from the constraint 2x 2 = 1 or x = ±1/ 2. Since also 2y 2 = 1 then y = ±1/ 2. We conclude that a max./min. must be among the points (1/ 2, 1/ 2, 0), (1/ 2, 1/ 2, 0), ( 1/ 2, 1/ 2, 0), ( 1/ 2, 1/ 2, 0). We had earlier found the points (0, 0, 1), (0, 0, 1). All of these 6 points satisfy the constraint, and the easiest thing is just to evaluate f at all of them. We find f has the absolute maximum of 1/2 at (1/ 2, 1/ 2, 0) and ( 1/ 2, 1/ 2, 0); the absolute minimum of 1/2 at (1/ 2, 1/ 2, 0), ( 1/ 2, 1/ 2, 0). Example 2. Find the points on the surface x 2 = yz + 2 that are nearest to the origin. Answer. Let (x, y, z) be a given point. Its distance to the origin is x 2 + y 2 + z 2. To avoid arguments, it s easiest to work with D(x, y, z) = distance 2 = x 2 + y 2 + z 2. So we wish to minimize D(x, y, z) if (x, y, z) must satisfy the constraint x 2 = yz + 2 or g(x, y, z) = x 2 yz 2 = 0. We set H = D λg. Then x = y = = λ = 0 give 2x λ2x = 0 70

11 2y + λz = 0 2z + λy = 0 x 2 yz 2 = 0. The first equation gives two possibilities: either x = 0 or x 0. Suppose first x 0. Then λ = 1 and so 2y + z = 0 2z + y = 0 4y y = 0, i.e., y = 0 and then z = 0. We get from the last equation x 2 = 2 or x = ± 2. So we have found two possible points: ( 2, 0, 0), ( 2, 0, 0). Next, suppose x = 0. Then 2y + λz = 0 2z + λy = 0 yz = 2. Multiplying the first equation by z, the second by y: 2zy = λz 2 λz 2 = λy 2. 2zy = λy 2 Now λ 0 (otherwise y = 0, z = 0 contradicting the 3rd equation) and so z 2 = y 2, i.e., z = ±y. But the 3rd equation gives that z and y have opposite sign. We thus conclude z = y and y 2 = 2 or y = ± 2. So we have 2 more points: (0, 2, 2), (0, 2, 2). We now note from the nature of the problem that there are points on the 71

12 surface where D is smallest and evaluate D at the four candidates: D( 2, 0, 0) = 2, D( 2, 0, 0) = 2 D(0, 2, 2) = 4, D(0, 2, 2) = 4. Consequently, the points nearest the origin are (± 2, 0, 0), and their distance = D = 2. Remark. It is possible to do this problem in a different way, which removes the constraint. We have D = x 2 + y 2 + z 2, but x 2 = yz + 2 and so D = y 2 + z 2 + yz + 2. Note that (y, z) are not constrained except for the fact that x 2 = yz + 2 0, i.e., yz 2 and D is now D(x, y). We then have D y = 2y + z, D = 2z + y. So D = 0 at 2y + z = 0 2z + y = 0 = y = 0 (and so z = 0). But D yy = 2, D yz = 1, D zz = 2, i.e., D yy D zz D 2 yz > 0 and so y = 0, z = 0 gives a minimum where D = 2. In the previous example, we had the luxury of two different methods! Example 3. A flat plate has the shape of the unit disc: x 2 + y 2 1. The plate is heated, so that the temperature T (x, y) is given by T (x, y) = 2x 2 + y 2 y. Find the hottest and coldest points of the plate. Answer. We first seek maximum/minimum points properly inside the disc (i.e., 72

13 x 2 + y 2 < 1). Here T = 2x 2 + y 2 y gives T x = 4x, 2 T x 2 = 4 T y = 2y 1 2 T x y = 0, 2 T y 2 = 2. So, T = 0 at 4x = 0, 2y 1 = 0 or x = 0, y = 1/2. This point is properly inside 2 ( T the disc, so we proceed: x 2 T 2 ) 2 2 y T > 0 and at (x = 0, y = 1/2) T has 2 x y a minimum. We now check for max./min. on the frontier of the domain: x 2 + y 2 = 1. So we seek max./min. T = 2x 2 + y 2 y subject to the constraint x 2 + y 2 = 1 or x 2 + y 2 1 = 0. Put H = T λg = (2x 2 + y 2 y) λ(x 2 + y 2 1) So / x = / y = / λ = 0 give: 4x 2λx = 0 2y 1 2λy = 0 x 2 + y 2 = 1. Now λ 0, for otherwise x = 0, y = 1/2 and the 3rd equation fails. Now 2x(2 λ) = 0 2y(1 λ) = 1. The first equation gives either x = 0 or λ = 2. If x = 0, then y = ±1 (3rd equation). If λ = 2, then y = 1/2 and so x 2 = 3/4 (3rd equation). I.e., x = ± 3/2. We have 73

14 thus found the possible points: (0, 1), (0, 1), ( ) 3 2, 1, 2 ( ) 3 2, 1 2 and the earlier point (a minimum): (0, 1/2). We evaluate T at all of them: ( T (0, 1) = 0, T (0, 1) = 2, T 0, 1 ) = ( ) ( 3 T 2, 1 = ) 3, T 2, 1 = So we have: absolute minimum at (0, 1/2), absolute maxima at ( 3/2, 1/2), ( 3/2, 1/2). y ( 0, 1 2 ) x ( - 3 2, 1 2 ) ( 3 2, ) Example 4. Find the absolute max./min. of f = x + y + z on the surface x 4 + y 4 + z 4 = 1. Answer. We have H = (x + y + z) λ(x 4 + y 4 + z 4 1). 74

15 So x = 1 4λx3 = 0 y = 1 4λy3 = 0 = 1 4λz3 = 0 λ = (x4 + y 4 + z 4 1). We note from the first three equations that λ 0. Thus x 3 = y 3 = z 3 and so x = y = z. Now from the constraint equation, 3x 4 = 1 or x = ±1/ In the same way, y = ±1/3 1 4 and z = ±1/ We can now check f at the 8 possible points (±1/3 1 4, ±1/3 1 4, ±1/3 1 4 ). This is silly here, since it is extra work, but it is not wrong due to the fact that all 8 points satisfy the constraint. Note that we actually know x = y = z so there are only two points to really check: ( ) 1 3, 1 1/4 3, 1 1/4 3 1/4 and ( 1 3, 1 1/4 3, 1 ). 1/4 3 1/4 We clearly have the maximum of f at the first point, and the mimimum at the second point. Observe that actually the point (1/3 1 4, 1/3 1 4, 1/3 1 4 ) does not satisfy the first two equations, but keeping it and the other extra points only leads to extra work, not to the wrong answer since (1) all the points found satisfy the constraint and (2) only the absolute max./min. are sought. The constraint equation is more important than the others. 75

16 Further Exercises: Find the local maximum, minimum and saddle points of the given function. Identify each point you find. 1) f(x, y) = 2x x 2 + 4y y 2 2) f(x, y) = x 2 y 2 3) f(x, y) = e y sin x 4) f(x, y) = x + y x 2 + y ) f(x, y) = xy x y + 1 Use Lagrange Multipliers to find the absolute maximum and minimum values of the given functions f subject to the given constraints. 6) f = x 2 4y 2 + 6z 2 on x 2 + y 2 + z 2 = 1 7) f = x on x 2 + 4y 2 + 9z 2 = 100 8) f = x + y on x 2 + 4y 2 + 9z 2 = 100 9) f = xy on x 2 + 4y 2 + 9z 2 = 1 and x = z 10) Use Lagrange Multipliers to find the box of maximum values V if the product of the length of the sides must be ) Use Lagrange Multipliers to find the volume of the largest box that can be placed inside the sphere x 2 + y 2 + z 2 = 4. 12) Find the absolute maximum and minimum of the function f(x, y) = x 2 + y 2 on the region composed of the ellipsoidal disc x 2 + 4y

Math 212-Lecture Interior critical points of functions of two variables

Math 212-Lecture Interior critical points of functions of two variables Math 212-Lecture 24 13.10. Interior critical points of functions of two variables Previously, we have concluded that if f has derivatives, all interior local min or local max should be critical points.

More information

Taylor Series and stationary points

Taylor Series and stationary points Chapter 5 Taylor Series and stationary points 5.1 Taylor Series The surface z = f(x, y) and its derivatives can give a series approximation for f(x, y) about some point (x 0, y 0 ) as illustrated in Figure

More information

3.7 Constrained Optimization and Lagrange Multipliers

3.7 Constrained Optimization and Lagrange Multipliers 3.7 Constrained Optimization and Lagrange Multipliers 71 3.7 Constrained Optimization and Lagrange Multipliers Overview: Constrained optimization problems can sometimes be solved using the methods of the

More information

Multivariable Calculus and Matrix Algebra-Summer 2017

Multivariable Calculus and Matrix Algebra-Summer 2017 Multivariable Calculus and Matrix Algebra-Summer 017 Homework 4 Solutions Note that the solutions below are for the latest version of the problems posted. For those of you who worked on an earlier version

More information

Lagrange Multipliers

Lagrange Multipliers Optimization with Constraints As long as algebra and geometry have been separated, their progress have been slow and their uses limited; but when these two sciences have been united, they have lent each

More information

Partial Derivatives. w = f(x, y, z).

Partial Derivatives. w = f(x, y, z). Partial Derivatives 1 Functions of Several Variables So far we have focused our attention of functions of one variable. These functions model situations in which a variable depends on another independent

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 208 Version A refers to the regular exam and Version B to the make-up. Version A. A particle

More information

1 Lagrange Multiplier Method

1 Lagrange Multiplier Method 1 Lagrange Multiplier Method Near a maximum the decrements on both sides are in the beginning only imperceptible. J. Kepler When a quantity is greatest or least, at that moment its flow neither increases

More information

Lagrange Multipliers

Lagrange Multipliers Lagrange Multipliers 3-15-2018 The method of Lagrange multipliers deals with the problem of finding the maxima and minima of a function subject to a side condition, or constraint. Example. Find graphically

More information

MATH Midterm 1 Sample 4

MATH Midterm 1 Sample 4 1. (15 marks) (a) (4 marks) Given the function: f(x, y) = arcsin x 2 + y, find its first order partial derivatives at the point (0, 3). Simplify your answers. Solution: Compute the first order partial

More information

39.1 Absolute maxima/minima

39.1 Absolute maxima/minima Module 13 : Maxima, Minima Saddle Points, Constrained maxima minima Lecture 39 : Absolute maxima / minima [Section 39.1] Objectives In this section you will learn the following : The notion of absolute

More information

Link lecture - Lagrange Multipliers

Link lecture - Lagrange Multipliers Link lecture - Lagrange Multipliers Lagrange multipliers provide a method for finding a stationary point of a function, say f(x, y) when the variables are subject to constraints, say of the form g(x, y)

More information

Solutions to Homework 5

Solutions to Homework 5 Solutions to Homework 5 1.7 Problem. f = x 2 y, y 2 x. If we solve f = 0, we can find two solutions (0, 0) and (1, 1). At (0, 0), f xx = 0, f yy = 0, f xy = and D = f xx f yy fxy 2 < 0, therefore (0, 0)

More information

LESSON 25: LAGRANGE MULTIPLIERS OCTOBER 30, 2017

LESSON 25: LAGRANGE MULTIPLIERS OCTOBER 30, 2017 LESSON 5: LAGRANGE MULTIPLIERS OCTOBER 30, 017 Lagrange multipliers is another method of finding minima and maxima of functions of more than one variable. In fact, many of the problems from the last homework

More information

1. Find and classify the extrema of h(x, y) = sin(x) sin(y) sin(x + y) on the square[0, π] [0, π]. (Keep in mind there is a boundary to check out).

1. Find and classify the extrema of h(x, y) = sin(x) sin(y) sin(x + y) on the square[0, π] [0, π]. (Keep in mind there is a boundary to check out). . Find and classify the extrema of hx, y sinx siny sinx + y on the square[, π] [, π]. Keep in mind there is a boundary to check out. Solution: h x cos x sin y sinx + y + sin x sin y cosx + y h y sin x

More information

Physics 6010, Fall 2016 Constraints and Lagrange Multipliers. Relevant Sections in Text:

Physics 6010, Fall 2016 Constraints and Lagrange Multipliers. Relevant Sections in Text: Physics 6010, Fall 2016 Constraints and Lagrange Multipliers. Relevant Sections in Text: 1.3 1.6 Constraints Often times we consider dynamical systems which are defined using some kind of restrictions

More information

HOMEWORK 7 SOLUTIONS

HOMEWORK 7 SOLUTIONS HOMEWORK 7 SOLUTIONS MA11: ADVANCED CALCULUS, HILARY 17 (1) Using the method of Lagrange multipliers, find the largest and smallest values of the function f(x, y) xy on the ellipse x + y 1. Solution: The

More information

Higher order derivative

Higher order derivative 2 Î 3 á Higher order derivative Î 1 Å Iterated partial derivative Iterated partial derivative Suppose f has f/ x, f/ y and ( f ) = 2 f x x x 2 ( f ) = 2 f x y x y ( f ) = 2 f y x y x ( f ) = 2 f y y y

More information

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

Tangent spaces, normals and extrema

Tangent spaces, normals and extrema Chapter 3 Tangent spaces, normals and extrema If S is a surface in 3-space, with a point a S where S looks smooth, i.e., without any fold or cusp or self-crossing, we can intuitively define the tangent

More information

Faculty of Engineering, Mathematics and Science School of Mathematics

Faculty of Engineering, Mathematics and Science School of Mathematics Faculty of Engineering, Mathematics and Science School of Mathematics GROUPS Trinity Term 06 MA3: Advanced Calculus SAMPLE EXAM, Solutions DAY PLACE TIME Prof. Larry Rolen Instructions to Candidates: Attempt

More information

FINAL EXAM STUDY GUIDE

FINAL EXAM STUDY GUIDE FINAL EXAM STUDY GUIDE The Final Exam takes place on Wednesday, June 13, 2018, from 10:30 AM to 12:30 PM in 1100 Donald Bren Hall (not the usual lecture room!!!) NO books/notes/calculators/cheat sheets

More information

ECON 186 Class Notes: Optimization Part 2

ECON 186 Class Notes: Optimization Part 2 ECON 186 Class Notes: Optimization Part 2 Jijian Fan Jijian Fan ECON 186 1 / 26 Hessians The Hessian matrix is a matrix of all partial derivatives of a function. Given the function f (x 1,x 2,...,x n ),

More information

Optimization: Problem Set Solutions

Optimization: Problem Set Solutions Optimization: Problem Set Solutions Annalisa Molino University of Rome Tor Vergata annalisa.molino@uniroma2.it Fall 20 Compute the maxima minima or saddle points of the following functions a. f(x y) =

More information

SOLUTIONS to Problems for Review Chapter 15 McCallum, Hughes, Gleason, et al. ISBN by Vladimir A. Dobrushkin

SOLUTIONS to Problems for Review Chapter 15 McCallum, Hughes, Gleason, et al. ISBN by Vladimir A. Dobrushkin SOLUTIONS to Problems for Review Chapter 1 McCallum, Hughes, Gleason, et al. ISBN 978-0470-118-9 by Vladimir A. Dobrushkin For Exercises 1, find the critical points of the given function and classify them

More information

Method of Lagrange Multipliers

Method of Lagrange Multipliers Method of Lagrange Multipliers A. Salih Department of Aerospace Engineering Indian Institute of Space Science and Technology, Thiruvananthapuram September 2013 Lagrange multiplier method is a technique

More information

Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 CCBC Dundalk

Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 CCBC Dundalk Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 A Function and its Second Derivative Recall page 4 of Handout 3.1 where we encountered the third degree polynomial f(x) = x 3 5x 2 4x + 20. Its derivative

More information

Calculus Example Exam Solutions

Calculus Example Exam Solutions Calculus Example Exam Solutions. Limits (8 points, 6 each) Evaluate the following limits: p x 2 (a) lim x 4 We compute as follows: lim p x 2 x 4 p p x 2 x +2 x 4 p x +2 x 4 (x 4)( p x + 2) p x +2 = p 4+2

More information

Section 14.8 Maxima & minima of functions of two variables. Learning outcomes. After completing this section, you will inshaallah be able to

Section 14.8 Maxima & minima of functions of two variables. Learning outcomes. After completing this section, you will inshaallah be able to Section 14.8 Maxima & minima of functions of two variables 14.8 1 Learning outcomes After completing this section, you will inshaallah be able to 1. explain what is meant by relative maxima or relative

More information

CALCULUS: Math 21C, Fall 2010 Final Exam: Solutions. 1. [25 pts] Do the following series converge or diverge? State clearly which test you use.

CALCULUS: Math 21C, Fall 2010 Final Exam: Solutions. 1. [25 pts] Do the following series converge or diverge? State clearly which test you use. CALCULUS: Math 2C, Fall 200 Final Exam: Solutions. [25 pts] Do the following series converge or diverge? State clearly which test you use. (a) (d) n(n + ) ( ) cos n n= n= (e) (b) n= n= [ cos ( ) n n (c)

More information

Lagrange Multipliers

Lagrange Multipliers Lagrange Multipliers (Com S 477/577 Notes) Yan-Bin Jia Nov 9, 2017 1 Introduction We turn now to the study of minimization with constraints. More specifically, we will tackle the following problem: minimize

More information

2015 Math Camp Calculus Exam Solution

2015 Math Camp Calculus Exam Solution 015 Math Camp Calculus Exam Solution Problem 1: x = x x +5 4+5 = 9 = 3 1. lim We also accepted ±3, even though it is not according to the prevailing convention 1. x x 4 x+4 =. lim 4 4+4 = 4 0 = 4 0 = We

More information

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

More information

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will

Math 210, Final Exam, Fall 2010 Problem 1 Solution. v cosθ = u. v Since the magnitudes of the vectors are positive, the sign of the dot product will Math, Final Exam, Fall Problem Solution. Let u,, and v,,3. (a) Is the angle between u and v acute, obtuse, or right? (b) Find an equation for the plane through (,,) containing u and v. Solution: (a) The

More information

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours)

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours) SOLUTIONS TO THE 18.02 FINAL EXAM BJORN POONEN December 14, 2010, 9:00am-12:00 (3 hours) 1) For each of (a)-(e) below: If the statement is true, write TRUE. If the statement is false, write FALSE. (Please

More information

Solutions to Homework 7

Solutions to Homework 7 Solutions to Homework 7 Exercise #3 in section 5.2: A rectangular box is inscribed in a hemisphere of radius r. Find the dimensions of the box of maximum volume. Solution: The base of the rectangular box

More information

Math 10C Practice Final Solutions

Math 10C Practice Final Solutions Math 1C Practice Final Solutions March 9, 216 1. (6 points) Let f(x, y) x 3 y + 12x 2 8y. (a) Find all critical points of f. SOLUTION: f x 3x 2 y + 24x 3x(xy + 8) x,xy 8 y 8 x f y x 3 8 x 3 8 x 3 8 2 So

More information

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions McGill University April 4 Faculty of Science Final Examination Calculus 3 Math Tuesday April 9, 4 Solutions Problem (6 points) Let r(t) = (t, cos t, sin t). i. Find the velocity r (t) and the acceleration

More information

Math 210, Final Exam, Spring 2012 Problem 1 Solution. (a) Find an equation of the plane passing through the tips of u, v, and w.

Math 210, Final Exam, Spring 2012 Problem 1 Solution. (a) Find an equation of the plane passing through the tips of u, v, and w. Math, Final Exam, Spring Problem Solution. Consider three position vectors (tails are the origin): u,, v 4,, w,, (a) Find an equation of the plane passing through the tips of u, v, and w. (b) Find an equation

More information

The University of British Columbia Midterm 1 Solutions - February 3, 2012 Mathematics 105, 2011W T2 Sections 204, 205, 206, 211.

The University of British Columbia Midterm 1 Solutions - February 3, 2012 Mathematics 105, 2011W T2 Sections 204, 205, 206, 211. 1. a) Let The University of British Columbia Midterm 1 Solutions - February 3, 2012 Mathematics 105, 2011W T2 Sections 204, 205, 206, 211 fx, y) = x siny). If the value of x, y) changes from 0, π) to 0.1,

More information

e x3 dx dy. 0 y x 2, 0 x 1.

e x3 dx dy. 0 y x 2, 0 x 1. Problem 1. Evaluate by changing the order of integration y e x3 dx dy. Solution:We change the order of integration over the region y x 1. We find and x e x3 dy dx = y x, x 1. x e x3 dx = 1 x=1 3 ex3 x=

More information

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS MATH 228: Calculus III (FALL 216) Sample Problems for FINAL EXAM SOLUTIONS MATH 228 Page 2 Problem 1. (2pts) Evaluate the line integral C xy dx + (x + y) dy along the parabola y x2 from ( 1, 1) to (2,

More information

Math 261 Exercise sheet 5

Math 261 Exercise sheet 5 Math 261 Exercise sheet 5 http://staff.aub.edu.lb/~nm116/teaching/2018/math261/index.html Version: October 24, 2018 Answers are due for Wednesday 24 October, 11AM. The use of calculators is allowed. Exercise

More information

Calculus 2 A collection of solved exercises

Calculus 2 A collection of solved exercises Czech Technical University in Prague Calculus A collection of solved exercises Miroslav Korbelář Paola Vivi Department of Mathematics Faculty of Electrical Engineering Prague 16 Contents 1 Sets in R n

More information

Constrained Optimization

Constrained Optimization Constrained Optimization Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 1 General Problem Consider the following general constrained optimization problem:

More information

Unit #24 - Lagrange Multipliers Section 15.3

Unit #24 - Lagrange Multipliers Section 15.3 Unit #24 - Lagrange Multipliers Section 1.3 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 200 by John Wiley & Sons, Inc. This material is

More information

Math 251 Midterm II Information Spring 2018

Math 251 Midterm II Information Spring 2018 Math 251 Midterm II Information Spring 2018 WHEN: Thursday, April 12 (in class). You will have the entire period (125 minutes) to work on the exam. RULES: No books or notes. You may bring a non-graphing

More information

Lecture 11: Extrema. Nathan Pflueger. 2 October 2013

Lecture 11: Extrema. Nathan Pflueger. 2 October 2013 Lecture 11: Extrema Nathan Pflueger 2 October 201 1 Introduction In this lecture we begin to consider the notion of extrema of functions on chosen intervals. This discussion will continue in the lectures

More information

MATH 3B (Butler) Practice for Final (I, Solutions)

MATH 3B (Butler) Practice for Final (I, Solutions) MATH 3B (Butler) Practice for Final (I, Solutions). Gabriel s horn is a mathematical object taken by rotating the curve y = x around the x-axis for x

More information

Math 2163, Practice Exam II, Solution

Math 2163, Practice Exam II, Solution Math 63, Practice Exam II, Solution. (a) f =< f s, f t >=< s e t, s e t >, an v v = , so D v f(, ) =< ()e, e > =< 4, 4 > = 4. (b) f =< xy 3, 3x y 4y 3 > an v =< cos π, sin π >=, so

More information

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3 Version: 4/1/06. Note: These notes are mostly from my 5B course, with the addition of the part on components and projections. Look them over to make sure that we are on the same page as regards inner-products,

More information

September Math Course: First Order Derivative

September Math Course: First Order Derivative September Math Course: First Order Derivative Arina Nikandrova Functions Function y = f (x), where x is either be a scalar or a vector of several variables (x,..., x n ), can be thought of as a rule which

More information

MAT 211 Final Exam. Spring Jennings. Show your work!

MAT 211 Final Exam. Spring Jennings. Show your work! MAT 211 Final Exam. pring 215. Jennings. how your work! Hessian D = f xx f yy (f xy ) 2 (for optimization). Polar coordinates x = r cos(θ), y = r sin(θ), da = r dr dθ. ylindrical coordinates x = r cos(θ),

More information

Calculus - II Multivariable Calculus. M.Thamban Nair. Department of Mathematics Indian Institute of Technology Madras

Calculus - II Multivariable Calculus. M.Thamban Nair. Department of Mathematics Indian Institute of Technology Madras Calculus - II Multivariable Calculus M.Thamban Nair epartment of Mathematics Indian Institute of Technology Madras February 27 Revised: January 29 Contents Preface v 1 Functions of everal Variables 1 1.1

More information

Math 10C - Fall Final Exam

Math 10C - Fall Final Exam Math 1C - Fall 217 - Final Exam Problem 1. Consider the function f(x, y) = 1 x 2 (y 1) 2. (i) Draw the level curve through the point P (1, 2). Find the gradient of f at the point P and draw the gradient

More information

Lagrange Multipliers

Lagrange Multipliers Calculus 3 Lia Vas Lagrange Multipliers Constrained Optimization for functions of two variables. To find the maximum and minimum values of z = f(x, y), objective function, subject to a constraint g(x,

More information

3 Applications of partial differentiation

3 Applications of partial differentiation Advanced Calculus Chapter 3 Applications of partial differentiation 37 3 Applications of partial differentiation 3.1 Stationary points Higher derivatives Let U R 2 and f : U R. The partial derivatives

More information

LAGRANGE MULTIPLIERS

LAGRANGE MULTIPLIERS LAGRANGE MULTIPLIERS MATH 195, SECTION 59 (VIPUL NAIK) Corresponding material in the book: Section 14.8 What students should definitely get: The Lagrange multiplier condition (one constraint, two constraints

More information

MATH 105: PRACTICE PROBLEMS FOR CHAPTER 3: SPRING 2010

MATH 105: PRACTICE PROBLEMS FOR CHAPTER 3: SPRING 2010 MATH 105: PRACTICE PROBLEMS FOR CHAPTER 3: SPRING 010 INSTRUCTOR: STEVEN MILLER (SJM1@WILLIAMS.EDU Question 1 : Compute the partial derivatives of order 1 order for: (1 f(x, y, z = e x+y cos(x sin(y. Solution:

More information

0, otherwise. Find each of the following limits, or explain that the limit does not exist.

0, otherwise. Find each of the following limits, or explain that the limit does not exist. Midterm Solutions 1, y x 4 1. Let f(x, y) = 1, y 0 0, otherwise. Find each of the following limits, or explain that the limit does not exist. (a) (b) (c) lim f(x, y) (x,y) (0,1) lim f(x, y) (x,y) (2,3)

More information

Review for the First Midterm Exam

Review for the First Midterm Exam Review for the First Midterm Exam Thomas Morrell 5 pm, Sunday, 4 April 9 B9 Van Vleck Hall For the purpose of creating questions for this review session, I did not make an effort to make any of the numbers

More information

MATH H53 : Final exam

MATH H53 : Final exam MATH H53 : Final exam 11 May, 18 Name: You have 18 minutes to answer the questions. Use of calculators or any electronic items is not permitted. Answer the questions in the space provided. If you run out

More information

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema Chapter 7 Extremal Problems No matter in theoretical context or in applications many problems can be formulated as problems of finding the maximum or minimum of a function. Whenever this is the case, advanced

More information

Smooth Structure. lies on the boundary, then it is determined up to the identifications it 1 2

Smooth Structure. lies on the boundary, then it is determined up to the identifications it 1 2 132 3. Smooth Structure lies on the boundary, then it is determined up to the identifications 1 2 + it 1 2 + it on the vertical boundary and z 1/z on the circular part. Notice that since z z + 1 and z

More information

Solutions to Sample Questions for Final Exam

Solutions to Sample Questions for Final Exam olutions to ample Questions for Final Exam Find the points on the surface xy z 3 that are closest to the origin. We use the method of Lagrange Multipliers, with f(x, y, z) x + y + z for the square of the

More information

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29 Practice problems for Exam.. Given a = and b =. Find the area of the parallelogram with adjacent sides a and b. A = a b a ı j k b = = ı j + k = ı + 4 j 3 k Thus, A = 9. a b = () + (4) + ( 3)

More information

LESSON 23: EXTREMA OF FUNCTIONS OF 2 VARIABLES OCTOBER 25, 2017

LESSON 23: EXTREMA OF FUNCTIONS OF 2 VARIABLES OCTOBER 25, 2017 LESSON : EXTREMA OF FUNCTIONS OF VARIABLES OCTOBER 5, 017 Just like with functions of a single variable, we want to find the minima (plural of minimum) and maxima (plural of maximum) of functions of several

More information

Math Maximum and Minimum Values, I

Math Maximum and Minimum Values, I Math 213 - Maximum and Minimum Values, I Peter A. Perry University of Kentucky October 8, 218 Homework Re-read section 14.7, pp. 959 965; read carefully pp. 965 967 Begin homework on section 14.7, problems

More information

KKT Examples. Stanley B. Gershwin Massachusetts Institute of Technology

KKT Examples. Stanley B. Gershwin Massachusetts Institute of Technology Stanley B. Gershwin Massachusetts Institute of Technology The purpose of this note is to supplement the slides that describe the Karush-Kuhn-Tucker conditions. Neither these notes nor the slides are a

More information

APPLICATIONS The eigenvalues are λ = 5, 5. An orthonormal basis of eigenvectors consists of

APPLICATIONS The eigenvalues are λ = 5, 5. An orthonormal basis of eigenvectors consists of CHAPTER III APPLICATIONS The eigenvalues are λ =, An orthonormal basis of eigenvectors consists of, The eigenvalues are λ =, A basis of eigenvectors consists of, 4 which are not perpendicular However,

More information

Solution. This is a routine application of the chain rule.

Solution. This is a routine application of the chain rule. EXAM 2 SOLUTIONS 1. If z = e r cos θ, r = st, θ = s 2 + t 2, find the partial derivatives dz ds chain rule. Write your answers entirely in terms of s and t. dz and dt using the Solution. This is a routine

More information

1 Lecture 25: Extreme values

1 Lecture 25: Extreme values 1 Lecture 25: Extreme values 1.1 Outline Absolute maximum and minimum. Existence on closed, bounded intervals. Local extrema, critical points, Fermat s theorem Extreme values on a closed interval Rolle

More information

Lagrange Murderpliers Done Correctly

Lagrange Murderpliers Done Correctly Lagrange Murderpliers Done Correctly Evan Chen June 8, 2014 The aim of this handout is to provide a mathematically complete treatise on Lagrange Multipliers and how to apply them on optimization problems.

More information

CALCULUS MATH*2080 SAMPLE FINAL EXAM

CALCULUS MATH*2080 SAMPLE FINAL EXAM CALCULUS MATH*28 SAMPLE FINAL EXAM Sample Final Exam Page of 2 Prof. R.Gentry Print Your Name Student No. SIGNATURE Mark This exam is worth 45% of your final grade. In Part I In Part II In part III In

More information

Practice Midterm 2 Math 2153

Practice Midterm 2 Math 2153 Practice Midterm 2 Math 23. Decide if the following statements are TRUE or FALSE and circle your answer. You do NOT need to justify your answers. (a) ( point) If both partial derivatives f x and f y exist

More information

Absolute Maxima and Minima Section 12.11

Absolute Maxima and Minima Section 12.11 Absolute Maxima and Minima Section 1.11 Definition (a) A set in the plane is called a closed set if it contains all of its boundary points. (b) A set in the plane is called a bounded set if it is contained

More information

ENGI Partial Differentiation Page y f x

ENGI Partial Differentiation Page y f x ENGI 3424 4 Partial Differentiation Page 4-01 4. Partial Differentiation For functions of one variable, be found unambiguously by differentiation: y f x, the rate of change of the dependent variable can

More information

Implicit Functions, Curves and Surfaces

Implicit Functions, Curves and Surfaces Chapter 11 Implicit Functions, Curves and Surfaces 11.1 Implicit Function Theorem Motivation. In many problems, objects or quantities of interest can only be described indirectly or implicitly. It is then

More information

Mathematical Analysis II, 2018/19 First semester

Mathematical Analysis II, 2018/19 First semester Mathematical Analysis II, 208/9 First semester Yoh Tanimoto Dipartimento di Matematica, Università di Roma Tor Vergata Via della Ricerca Scientifica, I-0033 Roma, Italy email: hoyt@mat.uniroma2.it We basically

More information

COMP 175 COMPUTER GRAPHICS. Lecture 04: Transform 1. COMP 175: Computer Graphics February 9, Erik Anderson 04 Transform 1

COMP 175 COMPUTER GRAPHICS. Lecture 04: Transform 1. COMP 175: Computer Graphics February 9, Erik Anderson 04 Transform 1 Lecture 04: Transform COMP 75: Computer Graphics February 9, 206 /59 Admin Sign up via email/piazza for your in-person grading Anderson@cs.tufts.edu 2/59 Geometric Transform Apply transforms to a hierarchy

More information

Review for the Final Exam

Review for the Final Exam Calculus 3 Lia Vas Review for the Final Exam. Sequences. Determine whether the following sequences are convergent or divergent. If they are convergent, find their limits. (a) a n = ( 2 ) n (b) a n = n+

More information

Math 234 Final Exam (with answers) Spring 2017

Math 234 Final Exam (with answers) Spring 2017 Math 234 Final Exam (with answers) pring 217 1. onsider the points A = (1, 2, 3), B = (1, 2, 2), and = (2, 1, 4). (a) [6 points] Find the area of the triangle formed by A, B, and. olution: One way to solve

More information

1 Overview. 2 A Characterization of Convex Functions. 2.1 First-order Taylor approximation. AM 221: Advanced Optimization Spring 2016

1 Overview. 2 A Characterization of Convex Functions. 2.1 First-order Taylor approximation. AM 221: Advanced Optimization Spring 2016 AM 221: Advanced Optimization Spring 2016 Prof. Yaron Singer Lecture 8 February 22nd 1 Overview In the previous lecture we saw characterizations of optimality in linear optimization, and we reviewed the

More information

When Are Two Random Variables Independent?

When Are Two Random Variables Independent? When Are Two Random Variables Independent? 1 Introduction. Almost all of the mathematics of inferential statistics and sampling theory is based on the behavior of mutually independent random variables,

More information

234 Review Sheet 2 Solutions

234 Review Sheet 2 Solutions 4 Review Sheet Solutions. Find all the critical points of the following functions and apply the second derivative test. (a) f(x, y) (x y)(x + y) ( ) x f + y + (x y)x (x + y) + (x y) ( ) x + ( x)y x + x

More information

MATH2070 Optimisation

MATH2070 Optimisation MATH2070 Optimisation Nonlinear optimisation with constraints Semester 2, 2012 Lecturer: I.W. Guo Lecture slides courtesy of J.R. Wishart Review The full nonlinear optimisation problem with equality constraints

More information

xy xyy 1 = ey 1 = y 1 i.e.

xy xyy 1 = ey 1 = y 1 i.e. Homework 2 solutions. Problem 4.4. Let g be an element of the group G. Keep g fixed and let x vary through G. Prove that the products gx are all distinct and fill out G. Do the same for the products xg.

More information

3.5 Solving Equations Involving Integers II

3.5 Solving Equations Involving Integers II 208 CHAPTER 3. THE FUNDAMENTALS OF ALGEBRA 3.5 Solving Equations Involving Integers II We return to solving equations involving integers, only this time the equations will be a bit more advanced, requiring

More information

g(x,y) = c. For instance (see Figure 1 on the right), consider the optimization problem maximize subject to

g(x,y) = c. For instance (see Figure 1 on the right), consider the optimization problem maximize subject to 1 of 11 11/29/2010 10:39 AM From Wikipedia, the free encyclopedia In mathematical optimization, the method of Lagrange multipliers (named after Joseph Louis Lagrange) provides a strategy for finding the

More information

Math 118, Fall 2014 Final Exam

Math 118, Fall 2014 Final Exam Math 8, Fall 4 Final Exam True or false Please circle your choice; no explanation is necessary True There is a linear transformation T such that T e ) = e and T e ) = e Solution Since T is linear, if T

More information

Find the absolute maximum and the absolute minimum of the function. f(x, y) = 3x + 4y. g(x, y) = x 2 + y 2 = 25.

Find the absolute maximum and the absolute minimum of the function. f(x, y) = 3x + 4y. g(x, y) = x 2 + y 2 = 25. MATLAB assignment Math 222, Fall 2011 ROOT FINDING AND OPTIMIZATION!!! Part I: The Mathematical Prelude So the goal of this part of the assignment is to approximate solutions to nonlinear systems of equations

More information

Module Two: Differential Calculus(continued) synopsis of results and problems (student copy)

Module Two: Differential Calculus(continued) synopsis of results and problems (student copy) Module Two: Differential Calculus(continued) synopsis of results and problems (student copy) Srikanth K S 1 Syllabus Taylor s and Maclaurin s theorems for function of one variable(statement only)- problems.

More information

Math1a Set 1 Solutions

Math1a Set 1 Solutions Math1a Set 1 Solutions October 15, 2018 Problem 1. (a) For all x, y, z Z we have (i) x x since x x = 0 is a multiple of 7. (ii) If x y then there is a k Z such that x y = 7k. So, y x = (x y) = 7k is also

More information

Lesson 26 MA Nick Egbert

Lesson 26 MA Nick Egbert Overview There is no new material for this lesson. Here, we explore a multitude of fun word problems that we can now do using the method of Lagrange multipliers from the previous lesson. Examples Example

More information

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2.

Contents. 2 Partial Derivatives. 2.1 Limits and Continuity. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v. 2. Calculus III (part 2): Partial Derivatives (by Evan Dummit, 2017, v 260) Contents 2 Partial Derivatives 1 21 Limits and Continuity 1 22 Partial Derivatives 5 23 Directional Derivatives and the Gradient

More information

SECTION C: CONTINUOUS OPTIMISATION LECTURE 11: THE METHOD OF LAGRANGE MULTIPLIERS

SECTION C: CONTINUOUS OPTIMISATION LECTURE 11: THE METHOD OF LAGRANGE MULTIPLIERS SECTION C: CONTINUOUS OPTIMISATION LECTURE : THE METHOD OF LAGRANGE MULTIPLIERS HONOUR SCHOOL OF MATHEMATICS OXFORD UNIVERSITY HILARY TERM 005 DR RAPHAEL HAUSER. Examples. In this lecture we will take

More information

Preface.

Preface. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

7a3 2. (c) πa 3 (d) πa 3 (e) πa3

7a3 2. (c) πa 3 (d) πa 3 (e) πa3 1.(6pts) Find the integral x, y, z d S where H is the part of the upper hemisphere of H x 2 + y 2 + z 2 = a 2 above the plane z = a and the normal points up. ( 2 π ) Useful Facts: cos = 1 and ds = ±a sin

More information

Final Exam 2011 Winter Term 2 Solutions

Final Exam 2011 Winter Term 2 Solutions . (a Find the radius of convergence of the series: ( k k+ x k. Solution: Using the Ratio Test, we get: L = lim a k+ a k = lim ( k+ k+ x k+ ( k k+ x k = lim x = x. Note that the series converges for L

More information

Math 207 Honors Calculus III Final Exam Solutions

Math 207 Honors Calculus III Final Exam Solutions Math 207 Honors Calculus III Final Exam Solutions PART I. Problem 1. A particle moves in the 3-dimensional space so that its velocity v(t) and acceleration a(t) satisfy v(0) = 3j and v(t) a(t) = t 3 for

More information