3.6 Directional Derivatives and the Gradient Vector

Size: px
Start display at page:

Download "3.6 Directional Derivatives and the Gradient Vector"

Transcription

1 3.6. DIRECTIONAL DERIVATIVES AND THE GRADIENT VECTOR Directional Derivatives and te Gradient Vector Functions of two Variables Directional Derivatives Let us first quickly review, one more time, te notion of rate of cange. Given y = f (x), te quantity f (x + ) f (x) = f (x) f (a) x a is te rate of cange of f wit respect to x. It studies ow f canges wen x canges. Wen we take te limit of te above quantity as 0 or as x a, ten we ave te instantaneous rate of cange wic is also called te derivative. Similarly, if y = f (x, y), ten te quantity f (x +, y) f (x, y) studies ow f canges wit x or in te direction of x. Te quantity f (x, y + ) f (x, y) studies ow f canges wit y or in te direction of y. Wen we take te limit of te above quantities as 0, we ave te instantaneous rate of cange of f wit respect to x and y respectively. Tese instantaneous rates of cange are also called te partials of f wit respect to x and y respectively. Tey are denoted f x or f y. Tese rates of cange only study ow f canges wen eiter x or y is canging. Since f is a function of bot x and y, bot x and y are likely to cange at te same time. So, we also need to study ow f canges wit respect to bot x and y. In oter words, we also need to study te rate of cange of f in any direction, not just te direction of x or y. Let u = a, b be a non-zero unit vector. We wis to study ow f canges in te direction of u. If we start at (x, y) and move units in te direction of u to a point (x, y ), ten te rate of cange is given by f (x, y ) f (x, y) We need to find wat x and y are. Tey are easy to find. If x = x + a and y = y + b ten we will ave moved by a + b = a + b =

2 18 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES since u is a unit vector. So, we see tat te rate of cange of f in te direction of te unit vector u is given by f (x + a, y + b) f (x, y) If we take te limit as 0, ten we ave te instantaneous rate of cange of f in te direction of u. So, we ave te following definition: Definition 6 Te directional derivative of f at a point (x 0, y 0 ) in te direction of te unit vector u = a, b is given by: assuming tis limit exists. D u f (x 0, y 0 ) = lim 0 f (x 0 + a, y 0 + b) f (x 0, y 0 ) Definition 66 Te directional derivative of f at any point (x, y) in te direction of te unit vector u = a, b is given by: assuming tis limit exists. D u f (x, y) = lim 0 f (x + a, y + b) f (x, y) Example 67 Find te derivative of f (x, y) = x + y in te direction of u = 1, at te point (1, 1, ). First, since u is not a unit vector, we must replace it wit a unit vector in te same direction. Suc a vector is u u = 1 1, Te directional derivative is ( ) f 1 + 1, 1 + f (1, 1) lim 0 = lim 0 ( ) ( ) 1 + = lim = lim 0 ( ) 6 = lim + 0 = 6 Remark 68 It is important to use a unit vector for te direction in wic we want to compute te derivative.

3 3.6. DIRECTIONAL DERIVATIVES AND THE GRADIENT VECTOR 19 It turns out tat we do not ave to compute a limit every time we need to compute a directional derivative. We ave te following teorem: Teorem 69 If f is a differentiable function in x and y, ten f as a directional derivative in te direction of any unit vector u = a, b and D u f (x, y) = f x (x, y) a + f y (x, y) b (3.13) If u makes an angle θ wit te positive x-axis, ten we also ave D u f (x, y) = f x (x, y) cos θ + f y (x, y) sin θ (3.14) Proof. We begin by proving te second part. 1. Proof of equation Since u is a unit vector, if it makes an angle θ wit te positive x-axis, we can write u = cos θ, sin θ. Te result follows from equation Proof of equation We prove tat for an arbitrary point (x 0, y 0 ) we ave: D u f (x 0, y 0 ) = f x (x 0, y 0 ) a+f y (x 0, y 0 ) b. Let us define te function g by g () = f (x 0 + a, y 0 + b) Ten, we see tat g (0) = lim 0 g () g (0) = f (x 0 + a, y 0 + b) f (x 0, y 0 ) lim 0 = D u f (x 0, y 0 ) (3.1) On te oter and, we can also write g () = f (x, y) were x = x 0 + a and y = y 0 + b. f is a function of x and y. But since bot x and y are functions of, f is also a function of. Using te cain rule (see previous section), we ave Terefore, g () = df d = f dx x d + f dy y d = f x (x, y) a + f y (x, y) b g (0) = f x (x 0, y 0 ) a + f y (x 0, y 0 ) b (3.16) From equations 3.1 and 3.16, we see tat D u f (x 0, y 0 ) = f x (x 0, y 0 ) a + f y (x 0, y 0 ) b Since tis is true for any (x 0, y 0 ), te result follows.

4 160 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES Example 70 Find te derivative of f (x, y) = x + y u = 1, at te point (1, 1, ). in te direction of Tis is te example we did above, using limits. Like above, we must use te unit vector aving te same direction. Suc a vector is u u = 1 1, Terefore, D u f (1, 1) = f x (1, 1) 1 +f y (1, 1). First, we compute te partials of f f x (x, y) = x Terefore, Similarly, Terefore, f x (1, 1) = f y (1, 1) = D u f (1, 1) = + 4 = 6 Te Gradient Vector Te above formula, f x (x, y) a+f y (x, y) b can be written as f x (x, y), f y (x, y) a, b. Te vector on te left as a special name: te gradient vector. Definition 71 If f is a function of two variables in x and y, ten te gradient of f, denoted f (read "grad f" or "del f") is defined by: f (x, y) = f x (x, y), f y (x, y) Example 7 Compute te gradient of f (x, y) = sin xe y. f (x, y) = f x (x, y), f y (x, y) cos xe y, sin xe y Example 73 Compute f (0, 1) for f (x, y) = x + y + xy. f (x, y) = f x (x, y), f y (x, y) = x + y, y + x Terefore, f (0, 1) =,

