11.7 Maximum and Minimum Values

Size: px
Start display at page:

Download "11.7 Maximum and Minimum Values"

Transcription

1 Arkansas Tech University MATH 2934: Calculus III Dr. Marcel B Finan 11.7 Maximum and Minimum Values Just like functions of a single variable, functions of several variables can have local and global extrema, i.e., local and global maxima and minima. We say that f(x, y) has a global maximum at a point (a, b) of its domain D f if f(x, y) f(a, b) for all points (x, y) in D f. That is, f(a, b) is the largest value of f in D f. We say that f(x, y) has a global minimum at a point (a, b) of its domain D f if f(a, b) f(x, y) for all points (x, y) in D f. That is, f(a, b) is the smallest value of f in D f. We say that f(x, y) has a local maximum at a point (a, b) of its domain D f if there is an R > 0 such that f(x, y) f(a, b) for all points (x, y) in D f satisfying (x a) 2 + (y b) 2 < R 2. We say that f(x, y) has a local minimum at a point (a, b) of its domain D f if there is an R > 0 such that f(a, b) f(x, y) for all points (x, y) in D f satisfying (x a) 2 + (y b) 2 < R 2. Collectively, local maxima and local minima are called local extrema. Similar definition for global extrema. Figure provides an example of a function with local and global extrema. Figure Recall that for single-variable functions y = f(x), if x = c is a local maximum or a minimum point, then either f (c) = 0 or f (c) does not exist. A point (c, f(c)) such f (c) = 0 or f (c) does not exist is called a critical point. Thus, the recipe for finding a maximum or a minimum point is to locate critical points. Something similar happens for functions of two variables. Points where the gradient is either zero or undefined are called critical points of a function f(x, y). We next show that local extrema are critical points. 1

2 Theorem If f has a local maximum or a local minimum at a non-boundary point (a, b) in its domain then f(a, b) = 0. That is, (a, b) is a critical point. Proof. Suppose f has a local extremum at a point (a, b). Define g(x) = f(x, b). Then g(x) has a local extremum at x = a so that g (a) = 0 = f x (a, b). Likewise, the function G(y) = f(a, y) has a local extremum at y = b so that G (b) = 0 = f y (a, b). Hence, f(a, b) = 0 Recall that the tangent plane to the surface z = f(x, y) is z = f(a, b) + f x (a, b)(x a) + f y (a, b)(y b) so from the above theorem this equation becomes z = f(a, b). That is, the tangent plane at a local extremum is horizontal. Just as the vanishing of the first derivative of a function in one variable does not guarantee a maximum or a minimum, the vanishing of the gradient does not guarantee a local extremum either. That is, the converse to Theorem is not true in general. Example Locate and classify the critical points of f(x, y) = x 2 y 2. The gradient of f is given by f(x, y) = 2x i 2y j. We see that f x (x, y) = 2x and f y (x, y) = 2y are simultaneously zero at (0, 0). Therefore, (0, 0) is a critical point and a possible extremum. The graph of f(x, y) shown in Figure indicates that (0, 0) is neither a local maximum nor a local minimum. Such a point will be called a saddle point Figure We need to be able to determine whether or not a function has an extreme value at a critical point. The following test is analogous to the Second Derivative Test 2

3 for functions of one variable. The Second Derivative Test Let (a, b) be a point in the domain of f such that f x (a, b) = f y (a, b) = 0. Furthermore, let D(a, b) = f xx f xy = f xx(a, b)f yy (a, b) [f xy (a, b)] 2. f yx f yy 1. If D > 0 and f xx (a, b) > 0, then f(x, y) has a relative minimum at (a, b). 2. If D > 0 and f xx (a, b) < 0, then f(x, y) has a relative maximum at (a, b). 3. If D < 0 then f(x, y)) has a saddle point at (a, b). Example Find the local extrema and saddle points of the function f(x, y) = 1 3 x3 3x 2 + y2 4 + xy + 13x y + 2. we first find the critical points for this function. This gives us: f x (x, y) =x 2 6x + y + 13 = 0 f y (x, y) = y 2 + x 1 = 0. From the second equation we find y = 2 2x. Substituting this into the first equation we find x 2 8x + 15 = (x 3)(x 5) = 0. Thus, x = 3 and x = 5 so that the critical points are (3, 4) and (5, 8). On the other hand, we have f xx (x, y) = 2x 6, f yy (x, y) = 1 2, and f xy(x, y) = 1. Hence, D(3, 4) = 1 < 0 so (3, 4) is a saddle point. Similarly, D(5, 8) = 2 1 = 1 > 0 and f xx (5, 8) = 4 > 0 so that (5, 8) is a local minimum Example Find the local extrema and saddle points of the function The partial derivatives give f(x, y) = x 3 + y 5 3x 10y + 4. f x (x, y) =3x 2 3 = 0 f y (x, y) =5y 4 10 = 0. Solving each equation we find x = ±1 and y = ± 4 2. Thus, the critical points are (1, 4 2), (1, 4 2), ( 1, 4 2), ( 1, 4 2).The discriminant is D(x, y) = f xx (x, y)f yy (x, y) [f xy (x, y)] 2 = 120xy 3. 3

