Functions of Several Variables

Size: px
Start display at page:

Download "Functions of Several Variables"

Transcription

1 Chapter 3 Functions of Several Variables 3.1 Definitions and Examples of Functions of two or More Variables In this section, we extend the definition of a function of one variable to functions of two or more variables. You will recall that a function is a rule which assigns a unique output value to each input value. It is similar for functions of two or more variables. The only difference is that the input is not a number anymore, it is a pair, a triple,... The output will be a real number. In other words, in this chapter, we will be dealing with functions of the form f : R 2 R or f : R 3 R. Here is a more formal definition. Definition Let D = {(x, y) : x R and y R} be a subset of R A real-valued function of two variables f : D R is a rule which assigns to each ordered pair (x, y) in D a unique real number denoted f (x, y). 2. The set D is called the domain of f. Usually, when defining a function, one must also specify its domain. When the domain is not specified, it is understood that the domain is the largest possible set of input values that is the set of values of x and y for which f (x, y) is defined. 3. The set {f (x, y) : (x, y) D} is called the range of f. In other words, the range if the set of output values. 4. Similarly, a real-valued function of three variables is a rule which assigns to each triple (x, y, z) a unique real number denoted f (x, y, z). As above, we have f : D R but this time, D R 3. We can extend this definition to as many variables as we wish. 203

2 204 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES Example Find the domain of f (x, y) = sin ( x 2 + y 2) x 2 + y 2 x 2 + y 2 is always defined, therefore sin ( x 2 + y 2) is always defined. Since x 2 + y 2 0 except when x = y = 0, it follows that f is always defined except at (0, 0). So, its domain is R 2 \ {(0, 0)}. Remark You will notice that the domain is not a set of values. Rather, it is a set of pairs. sin x cos y Example Find the domain of g (x, y) = x y The numerator is always defined, so is the denominator. However, the denominator cannot be zero. It is zero when y = x. The domain is the set R 2 {(x, x) : x R}. We could also write that the domain is { (x, y) R 2 : y x }. Example Find the domain of h (x, y) = x ln ( y x 2) ln is defined when its argument is positive. So, we see that for h to be defined, we must have y x 2 > 0 y > x 2 So, the domain of h is the portion of the xy-plane inside the parabola y = x 2. It is the yellow region in figure 3.1. We could mwrite that the domain is { (x, y) R 2 : y > x 2} Closed and Bounded Sets In this section, we extend to two and higher dimensions the notion of closed and open intervals. You will recall that a closed interval on the real line is an interval which contains its endpoints. So, [a, b] is a closed interval, but [a, b), (a, b] and (a, b) are not closed. There is a similar notion for subsets of R 2 and R 3. In this section, we will not present this material very thoroughly. This is usually done in an advanced calculus or in a real analysis class. The intent here is to give the reader an idea of what the notion of closed set in R 2 and R 3 is. Definition (boundary point) We extend the notion of the end point of an interval to higher dimensions. Such points are called boundary points. 1. Let D be a subset of R 2. A boundary point of D is a point (a, b) such that every disk centered at (a, b) contains both points of D and points not in D. 2. Let D be a subset of R 3. A boundary point of D is a point (a, b, c) such that every sphere centered at (a, b, c) contains both points of D and points not in D. Definition (interior point) We give two definitions of an interior point.

3 3.1. DEFINITIONS AND EXAMPLES OF FUNCTIONS OF TWO OR MORE VARIABLES205 Figure 3.1: Domain of h (x, y) = x ln ( y x 2)

4 206 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 1. Let D be a subset of R 2 or R 3. An interior point of D is a point in D which is not on the boundary of D. The set of interior points of a given set is called the interior of that set. 2. Let D be a subset of R 2. A point P of D is an interior point of D if there exists a disk containing P which is included in D. 3. Let D be a subset of R 3. A point P of D is an interior point of D if there exists a sphere containing P which is included in D. Remark Let us make the following remarks: 1. This agrees with our intuitive definition of a boundary. If you were on the boundary between two countries, stepping on one side would put you in one country, stepping on the other side would put you in the other country. Every disk around you would include parts of both countries. 2. The definition of a boundary point does not require the boundary point of a set be in the set. We will see in the examples the boundary points of a set are not always in the set. In fact, it is a special property a set has when it contains all its boundary points. 3. An interior point of a set is always in the set. 4. An interval on the real line is the equivalent of a disk in the plane and a sphere in space. They represent a region around a point. When we do not specify the dimension, we will use the term ball. Thus a ball can be an interval, a disk or a sphere, depending on which dimension we are in. The term ball is also used in higher dimensions. Example The boundary of the disk defined by x 2 + y 2 1 is the circle x 2 + y 2 = 1. Its interior is the disk x 2 + y 2 < 1. Example The boundary of the disk defined by x 2 + y 2 < 1 is the circle x 2 + y 2 = 1. Its interior is the disk x 2 + y 2 < 1. You will note that the above two sets are different, yet they have the same boundary. The main difference is that the first set contains its boundary, the second does not. This is an important fact to remember. A boundary point of a set does not necessarily belong to the set. Definition (closed set) We extend the notion of a closed interval to higher dimensions. Let D be a subset of R 2 or R 3. D is said to be closed if it contains all its boundary points. Definition (open set) We extend the notion of an open interval to higher dimensions. Let D be a subset of R 2 or R 3. D is said to be open if every point of D is an interior point of D.

5 3.1. DEFINITIONS AND EXAMPLES OF FUNCTIONS OF TWO OR MORE VARIABLES207 Figure 3.2: A Closed Set Example The disk defined by x 2 + y 2 1 is closed because it contains its boundary, the circle x 2 + y 2 = 1. Even if one point from the boundary were omitted, the set would no longer be closed. Example The disk defined by x 2 + y 2 < 1 is open. Every point is an interior point. Remark When a set is closed, we represent its boundary with a solid line as shown in figure 3.2. When it is open, we represent its boundary with a dashed line as shown in figure 3.3. Definition (bounded set) Let D be a subset of R 2. D is said to be bounded if it is contained within some disk of finite radius. A subset D of R 3 is said to be bounded if it is contained within some sphere of finite radius. In general, a subset D of R n is said to be bounded if it is contained within a ball of finite radius. Intuitively, this means a bounded set has finite extent. Example The disk defined by x 2 + y 2 1 is bounded, it is contained in any disk centered at the origin with radius larger than one. It ex- Example The set { (x, y) R 2 : 2 x 2 } is not bounded. tends to infinity in the y-direction. We will see that sets which are both closed and bounded have an important property related to finding extreme values later on in the chapter.