5 3.6. DIRECTIONAL DERIVATIVES AND THE GRADIENT VECTOR 161 We can express te directional derivative in terms of te gradient. Teorem 74 If f is a differentiable function in x and y, ten f as a directional derivative in te direction of any unit vector u = a, b and Proof. We know tat D u f (x, y) = f (x, y) u (3.17) D u f (x 0, y 0 ) = f x (x 0, y 0 ) a + f y (x 0, y 0 ) b = f x (x, y), f y (x, y) a, b = f (x, y) u Remark 7 From formula 3.17, we can recover te formulas for te partials of f wit respect to x and y. For example, te partial of f wit respect to x is te directional derivative of f in te direction of i = 1, 0. So, we ave D i f (x, y) = f x (x, y), f y (x, y) 1, 0 = f x (x, y) So, we can use formula 3.17 to compute te derivative in any direction, including x and y Functions of tree Variables Wat we ave derived above also applies to functions of tree variables. Given a function f (x, y, z) and a vector u = a, b, c, we ave te following: f(x+a,y+b,z+c) f(x,y,z) D u f (x, y, z) = lim 0. If we write x = (x, y, z), ten we can write D u f ( x ) = lim and tis works for functions of or 3 variables. f (x, y, z) = f x, f y, f z. We can write D u f (x, y, z) = f (x, y, z) u. f( x + u ) f( x ) 0 Example ( ) 76 Find te directional derivative of f (x, y, z) = x cos y sin z at 1, π, π 4 in te direction of u =, 1, 4. 1 First, we find a unit vector aving te same direction. Suc a vector is 1, 1, 4. Next, we compute f = cos y sin z, x sin y sin z, x cos y cos z

6 16 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES So, ( f 1, π, π ) = 4, 0, It follows tat te directional derivative we seek is: D u f ( 1, π, π ) 4 = f = ( 1, π, π ) 4, 0, = , 1, , 1, Maximizing te directional derivative As we saw above, te gradient can be used to find te directional derivative. It as many more applications. One suc application is tat we can use te gradient to find te direction in wic a function as te largest rate of cange. If you tink of te grap of a function as a -D surface in 3-D, or a terrain on wic you are walking, ten te gradient can be used to find te direction in wic te terrain is te steepest. Of course, depending on wat you are trying to acieve, tis may be te direction you want to avoid!! Tis can be accomplised as follows. Teorem 77 Suppose tat f is a differentiable function and u is a unit vector. Te maximum value of D u f at a given point is f and it occurs wen u as te same direction as f at te given point. Proof. We ave already proven tat D u f = f u = f u cos θ were θ is te smallest angle between u and f. Since u is a unit vector, we ave D u f = f cos θ So, we see tat tis is maximum wen cos θ is maximum, tat is wen cos θ = 1. In tis case, we ave D u f = f Since it appens wen cos θ = 1, it appens wen θ = 0 tat is wen u as te same direction as f. Remark 78 Using a similar argument, we see tat te minimum value of D u f at a given point is f and it occurs wen u as te direction of f at te given point.

7 3.6. DIRECTIONAL DERIVATIVES AND THE GRADIENT VECTOR 163 Example 79 Suppose tat te temperature at eac point of a metal plate is given by T (x, y) = e x cos y + e y cos x 1. In wat direction does te temperature increase most rapidly at te point (0, 0)? Wat is te rate on increase?. In wat direction does te temperature decrease most rapidly at te point (0, 0)? Solution to #1: f (x, y) = e x cos y e y sin x, e y cos x e x sin y At (0, 0) te temperature increases most rapidly in te direction of Te rate of increase is f (0, 0) = 1, 1 f (0, 0) = Solution to #: At (0, 0), temperature decreases most rapidly in te direction of f (0, 0) = 1, 1 A picture of te gradient field around te origin in sown in figure We plotted te gradient at eac point near te origin. Remember tat te gradient is a vector, it is represented as an arrow. Te lengt of eac arrow is te magnitude of te gradient and its direction, te direction of te gradient Te Gradient as a Normal: Tangent Planes and Normal Lines to a Level Surface Te Gradient Vector and Level Curves. Given a function of two variables z = f (x, y), its grap is a surface in R 3. If k is any constant, ten te grap of f (x, y) = k is a curve. It is called te level curves of f (x, y). Geometrically, it is te intersection of te grap of z = f (x, y) wit te plane z = k. Example 80 Te grap of z = f (x, y) = x + y is a paraboloid. Te intersection of a paraboloid wit a plane z = k were k > 0 is te circle centered at te origin of radius k. It is easy to see. If z = k and z = x + y ten x + y = k. Tis is te equation of te circle centered at te origin of radius k. Figure 3.14 sows te grap of z = f (x, y) = x + y as well as te level curves f (x, y) = k for k = 1, k =, k = 3, k = 4 and k =. Since tese level curves are -D objects wic live in a plane parallel to te xy-plane, te figure also sows teir projection in te xy-plane.

8 164 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES y x Figure 3.13: Gradient field for f (x, y) = e x cos y + e y cos x Te gradient of f is f (x, y) = f x (x, y), f y (x, y). It is a -D vector. It as te remarkable property tat it is ortogonal to te level curves f (x, y) = k. Tis is summarized in te following proposition. Proposition 81 Let z = f (x, y) be a function wose partial derivatives in x and y exist. Let k be any constant. Let C denote te level curves f (x, y) = k. Let P = (x 0, y 0 ) be a point on C. Ten f (x 0, y 0 ) is ortogonal to C at P. Proof. To sow tis, we sow tat f (x 0, y 0 ) is ortogonal to te tangent vector to C at P. Let r (t) = x (t), y (t) be te position vector of te curve C. Let t 0 be te value of t suc tat r (t 0 ) = x 0, y 0. Ten, Tus Using te cain rule, we ave tat is In particular, at (x 0, y 0 ) we ave f (x (t), y (t)) = k df (x, y) dt = 0 f dx x dt + f dy y dt = 0 f (x, y) r (t) = 0 f (x 0, y 0 ) r (t 0 ) = 0

9 3.6. DIRECTIONAL DERIVATIVES AND THE GRADIENT VECTOR 16 Figure 3.14: Grap of z = x + y and level curves

