Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018.

Size: px
Start display at page:

Download "Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018."

Transcription

1 Lecture 19 Vector fields Dan Nichols MATH 233, Spring 218 University of Massachusetts April 1, 218 (2) Chapter 16 Chapter 12: Vectors and 3D geometry Chapter 13: Curves and vector functions r(t) = x(t), y(t) Chapter 14-15: Surfaces and functions of multiple variables z = f(x, y) Chapter 16: Vector fields, or vector functions of two variables F(x, y) = P (x, y), Q(x, y)

2 (3) Vector calculus We write a vector function of two variables like this: F(x, y) = P (x, y), Q(x, y) Input is two variables x, y Output is a 2D vector F(x, y) Really just two scalar functions of x, y bundled together as components of a vector F can also be viewed as a vector field: Definition Let D be a region in R 2. A vector field in R 2 is a function that assigns to each point (x, y) in D a two-dimensional vector F(x, y). Input is a point (x, y) in a region of R 2 Output is a 2D vector F(x, y) Simply: for each (x, y) in the domain, draw the arrow F(x, y) at that point. F(x, y) = 1, 1 (constant vector field) 2 (4) Vector fields

3 (5) Vector fields F(x, y) = x 4 y, log(1 + x) Example 1: Draw the vector field F(x, y) = y, x. (6) Vector fields: example

4 (7) Vector fields: example Example 2: Draw the vector field F(x, y) = x + 1, xy (8) Vector fields We ll mostly work with 2D vector fields because they are easier to draw and visualize. But you can also have vector fields in more dimensions. A 3D vector field is like a 3D arrow at each point in R 3 : F(x, y, z) = P (x, y, z), Q(x, y, z), R(x, y, z)

5 (9) Vector fields Vector fields are extremely important in many areas of science and engineering. You can use them to describe the velocity of a fluid that is flowing Or the force (e.g. gravity) at each point in space. (1) Velocity fields Suppose some object is moving with position function r(t) and we know that at every point (x, y) along its path, its velocity (or tangent vector) is F(x, y). Or, for every value of t, r (t) = F(x(t), y(t)). Or, if we write F(x, y) = P (x, y), Q(x, y), then dx dy = P (x(t), y(t)) dt Example: pinecone floating in a river. Its velocity is always determined by the flow of the water at its current location. You can find such a path by drawing a curve that follows the arrows of a vector field diagram. dt = Q(x(t), y(t))

6 (11) Velocity fields: example Example 3: Suppose the velocity vector of the wind at point (x, y) in a 2D space is y, cos x. A leaf is being blown by the wind so that the leaf s velocity is always equal to the wind velocity at its current position. Describe the leaf s path of motion if it starts from the point ( π 2, 1). Do the same if it instead starts at the point (2π, ). π 2π 3π (12) Velocity fields Ocean currents near Florida (aoml.noaa.gov)

7 (13) Force fields Sometimes there is some force (e.g. gravity or magnetism) that affects everything in some region of 2D or 3D space. Force is a vector, with magnitude and direction The force F on an object depends on the object s position (x, y) (or (x, y, z)). So this force can be described as a vector field F(x, y) (or F(x, y, z)). (14) Force fields Suppose there s a big object of mass M centered at the origin, and a small object of mass m located at the point (x, y, z). Let r = x, y, z be the vector from the big object to the small one. Let r = r = x 2 + y 2 + z 2 denote the distance between the objects Newton s Law of Gravitation: the magnitude of the gravitational force exerted on the objects is F = GMm r 2 (G Nm 2 /kg 2 is the gravitational constant) The force pulls the small object directly towards the big one, so the gravitational force vector F on the small object points in the direction of r. M r m

8 (15) Force fields We know that F has magnitude F = GMm r 2 We know that it points in the direction of r = x, y, z So the force vector field is F(x, y, z) = GMm r 2 = GMm r 2 ( ˆr) ( 1 r = GMm r r 3 ) r GMm = (x 2 + y 2 + z 2 x, y, z. ) 3/2 (16) Force fields Gravitational force field in R 2 of a large mass located at the origin: Suppose an object is at rest somewhere in space and the only force acting on it is the gravitational pull from this large mass. Where will it go?

