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

Size: px
Start display at page:

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

Transcription

1 Lecture 15 Global extrema and Lagrange multipliers Dan Nichols MATH 233, Spring 2018 University of Massachusetts March 22, 2018 (2) Global extrema of a multivariable function Definition Let f(x, y) be a continuous function of two variables on domain D. f(x, y) has an absolute maximum (or global maximum) at (a, b) if f(a, b) f(x, y) for all (x, y) in D. f(x, y) has an absolute minimum (or global minimum) at (a, b) if f(a, b) f(x, y) for all (x, y) in D. A absolute extremum (or global extremum) is a point that s either an absolute maximum or an absolute minimum. Theorem If an absolute extremum of f exists, it must occur either at a critical point in the interior of D or on the boundary of D.

2 (3) The EVT for multivariable functions Theorem (Extreme value theorem for multivariable functions) Suppose f(x, y) is continuous on a closed, bounded domain. Then f has both an absolute maximum and an absolute minimum somewhere in this domain. To find the absolute extrema of f(x, y) on a closed, bounded domain D, we follow these steps: 1. Find the critical points (x, y) = (a, b) in the interior of D 2. Make a list of the values of f(a, b) for all critical points (a, b) 3. Find the max. and min. values of f on the boundary of D (a) Break up curve into nice pieces, turn f into a single-variable function on each piece (b) Use single-variable local extrema algorithm to find extrema on each piece (remember endpoints). Add them to the list 4. Highest value on the list is the absolute maximum. Lowest value on the list is the absolute minimum. (4) Global extrema of a multivariable function: example Example 1: Find the global extrema of f on the domain D, where f(x, y) = x 6 + y 6 2xy + 6 D = {(x, y): 1 x 1, 1 y 1} y x Need to check Critical points in interior Four line segments (boundary) Four corners (endpoints of boundary curves) The solution to this problem is in a separate document on the section website.

3 (5) Lagrange multipliers Notice that one step in our global extrema algorithm is to find the maximum/minimum value of f(x, y) over a curve in the xy-plane. We have two functions, f(x, y) and g(x, y). We want to find a point (x, y) which makes the value of f(x, y) as big/small as possible while making sure that g(x, y) = k. We call this condition the constraint. Think of g(x, y) = k as an implicit curve in the xy-plane, and z = f(x, y) as a surface above/below it. Find points where the surface is highest/lowest without leaving the curve. (6) Lagrange multipliers Up until now, we ve done this by parameterizing (each piece of) the curve g(x, y) = k with functions x(t), y(t). Value of f(x, y) (on the curve) becomes a function of t: f(t) = f(x(t), y(t)) Use single-variable calculus to maximize or minimize this function. y x Instead, let s take advantage of partial derivatives and the gradient.

4 (7) Lagrange multipliers Here s a curve g(x, y) = k together with a contour map of another function f(x, y). Suppose z = m is the maximum value reached by f on the constraint curve g(x, y) = k. Then f(x, y) = m is the highest level curve of f that intersects the constraint curve g(x, y) = k. At the point where these two curves intersect, they are tangent to each other (same tangent line). (8) Lagrange multipliers level curves of f(x, y) (assume height increases as you move towards center) y curve g(x, y) = 0 possible max./min. of f on blue curve tangent lines gradients f x Where g is tangent to a level curve of f, the gradients are parallel.

5 (9) Lagrange multipliers So if (a, b) is a point on the constraint curve g(x, y) = k where f(x, y) is maximized or minimized then the constraint curve g(x, y) = k and the level curve of f(x, y) through (a, b) have the same tangent line at (a, b). Therefore the gradients f(a, b) and g(a, b) are parallel (because the gradient is always orthogonal to the level curve) Theorem If f(x, y) has a maximum or minimum value at (x, y) = (a, b) subject to the constraint g(x, y) = k, then f(a, b) = λ g(a, b) for some scalar λ 0. We call the number λ a Lagrange multiplier. We always assume g(x, y) = k is a simple curve, i.e. g(x, y) 0 on the curve. Otherwise this might not work. (10) Lagrange multipliers Here s how to use the Lagrange multiplier method to find extreme values of f(x, y) subject to the constraint g(x, y) = k: 1. Compute f(x, y) and g(x, y). 2. Write down three equations in the variables x, y, and λ: one from constraint, two from components of the equation f(x, y) = λ g(x, y). g(x, y) = k f x (x, y) = λg x (x, y) f y (x, y) = λg y (x, y) 3. Find all triples (x, y, λ) which satisfy all 3 equations at once. 4. Evaluate f at all the points (x, y) you found. The highest value you find is the maximum and the lowest value is the minimum.