6 208 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES Figure 3.3: An Open Set Graphs of Functions of two Variables Given a function of two variables f (x, y), for each value of (x, y) in the domain of f, we can plot the point (x, y, z) where z = f (x, y). The set of points in space we obtain is called the graph of f. Definition The graph of a function of two variables f (x, y) is the set of points in space {(x, y, z) : (x, y) is in the domain of f and z = f (x, y)}. Like in 2-D, the 3-D graph of a function of two variables is very helpful in the sense that it helps to visualize the behavior of f. The graph of a function of two variables is a surface in space. Unfortunately, graphing a function of two variables is far more diffi cult than a function of one variable. Fortunately for us, we have technology which facilitates this task. Though we will not spend a lot of time graphing functions of two variables, we will explore some of the issues involved. We already know some simple 3-D surfaces. For example, we saw that the equation of a plane in space was of the form ax + by + cz + d = 0. If c 0, we can solve for z and rewrite the plane as a function of two variables. Example Find the function f (x, y) so that the plane 2x+3y z +2 = 0 can be written as z = f (x, y). Sketch its graph using technology. We simply solve for z to obtain z = 2x + 3y + 2

7 3.1. DEFINITIONS AND EXAMPLES OF FUNCTIONS OF TWO OR MORE VARIABLES209 Figure 3.4: Plane 2x + 3y z = 2 Thus, we have z = f (x, y) = 2x + 3y + 2 The graph of this function is shown on figure 3.4. Remark If we cannot solve for z as we did above, we can still graph the corresponding function using an implicit graph. many graphing programs have the capability of generating implicit graphs. If the graph is fairly simple, finding its intersection with the coordinate planes can be useful to help us visualize it. This is done by: 1. To find the intersection with the xy-plane, set z = 0 in the equation of the plane. 2. To find the intersection with the yz-plane, set x = 0 in the equation of the plane. 3. To find the intersection with the xz-plane, set y = 0 in the equation of the plane. In the example above, the equation of the plane was 2x + 3y z + 2 = 0. It intersects the xy-plane in the line 2x + 3y + 2 = 0, the yz-plane in the line 3y z = 0 and the xz-plane in the line 2x z = 0. When a surface is more complicated to visualize, we do not limit ourselves to finding how it intersects the coordinate planes. We look how it intersects any plane parallel to one of the coordinate axes. The curve we obtain are called the traces or cross-sections of the surface. Definition The traces or cross-sections of a surface z = f (x, y) are the intersection of that surface with planes parallel to the coordinate planes, that is planes of the form x = C 1, y = C 2, z = C 3 where C 1, C 2 and C 3 are constants.

8 210 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES Figure 3.5: Topographic map of Kennesaw Mountain Definition The curves obtained by finding the intersection of a surface z = f (x, y) with planes parallel to the xy-plane are also called contour curves. The projection of these curves onto the xy-plane are called level curves. A plot made of the contour curve is called a contour plot. The level curves are curves where the z value is constant. Level curves are uses for example in mapping, to indicate the altitude. The altitude is the same everywhere on a level curve. Figure 3.5 shows a topographic map of Kennesaw Mountain, one can clearly see the level curves indicating where the mountain is. Figure 3.6 shows a 3-D rendering of the same area. On weather maps, level curves represent isobars, that is areas where the atmospheric pressure is the same. Example Consider the surface z = f (x, y) = x 2 + y 2. Its level curves are of the form x 2 + y 2 = C, they are circles. It also intersects planes parallel to the xz-planes in the curves z = x 2, which is a parabola. It intersects planes parallel to the yz-plane in the curves z = y 2, which is also a parabola Defining Functions of two Variables in Maple We show the syntax by using an example. Suppose that we wish to define f (x, y) = sin ( x 2 + y 2) We would use the following syntax: f:=(x,y)->sin(x^2+y^2);

9 3.1. DEFINITIONS AND EXAMPLES OF FUNCTIONS OF TWO OR MORE VARIABLES211 Figure 3.6: 3-D map of Kennesaw Mountain Once defined, the user can evaluate the function for specific values of x and y simply by typing f (2, 3) for example. One can also use the function name to plot it, or do other manipulations. To plot z = f (x, y), use plot3d. See help in Maple for the correct syntax. To see a contour plot, use contourplot3d. Again, see help in Maple for the correct syntax. If z is not defined explicitly in terms of x and y. one must use implicitplot3d (see Maple help for the correct syntax) Things to know Know what a function of two, three or more variables is. Be able to find the domain of such functions. Know what the level curves (surfaces) of such functions are Problems Make sure you have read, studied and understood what was done above before attempting the problems. 1. What is the boundary of the set { (x, y) R 2 : 1 < x 2 + y 2 < 4 }? 2. What is the boundary of the set { (x, y) R 2 : 1 x 2 + y 2 4 }? 3. Find the domain, range, level curves, boundary of the domain, determine bounded or unbounded for f (x, y) = y x.