10 166 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES z y x 4 4 Figure 3.1: Grap of a surface, its level curves and gradient vectors Example 8 Looking back at te previous example, f (x, y) = x + y and considering te level curve x + y = 4. It is a circle of radius centered at te origin. Witout computations, we know tat a vector perpendicular to tis circle at te point (, 0), tat is at te intersection of te curve and te x-axis is a vector parallel to i. We an verify it using our teorem. Te teorem says tat suc a vector would be f (, 0). f (x, y) = x, y ence f (, 0) =, 0 = i, so it is parallel to i. Using te teorem. we also see tat f (, ) =, = 1, 1 tis means tat a vector perpendicular to our curve at te point (, ) is parallel to 1, 1. We could ave predicted tat because (, ) is te point of intersection between our curve and te line y = x. A direction vector for tis line will be perpendicular to te curve. Suc a vector is 1, 1.Figure 3.1 sows te surface z = x + y, its level curves, and te two gradient vectors computed above, one is in red, te oter one in green. One can see te gradient vectors are indeed perpendicular to te level curves. Te Gradient Vector and Level Surfaces Tere is a similar result for level surfaces. Given a function of tree variables F (x, y, z), te grap of F (x, y, z) = k is a surface. It is called te level surface of te function F (x, y, z). Suppose tat S is a level surface of a function F (x, y, z) wit equation F (x, y, z) = k were k is a constant. Let P = (x 0, y 0, z 0 ) be a point on S. We ave te following proposition:

11 3.6. DIRECTIONAL DERIVATIVES AND THE GRADIENT VECTOR 167 Proposition 83 F (x 0, y 0, z 0 ) is ortogonal to S at P. Proof. We prove te result by proving tat F (x 0, y 0, z 0 ) is ortogonal to any curve on S troug P. Let C be any curve on S troug P given by its position vector r (t) = x (t), y (t), z (t). Let t 0 be te value of t suc tat r (t0 ) = x 0, y 0, z 0, te coordinates of P in oter words t 0 is te value of te parameter for wic te curve is at P. Because C is on S, we ave F (x (t), y (t), z (t)) = k Since x, y, z are differentiable of t, F is also a differentiable function of t. Using te cain rule, and differentiating bot sides wit respect to t, we ave df dt = 0 F dx x dt + F dy y dt + F dz z dt = 0 F Since F = x, F y, F z and r dx (t) = dt, dy dt, dz dt, te above equation can be written as F (x, y, z) r (t) = 0 In particular, at (x 0, y 0, z 0 ) we ave F (x 0, y 0, z 0 ) r (t 0 ) = 0 Tus, F (x 0, y 0, z 0 ) is ortogonal to te tangent vector of any curve troug P. Since tese tangent vectors are on te tangent plane, it follows tat F (x 0, y 0, z 0 ) is ortogonal to S at P. Example 84 Find a vector perpendicular to te surface 4x + y + z = 16 at te point (1,, ). We define F (x, y, z) = 4x + y + z and te surface can be tougt of a level surface to tis function, more specifically, te level surface corresponding to F (x, y, z) = 16. A vector perpendicular to tis surface is f (1,, ). f (x, y, z) = 8x, 4y, z ence f (1,, ) = 8, 8, 4. Tangent Plane to a Level Surface Te tecnique developed ere is not to be confused wit work done in previous sections. Earlier, we learned ow to find te tangent plane to a surface given by z = f (x, y) at te point (x 0, y 0, z 0 ). You will recall tat te equation of suc a plane is z z 0 = f x (x 0, y 0 ) (x x 0 ) + f y (x 0, y 0 ) (y y 0 ) (3.18) In tis subsection, we learn ow to find te equation of te tangent plane to a level surface S of a function F (x, y, z) at a point P = (x 0, y 0, z 0 ), tat is a surface given by F (x, y, z) = k were k is a constant. Tis plane is defined by P and a vector perpendicular to S at P. Te problem is ow to find suc a

12 168 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES vector. In te past, wen we ave needed a vector perpendicular to a plane, if we knew two vectors on te plane, we took teir cross product. In tis case, to find a vector perpendicular to S at P or to te tangent plane to S at P, we could apply te same idea, tat is find two non parallel vectors on te tangent plane. Teir cross product would give us te vector normal we are seeking. Unfortunately, we do not ave suc vectors. We do not ave tree non colinear points to generate tem eiter. However, from te previous subsection, we know ow to find a vector perpendicular to S at P. Suc a vector is F (x 0, y 0, z 0 ). Now tat we ave a point on te tangent plane: (x 0, y 0, z 0 ) and a normal vector F (x 0, y 0, z 0 ), it follows tat te equation of te plane tangent to S at P is: F x (x 0, y 0, z 0 ) (x x 0 ) + F y (x 0, y 0, z 0 ) (y y 0 ) + F z (x 0, y 0, z 0 ) (z z 0 ) = 0 (3.19) Remark 8 We can use equation 3.19 to derive equation 3.18, te equation of te tangent plane to a surface given by z = f (x, y). If we rewrite z = f (x, y) as f (x, y) z = 0, ten we can tink of te grap of f (x, y) as a level surface of te function F (x, y, z) = 0 were F (x, y, z) = f (x, y) z. In tis case, F x = f x, F y = f y and F z = 1. Tus, using equation 3.19, we see tat te tangent plane is f x (x 0, y 0, z 0 ) (x x 0 ) + f y (x 0, y 0, z 0 ) (y y 0 ) (z z 0 ) = 0 wic is te same as equation Example 86 Find an equation for te tangent plane to te elliptic cone x + 4y = z at te point (3,, ). We can rewrite te equation of te cone as x + 4y z = 0. Tus, te elliptic cone is a level surface of F (x, y, z) = x + 4y z, it is te level surface corresponding to F (x, y, z) = 0. Since F x = x, F y = 8y and F z = z, from equation 3.19, it follows tat te equation of te tangent plane is F x (3,, ) (x 3) + F y (3,, ) (y ) + F z (3,, ) (z ) = 0 6 (x 3) + 16 (y ) 10 (z ) = 0 6x y 3 10z + 0 = 0 6x + 16y 10z = 0 3x + 8y z = 0 We illustrate tis by graping te level surface x +4y z = 0, and its tangent plane at (3,, ) wic is: 3x + 8y z = 0. Tis is sown in figure Normal line to a Level Surface Since F (x 0, y 0, z 0 ) is ortogonal to S at P, it is te direction vector of te line normal to S at P. Te equation of suc a line is x x 0 F x (x 0, y 0, z 0 ) = y y 0 F y (x 0, y 0, z 0 ) = z z 0 F z (x 0, y 0, z 0 ) (3.0)