6 (11) Lagrange multipliers: example Example 2: Find the maximum and minimum values of f(x, y) = y 2 x 2 subject to the constraint x2 4 + y2 = 1. f(x, y) = y 2 x 2 x y2 = 1 y 4 z 2 0 x x y 2 (12) Lagrange multipliers: example Example 2: (cont.) Find the maximum and minimum values of f(x, y) = y 2 x 2 subject to the constraint x2 4 + y2 = 1. (Step 1) compute gradients f(x, y) = 2x, 2y g(x, y) = 1 x, 2y 2 (Step 2) write down 3 simultaneous equations: the constraint g(x, y) = k, and the two components of f(x, y) = λ g(x, y). x y2 = 1 2x = λ 1 x 2y = λ2y 2

7 (13) Lagrange multipliers: example Example 2: (cont.) (Step 3) solve the system of equations: x y2 = 1 2x = λ x 2y = λ2y 2 In general: Pick one equation and solve for one variable in terms of the other two variables. Then plug that expression into the other equations. Helpful tip 1: Break things down into cases. Say either this variable must be [something], or else that variable must be [something]. Helpful tip 2: View each equation as a curve. Visualize the curves and figure out where all 3 intersect. (14) Lagrange multipliers: example Example 2: (cont.) (Step 3) solve the system of equations: x y2 = 1 2x = λ x 2y = 2λy 2 To satisfy 2y = 2λy, we need either y = 0 or λ = 1. To satisfy 2x = λ 2 x, we need either x = 0 or λ = 4. Once we know either x or y, the equation x 2 /4 + y 2 = 1 determines the other one of those variables. Ways to satisfy the equations: λ = 1, λ = 4 Impossible y = 0, x = 0 Doesn t satisfy constraint y = 0, λ = 4, x = ±2 λ = 1, x = 0, y = ±1 So the maximum and minimum values of f on the constraint must be somewhere among the points ( 2, 0), (2, 0), (0, 1), (0, 1).

8 (15) Lagrange multipliers: example Example 2: (cont.) f(x, y) = y 2 x 2, constraint x2 4 + y2 = 1. Possible max./min. values at ( 2, 0), (2, 0), (0, 1), (0, 1) (Step 3) compute the value of f at each of these points, and compare them. The maximum value of f subject to this constraint is 1, which occurs at (0, 1) and (0, 1). The minimum value of f subject to this constraint is -4, which occurs at ( 2, 0) and (2, 0). (a, b) f(a, b) ( 2, 0) -4 (2, 0) -4 (0, 1) 1 (0, 1) 1 (16) Lagrange multipliers: example Another way to solve the equations: use λ as a parameter. 1. Solve the λ equations to get x,y as functions of λ. 2. Plug these functions for x and y into the constraint, solve for λ. 3. Take the values of λ you found, plug them back into the λ equations to get points (x, y) which satisfy all 3. Yet another way: solve both of the λ equations for λ and set the results equal to each other to get a new equation. Now you re solving a system of only two equations (the new equation and the constraint) in only two variables (x and y). Unfortunately there s no perfect algorithm that works every time... you have to experiment and be creative.

9 (17) Lagrange multipliers: 3D: example The Lagrange multipliers technique also works for functions of more than two variables. Assume that maximum and minimum values of f(x, y, z) subject to the constraint g(x, y, z) = k exist Think of g(x, y, z) as an implicitly-defined surface and f(x, y, z) as a function on 3D space. Also assume g 0 on the surface g(x, y, z) = k To find these values, 1. Find all values of x, y, z, λ such that g(x, y, z) = k and f(x, y, z) = λ g(x, y, z). (Four scalar equations) 2. Evaluate f at all the points (x, y, z) you found. The largest of these values is the maximum and the smallest is the minimum. (18) Lagrange multipliers: 3D: example Example 3: Find the maximum and minimum values of f(x, y, z) = xyz subject to the constraint x 2 + 2y 2 + 3z 2 = 6.

10 (19) Lagrange multipliers: 3D: example Example 3: (cont.) Find the maximum and minimum values of f(x, y, z) = xyz subject to the constraint x 2 + 2y 2 + 3z 2 = 6. The solution to this problem is in a separate document on the section website. (20) Lagrange multipliers and global extrema Example 4: Find the absolute maximum value of f(x, y) = x 2 + y 2 6x + 6y on the domain x 2 + y Remember: to find global extrema of f(x, y) on a closed domain D, we need to check 1. critical points in the interior of D 2. the boundary of D If the boundary of D is a nice implicit curve, we can use Lagrange multipliers to look for boundary extrema. y x