10 212 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 4. Find the domain, range, level curves, boundary of the domain, determine bounded or unbounded for f (x, y) = 4x 2 + 9y Find the domain, range, level curves, boundary of the domain, determine bounded or unbounded for f (x, y) = xy. 6. Find the domain, range, level curves, boundary of the domain, determine 1 bounded or unbounded for f (x, y) =. 16 x2 y 2 7. Find the domain, range, level curves, boundary of the domain, determine bounded or unbounded for f (x, y) = ln ( x 2 + y 2). 8. For each function below, sketch its graph, find and sketch its level curves. (a) f (x, y) = x 2 + 2y 2 (b) f (x, y) = x 2 y 2 (c) f (x, y) = sin ( x 2 + y 2) (d) f (x, y) = 1 x 2 + y 2 9. Find an equation of the level curve of f (x, y) = 16 x 2 y 2 through the point ( 2 2, 2 ). 10. Find an equation of the level curve of f (x, y) = y dt x 1+t through the point ( ) 2 2, Find and sketch a typical level surface for f (x, y, z) = x + z. 12. Find and sketch a typical level surface for f (x, y, z) = z x 2 y Answers 1. What is the boundary of the set { (x, y) R 2 : 1 < x 2 + y 2 < 4 }? There are two boundaries: the circle x 2 +y 2 = 1 and the circle x 2 +y 2 = What is the boundary of the set { (x, y) R 2 : 1 x 2 + y 2 4 }? There are two boundaries: the circle x 2 +y 2 = 1 and the circle x 2 +y 2 = Find the domain, range, level curves, boundary of the domain, determine bounded or unbounded for f (x, y) = y x. (a) Domain: R 2 (b) Range: R

11 3.1. DEFINITIONS AND EXAMPLES OF FUNCTIONS OF TWO OR MORE VARIABLES213 (c) Level curves: They are the curves y x = c so it is the lines y x = c. (d) Domain boundary: None (e) Domain open, closed or neither?: Both (f) Domain bounded or unbounded?: Unbounded 4. Find the domain, range, level curves, boundary of the domain, determine bounded or unbounded for f (x, y) = 4x 2 + 9y 2 (a) Domain: R 2 (b) Range: [0, ) (c) Level curves: They are the curves in the xy-plane 4x 2 + 9y 2 = c so these are ellipses. (d) Domain boundary: None (e) Domain open, closed or neither?: Both (f) Domain bounded or unbounded?: Unbounded 5. Find the domain, range, level curves, boundary of the domain, determine bounded or unbounded for f (x, y) = xy (a) Domain: R 2 (b) Range: R (c) Level curves: They are the curves y = c x (d) Domain boundary: None (e) Domain open, closed or neither?: Both (f) Domain bounded or unbounded?: Unbounded 6. Find the domain, range, level curves, boundary of the domain, determine 1 bounded or unbounded for f (x, y) = 16 x 2 y 2 (a) Domain: The set of points satisfying 16 x 2 y 2 > 0 that is x 2 +y 2 < 16 so it is the inside of the disk of radius 4, centered at the origin. (b) Range: [ 1 4, ) (c) Level curves: They are the curves 16 x 2 y 2 = C that is x 2 + y 2 = 16 C so these are circles of radius < 4, centered at the origin. (d) Domain boundary: Circle of radius 4, centered at the origin. (e) Domain open, closed or neither?: Open (f) Domain bounded or unbounded?: Bounded

12 214 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 7. Find the domain, range, level curves, boundary of the domain, determine bounded or unbounded for f (x, y) = ln ( x 2 + y 2) (a) Domain: {(x, y) : x 0 and y 0} = R {(0, 0)}. (b) Range: R (c) Level curves: Circles centered at the origin with strictly positive radius. (d) Domain boundary: {(0, 0)} (e) Domain open, closed or neither?: Open (f) Domain bounded or unbounded?: Unbounded 8. For each function below, sketch its graph, find and sketch its level curves. (a) f (x, y) = x 2 + 2y 2 x Level curves: 2 c + y2 2 c 2 2 = 1 for any constant c which are ellipses. (b) f (x, y) = x 2 y 2 x Level curves: 2 c y2 2 c = 1 for any constant c which are hyperbolas. 2 (c) f (x, y) = sin ( x 2 + y 2) Level curves: x 2 + y 2 = sin 1 c for any constants c which are circles of radius sin 1 c. 1 (d) f (x, y) = x 2 + y 2 Level curves: x 2 + y 2 = 1 c 2 radius 1 c. for any constant c which are circles of 9. Find an equation of the level curve of f (x, y) = 16 x 2 y 2 through the point ( 2 2, 2 ). x 2 + y 2 = Find an equation of the level curve of f (x, y) = y dt x 1+t through the point ( ) 2 2, 2. tan 1 y tan 1 x = 2 tan Find and sketch a typical level surface for f (x, y, z) = x + z. They are x + z = c. These are planes. Below is the graph when c = 4.

13 3.1. DEFINITIONS AND EXAMPLES OF FUNCTIONS OF TWO OR MORE VARIABLES z y x Find and sketch a typical level surface for f (x, y, z) = z x 2 y 2 They are z x 2 y 2 = C or z = C + x 2 + y 2 that is paraboloid along the z-axis, translated C units up. The graph below corresponds to C = z y x 2 4 4

14 Bibliography [1] Joel Hass, Maurice D. Weir, and George B. Thomas, University calculus: Early transcendentals, Pearson Addison-Wesley, [2] James Stewart, Calculus, Cengage Learning, [3] Michael Sullivan and Kathleen Miranda, Calculus: Early transcendentals, Macmillan Higher Education,

Functions of Several Variables

Functions of Several Variables Chapter 3 Functions of Several Variables 3.1 Definitions and Examples of Functions of two or More Variables In this section, we extend the definition of a function of one variable to functions of two or

More information

Introduction to Functions of Several Variables

Introduction to Functions of Several Variables Introduction to Functions of Several Variables Philippe B. Laval KSU Today Philippe B. Laval (KSU) Functions of Several Variables Today 1 / 20 Introduction In this section, we extend the definition of

More information

1.6 Quadric Surfaces Brief review of Conic Sections 74 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2

1.6 Quadric Surfaces Brief review of Conic Sections 74 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2 7 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE Figure 1.18: Parabola y = x 1.6 Quadric Surfaces Figure 1.19: Parabola x = y 1.6.1 Brief review of Conic Sections You may need to review conic sections for

More information

1.5 Equations of Lines and Planes in 3-D