13 3.6. DIRECTIONAL DERIVATIVES AND THE GRADIENT VECTOR z x y4 4 4 Figure 3.16: Grap of x + 4y z = 0 and its tangent plane 3x + 8y z = 0 at (3,, ) Example 87 Find te parametric equations for te normal line to te elliptic cone x + 4y = z at te point (3,, ). We can rewrite te equation of te cone as x + 4y z = 0. Tus, te elliptic cone is a level surface of F (x, y, z) = x + 4y z, it is te level surface corresponding to F (x, y, z) = 0. Since F x = x, F y = 8y and F z = z, from equation 3.0 and te previous exercise, it follows tat te equation of te normal line is: x 3 6 Multiplying eac side by gives x 3 3 = y 16 = y 8 = z 10 = z Tese are symmetric equations. Te parametric equations for tis line are x = 3 + 3t y = + 8t z = t Summary About te Gradient Vector We ave studied te following about te gradient vector:

14 170 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES f = f x, f y for functions of two variables and f = f x, f y, f z for functions of 3 variables. Te derivative of f in te direction of te unit vector u is D u f (x) = f (x) u. Te maximum value of D u f (x) is f (x), it appens in te direction of f (x). In oter words, f (x) gives te direction of fastest increase for f. f (x 0, y 0 ) is ortogonal to te level curves f (x, y) = k tat passes troug P = (x 0, y 0 ). F (x 0, y 0, z 0 ) is ortogonal to te tangent vector of any curve in S troug P were S is te level surface F (x, y, z) = k and P = (x 0, y 0, z 0 ). F (x 0, y 0, z 0 ) is ortogonal to S at P. Te equation of te tangent plane to S at P is F x (x 0, y 0, z 0 ) (x x 0 ) + F y (x 0, y 0, z 0 ) (y y 0 ) + F z (x 0, y 0, z 0 ) (z z 0 ) = 0. F (x 0, y 0, z 0 ) is te direction vector of te line normal to S at P. Te equation of te normal line to S at P is z z 0 F z (x 0, y 0, z 0 ). x x 0 F x (x 0, y 0, z 0 ) = y y 0 F y (x 0, y 0, z 0 ) = If f and g are functions of or 3 variables and c is a constant, it can be sown tat te gradient satisfies te following properties (wat do tese properties remind you of?): 1. (f + g) = f + g. (f g) = f g 3. (cf) = c f 4. (fg) = f g + g f ). ( f g = g f f g g 6. f n = nf n 1 f 3.6. Assignment Do odd# 1-3 at te end of 11. in your book. Do odd # 1-7 at te end of 11.6 in your book.

Derivatives Math 120 Calculus I D Joyce, Fall 2013

Derivatives Math 120 Calculus I D Joyce, Fall 2013 Derivatives Mat 20 Calculus I D Joyce, Fall 203 Since we ave a good understanding of its, we can develop derivatives very quickly. Recall tat we defined te derivative f x of a function f at x to be te

More information

Instantaneous Rate of Change:

Instantaneous Rate of Change: Instantaneous Rate of Cange: Last section we discovered tat te average rate of cange in F(x) can also be interpreted as te slope of a scant line. Te average rate of cange involves te cange in F(x) over

More information

f(a + h) f(a) f (a) = lim

f(a + h) f(a) f (a) = lim Lecture 7 : Derivative AS a Function In te previous section we defined te derivative of a function f at a number a (wen te function f is defined in an open interval containing a) to be f (a) 0 f(a + )

More information

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function Lecture 10: Wat is a Function, definition, piecewise defined functions, difference quotient, domain of a function A function arises wen one quantity depends on anoter. Many everyday relationsips between

More information

Math 113 HW #5 Solutions

Math 113 HW #5 Solutions Mat 3 HW #5 Solutions. Exercise.5.6. Suppose f is continuous on [, 5] and te only solutions of te equation f(x) = 6 are x = and x =. If f() = 8, explain wy f(3) > 6. Answer: Suppose we ad tat f(3) 6. Ten

More information

SAT Subject Math Level 1 Facts & Formulas

SAT Subject Math Level 1 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences: PEMDAS (Parenteses

More information

ACT Math Facts & Formulas

ACT Math Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationals: fractions, tat is, anyting expressable as a ratio of integers Reals: integers plus rationals plus special numbers suc as

More information

The Derivative as a Function

The Derivative as a Function Section 2.2 Te Derivative as a Function 200 Kiryl Tsiscanka Te Derivative as a Function DEFINITION: Te derivative of a function f at a number a, denoted by f (a), is if tis limit exists. f (a) f(a+) f(a)

More information

The EOQ Inventory Formula

The EOQ Inventory Formula Te EOQ Inventory Formula James M. Cargal Matematics Department Troy University Montgomery Campus A basic problem for businesses and manufacturers is, wen ordering supplies, to determine wat quantity of

More information

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a 88 CHAPTER. VECTOR FUNCTIONS.4 Curvature.4.1 Definitions and Examples The notion of curvature measures how sharply a curve bends. We would expect the curvature to be 0 for a straight line, to be very small

More information

Sections 3.1/3.2: Introducing the Derivative/Rules of Differentiation

Sections 3.1/3.2: Introducing the Derivative/Rules of Differentiation Sections 3.1/3.2: Introucing te Derivative/Rules of Differentiation 1 Tangent Line Before looking at te erivative, refer back to Section 2.1, looking at average velocity an instantaneous velocity. Here

More information

2.1: The Derivative and the Tangent Line Problem

2.1: The Derivative and the Tangent Line Problem .1.1.1: Te Derivative and te Tangent Line Problem Wat is te deinition o a tangent line to a curve? To answer te diiculty in writing a clear deinition o a tangent line, we can deine it as te iting position

More information

2 Limits and Derivatives

2 Limits and Derivatives 2 Limits and Derivatives 2.7 Tangent Lines, Velocity, and Derivatives A tangent line to a circle is a line tat intersects te circle at exactly one point. We would like to take tis idea of tangent line

More information

f(x + h) f(x) h as representing the slope of a secant line. As h goes to 0, the slope of the secant line approaches the slope of the tangent line.

f(x + h) f(x) h as representing the slope of a secant line. As h goes to 0, the slope of the secant line approaches the slope of the tangent line. Derivative of f(z) Dr. E. Jacobs Te erivative of a function is efine as a limit: f (x) 0 f(x + ) f(x) We can visualize te expression f(x+) f(x) as representing te slope of a secant line. As goes to 0,

More information

Section 12.6: Directional Derivatives and the Gradient Vector

Section 12.6: Directional Derivatives and the Gradient Vector Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate

More information

Tangent Lines and Rates of Change

Tangent Lines and Rates of Change Tangent Lines and Rates of Cange 9-2-2005 Given a function y = f(x), ow do you find te slope of te tangent line to te grap at te point P(a, f(a))? (I m tinking of te tangent line as a line tat just skims

More information

6. Differentiating the exponential and logarithm functions

6. Differentiating the exponential and logarithm functions 1 6. Differentiating te exponential and logaritm functions We wis to find and use derivatives for functions of te form f(x) = a x, were a is a constant. By far te most convenient suc function for tis purpose

More information

Projective Geometry. Projective Geometry

Projective Geometry. Projective Geometry Euclidean versus Euclidean geometry describes sapes as tey are Properties of objects tat are uncanged by rigid motions» Lengts» Angles» Parallelism Projective geometry describes objects as tey appear Lengts,

More information

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.3 Differentiation of Polynomials an Rational Functions In tis section we begin te task of iscovering rules for ifferentiating various classes of

More information

Solutions by: KARATUĞ OZAN BiRCAN. PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set in

Solutions by: KARATUĞ OZAN BiRCAN. PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set in KOÇ UNIVERSITY, SPRING 2014 MATH 401, MIDTERM-1, MARCH 3 Instructor: BURAK OZBAGCI TIME: 75 Minutes Solutions by: KARATUĞ OZAN BiRCAN PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set

More information

1.6. Analyse Optimum Volume and Surface Area. Maximum Volume for a Given Surface Area. Example 1. Solution

1.6. Analyse Optimum Volume and Surface Area. Maximum Volume for a Given Surface Area. Example 1. Solution 1.6 Analyse Optimum Volume and Surface Area Estimation and oter informal metods of optimizing measures suc as surface area and volume often lead to reasonable solutions suc as te design of te tent in tis

More information

New Vocabulary volume

New Vocabulary volume -. Plan Objectives To find te volume of a prism To find te volume of a cylinder Examples Finding Volume of a Rectangular Prism Finding Volume of a Triangular Prism 3 Finding Volume of a Cylinder Finding

More information

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION Tis tutorial is essential pre-requisite material for anyone stuing mecanical engineering. Tis tutorial uses te principle of

More information

CHAPTER 8: DIFFERENTIAL CALCULUS

CHAPTER 8: DIFFERENTIAL CALCULUS CHAPTER 8: DIFFERENTIAL CALCULUS 1. Rules of Differentiation As we ave seen, calculating erivatives from first principles can be laborious an ifficult even for some relatively simple functions. It is clearly

More information

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1)

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1) Insertion and Deletion in VL Trees Submitted in Partial Fulfillment of te Requirements for Dr. Eric Kaltofen s 66621: nalysis of lgoritms by Robert McCloskey December 14, 1984 1 ackground ccording to Knut

More information

Average and Instantaneous Rates of Change: The Derivative

Average and Instantaneous Rates of Change: The Derivative 9.3 verage and Instantaneous Rates of Cange: Te Derivative 609 OBJECTIVES 9.3 To define and find average rates of cange To define te derivative as a rate of cange To use te definition of derivative to

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0,

(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0, Name: Solutions to Practice Final. Consider the line r(t) = 3 + t, t, 6. (a) Find symmetric equations for this line. (b) Find the point where the first line r(t) intersects the surface z = x + y. (a) We

More information

Practice Final Math 122 Spring 12 Instructor: Jeff Lang

Practice Final Math 122 Spring 12 Instructor: Jeff Lang Practice Final Math Spring Instructor: Jeff Lang. Find the limit of the sequence a n = ln (n 5) ln (3n + 8). A) ln ( ) 3 B) ln C) ln ( ) 3 D) does not exist. Find the limit of the sequence a n = (ln n)6

