13.5 DIRECTIONAL DERIVATIVES and the GRADIENT VECTOR

Size: px
Start display at page:

Download "13.5 DIRECTIONAL DERIVATIVES and the GRADIENT VECTOR"

Transcription

1 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus DIRECTIONAL DERIVATIVES and te GRADIENT VECTOR Directional Derivatives In Section 13.3 te partial derivatives f x and f y were defined as f x (x,y) = f y (x,y) = f(x +,y) " f(x,y) f(x,y +) " f(x,y) (if te it exists and is finite) and (if te it exists and is finite). Tese partial derivative measured te instantaneous rate of cange of z = f(x,y) as we moved in te increasing x direction (wile olding y constant) and in te increasing y direction (wile olding x constant). Sometimes, owever, we are interested in te rate of cange of z = f(x,y) as we move in some oter direction, and tat leads to te idea of a directional derivative to measure te instantaneous rate of cange of z = f(x,y) as we move in any direction. Definition: Te directional derivative of z = f(x,y) in te direction of a unit vector u = a, b is D u f(x,y) = f(x +a,y +b) " f(x,y) (if te it exists and is finite). Figures 1a and 1b illustrate te slope of te line tangent to te curve were te plane above te vector u intersects te surface z = f(x,y). Using tis definition can be tedious and algebraically messy, but it is wort doing once. Fortunately we will soon see a muc more efficient metod.

2 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 2 Example 1: Use tis definition to calculate D u f( 1, 2) for f(x,y) = 1 + xy and u = 0.6, 0.8 Solution: D u f( 1, 2) = f(1 +0.6,2 +0.8) " f(1,2) = [1 +(1 +0.6)(2 +0.8)] " 3 [ (0.6) +0.8] " 3 = 2(0.6) +0.8 = 2 Practice 1: Calculate D u f( 2, 1) for f(x,y) = x 2 + 2x + 3y +1 and u = 5 13, For more complicated functions it becomes extremely difficult to use te definition to calculate directional derivatives. Fortunately tere is a muc easier way given by te next teorem. Teorem: If ten f(x,y) is differentiable, f as a directional derivative in te direction of every unit vector u = a, b, and D u f(x,y) = f x (x,y) a + f y (x,y) b. A proof of tis result uses a multivariable "Cain Rule" tat we will discuss in Section Example 2: Verify tat tis teorem gives te same answer for D u f(x,y) as our use of te directional derivative definition in Example 1. Solution: f x (x,y)=y and f y (x,y)=x so f x ( 1, 2)= 2 and f y ( 1, 2)= 1. u = 0.6, 0.8 so D u f( 1, 2) = (2)(0.6) + (1)(0.8) = 2, te same result as in Example 1. Practice 2: Verify tat tis teorem gives te same answer for D u f(x,y) as your use of te directional derivative definition in Practice 1. Example 3: Calculate te directional derivatives of z = f(x,y) = x + 5x 2 y 3 at te point (2,1) in te directions of te unit vectors (a) u = 0.6, 0.8, (b) u = 0.6, 0.8, (c) u = 0.8, 0.6, (d) u = i = 1, 0, and (e) u =j = 0, 1. Solution: f x (x,y) = xy 3 and f y (x,y) = 15x 2 y 2 so f x (2,1) = 21 and f y (2,1) = 60. Ten, by te previous Teorem, (a) for u = 0.6, 0.8, D u f(2,1) = f x (2,1) a + f y (2,1) b = (21)(0.6) + (60)(0.8) = 60.6.

3 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 3 (b) for u = 0.6, 0.8, D u f(2,1) = (21)( 0.6) + (60)( 0.8) = (c) for u = 0.8, 0.6, D u f(2,1) = (21)(0.8) + (60)(0.6) = (d) for u = i = 1, 0, D u f(2,1) = (21)(1) + (60)(0) = 21 ( = f x (2,1) ). (e) for u = j = 0, 1, D u f(2,1) = (21)(0) + (60)(1) = 60 ( = f y (2,1) ). Te Gradient Vector You migt ave noticed tat te pattern D u f(x,y) = f x (x,y) a + f y (x,y) b for calculating te directional derivative can be viewed as te dot product of te vector f x (x,y), f y (x,y) wit te unit direction vector u = a, b. Tis vector f x (x,y), f y (x,y) sows up in a variety of contexts and is called te gradient of f. Definition of te Gradient Vector: Te gradient vector of f(x,y) is f(x,y) = f x (x,y), f y (x,y) = f x i + f y j. Te symbol " f " is read as "grad f" or "del f." Example 4: Calculate f(x,y) and f(0,1) for (a) f(x,y) = x + 5x 2 y 3 and (b) f(x,y) = y 2 + sin(x). Solution: (a) For f(x,y) = x + 5x 2 y 3, f x (x,y) = xy 3 and f y (x,y) = 15x 2 y 2 f(x,y) = xy 3, 15x 2 y 2 and f(0,1) = 1, 0. (b) For f(x,y) = y 2 + sin(x), f x (x,y) = cos(x) and f y (x,y) = 2y so f(x,y) = cos(x), 2y and f(0,1) = 1, 2. so Practice 3: Calculate f(x,y) and f(1,2) for (a) f (x, y) = e xy + 2x 3 y + y 2 and (b) f(x,y) = cos(2x+3y). Te directional derivative can now be written simply as te dot product of te gradient and te unit direction vector. D u f(x,y) = f(x,y). u Te gradient vector f(x,y) is useful for muc more tan a compact notation for directional derivatives. f(x,y) as a number of special features tat make it useful for investigating te beavior of surfaces.