1.5 Equations of Lines and Planes in 3-D 56 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE Figure 1.16: Line through P 0 parallel to v 1.5 Equations of Lines and Planes in 3-D Recall that given a point P = (a, b, c), one can draw a vector from

More information

3.6 Directional Derivatives and the Gradient Vector

3.6 Directional Derivatives and the Gradient Vector 288 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 3.6 Directional Derivatives and te Gradient Vector 3.6.1 Functions of two Variables Directional Derivatives Let us first quickly review, one more time, te

More information

3. The domain of a function of 2 or 3 variables is a set of pts in the plane or space respectively.

3. The domain of a function of 2 or 3 variables is a set of pts in the plane or space respectively. Math 2204 Multivariable Calculus Chapter 14: Partial Derivatives Sec. 14.1: Functions of Several Variables I. Functions and Variables A. Def n : Suppose D is a set of n-tuples of real numbers (x 1, x 2,

More information

Chapter 15: Functions of Several Variables

Chapter 15: Functions of Several Variables Chapter 15: Functions of Several Variables Section 15.1 Elementary Examples a. Notation: Two Variables b. Example c. Notation: Three Variables d. Functions of Several Variables e. Examples from the Sciences

More information

Find the specific function values. Complete parts (a) through (d) below. f (x,y,z) = x y y 2 + z = (Simplify your answer.) ID: 14.1.

Find the specific function values. Complete parts (a) through (d) below. f (x,y,z) = x y y 2 + z = (Simplify your answer.) ID: 14.1. . Find the specific function values. Complete parts (a) through (d) below. f (x,y,z) = x y y 2 + z 2 (a) f(2, 4,5) = (b) f 2,, 3 9 = (c) f 0,,0 2 (d) f(4,4,00) = = ID: 4..3 2. Given the function f(x,y)

More information

13.1. Functions of Several Variables. Introduction to Functions of Several Variables. Functions of Several Variables. Objectives. Example 1 Solution

13.1. Functions of Several Variables. Introduction to Functions of Several Variables. Functions of Several Variables. Objectives. Example 1 Solution 13 Functions of Several Variables 13.1 Introduction to Functions of Several Variables Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Objectives Understand

More information

Systems of Equations and Inequalities. Copyright Cengage Learning. All rights reserved.

Systems of Equations and Inequalities. Copyright Cengage Learning. All rights reserved. 5 Systems of Equations and Inequalities Copyright Cengage Learning. All rights reserved. 5.5 Systems of Inequalities Copyright Cengage Learning. All rights reserved. Objectives Graphing an Inequality Systems

More information

Section 2.5. Functions and Surfaces

Section 2.5. Functions and Surfaces Section 2.5. Functions and Surfaces ² Brief review for one variable functions and curves: A (one variable) function is rule that assigns to each member x in a subset D in R 1 a unique real number denoted

More information

Functions of Several Variables

Functions of Several Variables Jim Lambers MAT 280 Spring Semester 2009-10 Lecture 2 Notes These notes correspond to Section 11.1 in Stewart and Section 2.1 in Marsden and Tromba. Functions of Several Variables Multi-variable calculus

More information

Triple Integrals in Rectangular Coordinates

Triple Integrals in Rectangular Coordinates Triple Integrals in Rectangular Coordinates P. Sam Johnson April 10, 2017 P. Sam Johnson (NIT Karnataka) Triple Integrals in Rectangular Coordinates April 10, 2017 1 / 28 Overview We use triple integrals

More information

MA 243 Calculus III Fall Assignment 1. Reading assignments are found in James Stewart s Calculus (Early Transcendentals)

MA 243 Calculus III Fall Assignment 1. Reading assignments are found in James Stewart s Calculus (Early Transcendentals) MA 43 Calculus III Fall 8 Dr. E. Jacobs Assignments Reading assignments are found in James Stewart s Calculus (Early Transcendentals) Assignment. Spheres and Other Surfaces Read. -. and.6 Section./Problems

More information

Lagrange Multipliers

Lagrange Multipliers Lagrange Multipliers Introduction and Goals: The goal of this lab is to become more familiar with the process and workings of Lagrange multipliers. This lab is designed more to help you understand the

More information

Functions of Several Variables, Limits and Derivatives

Functions of Several Variables, Limits and Derivatives Functions of Several Variables, Limits and Derivatives Introduction and Goals: The main goal of this lab is to help you visualize surfaces in three dimensions. We investigate how one can use Maple to evaluate

More information

QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 252 FALL 2008 KUNIYUKI SCORED OUT OF 125 POINTS MULTIPLIED BY % POSSIBLE

QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 252 FALL 2008 KUNIYUKI SCORED OUT OF 125 POINTS MULTIPLIED BY % POSSIBLE QUIZ 4 (CHAPTER 17) SOLUTIONS MATH 5 FALL 8 KUNIYUKI SCORED OUT OF 15 POINTS MULTIPLIED BY.84 15% POSSIBLE 1) Reverse the order of integration, and evaluate the resulting double integral: 16 y dx dy. Give

More information

You may know these...

You may know these... You may know these... Chapter 1: Multivariables Functions 1.1 Functions of Two Variables 1.1.1 Function representations 1.1. 3-D Coordinate System 1.1.3 Graph of two variable functions 1.1.4 Sketching

More information

30. Constrained Optimization

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

More information

MAT175 Overview and Sample Problems

MAT175 Overview and Sample Problems MAT175 Overview and Sample Problems The course begins with a quick review/overview of one-variable integration including the Fundamental Theorem of Calculus, u-substitutions, integration by parts, and

More information

3.3 Optimizing Functions of Several Variables 3.4 Lagrange Multipliers

3.3 Optimizing Functions of Several Variables 3.4 Lagrange Multipliers 3.3 Optimizing Functions of Several Variables 3.4 Lagrange Multipliers Prof. Tesler Math 20C Fall 2018 Prof. Tesler 3.3 3.4 Optimization Math 20C / Fall 2018 1 / 56 Optimizing y = f (x) In Math 20A, we

More information