More information

Can a Lump-Sum Transfer Make Everyone Enjoy the Gains. from Free Trade?

Can a Lump-Sum Transfer Make Everyone Enjoy the Gains. from Free Trade? Can a Lump-Sum Transfer Make Everyone Enjoy te Gains from Free Trade? Yasukazu Icino Department of Economics, Konan University June 30, 2010 Abstract I examine lump-sum transfer rules to redistribute te

More information

Geometric Stratification of Accounting Data

Geometric Stratification of Accounting Data Stratification of Accounting Data Patricia Gunning * Jane Mary Horgan ** William Yancey *** Abstract: We suggest a new procedure for defining te boundaries of te strata in igly skewed populations, usual

More information

CHAPTER 7. Di erentiation

CHAPTER 7. Di erentiation CHAPTER 7 Di erentiation 1. Te Derivative at a Point Definition 7.1. Let f be a function defined on a neigborood of x 0. f is di erentiable at x 0, if te following it exists: f 0 fx 0 + ) fx 0 ) x 0 )=.

More information

Determine the perimeter of a triangle using algebra Find the area of a triangle using the formula

Determine the perimeter of a triangle using algebra Find the area of a triangle using the formula Student Name: Date: Contact Person Name: Pone Number: Lesson 0 Perimeter, Area, and Similarity of Triangles Objectives Determine te perimeter of a triangle using algebra Find te area of a triangle using

More information

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 12.

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 12. Capter 6. Fluid Mecanics Notes: Most of te material in tis capter is taken from Young and Freedman, Cap. 12. 6.1 Fluid Statics Fluids, i.e., substances tat can flow, are te subjects of tis capter. But

More information

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1 Copyrigt c Sanjoy Dasgupta Figure. (a) Te feasible region for a linear program wit two variables (see tet for details). (b) Contour lines of te objective function: for different values of (profit). Te

More information

Chapter 7 Numerical Differentiation and Integration

Chapter 7 Numerical Differentiation and Integration 45 We ave a abit in writing articles publised in scientiþc journals to make te work as Þnised as possible, to cover up all te tracks, to not worry about te blind alleys or describe ow you ad te wrong idea

More information

3 Ans. 1 of my $30. 3 on. 1 on ice cream and the rest on 2011 MATHCOUNTS STATE COMPETITION SPRINT ROUND