4 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 4 Tree very important properties of te gradient vector f(x,y) : (1) At a point (x,y), te maximum value of te directional derivative D u f(x,y) is f(x,y). (2) At a point (x,y), te maximum value of D u f(x,y) occurs wen u as te same direction as te gradient vector f(x,y). (At eac point (x,y), te gradient vector f(x,y) "points" in te direction of maximum increase for f(x,y).) (3) At a point (x,y), te gradient vector f(x,y) is normal (perpendicular) to te level curve tat goes troug te point (x,y). One of te beauties of matematics is tat sometimes a result like te powerful and non-obvious properties of te gradient can be proven in rater simple ways. Proof of (1) and (2): D u f(x,y) = f(x,y). u = f(x,y) u cos( θ ) θ is te angle between te vectors f(x,y) and u = f(x,y) cos( θ ) Te maximum value of cos( θ ) is 1 (wen θ = 0), so te maximum value of D u f(x,y) is f(x,y) and tis maximum occurs wen θ = 0, wen f(x,y) and u ave te same direction. Proof of (3): f is constant along te level curve at te point (x,y) so D u f(x,y) = 0 wen u is te direction of te level curve. But D u f(x,y) = f(x,y). u so f(x,y) is perpendicular to u, te direction of te level curve. Example 5: Find (a) te maximum rate of cange of f(x,y) = xe y at te point (2,0,) and (b) te direction in wic tis maximum rate of cange occurs. Solution: f x (x,y) = e y and f y (x,y) = xe y so f x (2,0) = e 0 = 1 and f y (2,0) = 2e 0 = 2. (a) Te maximum value of te rate of cange of f is D u f(x,y) = f(1,2) = 1, 2 = 5. (b) Tis maximum value occurs wen u is in te direction of f(1,2): u = 1/ 5, 2/ 5. Practice 4: Find (a) te maximum rate of cange of f (x, y) = 2x + 3y at te point (5, 2) and (b) te direction in wic tis maximum rate of cange occurs. Fig. 2 sows several level curves for a function z = f(x,y) and te

5 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 5 gradient vector at several locations. (Note: te lengts of tese gradient vectors are exaggerated.) Practice 5: Sketc te gradient vector f(x,y) for te function f in Fig. 2 at A, B and C. A ball placed at (x,y) will begin to roll in te direction u = f(x,y). Cbing to a (local) maximum Property (2) is te foundation for using te gradient vector f(x,y) in iterative metods for finding local maximums of functions of several variables: (i) At any point (x,y) we take a sort "step" in te direction of f(x,y) tis takes us "upill" along te steepest route at tat point. (ii) Repeat step (i) until a (local) maximum is reaced. Property (3) provides an easy way to geometrically determine te direction of te gradient from te level curves of a surface. Fig. 3 sows level curves for a function z = f(x,y) and te upill gradient pats for several starting points. Practice 6: Sketc te upill gradient pat for te function f in Fig. 3 at starting points A, B and C. Beyond z = f(x,y) So far all of te examples ave dealt wit functions of two variables, z = f(x,y), but tat was just for convenience. Te definitions and ideas of gradient vectors and directional derivatives and teir properties extend in a natural way to functions of tree (or more) variables. Extensions to w = f(x,y,z) Definition: f(x,y,z) = f x (x,y,z), f y (x,y,z), f z (x,y,z) = f x i + f y j + f z k. Teorem: For a differentiable function f(x,y,z) and a unit direction vector u = a, b, c, D u f(x,y,z) = f(x,y,z). u Features: (1) Te maximum value of te directional derivative D u f(x,y,z) is f(x,y,z). (2) Te maximum value of D u f(x,y,z) occurs wen u as te same direction as f(x,y,z). (2) Te gradient vector f(x,y,z) is normal (perpendicular) to te level surface troug te point (x,y,z).

6 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 6 Tese same ideas also extend very naturally to functions of more tan tree variables. For example, if x, y and z (all in meters) give te location in a room ten w=f(x,y,z) could be te temperature ( o C) at tat location. Ten instead of a level curve (in 2D), te points (x,y,z) were w=70 would be a level surface in 3D. D u f(x,y,z) would be te instantaneous rate of cange of temperature at location (x,y,z) in te direction u, and te units of D u f(x,y,z) would be o C/m. Te gradient vector f(x,y,z) would still give te maximum value of te directional derivative and would point in te direction of maximum rate of temperature increase. A eat-seeking flying bug in te room would follow a pat in te direction of te gradient at eac point. PROBLEMS In problems 1 4, find te directional derivative of f at te given point in te direction indicated by te given angle θ. (Note: θ is te angle te direction vector u makes wit te positive x axis, so te components of u are cos(θ), sin(θ). ) 1. f(x, y) = x 2 y 2 + 2x 4 y at (1, 2) wit θ = π/3 2. f(x, y) = (x 2 y) 3 at (3, 1) wit θ = 3π/4 3. f(x, y) = y x at (1, 2) wit θ = π/2 4. f(x, y) = sin( x + 2y ) at (4, 2) wit θ = 2π/3 In problems 5 8, (a) find te gradient of f, (b) evaluate te gradient at te given point P, and (c) find te rate of cange of f at P in te direction of te given vector u. 5. f(x, y) = x 3 4x 2 y + y 2 at P = (0, 1) wit u = 3/5, 4/5. 6. f(x, y) = e x. sin( y ) at P = (1, π/4) wit u = 1/ 5, 2/ f(x, y, z) = xy 2 z 3 at P = (1, 2, 1) wit u = 1/ 3, 1/ 3, 1/ f(x, y, z) = xy + yz 2 + xz 3 at P = (2, 0, 3) wit u = 2/3, 1/3, 2/3. In problems 9 14, find te directional derivative of te given function at te given point in te direction of te given vector v. 9. f(x, y) = x y at (5, 1) wit v = 12, f(x, y) = x/y at (6, 2) wit v = 1, g(x, y) = x. e xy at ( 3, 0) wit v = 2i + 3j. 12. g(x, y) = e x cos( y ) at (1, π/6) wit v = i j. 13. f(x, y, z) = xyz at (2, 4, 2) wit v = 4, 2, f(x, y, z) = z 3 x 2 y at (1, 6, 2) wit v = 3, 4, 12.