4 Since D(1, 4 2) = and f xx (1, 4 2) = 6 > 0, (1, 4 2) is a local minimum. Since D(1, 4 2) = < 0, (1, 4 2) is a saddle point. Since D( 1, 4 2) = < 0, ( 1, 4 2) is a saddle point. Finally, since D( 1, 4 2) = > 0 and f xx ( 1, 4 2) = 6 < 0, ( 1, 4 2) is a local maximum The second derivative test discussed above, did not cover the case D = 0. As illustrated in the example below, the second derivative test is inconclusive in this case. That is one cannot classify the critical point. It can be either a local maximum, a local minimum or a saddle point. Example Let f(x, y) = x 4 + y 4, g(x, y) = x 4 y 4, and h(x, y) = x 4 y 4. Show that D(0, 0) = 0 for each function. Classify the critical point (0, 0) for each function. Note that f x (0, 0) = f y (0, 0) = 0 so that f(x, y) has a critical point at (0, 0). Since f xx (x, y) = 12x 2, f yy (x, y) = 12y 2 and f xy (x, y) = 0, we have D(0, 0) = f xx (0, 0)f yy (0, 0) [f xy (0, 0)] 2 = 0. But the smallest value of f(x, y) occurs at (0, 0) so that f(x, y) has a local and global minimum at (0, 0) with D(0, 0) = 0. Similarly, g x (0, 0) = g y (0, 0) = 0 so that (0, 0) is a critical point of g. Moreover, g xx (x, y) = 12x 2, g yy (x, y) = 12y 2 and g xy (x, y) = 0, we have D(0, 0) = g xx (0, 0)g yy (0, 0) [g xy (0, 0)] 2 = 0. Since g(x, y) 0, the largest value occurs at (0, 0). That is, g has a local and global maximum at (0, 0) with D(0, 0) = 0. Finally, we have h x (0, 0) = h y (0, 0) = 0 so that (0, 0) is a critical point of h. Since h xx (x, y) = 12x 2, h yy (x, y) = 12y 2 and h xy (x, y) = 0, we have D(0, 0) = h xx (0, 0)h yy (0, 0) [h xy (0, 0)] 0 = 0. However, h(0, 0) = 0, z = h(x, 0) = x 4 > 0 and z = h(0, y) = y 4 < 0. Hence, (0, 0) is a saddle point with D(0, 0) = 0 Example Find the shortest distance from the point (1, 0, 2) to the plane x + 2y + z = 4. Let d be the distance from (1, 0, 2) to any point (x, y, z) on the plane x + 2y + z = 4. By the distance formula, We have d = (x 1) 2 + y 2 + (z + 2) 2 = (x 1) 2 + y 2 + (6 x 2y) 2. 2x + 2y 7 f x (x, y) = d 2x + 5y 12 f y (x, y) =. d Solving 2x + 2y 7 = 0 and x + 5y 12 = 0 simultaneously gives x = 11 6 and y = so that ( 6, 5 3 ) is the only critical point of f. An absolute minimum exists (since there is a minimum distance from the point to the plane) and it must occur at a critical point so the shortest distance occurs when x = 11 6 and y = 5 3, 4

5 for which d = 5 6 Absolute Extrema In real life, one is most likely interested in finding the places at which the largest and smallest values of a function f occur in its domain. We recall the reader that a point (a, b) in the domain of f(x, y) is called an absolute or global maximum if f(x, y) f(a, b) for all points in the domain of f. If f(a, b) f(x, y) for all points in the domain of f then f(x, y) has an absolute or global minimun at (a, b). Optimization typically refers to finding the global maximum or minimum of a function. If the domain of f is the entire xy plane then we have an unconstrained optimization; if the domain of f is not the entire xy plane then we have a constrained optimization. Example (Unconstrained Optimization) Consider the function f(x, y) = x 2 (y + 1) 3 + y 2. Find the global extrema of f, if they exist. The first partials give f x (x, y) =2x(y + 1) 3 = 0 f y (x, y) =3x 2 (y + 1) 2 + 2y = 0. This implies that the only critical point is (0, 0). Finding second partials we have f xx (x, y) =2(y + 1) 3 f xx (0, 0) =2 f yy (x, y) =6x 2 (y + 1) + 2 f yy (0, 0) =2 f xy (x, y) =6x(y + 1) 2 f xy (0, 0) =0. Since D = f xx (0, 0)f yy (0, 0) f xy (0, 0) 2 = 4 > 0 and f xx (0, 0) = 2 > 0, the point (0, 0) is a local minimum. Since f( 3, 2) = 5 < f(0, 0) = 0 the point (0, 0)is not a global minimum. Thus, f has no global extrema Like functions in one variable, a function f(x, y) can have both a global maximum and a global minimum; a global maximum but no global minima; a global minimum but no global maxima; or none. So are there conditions that guarantee that a function has a global maximum and global minimum? In single variable calculus we saw that a function f(x) continuous on a closed (i.e., including the endpoints) and bounded (i.e. of finite length) interval has both a global maximum and a global minimum. A similar result is true for functions of two variables. However, we need to define what we mean by bounded and closed in 2D case. 5