9 (17) Gravity Use Newton s second law: F = ma = m d2 r dt GMm (x 2 + y 2 ) F(x, y) = m d2 x, y dt2 d2 x, y = m x, y 3/2 dt2 This gives us a set of ordinary differential equations: d 2 x dt 2 = GMx d 2 y (x 2 + y 2 ) 3/2 dt 2 = GMy (x 2 + y 2 ) 3/2 Solve these equations (taking into account initial position and velocity of the object) to determine the path of motion r(t) = x(t), y(t). This is (usually) very hard! (18) Gravity: example Example 4: Let C be the circle in the xy-plane centered at the origin with radius R. For any α >, the vector function r(t) = R cos( αt), R sin( αt) traces C counterclockwise at constant speed. Show that for some α >, this is a solution to the gravitational force ODEs: d 2 x dt 2 = GMx d 2 y (x 2 + y 2 ) 3/2 dt 2 = GMy (x 2 + y 2 ) 3/2 What is the period (time it takes to complete one orbit) in terms of G, M, and R?

10 (19) Gravity This model for gravity ignores something important: the big object is also pulled slightly by the little object. So as the big object moves, the force field changes with respect to time Two-body problem. Much more complicated, harder to solve This is why the shape of planetary orbits around the sun are not circles; they are actually ellipses Kepler s laws: two objects revolve around their common barycenter (center of mass) in elliptical orbits (2) Gravity Suppose an object is subject to gravitational force from two large objects, e.g. binary stars Three-body problem: each object pulls the other two. Sundman (1912): you can write solutions as power series, but they converge too slowly to be useful

11 (21) Velocity fields vs. force fields When a vector field represents velocity (e.g. ocean currents, wind), objects in the field move by following the arrows, because the vector field controls the first derivative of r(t). Initial position of an object completely determines its path of motion. When a vector field represents a force (e.g. gravity, magnetism), finding the path of motion is more complicated because the vector field controls the second derivative of r(t). Object s path of motion depends on both its initial position and its initial velocity. (22) The gradient We ve already seen vector fields in a different context. For a (scalar) function f(x, y), the gradient is a vector field: f(x, y) = f x (x, y), f y (x, y). Now suppose F is some vector field. We say F is conservative if F is the gradient of some scalar function, i.e. if F = f for some scalar function f. In this case, we call f a potential function for F (or just a potential) The term conservative comes from conservation of energy. For example: F(x, y) = y 2, 2xy + 1 is conservative, and f(x, y) = xy 2 + y is a potential function for this field But G(x, y) = x, x is not conservative, there is no potential function. (We ll see why soon... )

12 (23) The gradient z = xe x2 y (24) Conservative vector fields How can we tell if a given vector field F is conservative? There s no good test that works for every field, but in R 2 there s an easy way to see that some fields are not conservative If F is conservative, how do we find a potential f? These questions will become very important later when we learn how to compute the line integral of a vector field along a curve.

13 (25) Conservative vector fields Let F(x, y) = P (x, y), Q(x, y) be a vector field in R 2. Here s a quick way to tell if F is NOT conservative. Suppose there s some function f(x, y) such that f(x, y) = f x (x, y), f y (x, y) = F(x, y) Then f x (x, y) = P (x, y) and f y (x, y) = Q(x, y). Clairaut s theorem: if f,f x,f y are continuous, then y f x(x, y) = x f y(x, y) and therefore P y = Q x So if P y Q x, then F(x, y) = P (x, y), Q(x, y) is not conservative. (26) Indefinite partial integrals The indefinite partial integral of f(x, y) with respect to x is the function* F (x, y) such that xf (x, y) = f(x, y) (AKA partial antiderivative w.r.t x) As with a single-variable indefinite integral, we add an integration constant C to show that there are infinitely many antiderivatives. For example: ˆ e xy dx = 1 y exy + C(y). Note that since we re only integrating with respect to x, the integration constant can depend on y. So we write C(y) instead of C. Indefinite partial integral of that same function with respect to y: ˆ e xy dy = 1 x exy + C(x).

14 (27) Conservative vector fields We want to determine if F = P (x, y), Q(x, y) is conservative. That is, does there exist some f(x, y) such that f(x, y) = f x (x, y), f y (x, y) = P (x, y), Q(x, y)? If P (x, y) = xf(x, y), then ˆ f(x, y) = P (x, y) dx = F (x, y) + C(y) If Q(x, y) = y f(x, y), then ˆ f(x, y) = Q(x, y) dy = G(x, y) + D(x) Idea: compute these indefinite partial integrals, see if they are compatible. That is, see if there s a way to choose C(y) and D(x) such that the expressions above are equal. (28) Conservative vector fields: example Example 5: Show that F is conservative and find a potential function f. F(x, y) = sin(x + y) sin y + 2x, sin(x + y) x cos y 1 ˆ ˆ P (x, y) dx = cos(x + y) x sin y + x 2 + C(y) Q(x, y) dy = cos(x + y) x sin y y + D(x) We can make these two indefinite partial integrals agree if we choose C(y) = y and D(x) = x 2. So f(x, y) = cos(x + y) x sin y + x 2 y is a potential for F.