7 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 7 In problems 15 20, find te maximum rate of cange of f at te given point and te direction in wic it occurs. 15. f(x, y) = x. e y + 3y at te point ( 1, 0) 16. f(x, y) = ln( x 2 + y 2 ) at te point ( 1, 2) 17. f(x, y) = x 2 + 2y at te point ( 4, 10) 18. f(x, y, z) = x + y/z at te point ( 4, 3, 1) 19. f(x, y) = cos( 3x + 2y ) at te point ( π/6, π/8) 20. f(x, y, z) = x y + y z at te point ( 4, 2, 1) 21. At eac dot in Fig. 4 sketc te gradient vector. 22. At eac dot in Fig. 5 sketc te gradient vector. 23. At eac dot in Fig. 6 sketc te upill gradient pat. 24. At eac dot in Fig. 7 sketc te upill gradient pat. 25. Sow tat a differentiable function f decreases most rapidly at (x,y) in te direction opposite to te gradient vector, tat is, in te direction f(x,y). 26. Use te result of Problem 23 to find te direction in wic te function f(x,y) = x 4 y x 2 y 3 decreases fastest at te point (2, 3). 27. Te temperature T in a metal ball is inversely proportional to te distance from te center of te ball, wic we take to be te origin. Te temperature at te point (1, 2, 2) is 120 o. (a) Find te rate of cange of T at (1, 2, 2) in te direction toward te point (2, 1, 3). (b) Sow tat at any given point in te ball te direction of greatest increase in temperature is given by a vector tat points toward te origin. 28. Te temperature at a point (x, y, z) is given by T(x,y,z) = 200. e ( x2 3y 2 9z 2 ) were T is measured in o C and x, y, and z in meters. (a) Find te rate of cange of temperature at te point P(2, 1, 2) in te direction toward te point (3, 3, 3). (b) In wic direction does te temperature increase fastest at P?