6 A closed set in IR 2 is one which contains its boundary and with no holes in its interior. For example, the disk x 2 + y 2 1 is a closed set whereas x 2 + y 2 < 1 is not since the boundary, which is the circumference of the circle x 2 + y 2 = 1, is not included. Similarly, 0 < x 2 + y 2 1 is not closed since it has a hole at the origin. A bounded set in IR 2 is one that can be contained in a disk (x a) 2 + (y b) 2 < R. Using these definitions, we have the following theorem for multivariable functions: Theorem ( Extreme Value Theorem for Multivariable Functions) If f is a continuous function on a closed and bounded set D in IR 2 then f has a global maximum and a global minimum in D. We note that if f is not continuous or the set D is not closed or bounded, then there is no guarantee that f will have a global maximum or minimum. For example, the plane f(x, y) = x + y 1 is continuous in the entire plane but does not have global extrema since the set is not bounded. Just as in the case of single variable functions, one can find the global extrema by doing the following: Step 1. Find the values of f at the critical points of f in D. Step 2. Find the extreme values of f on the boundary of D. Step 3. The largest of the values from steps 1 and 2 is the absolute maximum value; the smallest of these values is the absolute minimum value. Example Find the absolute extrema of the function f(x, y) = x + y xy in the closed triangle with vertices at (0, 0), (0, 2) and (4, 0). Since D is closed and bounded and f is continuous on D, Theorem guarantees that f has global extrema in D. Step 1. The critical points are solutions to the equations f x (x, y) = 0 and f y (x, y) = 0. That is, 1 y = 0 and 1 x = 0. The only critical point is (1, 1) and f(1, 1) = 1. Step 2. Along the line from (0, 0) to (0, 2), the function f(0, y) = y has a maximum value of 2 at (0, 2) and a minimum value of 0 at (0, 0). Along the line from (0, 0) to (4, 0) the function f(x, 0) = x has a maximum value of 4 at (4, 0) and a minimum of 0 at (0, 0). Along the line from (4, 0) to (0, 2), i.e., y = 2 x 2, we have f(x, y) = f(x, 2 x 2 ) = ( ) 1 2 x for 0 x 4, a quadratic function with minimum at x = 3 2, where f( 3 2, 5 4 ) = 7 8 and a maximum at x = 4, where f(4, 0) = 4. Step 3. The absolute maximum of f on D is f(4, 0) = 4 and the absolute minimum is f(0, 0) = 0 6

Maxima and Minima. Terminology note: Do not confuse the maximum f(a, b) (a number) with the point (a, b) where the maximum occurs.

Maxima and Minima. Terminology note: Do not confuse the maximum f(a, b) (a number) with the point (a, b) where the maximum occurs. 10-11-2010 HW: 14.7: 1,5,7,13,29,33,39,51,55 Maxima and Minima In this very important chapter, we describe how to use the tools of calculus to locate the maxima and minima of a function of two variables.

More information

Similarly, the point marked in red below is a local minimum for the function, since there are no points nearby that are lower than it:

Similarly, the point marked in red below is a local minimum for the function, since there are no points nearby that are lower than it: Extreme Values of Multivariate Functions Our next task is to develop a method for determining local extremes of multivariate functions, as well as absolute extremes of multivariate functions on closed

More information

Math 233. Extrema of Functions of Two Variables Basics

Math 233. Extrema of Functions of Two Variables Basics Math 233. Extrema of Functions of Two Variables Basics Theorem (Extreme Value Theorem) Let f be a continuous function of two variables x and y defined on a closed bounded region R in the xy-plane. Then

More information

MULTI-VARIABLE OPTIMIZATION NOTES. 1. Identifying Critical Points

MULTI-VARIABLE OPTIMIZATION NOTES. 1. Identifying Critical Points MULTI-VARIABLE OPTIMIZATION NOTES HARRIS MATH CAMP 2018 1. Identifying Critical Points Definition. Let f : R 2! R. Then f has a local maximum at (x 0,y 0 ) if there exists some disc D around (x 0,y 0 )

More information

Math 32, October 22 & 27: Maxima & Minima

Math 32, October 22 & 27: Maxima & Minima Math 32, October 22 & 27: Maxima & Minima Section 1: Critical Points Just as in the single variable case, for multivariate functions we are often interested in determining extreme values of the function.

More information

MATH 105: Midterm #1 Practice Problems

MATH 105: Midterm #1 Practice Problems Name: MATH 105: Midterm #1 Practice Problems 1. TRUE or FALSE, plus explanation. Give a full-word answer TRUE or FALSE. If the statement is true, explain why, using concepts and results from class to justify

More information

FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION

FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION 1. Functions of Several Variables A function of two variables is a rule that assigns a real number f(x, y) to each ordered pair of real numbers

More information

Exam 2 Summary. 1. The domain of a function is the set of all possible inputes of the function and the range is the set of all outputs.

Exam 2 Summary. 1. The domain of a function is the set of all possible inputes of the function and the range is the set of all outputs. Exam 2 Summary Disclaimer: The exam 2 covers lectures 9-15, inclusive. This is mostly about limits, continuity and differentiation of functions of 2 and 3 variables, and some applications. The complete

More information

14.7 Maximum and Minimum Values

14.7 Maximum and Minimum Values CHAPTER 14. PARTIAL DERIVATIVES 115 14.7 Maximum and Minimum Values Definition. Let f(x, y) be a function. f has a local max at (a, b) iff(a, b) (a, b). f(x, y) for all (x, y) near f has a local min at

More information

Math 148 Exam III Practice Problems

Math 148 Exam III Practice Problems Math 48 Exam III Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture, all homework problems, all lab

More information

Lecture 19 - Partial Derivatives and Extrema of Functions of Two Variables

Lecture 19 - Partial Derivatives and Extrema of Functions of Two Variables Lecture 19 - Partial Derivatives and Extrema of Functions of Two Variables 19.1 Partial Derivatives We wish to maximize functions of two variables. This will involve taking derivatives. Example: Consider

More information

Maxima and Minima. Chapter Local and Global extrema. 5.2 Continuous functions on closed and bounded sets Definition of global extrema

Maxima and Minima. Chapter Local and Global extrema. 5.2 Continuous functions on closed and bounded sets Definition of global extrema Chapter 5 Maxima and Minima In first semester calculus we learned how to find the maximal and minimal values of a function y = f(x) of one variable. The basic method is as follows: assuming the independent

More information

Review guide for midterm 2 in Math 233 March 30, 2009

Review guide for midterm 2 in Math 233 March 30, 2009 Review guide for midterm 2 in Math 2 March, 29 Midterm 2 covers material that begins approximately with the definition of partial derivatives in Chapter 4. and ends approximately with methods for calculating

More information