UNIVERSITI TEKNOLOGI MALAYSIA SSE 1893 ENGINEERING MATHEMATICS TUTORIAL 5

UNIVERSITI TEKNOLOGI MALAYSIA SSE 1893 ENGINEERING MATHEMATICS TUTORIAL 5 UNIVERSITI TEKNOLOGI MALAYSIA SSE 189 ENGINEERING MATHEMATIS TUTORIAL 5 1. Evaluate the following surface integrals (i) (x + y) ds, : part of the surface 2x+y+z = 6 in the first octant. (ii) (iii) (iv)

More information

38. Triple Integration over Rectangular Regions

38. Triple Integration over Rectangular Regions 8. Triple Integration over Rectangular Regions A rectangular solid region S in R can be defined by three compound inequalities, a 1 x a, b 1 y b, c 1 z c, where a 1, a, b 1, b, c 1 and c are constants.

More information

1.5 Equations of Lines and Planes in 3-D

1.5 Equations of Lines and Planes in 3-D 1.5. EQUATIONS OF LINES AND PLANES IN 3-D 55 Figure 1.16: Line through P 0 parallel to v 1.5 Equations of Lines and Planes in 3-D Recall that given a point P = (a, b, c), one can draw a vector from the

More information

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

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

More information

Dr. Allen Back. Aug. 27, 2014

Dr. Allen Back. Aug. 27, 2014 Dr. Allen Back Aug. 27, 2014 Math 2220 Preliminaries (2+ classes) Differentiation (12 classes) Multiple Integrals (9 classes) Vector Integrals (15 classes) Math 2220 Preliminaries (2+ classes) Differentiation

More information

Three-Dimensional Coordinate Systems

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

More information

Functions of Several Variables

Functions of Several Variables . Functions of Two Variables Functions of Several Variables Rectangular Coordinate System in -Space The rectangular coordinate system in R is formed by mutually perpendicular axes. It is a right handed

More information

The Three Dimensional Coordinate System

The Three Dimensional Coordinate System The Three-Dimensional Coordinate System The Three Dimensional Coordinate System You can construct a three-dimensional coordinate system by passing a z-axis perpendicular to both the x- and y-axes at the

More information

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas 16 Vector Calculus 16.6 and Their Areas Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and Their Areas Here we use vector functions to describe more general

More information

Math 2130 Practice Problems Sec Name. Change the Cartesian integral to an equivalent polar integral, and then evaluate.

Math 2130 Practice Problems Sec Name. Change the Cartesian integral to an equivalent polar integral, and then evaluate. Math 10 Practice Problems Sec 1.-1. Name Change the Cartesian integral to an equivalent polar integral, and then evaluate. 1) 5 5 - x dy dx -5 0 A) 5 B) C) 15 D) 5 ) 0 0-8 - 6 - x (8 + ln 9) A) 1 1 + x

More information

12.6 Cylinders and Quadric Surfaces

12.6 Cylinders and Quadric Surfaces 12 Vectors and the Geometry of Space 12.6 and Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and We have already looked at two special types of surfaces:

More information

Math 113 Calculus III Final Exam Practice Problems Spring 2003

Math 113 Calculus III Final Exam Practice Problems Spring 2003 Math 113 Calculus III Final Exam Practice Problems Spring 23 1. Let g(x, y, z) = 2x 2 + y 2 + 4z 2. (a) Describe the shapes of the level surfaces of g. (b) In three different graphs, sketch the three cross

More information

Rewrite the equation in the left column into the format in the middle column. The answers are in the third column. 1. y 4y 4x 4 0 y k 4p x h y 2 4 x 0

Rewrite the equation in the left column into the format in the middle column. The answers are in the third column. 1. y 4y 4x 4 0 y k 4p x h y 2 4 x 0 Pre-Calculus Section 1.1 Completing the Square Rewrite the equation in the left column into the format in the middle column. The answers are in the third column. 1. y 4y 4x 4 0 y k 4p x h y 4 x 0. 3x 3y

More information

Triple Integrals: Setting up the Integral

Triple Integrals: Setting up the Integral Triple Integrals: Setting up the Integral. Set up the integral of a function f x, y, z over the region above the upper nappe of the cone z x y from z to z. Use the following orders of integration: d x

More information

Quadric Surfaces. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24

Quadric Surfaces. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24 Quadric Surfaces Philippe B. Laval KSU Today Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24 Introduction A quadric surface is the graph of a second degree equation in three variables. The general

More information

Lagrange multipliers October 2013

Lagrange multipliers October 2013 Lagrange multipliers 14.8 14 October 2013 Example: Optimization with constraint. Example: Find the extreme values of f (x, y) = x + 2y on the ellipse 3x 2 + 4y 2 = 3. 3/2 1 1 3/2 Example: Optimization

More information

Quadric Surfaces. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) Quadric Surfaces Spring /

Quadric Surfaces. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) Quadric Surfaces Spring / .... Quadric Surfaces Philippe B. Laval KSU Spring 2012 Philippe B. Laval (KSU) Quadric Surfaces Spring 2012 1 / 15 Introduction A quadric surface is the graph of a second degree equation in three variables.

More information

Section 12.2: Quadric Surfaces

Section 12.2: Quadric Surfaces Section 12.2: Quadric Surfaces Goals: 1. To recognize and write equations of quadric surfaces 2. To graph quadric surfaces by hand Definitions: 1. A quadric surface is the three-dimensional graph of an

More information

Lagrange multipliers 14.8

Lagrange multipliers 14.8 Lagrange multipliers 14.8 14 October 2013 Example: Optimization with constraint. Example: Find the extreme values of f (x, y) = x + 2y on the ellipse 3x 2 + 4y 2 = 3. 3/2 Maximum? 1 1 Minimum? 3/2 Idea:

More information

EXTREME POINTS AND AFFINE EQUIVALENCE

EXTREME POINTS AND AFFINE EQUIVALENCE EXTREME POINTS AND AFFINE EQUIVALENCE The purpose of this note is to use the notions of extreme points and affine transformations which are studied in the file affine-convex.pdf to prove that certain standard

More information