8 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 8 (c) Find te maximum rate of increase at P. 29. Suppose tat over a certain region of space te electrical potential V is given by V(x,y,z) = 5x 2 3xy + xyz. (a) Find te rate of cange of te potential at P(3, 4, 5) in te direction of te vector v = i + j k. (b) In wic direction does V cange most rapidly at P? (c) Wat is te maximum rate of cange at P? 30. Suppose tat you are cbing a ill wose sape is given by te equation z = x y 2 and you are standing at te point wit coordinates (60, 100, 764). (a) In wic direction sould you proceed initially in order to reac te top of te ill fastest? (b) If you cb in tat direction, at wat angle above te orizontal will you be cbing initially? 31. Let F be a function of two variables tat as continuous partial derivatives and consider te points A(1,3), B(3,3), C(1,7), and D(6,15). Te directional derivative of A in te direction of te vector AB is 3, and te direction derivative at A in te direction of AC is 26. Find te direction derivative of f at A in te direction of te vector AD. Practice Answers Practice 1: f(x,y) = x 2 + 2x + 3y +1 and u = 5 13,12 13 " f 2 + 5,2 +12 D u f(2,1) = $ # % & f (2,1) &" ( # = '( $ " % # 13 $ % + 3 " # $ % +1 ) +,12 * + &" = $ # % + " $ # % + " $ # % +1 ) ( + ' *,12 = Practice 2: f x (x,y)= 2x+2 and f y (x,y)= 3 so f x ( 2, 1)= 6 and f y ( 2, 1)= 3. u = 5 13,12 13 so = 66 13! D u f( 2, 1) = (6) 5 $! # & + (3) 12 $ # & = 66, te same result as in Example 2 but muc easier. " 13% " 13% 13 Practice 3: (a) For f (x, y) = e xy + 2x 3 y + y 2, f x (x,y) = y! e xy + 6x 2 y and f y (x,y) = x! e xy + 2x 3 + 2y so f(x,y) = y! e xy + 6x 2 y, x! e xy + 2x 3 + 2y and f(1,2) = 2e 2 +12, e (b) For f(x,y) = cos(2x+3y), f x (x,y) = -2sin(2x+3y) and f y (x,y) = -3sin(2x+3y) f( 1, 2) = -2sin(2x+3y), -3sin(2x+3y) and f( 1, 2) = -2sin(8), -3sin(8). so Practice 4: f x (x,y) = 1 2x + 3y and f y (x,y) = 3 2 2x + 3y so f x ( 5, 2) = 1 4 and f y ( 5, 2) = 3 8.

9 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 9 (a) Te maximum value of te rate of cange of f is D u f(5,2) = f(5,2) = 1 4, 3 8 = 13 8! (b) Tis maximum value occurs wen u is in te direction of f(5,2): u =!f(5,2)!f(5,2) = 2 13, Practice 5: See Fig. 9. Note tat eac gradient vector is perpendicular to te level curve and points upill. Practice 6: See Fig. 8. Note tat upill gradient pat is always perpendicular to te level curves. Selected Answers (a) f(x,y) = 3x 2 8xy, 4x 2 + 2y (b) 0, 2 (c) 8/5 7. (a) f(x,y,z) = y 2 z 3, 2xyz 3, 3xy 2 z 2 (b) 4, 4, 12 (c) 20/ / / / , 1/ 5, 2/ / 6, 4/ 17, 1/ (13/2), 3/ 13, 2/ 13 21, See Fig. 10. Note tat eac gradient vector is perpendicular to te level curve and points upill. 23. See Fig. 11. Note tat upill gradient pat is always perpendicular to te level curves. 27. (a) 40/( 3 3 ) 29. (a) 32/ 3 (b) u= 38, 6, 12 /(2 406 ) (c) /13

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

2 The Derivative. 2.0 Introduction to Derivatives. Slopes of Tangent Lines: Graphically

2 The Derivative. 2.0 Introduction to Derivatives. Slopes of Tangent Lines: Graphically 2 Te Derivative Te two previous capters ave laid te foundation for te study of calculus. Tey provided a review of some material you will need and started to empasize te various ways we will view and use

More information

4.1 Tangent Lines. y 2 y 1 = y 2 y 1

4.1 Tangent Lines. y 2 y 1 = y 2 y 1 41 Tangent Lines Introduction Recall tat te slope of a line tells us ow fast te line rises or falls Given distinct points (x 1, y 1 ) and (x 2, y 2 ), te slope of te line troug tese two points is cange

More information

4.2 The Derivative. f(x + h) f(x) lim

4.2 The Derivative. f(x + h) f(x) lim 4.2 Te Derivative Introduction In te previous section, it was sown tat if a function f as a nonvertical tangent line at a point (x, f(x)), ten its slope is given by te it f(x + ) f(x). (*) Tis is potentially

More information

2.8 The derivative as a function

2.8 The derivative as a function CHAPTER 2. LIMITS 56 2.8 Te derivative as a function Definition. Te derivative of f(x) istefunction f (x) defined as follows f f(x + ) f(x) (x). 0 Note: tis differs from te definition in section 2.7 in

More information

CHAPTER 7: TRANSCENDENTAL FUNCTIONS

CHAPTER 7: TRANSCENDENTAL FUNCTIONS 7.0 Introduction and One to one Functions Contemporary Calculus 1 CHAPTER 7: TRANSCENDENTAL FUNCTIONS Introduction In te previous capters we saw ow to calculate and use te derivatives and integrals of

More information

MATH 5a Spring 2018 READING ASSIGNMENTS FOR CHAPTER 2

MATH 5a Spring 2018 READING ASSIGNMENTS FOR CHAPTER 2 MATH 5a Spring 2018 READING ASSIGNMENTS FOR CHAPTER 2 Note: Tere will be a very sort online reading quiz (WebWork) on eac reading assignment due one our before class on its due date. Due dates can be found

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

Materials: Whiteboard, TI-Nspire classroom set, quadratic tangents program, and a computer projector.

Materials: Whiteboard, TI-Nspire classroom set, quadratic tangents program, and a computer projector. Adam Clinc Lesson: Deriving te Derivative Grade Level: 12 t grade, Calculus I class Materials: Witeboard, TI-Nspire classroom set, quadratic tangents program, and a computer projector. Goals/Objectives:

More information

Section 1.2 The Slope of a Tangent

Section 1.2 The Slope of a Tangent Section 1.2 Te Slope of a Tangent You are familiar wit te concept of a tangent to a curve. Wat geometric interpretation can be given to a tangent to te grap of a function at a point? A tangent is te straigt

More information

6 Computing Derivatives the Quick and Easy Way

6 Computing Derivatives the Quick and Easy Way Jay Daigle Occiental College Mat 4: Calculus Experience 6 Computing Derivatives te Quick an Easy Way In te previous section we talke about wat te erivative is, an we compute several examples, an ten we

More information

More on Functions and Their Graphs

More on Functions and Their Graphs More on Functions and Teir Graps Difference Quotient ( + ) ( ) f a f a is known as te difference quotient and is used exclusively wit functions. Te objective to keep in mind is to factor te appearing in

More information

Chapter K. Geometric Optics. Blinn College - Physics Terry Honan

Chapter K. Geometric Optics. Blinn College - Physics Terry Honan Capter K Geometric Optics Blinn College - Pysics 2426 - Terry Honan K. - Properties of Ligt Te Speed of Ligt Te speed of ligt in a vacuum is approximately c > 3.0µ0 8 mês. Because of its most fundamental

More information

( ) ( ) Mat 241 Homework Set 5 Due Professor David Schultz. x y. 9 4 The domain is the interior of the hyperbola.

( ) ( ) Mat 241 Homework Set 5 Due Professor David Schultz. x y. 9 4 The domain is the interior of the hyperbola. Mat 4 Homework Set 5 Due Professor David Scultz Directions: Sow all algebraic steps neatly and concisely using proper matematical symbolism. Wen graps and tecnology are to be implemented, do so appropriately.

More information

Fault Localization Using Tarantula

Fault Localization Using Tarantula Class 20 Fault localization (cont d) Test-data generation Exam review: Nov 3, after class to :30 Responsible for all material up troug Nov 3 (troug test-data generation) Send questions beforeand so all

More information

Haar Transform CS 430 Denbigh Starkey

Haar Transform CS 430 Denbigh Starkey Haar Transform CS Denbig Starkey. Background. Computing te transform. Restoring te original image from te transform 7. Producing te transform matrix 8 5. Using Haar for lossless compression 6. Using Haar

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

12.2 Techniques for Evaluating Limits

12.2 Techniques for Evaluating Limits 335_qd /4/5 :5 PM Page 863 Section Tecniques for Evaluating Limits 863 Tecniques for Evaluating Limits Wat ou sould learn Use te dividing out tecnique to evaluate its of functions Use te rationalizing

More information

TEST 3 REVIEW DAVID BEN MCREYNOLDS

TEST 3 REVIEW DAVID BEN MCREYNOLDS TEST 3 REVIEW DAVID BEN MCREYNOLDS 1. Vectors 1.1. Form the vector starting at the point P and ending at the point Q: P = (0, 0, 0), Q = (1,, 3). P = (1, 5, 3), Q = (8, 18, 0). P = ( 3, 1, 1), Q = (, 4,

More information

8/6/2010 Assignment Previewer

8/6/2010 Assignment Previewer Week 4 Friday Homework (1321979) Question 1234567891011121314151617181920 1. Question DetailsSCalcET6 2.7.003. [1287988] Consider te parabola y 7x - x 2. (a) Find te slope of te tangent line to te parabola

More information

You Try: A. Dilate the following figure using a scale factor of 2 with center of dilation at the origin.

You Try: A. Dilate the following figure using a scale factor of 2 with center of dilation at the origin. 1 G.SRT.1-Some Tings To Know Dilations affect te size of te pre-image. Te pre-image will enlarge or reduce by te ratio given by te scale factor. A dilation wit a scale factor of 1> x >1enlarges it. A dilation

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Directional Derivatives and the Gradient Vector Philippe B Laval KSU April 7, 2012 Philippe B Laval (KSU) Functions of Several Variables April 7, 2012 1 / 19 Introduction

More information

ANTENNA SPHERICAL COORDINATE SYSTEMS AND THEIR APPLICATION IN COMBINING RESULTS FROM DIFFERENT ANTENNA ORIENTATIONS

ANTENNA SPHERICAL COORDINATE SYSTEMS AND THEIR APPLICATION IN COMBINING RESULTS FROM DIFFERENT ANTENNA ORIENTATIONS NTNN SPHRICL COORDINT SSTMS ND THIR PPLICTION IN COMBINING RSULTS FROM DIFFRNT NTNN ORINTTIONS llen C. Newell, Greg Hindman Nearfield Systems Incorporated 133. 223 rd St. Bldg. 524 Carson, C 9745 US BSTRCT

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

12.2 Investigate Surface Area

12.2 Investigate Surface Area Investigating g Geometry ACTIVITY Use before Lesson 12.2 12.2 Investigate Surface Area MATERIALS grap paper scissors tape Q U E S T I O N How can you find te surface area of a polyedron? A net is a pattern

More information

Bounding Tree Cover Number and Positive Semidefinite Zero Forcing Number

Bounding Tree Cover Number and Positive Semidefinite Zero Forcing Number Bounding Tree Cover Number and Positive Semidefinite Zero Forcing Number Sofia Burille Mentor: Micael Natanson September 15, 2014 Abstract Given a grap, G, wit a set of vertices, v, and edges, various

More information

Piecewise Polynomial Interpolation, cont d

Piecewise Polynomial Interpolation, cont d Jim Lambers MAT 460/560 Fall Semester 2009-0 Lecture 2 Notes Tese notes correspond to Section 4 in te text Piecewise Polynomial Interpolation, cont d Constructing Cubic Splines, cont d Having determined

More information

Solution 2. ((3)(1) (2)(1), (4 3), (4)(2) (3)(3)) = (1, 1, 1) D u (f) = (6x + 2yz, 2y + 2xz, 2xy) (0,1,1) = = 4 14

Solution 2. ((3)(1) (2)(1), (4 3), (4)(2) (3)(3)) = (1, 1, 1) D u (f) = (6x + 2yz, 2y + 2xz, 2xy) (0,1,1) = = 4 14 Vector and Multivariable Calculus L Marizza A Bailey Practice Trimester Final Exam Name: Problem 1. To prepare for true/false and multiple choice: Compute the following (a) (4, 3) ( 3, 2) Solution 1. (4)(

More information

f for Directional Derivatives and Gradient The gradient vector is calculated using partial derivatives of the function f(x,y).

f for Directional Derivatives and Gradient The gradient vector is calculated using partial derivatives of the function f(x,y). Directional Derivatives and Gradient The gradient vector is calculated using partial derivatives of the function f(x,y). For a function f(x,y), the gradient vector, denoted as f (pronounced grad f ) is

More information

Lesson 6 MA Nick Egbert

Lesson 6 MA Nick Egbert Overview From kindergarten we all know ow to find te slope of a line: rise over run, or cange in over cange in. We want to be able to determine slopes of functions wic are not lines. To do tis we use te

More information

13.2 LIMITS AND CONTINUITY

13.2 LIMITS AND CONTINUITY 3.2 Limits and Continuity Contemporary Calculus 3.2 LIMITS AND CONTINUITY Our development of the properties and the calculus of functions z = f(x,y) of two (and more) variables parallels the development

More information

What you will learn today

What you will learn today What you will learn today Tangent Planes and Linear Approximation and the Gradient Vector Vector Functions 1/21 Recall in one-variable calculus, as we zoom in toward a point on a curve, the graph becomes

More information

Gradient and Directional Derivatives

Gradient and Directional Derivatives Gradient and Directional Derivatives MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background Given z = f (x, y) we understand that f : gives the rate of change of z in

More information

Section 2.3: Calculating Limits using the Limit Laws

Section 2.3: Calculating Limits using the Limit Laws Section 2.3: Calculating Limits using te Limit Laws In previous sections, we used graps and numerics to approimate te value of a it if it eists. Te problem wit tis owever is tat it does not always give

More information

1 Finding Trigonometric Derivatives

1 Finding Trigonometric Derivatives MTH 121 Fall 2008 Essex County College Division of Matematics Hanout Version 8 1 October 2, 2008 1 Fining Trigonometric Derivatives 1.1 Te Derivative as a Function Te efinition of te erivative as a function

More information

Limits and Continuity

Limits and Continuity CHAPTER Limits and Continuit. Rates of Cange and Limits. Limits Involving Infinit.3 Continuit.4 Rates of Cange and Tangent Lines An Economic Injur Level (EIL) is a measurement of te fewest number of insect

More information

Linear Interpolating Splines

Linear Interpolating Splines Jim Lambers MAT 772 Fall Semester 2010-11 Lecture 17 Notes Tese notes correspond to Sections 112, 11, and 114 in te text Linear Interpolating Splines We ave seen tat ig-degree polynomial interpolation

More information

19.2 Surface Area of Prisms and Cylinders

19.2 Surface Area of Prisms and Cylinders Name Class Date 19 Surface Area of Prisms and Cylinders Essential Question: How can you find te surface area of a prism or cylinder? Resource Locker Explore Developing a Surface Area Formula Surface area

More information

You should be able to visually approximate the slope of a graph. The slope m of the graph of f at the point x, f x is given by

You should be able to visually approximate the slope of a graph. The slope m of the graph of f at the point x, f x is given by Section. Te Tangent Line Problem 89 87. r 5 sin, e, 88. r sin sin Parabola 9 9 Hperbola e 9 9 9 89. 7,,,, 5 7 8 5 ortogonal 9. 5, 5,, 5, 5. Not multiples of eac oter; neiter parallel nor ortogonal 9.,,,

More information

Answer sheet: Second Midterm for Math 2339

Answer sheet: Second Midterm for Math 2339 Answer sheet: Second Midterm for Math 2339 October 26, 2010 Problem 1. True or false: (check one of the box, and briefly explain why) (1) If a twice differentiable f(x,y) satisfies f x (a,b) = f y (a,b)

More information

Quiz 6 Practice Problems

Quiz 6 Practice Problems Quiz 6 Practice Problems Practice problems are similar, both in difficulty and in scope, to the type of problems you will see on the quiz. Problems marked with a are for your entertainment and are not

More information

Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers

Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers. Lagrange Multipliers In this section we present Lagrange s method for maximizing or minimizing a general function f(x, y, z) subject to a constraint (or side condition) of the form g(x, y, z) = k. Figure 1 shows this curve

More information

Non-Interferometric Testing

Non-Interferometric Testing NonInterferometric Testing.nb Optics 513 - James C. Wyant 1 Non-Interferometric Testing Introduction In tese notes four non-interferometric tests are described: (1) te Sack-Hartmann test, (2) te Foucault

More information

THANK YOU FOR YOUR PURCHASE!

THANK YOU FOR YOUR PURCHASE! THANK YOU FOR YOUR PURCHASE! Te resources included in tis purcase were designed and created by me. I ope tat you find tis resource elpful in your classroom. Please feel free to contact me wit any questions

More information

NOTES: A quick overview of 2-D geometry

NOTES: A quick overview of 2-D geometry NOTES: A quick overview of 2-D geometry Wat is 2-D geometry? Also called plane geometry, it s te geometry tat deals wit two dimensional sapes flat tings tat ave lengt and widt, suc as a piece of paper.

More information

12.2 TECHNIQUES FOR EVALUATING LIMITS

12.2 TECHNIQUES FOR EVALUATING LIMITS Section Tecniques for Evaluating Limits 86 TECHNIQUES FOR EVALUATING LIMITS Wat ou sould learn Use te dividing out tecnique to evaluate its of functions Use te rationalizing tecnique to evaluate its of

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

Areas of Parallelograms and Triangles. To find the area of parallelograms and triangles

Areas of Parallelograms and Triangles. To find the area of parallelograms and triangles 10-1 reas of Parallelograms and Triangles ommon ore State Standards G-MG..1 Use geometric sapes, teir measures, and teir properties to descrie ojects. G-GPE..7 Use coordinates to compute perimeters of

More information

Cubic smoothing spline

Cubic smoothing spline Cubic smooting spline Menu: QCExpert Regression Cubic spline e module Cubic Spline is used to fit any functional regression curve troug data wit one independent variable x and one dependent random variable

More information

Numerical Derivatives

Numerical Derivatives Lab 15 Numerical Derivatives Lab Objective: Understand and implement finite difference approximations of te derivative in single and multiple dimensions. Evaluate te accuracy of tese approximations. Ten

More information

RECONSTRUCTING OF A GIVEN PIXEL S THREE- DIMENSIONAL COORDINATES GIVEN BY A PERSPECTIVE DIGITAL AERIAL PHOTOS BY APPLYING DIGITAL TERRAIN MODEL

RECONSTRUCTING OF A GIVEN PIXEL S THREE- DIMENSIONAL COORDINATES GIVEN BY A PERSPECTIVE DIGITAL AERIAL PHOTOS BY APPLYING DIGITAL TERRAIN MODEL IV. Évfolyam 3. szám - 2009. szeptember Horvát Zoltán orvat.zoltan@zmne.u REONSTRUTING OF GIVEN PIXEL S THREE- DIMENSIONL OORDINTES GIVEN Y PERSPETIVE DIGITL ERIL PHOTOS Y PPLYING DIGITL TERRIN MODEL bsztrakt/bstract

More information

CESILA: Communication Circle External Square Intersection-Based WSN Localization Algorithm

CESILA: Communication Circle External Square Intersection-Based WSN Localization Algorithm Sensors & Transducers 2013 by IFSA ttp://www.sensorsportal.com CESILA: Communication Circle External Square Intersection-Based WSN Localization Algoritm Sun Hongyu, Fang Ziyi, Qu Guannan College of Computer

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

When the dimensions of a solid increase by a factor of k, how does the surface area change? How does the volume change?

When the dimensions of a solid increase by a factor of k, how does the surface area change? How does the volume change? 8.4 Surface Areas and Volumes of Similar Solids Wen te dimensions of a solid increase by a factor of k, ow does te surface area cange? How does te volume cange? 1 ACTIVITY: Comparing Surface Areas and

More information

MAC-CPTM Situations Project

MAC-CPTM Situations Project raft o not use witout permission -P ituations Project ituation 20: rea of Plane Figures Prompt teacer in a geometry class introduces formulas for te areas of parallelograms, trapezoids, and romi. e removes

More information

All truths are easy to understand once they are discovered; the point is to discover them. Galileo

All truths are easy to understand once they are discovered; the point is to discover them. Galileo Section 7. olume All truts are easy to understand once tey are discovered; te point is to discover tem. Galileo Te main topic of tis section is volume. You will specifically look at ow to find te volume

More information

UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS ) CHAPTER 3: Partial derivatives and differentiation

UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES (SOLUTIONS ) CHAPTER 3: Partial derivatives and differentiation UNIVERSIDAD CARLOS III DE MADRID MATHEMATICS II EXERCISES SOLUTIONS ) 3-1. Find, for the following functions: a) fx, y) x cos x sin y. b) fx, y) e xy. c) fx, y) x + y ) lnx + y ). CHAPTER 3: Partial derivatives