[f(t)] 2 + [g(t)] 2 + [h(t)] 2 dt. [f(u)] 2 + [g(u)] 2 + [h(u)] 2 du. The Fundamental Theorem of Calculus implies that s(t) is differentiable and

[f(t)] 2 + [g(t)] 2 + [h(t)] 2 dt. [f(u)] 2 + [g(u)] 2 + [h(u)] 2 du. The Fundamental Theorem of Calculus implies that s(t) is differentiable and Midterm 2 review Math 265 Fall 2007 13.3. Arc Length and Curvature. Assume that the curve C is described by the vector-valued function r(r) = f(t), g(t), h(t), and that C is traversed exactly once as t

More information

Math 2411 Calc III Practice Exam 2

Math 2411 Calc III Practice Exam 2 Math 2411 Calc III Practice Exam 2 This is a practice exam. The actual exam consists of questions of the type found in this practice exam, but will be shorter. If you have questions do not hesitate to

More information

18.3. Stationary Points. Introduction. Prerequisites. Learning Outcomes

18.3. Stationary Points. Introduction. Prerequisites. Learning Outcomes Stationary Points 8.3 Introduction The calculation of the optimum value of a function of two variables is a common requirement in many areas of engineering, for example in thermodynamics. Unlike the case

More information

Practice problems from old exams for math 233

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

More information

2.1 Partial Derivatives

2.1 Partial Derivatives .1 Partial Derivatives.1.1 Functions of several variables Up until now, we have only met functions of single variables. From now on we will meet functions such as z = f(x, y) and w = f(x, y, z), which

More information

Lecture 15. Global extrema and Lagrange multipliers. Dan Nichols MATH 233, Spring 2018 University of Massachusetts

Lecture 15. Global extrema and Lagrange multipliers. Dan Nichols MATH 233, Spring 2018 University of Massachusetts Lecture 15 Global extrema and Lagrange multipliers Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts March 22, 2018 (2) Global extrema of a multivariable function Definition

More information

Partial Differentiation 1 Introduction

Partial Differentiation 1 Introduction Partial Differentiation 1 Introduction In the first part of this course you have met the idea of a derivative. To recap what this means, recall that if you have a function, z say, then the slope of the

More information

Definitions and claims functions of several variables

Definitions and claims functions of several variables Definitions and claims functions of several variables In the Euclidian space I n of all real n-dimensional vectors x = (x 1, x,..., x n ) the following are defined: x + y = (x 1 + y 1, x + y,..., x n +

More information

The Chain Rule, Higher Partial Derivatives & Opti- mization

The Chain Rule, Higher Partial Derivatives & Opti- mization The Chain Rule, Higher Partial Derivatives & Opti- Unit #21 : mization Goals: We will study the chain rule for functions of several variables. We will compute and study the meaning of higher partial derivatives.

More information

Unit 7 Partial Derivatives and Optimization

Unit 7 Partial Derivatives and Optimization Unit 7 Partial Derivatives and Optimization We have learned some important applications of the ordinary derivative in finding maxima and minima. We now move on to a topic called partial derivatives which

More information

Functions of several variables

Functions of several variables Chapter 6 Functions of several variables 6.1 Limits and continuity Definition 6.1 (Euclidean distance). Given two points P (x 1, y 1 ) and Q(x, y ) on the plane, we define their distance by the formula

More information

CHAPTER 11 PARTIAL DERIVATIVES

CHAPTER 11 PARTIAL DERIVATIVES CHAPTER 11 PARTIAL DERIVATIVES 1. FUNCTIONS OF SEVERAL VARIABLES A) Definition: A function of two variables is a rule that assigns to each ordered pair of real numbers (x,y) in a set D a unique real number

More information

ANSWER KEY. (a) For each of the following partials derivatives, use the contour plot to decide whether they are positive, negative, or zero.

ANSWER KEY. (a) For each of the following partials derivatives, use the contour plot to decide whether they are positive, negative, or zero. Math 2130-101 Test #2 for Section 101 October 14 th, 2009 ANSWE KEY 1. (10 points) Compute the curvature of r(t) = (t + 2, 3t + 4, 5t + 6). r (t) = (1, 3, 5) r (t) = 1 2 + 3 2 + 5 2 = 35 T(t) = 1 r (t)

More information

Calculus 3 Exam 2 31 October 2017

Calculus 3 Exam 2 31 October 2017 Calculus 3 Exam 2 31 October 2017 Name: Instructions: Be sure to read each problem s directions. Write clearly during the exam and fully erase or mark out anything you do not want graded. You may use your

More information

Review Sheet for Math 230, Midterm exam 2. Fall 2006

Review Sheet for Math 230, Midterm exam 2. Fall 2006 Review Sheet for Math 230, Midterm exam 2. Fall 2006 October 31, 2006 The second midterm exam will take place: Monday, November 13, from 8:15 to 9:30 pm. It will cover chapter 15 and sections 16.1 16.4,

More information

Math 5BI: Problem Set 1 Linearizing functions of several variables

Math 5BI: Problem Set 1 Linearizing functions of several variables Math 5BI: Problem Set Linearizing functions of several variables March 9, A. Dot and cross products There are two special operations for vectors in R that are extremely useful, the dot and cross products.

More information

Exam 2 Review Sheet. r(t) = x(t), y(t), z(t)

Exam 2 Review Sheet. r(t) = x(t), y(t), z(t) Exam 2 Review Sheet Joseph Breen Particle Motion Recall that a parametric curve given by: r(t) = x(t), y(t), z(t) can be interpreted as the position of a particle. Then the derivative represents the particle

More information

Name: ID: Section: Math 233 Exam 2. Page 1. This exam has 17 questions:

Name: ID: Section: Math 233 Exam 2. Page 1. This exam has 17 questions: Page Name: ID: Section: This exam has 7 questions: 5 multiple choice questions worth 5 points each. 2 hand graded questions worth 25 points total. Important: No graphing calculators! Any non scientific

More information

Sect 4.5 Inequalities Involving Quadratic Function

Sect 4.5 Inequalities Involving Quadratic Function 71 Sect 4. Inequalities Involving Quadratic Function Objective #0: Solving Inequalities using a graph Use the graph to the right to find the following: Ex. 1 a) Find the intervals where f(x) > 0. b) Find

More information

MATH Exam 2 Solutions November 16, 2015

MATH Exam 2 Solutions November 16, 2015 MATH 1.54 Exam Solutions November 16, 15 1. Suppose f(x, y) is a differentiable function such that it and its derivatives take on the following values: (x, y) f(x, y) f x (x, y) f y (x, y) f xx (x, y)

More information

Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A

Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A Math for Economics 1 New York University FINAL EXAM, Fall 2013 VERSION A Name: ID: Circle your instructor and lecture below: Jankowski-001 Jankowski-006 Ramakrishnan-013 Read all of the following information

More information

INTEGRATION OVER NON-RECTANGULAR REGIONS. Contents 1. A slightly more general form of Fubini s Theorem

INTEGRATION OVER NON-RECTANGULAR REGIONS. Contents 1. A slightly more general form of Fubini s Theorem INTEGRATION OVER NON-RECTANGULAR REGIONS Contents 1. A slightly more general form of Fubini s Theorem 1 1. A slightly more general form of Fubini s Theorem We now want to learn how to calculate double

More information

Solutions to the problems from Written assignment 2 Math 222 Winter 2015

Solutions to the problems from Written assignment 2 Math 222 Winter 2015 Solutions to the problems from Written assignment 2 Math 222 Winter 2015 1. Determine if the following limits exist, and if a limit exists, find its value. x2 y (a) The limit of f(x, y) = x 4 as (x, y)

More information

There is another online survey for those of you (freshman) who took the ALEKS placement test before the semester. Please follow the link at the Math 165 web-page, or just go to: https://illinois.edu/sb/sec/2457922

More information

Differentiable functions (Sec. 14.4)

Differentiable functions (Sec. 14.4) Math 20C Multivariable Calculus Lecture 3 Differentiable functions (Sec. 4.4) Review: Partial derivatives. Slide Partial derivatives and continuity. Equation of the tangent plane. Differentiable functions.

More information

Math 232. Calculus III Limits and Continuity. Updated: January 13, 2016 Calculus III Section 14.2

Math 232. Calculus III Limits and Continuity. Updated: January 13, 2016 Calculus III Section 14.2 Math 232 Calculus III Brian Veitch Fall 2015 Northern Illinois University 14.2 Limits and Continuity In this section our goal is to evaluate its of the form f(x, y) = L Let s take a look back at its in

More information

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy Optimization Constrained optimization and Lagrange multipliers Constrained optimization is what it sounds like - the problem of finding a maximum or minimum value (optimization), subject to some other

More information

WESI 205 Workbook. 1 Review. 2 Graphing in 3D

WESI 205 Workbook. 1 Review. 2 Graphing in 3D 1 Review 1. (a) Use a right triangle to compute the distance between (x 1, y 1 ) and (x 2, y 2 ) in R 2. (b) Use this formula to compute the equation of a circle centered at (a, b) with radius r. (c) Extend

More information

Free extrema of two variables functions

Free extrema of two variables functions Free extrema of two variables functions Apellidos, Nombre: Departamento: Centro: Alicia Herrero Debón (aherrero@mat.upv.es) Departamento de Matemática Aplicada Instituto de Matemática Multidisciplnar Escuela

More information

SOLUTIONS 2. PRACTICE EXAM 2. HOURLY. Problem 1) TF questions (20 points) Circle the correct letter. No justifications are needed.

SOLUTIONS 2. PRACTICE EXAM 2. HOURLY. Problem 1) TF questions (20 points) Circle the correct letter. No justifications are needed. SOLUIONS 2. PRACICE EXAM 2. HOURLY Math 21a, S03 Problem 1) questions (20 points) Circle the correct letter. No justifications are needed. A function f(x, y) on the plane for which the absolute minimum

More information

Math 259 Winter Recitation Handout 9: Lagrange Multipliers