f (Pijk ) V. may form the Riemann sum: . Definition. The triple integral of f over the rectangular box B is defined to f (x, y, z) dv = lim

f (Pijk ) V. may form the Riemann sum: . Definition. The triple integral of f over the rectangular box B is defined to f (x, y, z) dv = lim Chapter 14 Multiple Integrals..1 Double Integrals, Iterated Integrals, Cross-sections.2 Double Integrals over more general regions, Definition, Evaluation of Double Integrals, Properties of Double Integrals.3

More information

Rectangular Coordinates in Space

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

More information

Math 209 (Fall 2007) Calculus III. Solution #5. 1. Find the minimum and maximum values of the following functions f under the given constraints:

Math 209 (Fall 2007) Calculus III. Solution #5. 1. Find the minimum and maximum values of the following functions f under the given constraints: Math 9 (Fall 7) Calculus III Solution #5. Find the minimum and maximum values of the following functions f under the given constraints: (a) f(x, y) 4x + 6y, x + y ; (b) f(x, y) x y, x + y 6. Solution:

More information

SECTION 1.3: BASIC GRAPHS and SYMMETRY

SECTION 1.3: BASIC GRAPHS and SYMMETRY (Section.3: Basic Graphs and Symmetry).3. SECTION.3: BASIC GRAPHS and SYMMETRY LEARNING OBJECTIVES Know how to graph basic functions. Organize categories of basic graphs and recognize common properties,

More information

MATH 2023 Multivariable Calculus

MATH 2023 Multivariable Calculus MATH 2023 Multivariable Calculus Problem Sets Note: Problems with asterisks represent supplementary informations. You may want to read their solutions if you like, but you don t need to work on them. Set

More information

4 = 1 which is an ellipse of major axis 2 and minor axis 2. Try the plane z = y2

4 = 1 which is an ellipse of major axis 2 and minor axis 2. Try the plane z = y2 12.6 Quadrics and Cylinder Surfaces: Example: What is y = x? More correctly what is {(x,y,z) R 3 : y = x}? It s a plane. What about y =? Its a cylinder surface. What about y z = Again a cylinder surface

More information

MAT203 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS

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

More information

Math 21a Homework 22 Solutions Spring, 2014

Math 21a Homework 22 Solutions Spring, 2014 Math 1a Homework Solutions Spring, 014 1. Based on Stewart 11.8 #6 ) Consider the function fx, y) = e xy, and the constraint x 3 + y 3 = 16. a) Use Lagrange multipliers to find the coordinates x, y) of

More information

Background for Surface Integration

Background for Surface Integration Background for urface Integration 1 urface Integrals We have seen in previous work how to define and compute line integrals in R 2. You should remember the basic surface integrals that we will need to

More information

Name: Date: 1. Match the equation with its graph. Page 1

Name: Date: 1. Match the equation with its graph. Page 1 Name: Date: 1. Match the equation with its graph. y 6x A) C) Page 1 D) E) Page . Match the equation with its graph. ( x3) ( y3) A) C) Page 3 D) E) Page 4 3. Match the equation with its graph. ( x ) y 1

More information

Chapter 15 Notes, Stewart 7e

Chapter 15 Notes, Stewart 7e Contents 15.2 Iterated Integrals..................................... 2 15.3 Double Integrals over General Regions......................... 5 15.4 Double Integrals in Polar Coordinates..........................

More information

15. PARAMETRIZED CURVES AND GEOMETRY

15. PARAMETRIZED CURVES AND GEOMETRY 15. PARAMETRIZED CURVES AND GEOMETRY Parametric or parametrized curves are based on introducing a parameter which increases as we imagine travelling along the curve. Any graph can be recast as a parametrized

More information

7. r = r = r = r = r = 2 5

7. r = r = r = r = r = 2 5 Exercise a: I. Write the equation in standard form of each circle with its center at the origin and the given radius.. r = 4. r = 6 3. r = 7 r = 5 5. r = 6. r = 6 7. r = 0.3 8. r =.5 9. r = 4 0. r = 3.

More information

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Homework 1 - Solutions 3. 2 Homework 2 - Solutions 13

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Homework 1 - Solutions 3. 2 Homework 2 - Solutions 13 MATH 32B-2 (8) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables Contents Homework - Solutions 3 2 Homework 2 - Solutions 3 3 Homework 3 - Solutions 9 MATH 32B-2 (8) (L) G. Liu / (TA) A. Zhou Calculus

More information

Worksheet 3.4: Triple Integrals in Cylindrical Coordinates. Warm-Up: Cylindrical Volume Element d V

Worksheet 3.4: Triple Integrals in Cylindrical Coordinates. Warm-Up: Cylindrical Volume Element d V Boise State Math 275 (Ultman) Worksheet 3.4: Triple Integrals in Cylindrical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

REVIEW I MATH 254 Calculus IV. Exam I (Friday, April 29) will cover sections