More information

. Tutorial Class V 3-10/10/2012 First Order Partial Derivatives;...

. Tutorial Class V 3-10/10/2012 First Order Partial Derivatives;... Tutorial Class V 3-10/10/2012 1 First Order Partial Derivatives; Tutorial Class V 3-10/10/2012 1 First Order Partial Derivatives; 2 Application of Gradient; Tutorial Class V 3-10/10/2012 1 First Order

More information

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

11/1/2017 Second Hourly Practice 11 Math 21a, Fall Name: 11/1/217 Second Hourly Practice 11 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 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

13.7 LAGRANGE MULTIPLIER METHOD

13.7 LAGRANGE MULTIPLIER METHOD 13.7 Lagrange Multipliers Contemporary Calculus 1 13.7 LAGRANGE MULTIPLIER METHOD Suppose we go on a walk on a hillside, but we have to stay on a path. Where along this path are we at the highest elevation?

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

, 1 1, A complex fraction is a quotient of rational expressions (including their sums) that result

, 1 1, A complex fraction is a quotient of rational expressions (including their sums) that result RT. Complex Fractions Wen working wit algebraic expressions, sometimes we come across needing to simplify expressions like tese: xx 9 xx +, xx + xx + xx, yy xx + xx + +, aa Simplifying Complex Fractions