Math 259 Winter Recitation Handout 9: Lagrange Multipliers Math 259 Winter 2009 Recitation Handout 9: Lagrange Multipliers The method of Lagrange Multipliers is an excellent technique for finding the global maximum and global minimum values of a function f(x,

More information

Test Yourself. 11. The angle in degrees between u and w. 12. A vector parallel to v, but of length 2.

Test Yourself. 11. The angle in degrees between u and w. 12. A vector parallel to v, but of length 2. Test Yourself These are problems you might see in a vector calculus course. They are general questions and are meant for practice. The key follows, but only with the answers. an you fill in the blanks

More information

LECTURE 19 - LAGRANGE MULTIPLIERS

LECTURE 19 - LAGRANGE MULTIPLIERS LECTURE 9 - LAGRANGE MULTIPLIERS CHRIS JOHNSON Abstract. In this lecture we ll describe a way of solving certain optimization problems subject to constraints. This method, known as Lagrange multipliers,

More information

Section 7.2 Logarithmic Functions

Section 7.2 Logarithmic Functions Math 150 c Lynch 1 of 6 Section 7.2 Logarithmic Functions Definition. Let a be any positive number not equal to 1. The logarithm of x to the base a is y if and only if a y = x. The number y is denoted

More information

14.4. Tangent Planes. Tangent Planes. Tangent Planes. Tangent Planes. Partial Derivatives. Tangent Planes and Linear Approximations

14.4. Tangent Planes. Tangent Planes. Tangent Planes. Tangent Planes. Partial Derivatives. Tangent Planes and Linear Approximations 14 Partial Derivatives 14.4 and Linear Approximations Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Suppose a surface S has equation z = f(x, y), where

More information

Practice problems from old exams for math 233

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

More information

Section 15.3 Partial Derivatives

Section 15.3 Partial Derivatives Section 5.3 Partial Derivatives Differentiating Functions of more than one Variable. Basic Definitions In single variable calculus, the derivative is defined to be the instantaneous rate of change of a

More information

Section 5.2 Graphs of the Sine and Cosine Functions

Section 5.2 Graphs of the Sine and Cosine Functions A Periodic Function and Its Period Section 5.2 Graphs of the Sine and Cosine Functions A nonconstant function f is said to be periodic if there is a number p > 0 such that f(x + p) = f(x) for all x in

More information

14.2 Limits and Continuity

14.2 Limits and Continuity 14 Partial Derivatives 14.2 Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Let s compare the behavior of the functions Tables 1 2 show values of f(x,

More information

11.2 LIMITS AND CONTINUITY

11.2 LIMITS AND CONTINUITY 11. LIMITS AND CONTINUITY INTRODUCTION: Consider functions of one variable y = f(x). If you are told that f(x) is continuous at x = a, explain what the graph looks like near x = a. Formal definition of

More information

MATH 234 THIRD SEMESTER CALCULUS

MATH 234 THIRD SEMESTER CALCULUS MATH 234 THIRD SEMESTER CALCULUS Fall 2009 1 2 Math 234 3rd Semester Calculus Lecture notes version 0.9(Fall 2009) This is a self contained set of lecture notes for Math 234. The notes were written by

More information

Section 14.3 Partial Derivatives

Section 14.3 Partial Derivatives Section 14.3 Partial Derivatives Ruipeng Shen March 20 1 Basic Conceptions If f(x, y) is a function of two variables x and y, suppose we let only x vary while keeping y fixed, say y = b, where b is a constant.

More information

1. Vector Fields. f 1 (x, y, z)i + f 2 (x, y, z)j + f 3 (x, y, z)k.

1. Vector Fields. f 1 (x, y, z)i + f 2 (x, y, z)j + f 3 (x, y, z)k. HAPTER 14 Vector alculus 1. Vector Fields Definition. A vector field in the plane is a function F(x, y) from R into V, We write F(x, y) = hf 1 (x, y), f (x, y)i = f 1 (x, y)i + f (x, y)j. A vector field

More information

MATH 20C: FUNDAMENTALS OF CALCULUS II FINAL EXAM

MATH 20C: FUNDAMENTALS OF CALCULUS II FINAL EXAM MATH 2C: FUNDAMENTALS OF CALCULUS II FINAL EXAM Name Please circle the answer to each of the following problems. You may use an approved calculator. Each multiple choice problem is worth 2 points.. Multiple

More information

Review #Final Exam MATH 142-Drost

Review #Final Exam MATH 142-Drost Fall 2007 1 Review #Final Exam MATH 142-Drost 1. Find the domain of the function f(x) = x 1 x 2 if x3 2. Suppose 450 items are sold per day at a price of $53 per item and that 650 items are

More information

This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM.

This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM. Math 126 Final Examination Winter 2012 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM. This exam is closed

More information

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

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

More information

Independent of path Green s Theorem Surface Integrals. MATH203 Calculus. Dr. Bandar Al-Mohsin. School of Mathematics, KSU 20/4/14

Independent of path Green s Theorem Surface Integrals. MATH203 Calculus. Dr. Bandar Al-Mohsin. School of Mathematics, KSU 20/4/14 School of Mathematics, KSU 20/4/14 Independent of path Theorem 1 If F (x, y) = M(x, y)i + N(x, y)j is continuous on an open connected region D, then the line integral F dr is independent of path if and

More information

SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers

SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers 1 Restricted Domains If we are asked to determine the maximal and minimal values of an arbitrary multivariable function

More information

Review Problems. Calculus IIIA: page 1 of??

Review Problems. Calculus IIIA: page 1 of?? Review Problems The final is comprehensive exam (although the material from the last third of the course will be emphasized). You are encouraged to work carefully through this review package, and to revisit

More information

Final Exam Review Problems. P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them.

Final Exam Review Problems. P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them. Final Exam Review Problems P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them. 1 P 2. Find the volume of the solid bounded by the cylinder x 2 + y 2 = 9 and the planes z

More information

Mathematics 205 HWK 19b Solutions Section 16.2 p750. (x 2 y) dy dx. 2x 2 3

Mathematics 205 HWK 19b Solutions Section 16.2 p750. (x 2 y) dy dx. 2x 2 3 Mathematics 5 HWK 9b Solutions Section 6. p75 Problem, 6., p75. Evaluate (x y) dy dx. Solution. (x y) dy dx x ( ) y dy dx [ x x dx ] [ ] y x dx Problem 9, 6., p75. For the region as shown, write f da as

More information

Discussion 8 Solution Thursday, February 10th. Consider the function f(x, y) := y 2 x 2.

Discussion 8 Solution Thursday, February 10th. Consider the function f(x, y) := y 2 x 2. Discussion 8 Solution Thursday, February 10th. 1. Consider the function f(x, y) := y 2 x 2. (a) This function is a mapping from R n to R m. Determine the values of n and m. The value of n is 2 corresponding

More information

i + u 2 j be the unit vector that has its initial point at (a, b) and points in the desired direction. It determines a line in the xy-plane:

i + u 2 j be the unit vector that has its initial point at (a, b) and points in the desired direction. It determines a line in the xy-plane: 1 Directional Derivatives and Gradients Suppose we need to compute the rate of change of f(x, y) with respect to the distance from a point (a, b) in some direction. Let u = u 1 i + u 2 j be the unit vector

More information

LINEAR EQUATIONS IN TWO VARIABLES

LINEAR EQUATIONS IN TWO VARIABLES LINEAR EQUATIONS IN TWO VARIABLES What You Should Learn Use slope to graph linear equations in two " variables. Find the slope of a line given two points on the line. Write linear equations in two variables.

More information

Lecture 4 : Monday April 6th

Lecture 4 : Monday April 6th Lecture 4 : Monday April 6th jacques@ucsd.edu Key concepts : Tangent hyperplane, Gradient, Directional derivative, Level curve Know how to find equation of tangent hyperplane, gradient, directional derivatives,

More information

State Math Contest Junior Exam SOLUTIONS

State Math Contest Junior Exam SOLUTIONS State Math Contest Junior Exam SOLUTIONS 1. The following pictures show two views of a non standard die (however the numbers 1-6 are represented on the die). How many dots are on the bottom face of figure?

More information

Calculus II Fall 2014

Calculus II Fall 2014 Calculus II Fall 2014 Lecture 3 Partial Derivatives Eitan Angel University of Colorado Monday, December 1, 2014 E. Angel (CU) Calculus II 1 Dec 1 / 13 Introduction Much of the calculus of several variables

More information

MATH 12 CLASS 9 NOTES, OCT Contents 1. Tangent planes 1 2. Definition of differentiability 3 3. Differentials 4

MATH 12 CLASS 9 NOTES, OCT Contents 1. Tangent planes 1 2. Definition of differentiability 3 3. Differentials 4 MATH 2 CLASS 9 NOTES, OCT 0 20 Contents. Tangent planes 2. Definition of differentiability 3 3. Differentials 4. Tangent planes Recall that the derivative of a single variable function can be interpreted

More information

266&deployment= &UserPass=b3733cde68af274d036da170749a68f6

266&deployment= &UserPass=b3733cde68af274d036da170749a68f6 Sections 14.6 and 14.7 (1482266) Question 12345678910111213141516171819202122 Due: Thu Oct 21 2010 11:59 PM PDT 1. Question DetailsSCalcET6 14.6.012. [1289020] Find the directional derivative, D u f, of

More information

VectorPlot[{y^2-2x*y,3x*y-6*x^2},{x,-5,5},{y,-5,5}]

VectorPlot[{y^2-2x*y,3x*y-6*x^2},{x,-5,5},{y,-5,5}] hapter 16 16.1. 6. Notice that F(x, y) has length 1 and that it is perpendicular to the position vector (x, y) for all x and y (except at the origin). Think about drawing the vectors based on concentric

More information

Instructions: Good luck! Math 21a Second Midterm Exam Spring, 2009

Instructions: Good luck! Math 21a Second Midterm Exam Spring, 2009 Your Name Your Signature Instructions: Please begin by printing and signing your name in the boxes above and by checking your section in the box to the right You are allowed 2 hours (120 minutes) for this

More information

Mock final exam Math fall 2007

Mock final exam Math fall 2007 Mock final exam Math - fall 7 Fernando Guevara Vasquez December 5 7. Consider the curve r(t) = ti + tj + 5 t t k, t. (a) Show that the curve lies on a sphere centered at the origin. (b) Where does the

More information

MATH 259 FINAL EXAM. Friday, May 8, Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E

MATH 259 FINAL EXAM. Friday, May 8, Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E MATH 259 FINAL EXAM 1 Friday, May 8, 2009. NAME: Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E Instructions: 1. Do not separate the pages of the exam.

More information

MATH 253 Page 1 of 7 Student-No.: Midterm 2 November 16, 2016 Duration: 50 minutes This test has 4 questions on 7 pages, for a total of 40 points.

MATH 253 Page 1 of 7 Student-No.: Midterm 2 November 16, 2016 Duration: 50 minutes This test has 4 questions on 7 pages, for a total of 40 points. MATH 253 Page 1 of 7 Student-No.: Midterm 2 November 16, 2016 Duration: 50 minutes This test has 4 questions on 7 pages, for a total of 40 points. Read all the questions carefully before starting to work.

More information

Math Final Exam - 6/11/2015

Math Final Exam - 6/11/2015 Math 200 - Final Exam - 6/11/2015 Name: Section: Section Class/Times Instructor Section Class/Times Instructor 1 9:00%AM ( 9:50%AM Papadopoulos,%Dimitrios 11 1:00%PM ( 1:50%PM Swartz,%Kenneth 2 11:00%AM

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations The Cartesian Coordinate System- Pictures of Equations Concepts: The Cartesian Coordinate System Graphs of Equations in Two Variables x-intercepts and y-intercepts Distance in Two Dimensions and the Pythagorean

More information

Math 2321 Review for Test 2 Fall 11

Math 2321 Review for Test 2 Fall 11 Math 2321 Review for Test 2 Fall 11 The test will cover chapter 15 and sections 16.1-16.5 of chapter 16. These review sheets consist of problems similar to ones that could appear on the test. Some problems

More information

11/18/2008 SECOND HOURLY FIRST PRACTICE Math 21a, Fall Name:

11/18/2008 SECOND HOURLY FIRST PRACTICE Math 21a, Fall Name: 11/18/28 SECOND HOURLY FIRST PRACTICE Math 21a, Fall 28 Name: MWF 9 Chung-Jun John Tsai MWF 1 Ivana Bozic MWF 1 Peter Garfield MWF 1 Oliver Knill MWF 11 Peter Garfield MWF 11 Stefan Hornet MWF 12 Aleksander

More information

2. To receive credit on any problem, you must show work that explains how you obtained your answer or you must explain how you obtained your answer.

2. To receive credit on any problem, you must show work that explains how you obtained your answer or you must explain how you obtained your answer. Math 50, Spring 2006 Test 2 PRINT your name on the back of the test. Circle your class: MW @ 11 TTh @ 2:30 Directions 1. Time limit: 50 minutes. 2. To receive credit on any problem, you must show work

More information

Math 154 :: Elementary Algebra

Math 154 :: Elementary Algebra Math :: Elementary Algebra Section. Section. Section. Section. Section. Math :: Elementary Algebra Section. The Rectangular (Cartesian) Coordinate System. The variable x usually represents the independent

More information

Calculus of Several Variables

Calculus of Several Variables Benjamin McKay Calculus of Several Variables Optimisation and Finance February 18, 2018 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Preface The course is

More information

DIFFERENTIAL EQUATIONS. A principal model of physical phenomena.

DIFFERENTIAL EQUATIONS. A principal model of physical phenomena. DIFFERENTIAL EQUATIONS A principal model of physical phenomena. The equation: The initial value: y = f(x, y) y(x 0 ) = Y 0 Find solution Y (x) on some interval x 0 x b. Together these two conditions constitute

More information

I II III IV V VI VII VIII IX X Total

I II III IV V VI VII VIII IX X Total 1 of 16 HAND IN Answers recorded on exam paper. DEPARTMENT OF MATHEMATICS AND STATISTICS QUEEN S UNIVERSITY AT KINGSTON MATH 121/124 - APR 2018 Section 700 - CDS Students ONLY Instructor: A. Ableson INSTRUCTIONS:

More information

MATH 261 EXAM II PRACTICE PROBLEMS

MATH 261 EXAM II PRACTICE PROBLEMS MATH 61 EXAM II PRACTICE PROBLEMS These practice problems are pulled from actual midterms in previous semesters. Exam typically has 6 problems on it, with no more than one problem of any given type (e.g.,

More information

3. (12 %) Find an equation of the tangent plane at the point (2,2,1) to the surface. u = t. Find z t. v = se t.

3. (12 %) Find an equation of the tangent plane at the point (2,2,1) to the surface. u = t. Find z t. v = se t. EXAM - Math 17 NAME: I.D.: Instrction: Circle yor answers and show all yor work clearly. Messing arond may reslt in losing credits, since the grader may be forced to pick the worst to grade. Soltions with

More information

MATH 8 FALL 2010 CLASS 27, 11/19/ Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits

MATH 8 FALL 2010 CLASS 27, 11/19/ Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits MATH 8 FALL 2010 CLASS 27, 11/19/2010 1 Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits lim h 0 f(a + h, b) f(a, b), lim h f(a, b + h) f(a, b) In these

More information

The Sine Function. Precalculus: Graphs of Sine and Cosine

The Sine Function. Precalculus: Graphs of Sine and Cosine Concepts: Graphs of Sine, Cosine, Sinusoids, Terminology (amplitude, period, phase shift, frequency). The Sine Function Domain: x R Range: y [ 1, 1] Continuity: continuous for all x Increasing-decreasing

More information

Chapter 2: Functions and Graphs Lesson Index & Summary

Chapter 2: Functions and Graphs Lesson Index & Summary Section 1: Relations and Graphs Cartesian coordinates Screen 2 Coordinate plane Screen 2 Domain of relation Screen 3 Graph of a relation Screen 3 Linear equation Screen 6 Ordered pairs Screen 1 Origin

More information

Math Lecture 2 Inverse Functions & Logarithms

Math Lecture 2 Inverse Functions & Logarithms Math 1060 Lecture 2 Inverse Functions & Logarithms Outline Summary of last lecture Inverse Functions Domain, codomain, and range One-to-one functions Inverse functions Inverse trig functions Logarithms

More information

10.1 Curves defined by parametric equations

10.1 Curves defined by parametric equations Outline Section 1: Parametric Equations and Polar Coordinates 1.1 Curves defined by parametric equations 1.2 Calculus with Parametric Curves 1.3 Polar Coordinates 1.4 Areas and Lengths in Polar Coordinates

More information

Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition).

Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition). Unit #23 : Lagrange Multipliers Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition). Constrained Optimization - Examples

More information

Multivariate Calculus

Multivariate Calculus Multivariate Calculus Partial Derivatives 1 Theory Recall the definition of the partial derivatives of a function of two variables, z = f(x, y): f x = lim f(x + x, y) f(x, y) x 0 x f y f(x, y + y) f(x,

More information

Chapter 16. Partial Derivatives

Chapter 16. Partial Derivatives Chapter 16 Partial Derivatives The use of contour lines to help understand a function whose domain is part of the plane goes back to the year 1774. A group of surveyors had collected a large number of

More information

Functions of more than one variable

Functions of more than one variable Chapter 3 Functions of more than one variable 3.1 Functions of two variables and their graphs 3.1.1 Definition A function of two variables has two ingredients: a domain and a rule. The domain of the function

More information

Examples: Find the domain and range of the function f(x, y) = 1 x y 2.

Examples: Find the domain and range of the function f(x, y) = 1 x y 2. Multivariate Functions In this chapter, we will return to scalar functions; thus the functions that we consider will output points in space as opposed to vectors. However, in contrast to the majority of

More information

MATH Review Exam II 03/06/11

MATH Review Exam II 03/06/11 MATH 21-259 Review Exam II 03/06/11 1. Find f(t) given that f (t) = sin t i + 3t 2 j and f(0) = i k. 2. Find lim t 0 3(t 2 1) i + cos t j + t t k. 3. Find the points on the curve r(t) at which r(t) and

More information