11 (21) Lagrange multipliers and global extrema Example 4: (cont.) Find the absolute maximum value of f(x, y) = x 2 + y 2 6x + 6y on the domain x 2 + y f(x, y) = 2x 6, 2y + 6 = 0 The only critical point is (3, 3) which lies in the interior of D. Constraint: g(x, y) = x 2 + y 2 = 36, so g(x, y) = 2x, 2y Lagrange multiplier equations: 2xλ = 2x 6 2yλ = 2y + 6 x 2 + y 2 = 32 From the first two equations we get λ = 1 3 x = y, so we need y = x Plug this into the constraint and we find x = ±4. Remember y = x so the possible boundary extrema are at ( 4, 4) and (4, 4). Compare all possible extrema: absolute max. is f( 4, 4) = 80. (x, y) (3, 3) ( 4, 4) (4, 4) f(x, y) (22) Lagrange multipliers and global extrema There s actually a dumb shortcut we can use to easily find boundary extrema in the previous example (and other problems like it). Example 4: (cont.) Find the absolute maximum value of f(x, y) = x 2 + y 2 6x + 6y on the domain x 2 + y On the boundary we can rewrite the function as f(x, y) = 32 6x + 6y because we know that (on the boundary) x 2 + y 2 = 32. This makes things much easier. You don t even really need to use Lagrange multipliers. Use this when f(x, y) and g(x, y) are similar, i.e. when you can easily simplify f(x, y) using the constraint equation. You still need to handle the interior of D (critical points) the regular way though.

12 (23) Lagrange multipliers and global extrema Example 5: Let D be the region defined by x 2 + (y 1) 2 4. Find the global extreme values of f(x, y) = x 3 + xy 2 x on D. f(x, y) = 3x 2 + y 2 1, 2xy Critical points: need 2xy = 0, so either x = 0 or y = 0 Plug x = 0 into the other equation: y 2 1 = 0 means y = ±1 Plug y = 0 into the other equation: 3x 2 1 = 0 means x = ± 1/3 So the critical points are (0, 1), (0, 1), ( 1/3, 0 ), and ( 1/3, 0 ). Notice that (0, 1) is not in the interior of D, it s on the boundary. That just means we ll see it again when we check for boundary extrema, which is the next step. (24) Lagrange multipliers and global extrema Example 5: (cont.) Global extrema of f(x, y) = x 3 + xy 2 x on x 2 + (y 1) 2 4 Remember f(x, y) = 3x 2 + y 2 1, 2xy The constraint is g(x, y) = x 2 + (y 1) 2 = 4, so g(x, y) = 2x, 2y 2 Lagrange multiplier equations: 2xλ = 3x 2 + y 2 1 (2y 2)λ = 2xy x 2 + (y 1) 2 = 4 Solve each of the first two equations for λ, set them equal: 3x 2 + y 2 1 2x = 2xy 2y 2 Cross-multiply: 2(3x 2 y 3x 2 + y 3 y 2 y + 1) = 4x 2 y Simplify and write as an expanded polynomial in x: (y 3)x 2 + (y 3 y 2 y + 1) = 0 (y 3)x 2 + (y + 1)(y 1) 2 = y x = ±(y 1) 3 y. Now we just need to find points (x, y) which satisfy both this and the constraint.

13 (25) Lagrange multipliers and global extrema Example 5: (cont.) Global extrema of f(x, y) = x 3 + xy 2 x on x 2 + (y 1) 2 4 Boundary extrema must satisfy both x = ±(y 1) 1+y 3 y and the constraint. Plug that equation into the constraint: [ ] y ±(y 1) + (y 1) 2 = 4 3 y (y 1) y 3 y + (y 1)2 = 4 (y 1) 2 ( 1 + y 3 y + 1 ) = 4 (y 1) y = 4 (y 1) 2 = 3 y y 2 y 2 = 0. Factor: solutions are y = 1, y = 2. Plug these back into the equation 1+y x = ±(y 1) 3 y get (0, 1) (already found) and ( ± 3, 2 ) (x, y) f(x, y) (0, 1) 0 (0, 1) 0 ( ) 1/3, 0 ( 1/3, ) 0 ( ) ( 3, 2 ) 3, min 6 3 max (26) Lagrange multipliers: multiple constraints Sometimes there may be more than one constraint. Suppose you want to maximize f(x, y, z) subject to g(x, y, z) = 0 and h(x, y, z) = 0. Need to check all points (x, y, z) which satisfy both constraints and which satisfy the equation g(x, y, z) = 0, h(x, y, z) = 0 f(x, y, z) = λ g(x, y, z) + µ h(x, y, z) For instance, with three dimensions and two constraints you need to solve a system of 5 scalar equations in 5 variables. (You don t have to worry about this in MATH-233.)