REVIEW I MATH 254 Calculus IV. Exam I (Friday, April 29) will cover sections REVIEW I MATH 254 Calculus IV Exam I (Friday, April 29 will cover sections 14.1-8. 1. Functions of multivariables The definition of multivariable functions is similar to that of functions of one variable.

More information

ü 12.1 Vectors Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section.

ü 12.1 Vectors Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. Chapter 12 Vector Geometry Useful Tip: If you are reading the electronic version of this publication formatted as a Mathematica Notebook, then it is possible to view 3-D plots generated by Mathematica

More information

LINEAR PROGRAMMING: A GEOMETRIC APPROACH. Copyright Cengage Learning. All rights reserved.

LINEAR PROGRAMMING: A GEOMETRIC APPROACH. Copyright Cengage Learning. All rights reserved. 3 LINEAR PROGRAMMING: A GEOMETRIC APPROACH Copyright Cengage Learning. All rights reserved. 3.1 Graphing Systems of Linear Inequalities in Two Variables Copyright Cengage Learning. All rights reserved.

More information

d f(g(t), h(t)) = x dt + f ( y dt = 0. Notice that we can rewrite the relationship on the left hand side of the equality using the dot product: ( f

d f(g(t), h(t)) = x dt + f ( y dt = 0. Notice that we can rewrite the relationship on the left hand side of the equality using the dot product: ( f Gradients and the Directional Derivative In 14.3, we discussed the partial derivatives f f and, which tell us the rate of change of the x y height of the surface defined by f in the x direction and the

More information

16.6 Parametric Surfaces and Their Areas

16.6 Parametric Surfaces and Their Areas SECTION 6.6 PARAMETRIC SURFACES AND THEIR AREAS i j k (b) From (a), v = w r = =( ) i +( ) j +( ) k = i + j i j k (c) curl v = v = = () () i + ( ) () j + () ( ) k =[ ( )] k = k =w 9. For any continuous

More information

Quadric Surfaces. Six basic types of quadric surfaces: ellipsoid. cone. elliptic paraboloid. hyperboloid of one sheet. hyperboloid of two sheets

Quadric Surfaces. Six basic types of quadric surfaces: ellipsoid. cone. elliptic paraboloid. hyperboloid of one sheet. hyperboloid of two sheets Quadric Surfaces Six basic types of quadric surfaces: ellipsoid cone elliptic paraboloid hyperboloid of one sheet hyperboloid of two sheets hyperbolic paraboloid (A) (B) (C) (D) (E) (F) 1. For each surface,

More information

Chapter 10. Exploring Conic Sections

Chapter 10. Exploring Conic Sections Chapter 10 Exploring Conic Sections Conics A conic section is a curve formed by the intersection of a plane and a hollow cone. Each of these shapes are made by slicing the cone and observing the shape

More information

14.6 Directional Derivatives and the Gradient Vector

14.6 Directional Derivatives and the Gradient Vector 14 Partial Derivatives 14.6 and the Gradient Vector Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and the Gradient Vector In this section we introduce

More information

Math 253, Section 102, Fall 2006 Practice Final Solutions

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

More information

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

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

More information

Math 265 Exam 3 Solutions

Math 265 Exam 3 Solutions C Roettger, Fall 16 Math 265 Exam 3 Solutions Problem 1 Let D be the region inside the circle r 5 sin θ but outside the cardioid r 2 + sin θ. Find the area of D. Note that r and θ denote polar coordinates.

More information

Functions of Two variables.

Functions of Two variables. Functions of Two variables. Ferdinánd Filip filip.ferdinand@bgk.uni-obuda.hu siva.banki.hu/jegyzetek 27 February 217 Ferdinánd Filip 27 February 217 Functions of Two variables. 1 / 36 Table of contents

More information

Multivariate Calculus Review Problems for Examination Two

Multivariate Calculus Review Problems for Examination Two Multivariate Calculus Review Problems for Examination Two Note: Exam Two is on Thursday, February 28, class time. The coverage is multivariate differential calculus and double integration: sections 13.3,

More information

Chapter 4 Concepts from Geometry

Chapter 4 Concepts from Geometry Chapter 4 Concepts from Geometry An Introduction to Optimization Spring, 2014 Wei-Ta Chu 1 Line Segments The line segment between two points and in R n is the set of points on the straight line joining

More information

9.1 Parametric Curves

9.1 Parametric Curves Math 172 Chapter 9A notes Page 1 of 20 9.1 Parametric Curves So far we have discussed equations in the form. Sometimes and are given as functions of a parameter. Example. Projectile Motion Sketch and axes,

More information

a. Plot the point (x, y, z) and understand it as a vertex of a rectangular prism. c. Recognize and understand equations of planes and spheres.

a. Plot the point (x, y, z) and understand it as a vertex of a rectangular prism. c. Recognize and understand equations of planes and spheres. Standard: MM3G3 Students will investigate planes and spheres. a. Plot the point (x, y, z) and understand it as a vertex of a rectangular prism. b. Apply the distance formula in 3-space. c. Recognize and

More information

Practice problems from old exams for math 233 William H. Meeks III December 21, 2009

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

More information

18.02 Final Exam. y = 0

18.02 Final Exam. y = 0 No books, notes or calculators. 5 problems, 50 points. 8.0 Final Exam Useful formula: cos (θ) = ( + cos(θ)) Problem. (0 points) a) (5 pts.) Find the equation in the form Ax + By + z = D of the plane P

More information

MATH 116 REVIEW PROBLEMS for the FINAL EXAM

MATH 116 REVIEW PROBLEMS for the FINAL EXAM MATH 116 REVIEW PROBLEMS for the FINAL EXAM The following questions are taken from old final exams of various calculus courses taught in Bilkent University 1. onsider the line integral (2xy 2 z + y)dx

More information

Topic 3-1: Introduction to Multivariate Functions (Functions of Two or More Variables) Big Ideas. The Story So Far: Notes. Notes.

Topic 3-1: Introduction to Multivariate Functions (Functions of Two or More Variables) Big Ideas. The Story So Far: Notes. Notes. Topic 3-1: Introduction to Multivariate Functions (Functions of Two or More Variables) Textbook: Section 14.1 Big Ideas The input for a multivariate function is a point. The set of all inputs is the domain

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculus III-Final review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the corresponding position vector. 1) Define the points P = (-,

More information

Multivariate Calculus: Review Problems for Examination Two

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

More information

Math 1113 Notes - Functions Revisited

Math 1113 Notes - Functions Revisited Math 1113 Notes - Functions Revisited Philippe B. Laval Kennesaw State University February 14, 2005 Abstract This handout contains more material on functions. It continues the material which was presented

More information

Determine whether or not F is a conservative vector field. If it is, find a function f such that F = enter NONE.

Determine whether or not F is a conservative vector field. If it is, find a function f such that F = enter NONE. Ch17 Practice Test Sketch the vector field F. F(x, y) = (x - y)i + xj Evaluate the line integral, where C is the given curve. C xy 4 ds. C is the right half of the circle x 2 + y 2 = 4 oriented counterclockwise.

More information

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below: Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

Pre-Calculus Guided Notes: Chapter 10 Conics. A circle is

Pre-Calculus Guided Notes: Chapter 10 Conics. A circle is Name: Pre-Calculus Guided Notes: Chapter 10 Conics Section Circles A circle is _ Example 1 Write an equation for the circle with center (3, ) and radius 5. To do this, we ll need the x1 y y1 distance formula:

More information

Calculus (Math 1A) Lecture 1

Calculus (Math 1A) Lecture 1 Calculus (Math 1A) Lecture 1 Vivek Shende August 23, 2017 Hello and welcome to class! I am Vivek Shende I will be teaching you this semester. My office hours Starting next week: 1-3 pm on tuesdays; 2-3

More information

Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives

Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives Recall that if z = f(x, y), then the partial derivatives f x and f y are defined as and represent the rates of change of z in the x- and y-directions, that is, in the directions of the unit vectors i and

More information

Multivariable Calculus

Multivariable Calculus Multivariable Calculus Chapter 10 Topics in Analytic Geometry (Optional) 1. Inclination of a line p. 5. Circles p. 4 9. Determining Conic Type p. 13. Angle between lines p. 6. Parabolas p. 5 10. Rotation

More information

Key Idea. It is not helpful to plot points to sketch a surface. Mainly we use traces and intercepts to sketch

Key Idea. It is not helpful to plot points to sketch a surface. Mainly we use traces and intercepts to sketch Section 12.7 Quadric surfaces 12.7 1 Learning outcomes After completing this section, you will inshaallah be able to 1. know what are quadric surfaces 2. how to sketch quadric surfaces 3. how to identify

More information

7.3 3-D Notes Honors Precalculus Date: Adapted from 11.1 & 11.4

7.3 3-D Notes Honors Precalculus Date: Adapted from 11.1 & 11.4 73 3-D Notes Honors Precalculus Date: Adapted from 111 & 114 The Three-Variable Coordinate System I Cartesian Plane The familiar xy-coordinate system is used to represent pairs of numbers (ordered pairs

More information

f xx (x, y) = 6 + 6x f xy (x, y) = 0 f yy (x, y) = y In general, the quantity that we re interested in is

f xx (x, y) = 6 + 6x f xy (x, y) = 0 f yy (x, y) = y In general, the quantity that we re interested in is 1. Let f(x, y) = 5 + 3x 2 + 3y 2 + 2y 3 + x 3. (a) Final all critical points of f. (b) Use the second derivatives test to classify the critical points you found in (a) as a local maximum, local minimum,

More information

Worksheet 2.1: Introduction to Multivariate Functions (Functions of Two or More Independent Variables)

Worksheet 2.1: Introduction to Multivariate Functions (Functions of Two or More Independent Variables) Boise State Math 275 (Ultman) Worksheet 2.1: Introduction to Multivariate Functions (Functions of Two or More Independent Variables) From the Toolbox (what you need from previous classes) Know the meaning

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 11. Show all your work on the standard

More information

Math 21a Tangent Lines and Planes Fall, What do we know about the gradient f? Tangent Lines to Curves in the Plane.

Math 21a Tangent Lines and Planes Fall, What do we know about the gradient f? Tangent Lines to Curves in the Plane. Math 21a Tangent Lines and Planes Fall, 2016 What do we know about the gradient f? Tangent Lines to Curves in the Plane. 1. For each of the following curves, find the tangent line to the curve at the point

More information

AP Calculus AB Unit 2 Assessment

AP Calculus AB Unit 2 Assessment Class: Date: 203-204 AP Calculus AB Unit 2 Assessment Multiple Choice Identify the choice that best completes the statement or answers the question. A calculator may NOT be used on this part of the exam.

More information

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

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

More information

Ma MULTIPLE INTEGRATION

Ma MULTIPLE INTEGRATION Ma 7 - MULTIPLE INTEGATION emark: The concept of a function of one variable in which y gx may be extended to two or more variables. If z is uniquely determined by values of the variables x and y, thenwesayz

More information

6.5. SYSTEMS OF INEQUALITIES

6.5. SYSTEMS OF INEQUALITIES 6.5. SYSTEMS OF INEQUALITIES What You Should Learn Sketch the graphs of inequalities in two variables. Solve systems of inequalities. Use systems of inequalities in two variables to model and solve real-life

More information

6. Find the equation of the plane that passes through the point (-1,2,1) and contains the line x = y = z.

6. Find the equation of the plane that passes through the point (-1,2,1) and contains the line x = y = z. Week 1 Worksheet Sections from Thomas 13 th edition: 12.4, 12.5, 12.6, 13.1 1. A plane is a set of points that satisfies an equation of the form c 1 x + c 2 y + c 3 z = c 4. (a) Find any three distinct

More information

PARAMETERIZATIONS OF PLANE CURVES

PARAMETERIZATIONS OF PLANE CURVES PARAMETERIZATIONS OF PLANE CURVES Suppose we want to plot the path of a particle moving in a plane. This path looks like a curve, but we cannot plot it like we would plot any other type of curve in the

More information

the straight line in the xy plane from the point (0, 4) to the point (2,0)

the straight line in the xy plane from the point (0, 4) to the point (2,0) Math 238 Review Problems for Final Exam For problems #1 to #6, we define the following paths vector fields: b(t) = the straight line in the xy plane from the point (0, 4) to the point (2,0) c(t) = the

More information

Mathematically, the path or the trajectory of a particle moving in space in described by a function of time.

Mathematically, the path or the trajectory of a particle moving in space in described by a function of time. Module 15 : Vector fields, Gradient, Divergence and Curl Lecture 45 : Curves in space [Section 45.1] Objectives In this section you will learn the following : Concept of curve in space. Parametrization

More information

However, this is not always true! For example, this fails if both A and B are closed and unbounded (find an example).

However, this is not always true! For example, this fails if both A and B are closed and unbounded (find an example). 98 CHAPTER 3. PROPERTIES OF CONVEX SETS: A GLIMPSE 3.2 Separation Theorems It seems intuitively rather obvious that if A and B are two nonempty disjoint convex sets in A 2, then there is a line, H, separating

More information