More information

MAPI Computer Vision

MAPI Computer Vision MAPI Computer Vision Multiple View Geometry In tis module we intend to present several tecniques in te domain of te 3D vision Manuel Joao University of Mino Dep Industrial Electronics - Applications -

More information

Section 3. Imaging With A Thin Lens

Section 3. Imaging With A Thin Lens Section 3 Imaging Wit A Tin Lens 3- at Ininity An object at ininity produces a set o collimated set o rays entering te optical system. Consider te rays rom a inite object located on te axis. Wen te object

More information

1.4 RATIONAL EXPRESSIONS

1.4 RATIONAL EXPRESSIONS 6 CHAPTER Fundamentals.4 RATIONAL EXPRESSIONS Te Domain of an Algebraic Epression Simplifying Rational Epressions Multiplying and Dividing Rational Epressions Adding and Subtracting Rational Epressions

More information

Classify solids. Find volumes of prisms and cylinders.

Classify solids. Find volumes of prisms and cylinders. 11.4 Volumes of Prisms and Cylinders Essential Question How can you find te volume of a prism or cylinder tat is not a rigt prism or rigt cylinder? Recall tat te volume V of a rigt prism or a rigt cylinder

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

HOMEWORK ASSIGNMENT #4, MATH 253

HOMEWORK ASSIGNMENT #4, MATH 253 HOMEWORK ASSIGNMENT #4, MATH 253. Prove that the following differential equations are satisfied by the given functions: (a) 2 u 2 + 2 u y 2 + 2 u z 2 =0,whereu =(x2 + y 2 + z 2 ) /2. (b) x w + y w y +