15 (29) Conservative vector fields: example Example 6: Prove that F(x, y) = 2xy 1, 2xy + 2y is not conservative by computing partial integrals. ˆ P (x, y) dx = x 2 y x + C(y) ˆ Q(x, y) dy = xy 2 + y 2 + D(x) Notice that these parts don t match up. There s no way to choose C(y) and D(x) to make the two partial integrals equal. (3) Conservative vector fields: example Example 7: Determine whether each vector field is conservative. Find a potential for each conservative field. F(x, y) = y, x G(x, y) = y, x H(x, y) = x, x 2 U(x, y) = 1 y, x y 2 V(x, y) = y 2 e xy, e xy + xye xy not conservative conservative: g(x, y) = xy not conservative conservative; u(x, y) = x y. not conservative

16 (31) Homework Paper homework #19 due Thursday WebAssign homework 15.4 (actually 15.3) due tomorrow night, 11:59 PM Midterms will be handed back on Thursday

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

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

More information

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

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

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

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

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

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

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

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

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

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

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

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

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

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

47. Conservative Vector Fields

47. Conservative Vector Fields 47. onservative Vector Fields Given a function z = φ(x, y), its gradient is φ = φ x, φ y. Thus, φ is a gradient (or conservative) vector field, and the function φ is called a potential function. Suppose

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

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

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

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

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

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

More information

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

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

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

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

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

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

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

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

Functions of several variables

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

More information

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

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

More information

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

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

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

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

(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

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

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

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

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 26: Conservative Vector Fields

Lecture 26: Conservative Vector Fields Lecture 26: onservative Vector Fields 26. The line integral of a conservative vector field Suppose f : R n R is differentiable the vector field f : R n R n is continuous. Let F (x) = f(x). Then F is a

More information

Chapter 16. Partial Derivatives

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

More information

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

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

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

Section 15.3 Partial Derivatives

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

More information

Section 3: Functions of several variables.

Section 3: Functions of several variables. Section 3: Functions of several variables. Compiled by Chris Tisdell S1: Motivation S2: Function of two variables S3: Visualising and sketching S4: Limits and continuity S5: Partial differentiation S6:

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

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

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

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

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

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 6 - Tues 17th Oct 2017 Functions of Several Variables and Partial Derivatives

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 6 - Tues 17th Oct 2017 Functions of Several Variables and Partial Derivatives ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 6 - Tues 17th Oct 2017 Functions of Several Variables and Partial Derivatives So far we have dealt with functions of the form y = f(x),

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

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

Exam 1 Study Guide. Math 223 Section 12 Fall Student s Name

Exam 1 Study Guide. Math 223 Section 12 Fall Student s Name Exam 1 Study Guide Math 223 Section 12 Fall 2015 Dr. Gilbert Student s Name The following problems are designed to help you study for the first in-class exam. Problems may or may not be an accurate indicator

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

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 122: Final Exam Review Sheet

Math 122: Final Exam Review Sheet Exam Information Math 1: Final Exam Review Sheet The final exam will be given on Wednesday, December 1th from 8-1 am. The exam is cumulative and will cover sections 5., 5., 5.4, 5.5, 5., 5.9,.1,.,.4,.,

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

Lecture 20. Intro to line integrals. Dan Nichols MATH 233, Spring 2018 University of Massachusetts.

Lecture 20. Intro to line integrals. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. Lecture 2 Intro to line integrls Dn Nichols nichols@mth.umss.edu MATH 233, Spring 218 University of Msschusetts April 12, 218 (2) onservtive vector fields We wnt to determine if F P (x, y), Q(x, y) is

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

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

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

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

I II III IV V VI VII VIII IX X Total

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

More information

MATH 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

Math Final Exam - 6/11/2015

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

More information

On Surfaces of Revolution whose Mean Curvature is Constant

On Surfaces of Revolution whose Mean Curvature is Constant On Surfaces of Revolution whose Mean Curvature is Constant Ch. Delaunay May 4, 2002 When one seeks a surface of given area enclosing a maximal volume, one finds that the equation this surface must satisfy

More information

Practice Problems: Calculus in Polar Coordinates

Practice Problems: Calculus in Polar Coordinates Practice Problems: Calculus in Polar Coordinates Answers. For these problems, I want to convert from polar form parametrized Cartesian form, then differentiate and take the ratio y over x to get the slope,

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

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

VECTOR CALCULUS Julian.O 2016

VECTOR CALCULUS Julian.O 2016 VETO ALULUS Julian.O 2016 Vector alculus Lecture 3: Double Integrals Green s Theorem Divergence of a Vector Field Double Integrals: Double integrals are used to integrate two-variable functions f(x, y)

More information

DIFFERENTIAL EQUATIONS. A principal model of physical phenomena.

DIFFERENTIAL EQUATIONS. A principal model of physical phenomena. DIFFERENTIAL EQUATIONS A principal model of physical phenomena. The ordinary differential equation: The initial value: y = f(x, y) y(x 0 )=Y 0 Find a solution Y (x) onsomeintervalx 0 x b. Together these

More information

Calculus IV Math 2443 Review for Exam 2 on Mon Oct 24, 2016 Exam 2 will cover This is only a sample. Try all the homework problems.

Calculus IV Math 2443 Review for Exam 2 on Mon Oct 24, 2016 Exam 2 will cover This is only a sample. Try all the homework problems. Calculus IV Math 443 eview for xam on Mon Oct 4, 6 xam will cover 5. 5.. This is only a sample. Try all the homework problems. () o not evaluated the integral. Write as iterated integrals: (x + y )dv,

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

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

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

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

B) 0 C) 1 D) No limit. x2 + y2 4) A) 2 B) 0 C) 1 D) No limit. A) 1 B) 2 C) 0 D) No limit. 8xy 6) A) 1 B) 0 C) π D) -1