3 Ans. 1 of my $30. 3 on. 1 on ice cream and the rest on 2011 MATHCOUNTS STATE COMPETITION SPRINT ROUND 0 MATHCOUNTS STATE COMPETITION SPRINT ROUND. boy scouts are accompanied by scout leaders. Eac person needs bottles of water per day and te trip is day. + = 5 people 5 = 5 bottles Ans.. Cammie as pennies,

More information

f(x) f(a) x a Our intuition tells us that the slope of the tangent line to the curve at the point P is m P Q =

f(x) f(a) x a Our intuition tells us that the slope of the tangent line to the curve at the point P is m P Q = Lecture 6 : Derivatives and Rates of Cange In tis section we return to te problem of finding te equation of a tangent line to a curve, y f(x) If P (a, f(a)) is a point on te curve y f(x) and Q(x, f(x))

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information

Verifying Numerical Convergence Rates

Verifying Numerical Convergence Rates 1 Order of accuracy Verifying Numerical Convergence Rates We consider a numerical approximation of an exact value u. Te approximation depends on a small parameter, suc as te grid size or time step, and

More information

FINITE DIFFERENCE METHODS

FINITE DIFFERENCE METHODS FINITE DIFFERENCE METHODS LONG CHEN Te best known metods, finite difference, consists of replacing eac derivative by a difference quotient in te classic formulation. It is simple to code and economic to

More information

How To Ensure That An Eac Edge Program Is Successful

How To Ensure That An Eac Edge Program Is Successful Introduction Te Economic Diversification and Growt Enterprises Act became effective on 1 January 1995. Te creation of tis Act was to encourage new businesses to start or expand in Newfoundland and Labrador.

More information

Math Test Sections. The College Board: Expanding College Opportunity

Math Test Sections. The College Board: Expanding College Opportunity Taking te SAT I: Reasoning Test Mat Test Sections Te materials in tese files are intended for individual use by students getting ready to take an SAT Program test; permission for any oter use must be sougt

More information

Exam 1 Sample Question SOLUTIONS. y = 2x

Exam 1 Sample Question SOLUTIONS. y = 2x Exam Sample Question SOLUTIONS. Eliminate the parameter to find a Cartesian equation for the curve: x e t, y e t. SOLUTION: You might look at the coordinates and notice that If you don t see it, we can

More information

The modelling of business rules for dashboard reporting using mutual information

The modelling of business rules for dashboard reporting using mutual information 8 t World IMACS / MODSIM Congress, Cairns, Australia 3-7 July 2009 ttp://mssanz.org.au/modsim09 Te modelling of business rules for dasboard reporting using mutual information Gregory Calbert Command, Control,

More information

Shell and Tube Heat Exchanger

Shell and Tube Heat Exchanger Sell and Tube Heat Excanger MECH595 Introduction to Heat Transfer Professor M. Zenouzi Prepared by: Andrew Demedeiros, Ryan Ferguson, Bradford Powers November 19, 2009 1 Abstract 2 Contents Discussion

More information

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

More information

Pressure. Pressure. Atmospheric pressure. Conceptual example 1: Blood pressure. Pressure is force per unit area:

Pressure. Pressure. Atmospheric pressure. Conceptual example 1: Blood pressure. Pressure is force per unit area: Pressure Pressure is force per unit area: F P = A Pressure Te direction of te force exerted on an object by a fluid is toward te object and perpendicular to its surface. At a microscopic level, te force

More information

Volumes of Pyramids and Cones. Use the Pythagorean Theorem to find the value of the variable. h 2 m. 1.5 m 12 in. 8 in. 2.5 m

Volumes of Pyramids and Cones. Use the Pythagorean Theorem to find the value of the variable. h 2 m. 1.5 m 12 in. 8 in. 2.5 m -5 Wat You ll Learn To find te volume of a pramid To find te volume of a cone... And W To find te volume of a structure in te sape of a pramid, as in Eample Volumes of Pramids and Cones Ceck Skills You

More information

SAT Math Must-Know Facts & Formulas

SAT Math Must-Know Facts & Formulas SAT Mat Must-Know Facts & Formuas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationas: fractions, tat is, anyting expressabe as a ratio of integers Reas: integers pus rationas

More information

In other words the graph of the polynomial should pass through the points

In other words the graph of the polynomial should pass through the points Capter 3 Interpolation Interpolation is te problem of fitting a smoot curve troug a given set of points, generally as te grap of a function. It is useful at least in data analysis (interpolation is a form

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)

More information

EC201 Intermediate Macroeconomics. EC201 Intermediate Macroeconomics Problem set 8 Solution

EC201 Intermediate Macroeconomics. EC201 Intermediate Macroeconomics Problem set 8 Solution EC201 Intermediate Macroeconomics EC201 Intermediate Macroeconomics Prolem set 8 Solution 1) Suppose tat te stock of mone in a given econom is given te sum of currenc and demand for current accounts tat

More information

Equations Involving Lines and Planes Standard equations for lines in space

Equations Involving Lines and Planes Standard equations for lines in space Equations Involving Lines and Planes In this section we will collect various important formulas regarding equations of lines and planes in three dimensional space Reminder regarding notation: any quantity

More information

DERIVATIVES AS MATRICES; CHAIN RULE

DERIVATIVES AS MATRICES; CHAIN RULE DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we

More information

Research on the Anti-perspective Correction Algorithm of QR Barcode

Research on the Anti-perspective Correction Algorithm of QR Barcode Researc on te Anti-perspective Correction Algoritm of QR Barcode Jianua Li, Yi-Wen Wang, YiJun Wang,Yi Cen, Guoceng Wang Key Laboratory of Electronic Tin Films and Integrated Devices University of Electronic

More information

SAT Math Facts & Formulas

SAT Math Facts & Formulas Numbers, Sequences, Factors SAT Mat Facts & Formuas Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reas: integers pus fractions, decimas, and irrationas ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences:

More information

Surface Normals and Tangent Planes

Surface Normals and Tangent Planes Surface Normals and Tangent Planes Normal and Tangent Planes to Level Surfaces Because the equation of a plane requires a point and a normal vector to the plane, nding the equation of a tangent plane to

More information

Theoretical calculation of the heat capacity