14 (27) Summary EVT: if f is continuous on a closed bounded domain D, then it has an absolute max. and min. on D Find the global extrema of f on D by checking extrema on the boundary of D and critical points in the interior of D Lagrange multiplier method can be used to maximize a multivariable function subject to some constraint. This is useful for checking the boundary when you re looking for global extrema Hard part is, again, solving systems of nonlinear equations (28) Homework Paper homeworks #14 AND #15 due Tuesday WebAssign homeworks 14.7, 14.8 due Wednesday, 11:59 PM Midterm 2: Thursday 4/5, 7-9 PM, location TBD Covers sections , Practice problems will be posted on the website soon

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

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

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

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

11.7 Maximum and Minimum Values

11.7 Maximum and Minimum Values 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,

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

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

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

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

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

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. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018.

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018. Lecture 19 Vector fields Dan Nichols nichols@math.umass.edu MATH 233, Spring 218 University of Massachusetts April 1, 218 (2) Chapter 16 Chapter 12: Vectors and 3D geometry Chapter 13: Curves and vector

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

[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

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

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

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

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

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

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

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

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

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

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

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

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

University of California, Berkeley Department of Mathematics 5 th November, 2012, 12:10-12:55 pm MATH 53 - Test #2

University of California, Berkeley Department of Mathematics 5 th November, 2012, 12:10-12:55 pm MATH 53 - Test #2 University of California, Berkeley epartment of Mathematics 5 th November, 212, 12:1-12:55 pm MATH 53 - Test #2 Last Name: First Name: Student Number: iscussion Section: Name of GSI: Record your answers

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

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

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 210: 1, 2 Calculus III Spring 2008

Math 210: 1, 2 Calculus III Spring 2008 Math 210: 1, 2 Calculus III Spring 2008 Professor: Pete Goetz CRN: 20128/20130 Office: BSS 358 Office Hours: Tuesday 4-5, Wednesday 1-2, Thursday 3-4, Friday 8-9, and by appointment. Phone: 826-3926 Email:

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

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

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

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

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

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

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

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

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

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

Practice problems from old exams for math 233

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

More information

MATH 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

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

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

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

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

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

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

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

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

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

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

EXERCISES CHAPTER 11. z = f(x, y) = A x α 1. x y ; (3) z = x2 + 4x + 2y. Graph the domain of the function and isoquants for z = 1 and z = 2.

EXERCISES CHAPTER 11. z = f(x, y) = A x α 1. x y ; (3) z = x2 + 4x + 2y. Graph the domain of the function and isoquants for z = 1 and z = 2. EXERCISES CHAPTER 11 1. (a) Given is a Cobb-Douglas function f : R 2 + R with z = f(x, y) = A x α 1 1 x α 2 2, where A = 1, α 1 = 1/2 and α 2 = 1/2. Graph isoquants for z = 1 and z = 2 and illustrate the

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

We like to depict a vector field by drawing the outputs as vectors with their tails at the input (see below).

We like to depict a vector field by drawing the outputs as vectors with their tails at the input (see below). Math 55 - Vector Calculus II Notes 4. Vector Fields A function F is a vector field on a subset S of R n if F is a function from S to R n. particular, this means that F(x, x,..., x n ) = f (x, x,..., x

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

REVIEW SHEET FOR MIDTERM 2: ADVANCED

REVIEW SHEET FOR MIDTERM 2: ADVANCED REVIEW SHEET FOR MIDTERM : ADVANCED MATH 195, SECTION 59 (VIPUL NAIK) To maximize efficiency, please bring a copy (print or readable electronic) of this review sheet to the review session. The document

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

Calculus I Handout: Curves and Surfaces in R 3. 1 Curves in R Curves in R 2 1 of 21

Calculus I Handout: Curves and Surfaces in R 3. 1 Curves in R Curves in R 2 1 of 21 1. Curves in R 2 1 of 21 Calculus I Handout: Curves and Surfaces in R 3 Up until now, everything we have worked with has been in two dimensions. But we can extend the concepts of calculus to three dimensions

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

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

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

Economics 101 Spring 2017 Answers to Homework #1 Due Thursday, Feburary 9, 2017

Economics 101 Spring 2017 Answers to Homework #1 Due Thursday, Feburary 9, 2017 Economics 101 Spring 2017 Answers to Homework #1 Due Thursday, Feburary 9, 2017 Directions: The homework will be collected in a box before the large lecture. Please place your name, TA name and section

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

7/26/2018 SECOND HOURLY PRACTICE I Maths 21a, O.Knill, Summer Name:

7/26/2018 SECOND HOURLY PRACTICE I Maths 21a, O.Knill, Summer Name: 7/26/218 SECOND HOURLY PRACTICE I Maths 21a, O.Knill, Summer 218 Name: Start by printing your name in the above box. Try to answer each question on the same page as the question is asked. If needed, use

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

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

Independence of Path and Conservative Vector Fields

Independence of Path and Conservative Vector Fields Independence of Path and onservative Vector Fields MATH 311, alculus III J. Robert Buchanan Department of Mathematics Summer 2011 Goal We would like to know conditions on a vector field function F(x, y)

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

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

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

Math 259 Winter Recitation Handout 6: Limits in Two Dimensions

Math 259 Winter Recitation Handout 6: Limits in Two Dimensions Math 259 Winter 2009 Recitation Handout 6: its in Two Dimensions As we have discussed in lecture, investigating the behavior of functions with two variables, f(x, y), can be more difficult than functions

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

(d) If a particle moves at a constant speed, then its velocity and acceleration are perpendicular.

(d) If a particle moves at a constant speed, then its velocity and acceleration are perpendicular. Math 142 -Review Problems II (Sec. 10.2-11.6) Work on concept check on pages 734 and 822. More review problems are on pages 734-735 and 823-825. 2nd In-Class Exam, Wednesday, April 20. 1. True - False

More information

Summer Assignment for students entering Pre IB Algebra II

Summer Assignment for students entering Pre IB Algebra II Summer Assignment for students entering Pre IB Algebra II Part I - Problems Directions: 1. Students, please complete the attached packet of Algebra 1 problems by the first day of school. You are expected

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

Math 138 Exam 1 Review Problems Fall 2008

Math 138 Exam 1 Review Problems Fall 2008 Chapter 1 NOTE: Be sure to review Activity Set 1.3 from the Activity Book, pp 15-17. 1. Sketch an algebra-piece model for the following problem. Then explain or show how you used it to arrive at your solution.

More information

Math Exam 1 Review Fall 2009

Math Exam 1 Review Fall 2009 Note: This is NOT a practice exam. It is a collection of problems to help you review some of the material for the exam and to practice some kinds of problems. This collection is not necessarily exhaustive.

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

Level Curves in Matlab

Level Curves in Matlab College of the Redwoods Mathematics Department Multivariable Calculus Level Curves in Matlab David Arnold Directory Table of Contents. Begin Article. Copyright c 999 darnold@northcoast.com Last Revision

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

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

Problem types in Calculus

Problem types in Calculus Problem types in Calculus Oliver Knill October 17, 2006 Abstract We discuss different type of problems in calculus and attach a vector (concept, complexity,applicability) to each problem. This can help

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

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 206 First Midterm February 1, 2012

Math 206 First Midterm February 1, 2012 Math 206 First Midterm February 1, 2012 Name: Instructor: Section: 1. Do not open this exam until you are told to do so. 2. This exam has 7 pages including this cover AND IS DOUBLE SIDED. There are 8 problems.

More information

Math Final Exam - 6/13/2013

Math Final Exam - 6/13/2013 Math - Final Exam - 6/13/13 NAME: SECTION: Directions: For the free response section, you must show all work. Answers without proper justification will not receive full credit. Partial credit will be awarded

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

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 32A Discussion Session Week 9 Notes November 28 and 30, 2017

Math 32A Discussion Session Week 9 Notes November 28 and 30, 2017 Math 3A Discussion Session Week 9 Notes November 8 an 30, 07 This week we ll explore some of the ieas from chapter 5, focusing mostly on the graient. We ll motivate this exploration with an example that

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

33. Riemann Summation over Rectangular Regions

33. Riemann Summation over Rectangular Regions . iemann Summation over ectangular egions A rectangular region in the xy-plane can be defined using compound inequalities, where x and y are each bound by constants such that a x a and b y b. Let z = f(x,

More information

14.6 Directional Derivatives

14.6 Directional Derivatives CHAPTER 14. PARTIAL DERIVATIVES 107 14.6 Directional Derivatives Comments. Recall that the partial derivatives can be interpreted as the derivatives along traces of f(x, y). We can reinterpret this in

More information

5.3 Trigonometric Graphs. Copyright Cengage Learning. All rights reserved.

5.3 Trigonometric Graphs. Copyright Cengage Learning. All rights reserved. 5.3 Trigonometric Graphs Copyright Cengage Learning. All rights reserved. Objectives Graphs of Sine and Cosine Graphs of Transformations of Sine and Cosine Using Graphing Devices to Graph Trigonometric

More information