B) 0 C) 1 D) No limit. x2 + y2 4) A) 2 B) 0 C) 1 D) No limit. A) 1 B) 2 C) 0 D) No limit. 8xy 6) A) 1 B) 0 C) π D) -1 MTH 22 Exam Two - Review Problem Set Name Sketch the surface z = f(x,y). ) f(x, y) = - x2 ) 2) f(x, y) = 2 -x2 - y2 2) Find the indicated limit or state that it does not exist. 4x2 + 8xy + 4y2 ) lim (x,

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

Double Integrals over More General Regions

Double Integrals over More General Regions Jim Lambers MAT 8 Spring Semester 9-1 Lecture 11 Notes These notes correspond to Section 1. in Stewart and Sections 5.3 and 5.4 in Marsden and Tromba. ouble Integrals over More General Regions We have

More information

LESSON 18: INTRODUCTION TO FUNCTIONS OF SEVERAL VARIABLES MATH FALL 2018

LESSON 18: INTRODUCTION TO FUNCTIONS OF SEVERAL VARIABLES MATH FALL 2018 LESSON 8: INTRODUCTION TO FUNCTIONS OF SEVERAL VARIABLES MATH 6020 FALL 208 ELLEN WELD. Partial Derivatives We aress how to take a erivative of a function of several variables. Although we won t get into

More information

Unit 8 Trigonometry. Math III Mrs. Valentine

Unit 8 Trigonometry. Math III Mrs. Valentine Unit 8 Trigonometry Math III Mrs. Valentine 8A.1 Angles and Periodic Data * Identifying Cycles and Periods * A periodic function is a function that repeats a pattern of y- values (outputs) at regular intervals.

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

11.2 LIMITS AND CONTINUITY

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

More information

Math 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

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

1. Let f(x, y) = 4x 2 4xy + 4y 2, and suppose x = cos t and y = sin t. Find df dt using the chain rule.

1. Let f(x, y) = 4x 2 4xy + 4y 2, and suppose x = cos t and y = sin t. Find df dt using the chain rule. Math 234 WES WORKSHEET 9 Spring 2015 1. Let f(x, y) = 4x 2 4xy + 4y 2, and suppose x = cos t and y = sin t. Find df dt using the chain rule. 2. Let f(x, y) = x 2 + y 2. Find all the points on the level

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

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

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

Functions of more than one variable

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

More information

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

Directional Derivative, Gradient and Level Set

Directional Derivative, Gradient and Level Set Directional Derivative, Gradient and Level Set Liming Pang 1 Directional Derivative Te partial derivatives of a multi-variable function f(x, y), f f and, tell us te rate of cange of te function along te

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