More information

Math 20A lecture 10 The Gradient Vector

Math 20A lecture 10 The Gradient Vector Math 20A lecture 10 p. 1/12 Math 20A lecture 10 The Gradient Vector T.J. Barnet-Lamb tbl@brandeis.edu Brandeis University Math 20A lecture 10 p. 2/12 Announcements Homework five posted, due this Friday

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

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Summary Assignments...2

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Summary Assignments...2 PURE MATHEMATICS 212 Multivariable Calculus CONTENTS Page 1. Assignment Summary... i 2. Summary...1 3. Assignments...2 i PMTH212, Multivariable Calculus Assignment Summary 2010 Assignment Date to be Posted

More information

Measuring Length 11and Area

Measuring Length 11and Area Measuring Lengt 11and Area 11.1 Areas of Triangles and Parallelograms 11.2 Areas of Trapezoids, Romuses, and Kites 11.3 Perimeter and Area of Similar Figures 11.4 Circumference and Arc Lengt 11.5 Areas

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

Fast Calculation of Thermodynamic Properties of Water and Steam in Process Modelling using Spline Interpolation

Fast Calculation of Thermodynamic Properties of Water and Steam in Process Modelling using Spline Interpolation P R E P R N T CPWS XV Berlin, September 8, 008 Fast Calculation of Termodynamic Properties of Water and Steam in Process Modelling using Spline nterpolation Mattias Kunick a, Hans-Joacim Kretzscmar a,

More information

Interference and Diffraction of Light

Interference and Diffraction of Light Interference and Diffraction of Ligt References: [1] A.P. Frenc: Vibrations and Waves, Norton Publ. 1971, Capter 8, p. 280-297 [2] PASCO Interference and Diffraction EX-9918 guide (written by Ann Hanks)

More information

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b.

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. Practice problems 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. 1, 1 = c 1 3, 2 + c 2 2, 1. Solve c 1, c 2. 2. Suppose a is a vector in the plane. If the component of the a in

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

14.5 Directional Derivatives and the Gradient Vector