Theoretical calculation of the heat capacity eoretical calculation of te eat capacity Principle of equipartition of energy Heat capacity of ideal and real gases Heat capacity of solids: Dulong-Petit, Einstein, Debye models Heat capacity of metals

More information

- 1 - Handout #22 May 23, 2012 Huffman Encoding and Data Compression. CS106B Spring 2012. Handout by Julie Zelenski with minor edits by Keith Schwarz

- 1 - Handout #22 May 23, 2012 Huffman Encoding and Data Compression. CS106B Spring 2012. Handout by Julie Zelenski with minor edits by Keith Schwarz CS106B Spring 01 Handout # May 3, 01 Huffman Encoding and Data Compression Handout by Julie Zelenski wit minor edits by Keit Scwarz In te early 1980s, personal computers ad ard disks tat were no larger

More information

Section 9.5: Equations of Lines and Planes

Section 9.5: Equations of Lines and Planes Lines in 3D Space Section 9.5: Equations of Lines and Planes Practice HW from Stewart Textbook (not to hand in) p. 673 # 3-5 odd, 2-37 odd, 4, 47 Consider the line L through the point P = ( x, y, ) that

More information

TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS. Swati Dhingra London School of Economics and CEP. Online Appendix

TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS. Swati Dhingra London School of Economics and CEP. Online Appendix TRADING AWAY WIDE BRANDS FOR CHEAP BRANDS Swati Dingra London Scool of Economics and CEP Online Appendix APPENDIX A. THEORETICAL & EMPIRICAL RESULTS A.1. CES and Logit Preferences: Invariance of Innovation

More information

Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product

Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Geometrical definition Properties Expression in components. Definition in components Properties Geometrical expression.

More information

Chapter 11. Limits and an Introduction to Calculus. Selected Applications

Chapter 11. Limits and an Introduction to Calculus. Selected Applications Capter Limits and an Introduction to Calculus. Introduction to Limits. Tecniques for Evaluating Limits. Te Tangent Line Problem. Limits at Infinit and Limits of Sequences.5 Te Area Problem Selected Applications

More information

Schedulability Analysis under Graph Routing in WirelessHART Networks

Schedulability Analysis under Graph Routing in WirelessHART Networks Scedulability Analysis under Grap Routing in WirelessHART Networks Abusayeed Saifulla, Dolvara Gunatilaka, Paras Tiwari, Mo Sa, Cenyang Lu, Bo Li Cengjie Wu, and Yixin Cen Department of Computer Science,

More information

Math 229 Lecture Notes: Product and Quotient Rules Professor Richard Blecksmith richard@math.niu.edu

Math 229 Lecture Notes: Product and Quotient Rules Professor Richard Blecksmith richard@math.niu.edu Mat 229 Lecture Notes: Prouct an Quotient Rules Professor Ricar Blecksmit ricar@mat.niu.eu 1. Time Out for Notation Upate It is awkwar to say te erivative of x n is nx n 1 Using te prime notation for erivatives,

More information

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors

More information

3 Contour integrals and Cauchy s Theorem

3 Contour integrals and Cauchy s Theorem 3 ontour integrals and auchy s Theorem 3. Line integrals of complex functions Our goal here will be to discuss integration of complex functions = u + iv, with particular regard to analytic functions. Of

More information

ON LOCAL LIKELIHOOD DENSITY ESTIMATION WHEN THE BANDWIDTH IS LARGE

ON LOCAL LIKELIHOOD DENSITY ESTIMATION WHEN THE BANDWIDTH IS LARGE ON LOCAL LIKELIHOOD DENSITY ESTIMATION WHEN THE BANDWIDTH IS LARGE Byeong U. Park 1 and Young Kyung Lee 2 Department of Statistics, Seoul National University, Seoul, Korea Tae Yoon Kim 3 and Ceolyong Park

More information

An inquiry into the multiplier process in IS-LM model

An inquiry into the multiplier process in IS-LM model An inquiry into te multiplier process in IS-LM model Autor: Li ziran Address: Li ziran, Room 409, Building 38#, Peing University, Beijing 00.87,PRC. Pone: (86) 00-62763074 Internet Address: jefferson@water.pu.edu.cn

More information

Solutions to Practice Problems for Test 4

Solutions to Practice Problems for Test 4 olutions to Practice Problems for Test 4 1. Let be the line segmentfrom the point (, 1, 1) to the point (,, 3). Evaluate the line integral y ds. Answer: First, we parametrize the line segment from (, 1,

More information

Strategic trading in a dynamic noisy market. Dimitri Vayanos

Strategic trading in a dynamic noisy market. Dimitri Vayanos LSE Researc Online Article (refereed) Strategic trading in a dynamic noisy market Dimitri Vayanos LSE as developed LSE Researc Online so tat users may access researc output of te Scool. Copyrigt and Moral

More information

28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z

28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. v x. u y v z u z v y u y u z. v y v z 28 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE 1.4 Cross Product 1.4.1 Definitions The cross product is the second multiplication operation between vectors we will study. The goal behind the definition

More information

Guide to Cover Letters & Thank You Letters

Guide to Cover Letters & Thank You Letters Guide to Cover Letters & Tank You Letters 206 Strebel Student Center (315) 792-3087 Fax (315) 792-3370 TIPS FOR WRITING A PERFECT COVER LETTER Te resume never travels alone. Eac time you submit your resume

More information

Vector surface area Differentials in an OCS

Vector surface area Differentials in an OCS Calculus and Coordinate systems EE 311 - Lecture 17 1. Calculus and coordinate systems 2. Cartesian system 3. Cylindrical system 4. Spherical system In electromagnetics, we will often need to perform integrals

More information

Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi

Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi Geometry of Vectors Carlo Tomasi This note explores the geometric meaning of norm, inner product, orthogonality, and projection for vectors. For vectors in three-dimensional space, we also examine the

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

A vector is a directed line segment used to represent a vector quantity.

A vector is a directed line segment used to represent a vector quantity. Chapters and 6 Introduction to Vectors A vector quantity has direction and magnitude. There are many examples of vector quantities in the natural world, such as force, velocity, and acceleration. A vector

More information

Chapter 10: Refrigeration Cycles

Chapter 10: Refrigeration Cycles Capter 10: efrigeration Cycles Te vapor compression refrigeration cycle is a common metod for transferring eat from a low temperature to a ig temperature. Te above figure sows te objectives of refrigerators

More information

Writing Mathematics Papers

Writing Mathematics Papers Writing Matematics Papers Tis essay is intended to elp your senior conference paper. It is a somewat astily produced amalgam of advice I ave given to students in my PDCs (Mat 4 and Mat 9), so it s not

More information

Binary Search Trees. Adnan Aziz. Heaps can perform extract-max, insert efficiently O(log n) worst case

Binary Search Trees. Adnan Aziz. Heaps can perform extract-max, insert efficiently O(log n) worst case Binary Searc Trees Adnan Aziz 1 BST basics Based on CLRS, C 12. Motivation: Heaps can perform extract-max, insert efficiently O(log n) worst case Has tables can perform insert, delete, lookup efficiently

More information

Some Comments on the Derivative of a Vector with applications to angular momentum and curvature. E. L. Lady (October 18, 2000)

Some Comments on the Derivative of a Vector with applications to angular momentum and curvature. E. L. Lady (October 18, 2000) Some Comments on the Derivative of a Vector with applications to angular momentum and curvature E. L. Lady (October 18, 2000) Finding the formula in polar coordinates for the angular momentum of a moving

More information

GRAPHING IN POLAR COORDINATES SYMMETRY

GRAPHING IN POLAR COORDINATES SYMMETRY GRAPHING IN POLAR COORDINATES SYMMETRY Recall from Algebra and Calculus I that the concept of symmetry was discussed using Cartesian equations. Also remember that there are three types of symmetry - y-axis,

More information

Two vectors are equal if they have the same length and direction. They do not

Two vectors are equal if they have the same length and direction. They do not Vectors define vectors Some physical quantities, such as temperature, length, and mass, can be specified by a single number called a scalar. Other physical quantities, such as force and velocity, must

More information

Representation of functions as power series

Representation of functions as power series Representation of functions as power series Dr. Philippe B. Laval Kennesaw State University November 9, 008 Abstract This document is a summary of the theory and techniques used to represent functions

More information

42 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2. 1.6.1 Brief review of Conic Sections

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

More information

( 1)2 + 2 2 + 2 2 = 9 = 3 We would like to make the length 6. The only vectors in the same direction as v are those

( 1)2 + 2 2 + 2 2 = 9 = 3 We would like to make the length 6. The only vectors in the same direction as v are those 1.(6pts) Which of the following vectors has the same direction as v 1,, but has length 6? (a), 4, 4 (b),, (c) 4,, 4 (d), 4, 4 (e) 0, 6, 0 The length of v is given by ( 1) + + 9 3 We would like to make

More information

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

The Vector or Cross Product

The Vector or Cross Product The Vector or ross Product 1 ppendix The Vector or ross Product We saw in ppendix that the dot product of two vectors is a scalar quantity that is a maximum when the two vectors are parallel and is zero

More information

SAMPLE DESIGN FOR THE TERRORISM RISK INSURANCE PROGRAM SURVEY

SAMPLE DESIGN FOR THE TERRORISM RISK INSURANCE PROGRAM SURVEY ASA Section on Survey Researc Metods SAMPLE DESIG FOR TE TERRORISM RISK ISURACE PROGRAM SURVEY G. ussain Coudry, Westat; Mats yfjäll, Statisticon; and Marianne Winglee, Westat G. ussain Coudry, Westat,

More information

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

More information

Section 13.5 Equations of Lines and Planes

Section 13.5 Equations of Lines and Planes Section 13.5 Equations of Lines and Planes Generalizing Linear Equations One of the main aspects of single variable calculus was approximating graphs of functions by lines - specifically, tangent lines.

More information

1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v,

1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v, 1.3. DOT PRODUCT 19 1.3 Dot Product 1.3.1 Definitions and Properties The dot product is the first way to multiply two vectors. The definition we will give below may appear arbitrary. But it is not. It

More information

Computer Science and Engineering, UCSD October 7, 1999 Goldreic-Levin Teorem Autor: Bellare Te Goldreic-Levin Teorem 1 Te problem We æx a an integer n for te lengt of te strings involved. If a is an n-bit

More information

Section 2.3 Solving Right Triangle Trigonometry

Section 2.3 Solving Right Triangle Trigonometry Section.3 Solving Rigt Triangle Trigonometry Eample In te rigt triangle ABC, A = 40 and c = 1 cm. Find a, b, and B. sin 40 a a c 1 a 1sin 40 7.7cm cos 40 b c b 1 b 1cos40 9.cm A 40 1 b C B a B = 90 - A

More information

Compute the derivative by definition: The four step procedure

Compute the derivative by definition: The four step procedure Compute te derivative by definition: Te four step procedure Given a function f(x), te definition of f (x), te derivative of f(x), is lim 0 f(x + ) f(x), provided te limit exists Te derivative function

More information

College Planning Using Cash Value Life Insurance

College Planning Using Cash Value Life Insurance College Planning Using Cas Value Life Insurance CAUTION: Te advisor is urged to be extremely cautious of anoter college funding veicle wic provides a guaranteed return of premium immediately if funded

More information

CHAPTER TWO. f(x) Slope = f (3) = Rate of change of f at 3. x 3. f(1.001) f(1) Average velocity = 1.1 1 1.01 1. s(0.8) s(0) 0.8 0

CHAPTER TWO. f(x) Slope = f (3) = Rate of change of f at 3. x 3. f(1.001) f(1) Average velocity = 1.1 1 1.01 1. s(0.8) s(0) 0.8 0 CHAPTER TWO 2.1 SOLUTIONS 99 Solutions for Section 2.1 1. (a) Te average rate of cange is te slope of te secant line in Figure 2.1, wic sows tat tis slope is positive. (b) Te instantaneous rate of cange

More information

Definition of derivative

Definition of derivative Definition of derivative Contents 1. Slope-The Concept 2. Slope of a curve 3. Derivative-The Concept 4. Illustration of Example 5. Definition of Derivative 6. Example 7. Extension of the idea 8. Example

More information

The Math Circle, Spring 2004

The Math Circle, Spring 2004 The Math Circle, Spring 2004 (Talks by Gordon Ritter) What is Non-Euclidean Geometry? Most geometries on the plane R 2 are non-euclidean. Let s denote arc length. Then Euclidean geometry arises from the

More information