14.5 Directional Derivatives and the Gradient Vector 14.5 Directional Derivatives and the Gradient Vector 1. Directional Derivatives. Recall z = f (x, y) and the partial derivatives f x and f y are defined as f (x 0 + h, y 0 ) f (x 0, y 0 ) f x (x 0, y 0

More information

Chapter 6. Curves and Surfaces. 6.1 Graphs as Surfaces

Chapter 6. Curves and Surfaces. 6.1 Graphs as Surfaces Chapter 6 Curves and Surfaces In Chapter 2 a plane is defined as the zero set of a linear function in R 3. It is expected a surface is the zero set of a differentiable function in R n. To motivate, graphs

More information

302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES. 4. Function of several variables, their domain. 6. Limit of a function of several variables

302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES. 4. Function of several variables, their domain. 6. Limit of a function of several variables 302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 3.8 Chapter Review 3.8.1 Concepts to Know You should have an understanding of, and be able to explain the concepts listed below. 1. Boundary and interior points

More information

2 Second Derivatives. As we have seen, a function f (x, y) of two variables has four different partial derivatives: f xx. f yx. f x y.

2 Second Derivatives. As we have seen, a function f (x, y) of two variables has four different partial derivatives: f xx. f yx. f x y. 2 Second Derivatives As we have seen, a function f (x, y) of two variables has four different partial derivatives: (x, y), (x, y), f yx (x, y), (x, y) It is convenient to gather all four of these into

More information

Outcomes List for Math Multivariable Calculus (9 th edition of text) Spring

Outcomes List for Math Multivariable Calculus (9 th edition of text) Spring Outcomes List for Math 200-200935 Multivariable Calculus (9 th edition of text) Spring 2009-2010 The purpose of the Outcomes List is to give you a concrete summary of the material you should know, and

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

Obstacle Avoiding Real-Time Trajectory Generation and Control of Omnidirectional Vehicles

Obstacle Avoiding Real-Time Trajectory Generation and Control of Omnidirectional Vehicles 2009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 10-12, 2009 FrC10.6 Obstacle Avoiding Real-Time Trajectory Generation and Control of Omnidirectional Veicles Ji-wung Coi,

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

Multi-Stack Boundary Labeling Problems

Multi-Stack Boundary Labeling Problems Multi-Stack Boundary Labeling Problems Micael A. Bekos 1, Micael Kaufmann 2, Katerina Potika 1 Antonios Symvonis 1 1 National Tecnical University of Atens, Scool of Applied Matematical & Pysical Sciences,

More information

Equation of tangent plane: for explicitly defined surfaces

Equation of tangent plane: for explicitly defined surfaces Equation of tangent plane: for explicitly defined surfaces Suppose that the surface z = f(x,y) has a non-vertical tangent plane at a point (a, b, f(a,b)). The plane y = b intersects the surface at a curve

More information

Notes: Dimensional Analysis / Conversions

Notes: Dimensional Analysis / Conversions Wat is a unit system? A unit system is a metod of taking a measurement. Simple as tat. We ave units for distance, time, temperature, pressure, energy, mass, and many more. Wy is it important to ave a standard?

More information

Engineering Mechanics (Statics) (Centroid) Dr. Hayder A. Mehdi

Engineering Mechanics (Statics) (Centroid) Dr. Hayder A. Mehdi Engineering Mecanics (Statics) (Centroid) Dr. Hader A. Medi Centroid of an Area: If an area lies in te x plane and is ounded te curve = f (x), as sown in te following figure ten its centroid will e in

More information

Mean Shifting Gradient Vector Flow: An Improved External Force Field for Active Surfaces in Widefield Microscopy.

Mean Shifting Gradient Vector Flow: An Improved External Force Field for Active Surfaces in Widefield Microscopy. Mean Sifting Gradient Vector Flow: An Improved External Force Field for Active Surfaces in Widefield Microscopy. Margret Keuper Cair of Pattern Recognition and Image Processing Computer Science Department

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

12.7 Tangent Planes and Normal Lines

12.7 Tangent Planes and Normal Lines .7 Tangent Planes and Normal Lines Tangent Plane and Normal Line to a Surface Suppose we have a surface S generated by z f(x,y). We can represent it as f(x,y)-z 0 or F(x,y,z) 0 if we wish. Hence we can

More information

Equation of tangent plane: for implicitly defined surfaces section 12.9

Equation of tangent plane: for implicitly defined surfaces section 12.9 Equation of tangent plane: for implicitly defined surfaces section 12.9 Some surfaces are defined implicitly, such as the sphere x 2 + y 2 + z 2 = 1. In general an implicitly defined surface has the equation

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

Limits and Continuity: section 12.2

Limits and Continuity: section 12.2 Limits and Continuity: section 1. Definition. Let f(x,y) be a function with domain D, and let (a,b) be a point in the plane. We write f (x,y) = L if for each ε > 0 there exists some δ > 0 such that if

More information

A Cost Model for Distributed Shared Memory. Using Competitive Update. Jai-Hoon Kim Nitin H. Vaidya. Department of Computer Science

A Cost Model for Distributed Shared Memory. Using Competitive Update. Jai-Hoon Kim Nitin H. Vaidya. Department of Computer Science A Cost Model for Distributed Sared Memory Using Competitive Update Jai-Hoon Kim Nitin H. Vaidya Department of Computer Science Texas A&M University College Station, Texas, 77843-3112, USA E-mail: fjkim,vaidyag@cs.tamu.edu

More information

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra MTHSC 206 Section 15.6 Directional Derivatives and the Gradient Vector Definition We define the directional derivative of the function f (x, y) at the point (x 0, y 0 ) in the direction of the unit vector

More information

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane?

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane? Math 4 Practice Problems for Midterm. A unit vector that is perpendicular to both V =, 3, and W = 4,, is (a) V W (b) V W (c) 5 6 V W (d) 3 6 V W (e) 7 6 V W. In three dimensions, the graph of the equation

More information

we wish to minimize this function; to make life easier, we may minimize

we wish to minimize this function; to make life easier, we may minimize Optimization and Lagrange Multipliers We studied single variable optimization problems in Calculus 1; given a function f(x), we found the extremes of f relative to some constraint. Our ability to find

More information