CLASS NOTES. Contents 1. The Total Derivative 1 2. The Chain Rule 4 3. Multi-variable Taylor Expansions 7. f(a + h) f(a) f (a)h

Size: px
Start display at page:

Download "CLASS NOTES. Contents 1. The Total Derivative 1 2. The Chain Rule 4 3. Multi-variable Taylor Expansions 7. f(a + h) f(a) f (a)h"

Transcription

1 CLASS NOTES JOHN B ETNYRE Contents 1 The Total Deivative 1 2 The Chain Rule 4 3 Multi-vaiable Taylo Expansions 7 1 The Total Deivative Recall, fom calculus I, that if f : R R is a function then f f(a + h f(a (a = h 0 h We can ewite this as f(a + h f(a f (ah = 0 h 0 h Witten this way we could then say that f is diffeentiable at a if thee is a numbe λ R such that f(a + h f(a λh = 0 h 0 h Then if such a numbe λ exists we define f (a = λ This might seem a bit of a ound about way to define the deivative, but it genealizes nicely to functions of moe than one vaiable The way to intepet this definition is that f (a is the best linea appoximation to f(x at a (o moe pecisely, the best linea appoximation to f(x + a f(a at 0 Now if f : D R n R m is a function and a D then genealizing the idea above we want the deivative of f at a to be a linea map that appoximates f at a Recall, a linea map fom R n to R m can be given by an m n matix T Indeed we say f : D R n R m is diffeentiable at a in D if thee is an n m matix T, which we think of as a linea map T : R n R m, such that f(a h f(a Th = 0 h 0 h If T exists it is called the total deivative of f at a and we wite Df(a = T 1

2 2 JOHN B ETNYRE Theoem 11 If f : R n R m is a diffeentiable function at a then f is continuous at a Example 12 Suppose f : R n R m is given by f(x = Bx + b, whee B is an m n-matix and b R m Fo example if B = then [ ] f(x, y, z = x [ y 1 + = ] z We claim that Df(a = B fo all a To check this note So indeed, Df(a = B f(a + h f(a Bh = h 0 h [ ] 2x + 3y + 4z + 1 x + y + 2z + 2 (B(a + h b (Ba + b Bh = h 0 h 0 h 0 h = 0 [ ] [ and b = ] Example 13 Let f : R n R be a function and u be a unit vecto Suppose that f is diffeentiable at a Then so Thus f(a + hu f(a Df(a(hu = 0, by definition h 0 hu = h ( f(a + hu f(a Df(a(u = 0 h 0 h f(a + hu f(a [Df(a]u = = D u f(a = [ f(a] u h 0 h Whee D u f(a is the diectional deivative of f in the diection of u Since it is easy to see check that if v and w ae two vectos then v w = v t w, whee v t means the tanspose of v, we have [Df(a]u = [ f(a] t u We fomalize this in a theoem Theoem 14 If f : D R n R has continuous fist patial deivatives in a neighbohood of some point a in D, then Df(a = [ f(a] t

3 CLASS NOTES 3 Example 15 Find the total deivative of f(x, y = sin xy + x 2 y at the point (1, π In geneal we have Df(1, π = [ f f (1, π ] (1, π y Theoem 16 Let f : R n R m be given by = [ (y cosxy + 2xy (x cosxy + x 2 ] (1,π = [ π 0 ] f(x = (f 1 (x,,f m (x, whee f i : R n R, i = 1,,m If f i j is continuous at a fo all i and j, then f is diffeentiable at a and the total deivative is f 1 f 1 (a 1 n (a Df(a = f m 1 (a f m n (a That is, Df(a is the m n-matix with the i th ow being the tanspose of the gadient of f i Example 17 Let f(x, y = (e xy + x 2 y, x 2 + y 2, x Fine the total deivative of f at y (1, 1 Befoe we stat this poblem let s note that f is a function fom R 2 to R 3 so we expect to get a 3 2-matix as ou answe We can think of f as f = (f 1 (x, y, f 2 (x, y, f 3 (x, y, whee f 1 (x, y = e xy + x 2 y, f 2 (x, y = x 2 + y 2, and f 3 (x, y = x Then the matix in y the theoem is f 1 f 1 y (ye xy + 2xy (xe xy + x 2 f 2 f 2 = 2x 2y f 3 y f 3 y 1 y Since all the patial deivatives in this matix ae continuous at (1, 1 we can just evaluate the tems at (1, 1 to compute the total deivative So Df(1, 1 = ( e 2 2 (e Example 18 Let f(x, y = (x cosy, x sin y Find the total deivative We know the patials of the functions x cos y and x sin y ae continuous so [ ] cosy x sin y Df = sin y x cos y x y 2

4 4 JOHN B ETNYRE 2 The Chain Rule Now suppose you have two functions f : R n R p and g : R p R m If you compose these functions you get g f : R n R m We know that Df(a is the best linea appoximation to f at a and that Dg(f(a is the best linea appoximation to g at f(a So what is the best linealy appoximation to g f at a? Well, you would expect it just to be the composition of the othe two linea appoximations and compositions of linea maps coesponding to matices is achieved by matix multiplications This leads to the multi-vaiable chain ule Theoem 21 (Mutli-Vaiable Chain Rule Let f : R n R p and g : R p R m be two functions If f is diffeentiable at a and g is diffeentiable at f(a then g f is diffeentiable at a and D(g f(a = [ Dg(f(a ][ Df(a ] Example 22 Let f(x, y = (x 2 + y 2, xy and g(x, y = (4xy, x y, 3x 2 + 2y 2 Find the total deivative of g f at ( 3, 1 Use the chain ule to compute this D(g f( 3, 1 = [ Dg(f( 3, 1 ][ Df( 3, 1 ] = [Dg(10, 3] [ Df( 3, 1 ] 4y 4x [ ] = 1 1 2x 2y y x 6x 4y ( 3,1 (10, ] = 1 1 [ = Example 23 Hee we will check that a special case of the chain ule used when studying the gadient follows fom the geneal chain ule To this end let f : R R n and g : R n R and wite f(t = (f 1 (t,,f n (t Then we have d dt (g f(t = D(g f(t = [ Dg(f(t ][ Df(t ] = = [ g 1 (f(t ] g n (f(t ( g f1 (f(t 1 t (t + + f 1 (t t f n (t t ( g (f(t n fn t (t Example 24 Hee we show how to use the multi-vaiable chain ule to compute deivatives in diffeent coodinate systems Recall catesian coodinates (x, y ae elated to pola coodinates (, θ by x = cosθ, y = sin θ

5 CLASS NOTES 5 and = x 2 + y 2, θ = tan 1 x y Now suppose we ae given a function expessed in xy-coodinates, like g(x, y = x 2 y 3 We can compute the total deivative of g Dg(x, y = [ 2xy 3 3x 2 y 2] But this is the total deivative with espect to the coodinates x and y What about the deivative with espect to the coodinates and θ? We could plug x = cosθ and y = sin θ into g to expess g in tems of and θ Then we could compute the total deivative of g with espect to and θ It tuns out that it is just as easy (and in othe cases easie! to use the multi-vaiable chain ule To this end conside f(, θ = ( cosθ, sin θ Then g thought of as a function of and θ is just Now the chain ule gives us g(, θ = g f(, θ D(g f(, θ = [Dg(f(, θ][df(, θ] = [ [ ] 2xy 3 3x 2 y 2] cos θ sin θ ( cos θ, sin θ sin θ cos θ = [ 2( cos θ( sin θ 3 3( cosθ 2 ( sin θ 2][ cos θ sin θ sin θ cos θ = [ (2 4 cos 2 θ sin 3 θ cos 2 θ sin 3 θ ( 2 5 cosθ sin 4 θ cos 3 θ sin 2 θ ] (,θ = [ (5 4 cos 2 θ sin 3 θ ( 5 cosθ sin 2 θ(3 cos 2 θ 2 sin 2 θ ] This is the total deivative with espect to and θ Notice, now that we have this woked out we know what g g and ae: θ g = 54 cos 2 θ sin 3 g θ, θ = 5 cosθ sin 2 θ(3 cos 2 θ 2 sin 2 θ Again this poblem could have been woked out by just witing g in tems of and θ and computing the deivative, but you cannot always do this Fo example, in the next poblem we don t know what ou function is, just that it satisfies an equation in xy-coodinates and we want to see what the coesponding equation is in θ-coodinate Example 25 A function u : R 2 R is said to satisfy Laplace s equation if 2 u u y 2 = 0 This equation is used in heat conduction, electodynamics and many othe aeas It is fequently useful to have Laplace s equation witten in pola coodinates To do this we need to figue out how to wite the patial deivatives with espect to x and y ]

6 6 JOHN B ETNYRE in tems of patial deivatives with espect to and θ So again conside the change of coodinates f(, θ = ( cosθ, sin θ Now as above So Du(, θ = D(u f(, θ = [Du] f(,θ [Df(, θ] [ ] [ θ = ] y f(,θ [ ] cosθ sin θ sin θ cosθ Denote the 2 2-matix on the ight by A and notice that [ ] cosθ sin θ A 1 = Thus [ ] y = [ f(,θ θ sin θ cos θ ] [ ] cos θ sin θ sinθ = [ cosθ sinθ θ cos θ sin θ + cos θ θ] So = cos θ sin θ θ, and = sin θ y + cosθ θ So we have the fist deivatives of u in tems of x and y witten in tems of and θ Of couse these same fomulas hold fo a function v as well So if v = we have 2 u = ( = 2 v v θ = cosθ v sin θ = cosθ sin θ θ = cosθ ( cos θ sin θ sin θ θ = cosθ v sin θ θ v ( cosθ θ sin θ θ = cos 2 θ 2 u sin θ 2 u 2cosθ sin2 θ 2 u 2 θ + sin2 θ cosθ + 2sin 2 2 θ Similaly Thus 2 u y = 2 sin2 θ 2 u sin θ 2 u + 2cosθ cos2 θ 2 u 2 θ + cos2 θ cos θ 2sin 2 2 θ 2 u + 2 u 2 y = 2 u u 2 2 θ + 1 2

7 And finally, Laplace s equation becomes CLASS NOTES 7 2 u u 2 2 θ = 0 3 Multi-vaiable Taylo Expansions Recall, fom calculus I, that the single vaiable Taylo polynomial is the following: given a function f : R R that is (k + 1-times diffeentiable nea a then the k th ode Taylo polynomial of f about a is P k f,a(x = f(a + f (a(x a f (a(x a k! f(k (a(x a k which we can wite moe succinctly This polynomial satisfies P k f,a (x = k i=0 ( i 1 d f(a(x a i i! dx f(x P k f,a(x K x a k+1 fo some constant K and x nea a In othe wods, P k f,a (x is the kth ode polynomial that best appoximates f nea a The Taylo seies is just P f,a(x k k We will see that a fomula almost identical to the boxed one above will also give the multi-vaiable Taylo polynomial The difficult pat is intepeting what this should mean in a multi-vaiable context If we ae in dimension n then a mutli-index I is an odeed sequence of n non-negative integes I = (i 1,,i n If x = (x 1,,x n is a point in R n then define x I = x i 1 1 x i 2 2 x in n Example 31 Fo example if x = (x, y, z then x (1,0,0 = x 1 y 0 z 0 = x, x (2,0,3 = x 2 y 0 z 3 = x 2 z 3, x (1,1,1 = xyz The degee of a multi-index I = (i 1,, i n is I = i i n

8 8 JOHN B ETNYRE Example 32 We can wite any multi-vaible polynomial in multi-index notation Fo example xy 2 + xz + 3y + 7 can be witten whee, of couse, x = (x, y, z x (1,2,0 + x (1,0,1 + 3x (0,1,0 + 7x (0,0,0, Example 33 A geneal second ode polynomial in two vaiables can be witten which we can wite (a (2,0 x 2 + a (1,1 xy + a (0,2 y 2 + (a (1,0 x + a (0,1 y + a (0,0, a I x I + a I x I + a I x I, I =2 I =1 whee, of couse, x = (x, y Note all the multi-indices in two dimensions with degee 2 ae (2, 0, (1, 1, (0, 2 So the fist sum in this fomula is ove these thee multiindices and give the fist thee tems in the polynomial Similaly the multi-indices with degee 1 ae (1, 0, (0, 1 and these two tems give us the next two tems in the polynomial Finally the constant tem is given fom them multi-index (0, 0 of degee 0 Now we can wite this last expession fo the polynomial even moe succinctly as 2 a I x I i=0 I =i Note this same fomula gives an expession fo a second ode polynomial in any numbe of vaiables The only diffeence is the multi-indecies which equal a given degee will be diffeent Fo example in 3 dimensions, the multi-indices of degee 2 ae (2, 0, 0, (0, 2, 0, (0, 0, 2, (1, 1, 0, (1, 0,1, (0,1, 1 I =0 In geneal, a k th ode polynomial in the vaiable x = (x 1,, x n is just k a I x I i=0 I =i We ae almost eady fo the multi-vaiable Taylo polynomial, we just need a few moe definitions If I = (i 1,,i n then We abbeviate i by D i, in othe wods Finally, I! = (i 1!(i 2! (i n! D i f = f i ( i1 ( i2 ( in D I f = D i 1 1 D i 2 2 Dn in f = f 1 2 n

9 Example 34 Fo example if I = (2, 1, 1 then CLASS NOTES 9 D I (x 5 y 2 z 3 = ( 2 ( 1 ( 1 (x 5 y 2 z 3 y z = 5 4x 3 2y3z 2 = 120x 3 yz 2 We can finally state: Theoem 35 (Multi-vaiable Taylo Polynomials Let f : D R n R be a function with continuous mixed patial deivatives of ode less than o equal to k +1 nea a Then k Pf,a(x k 1 = I! DI f(a(x a I i=0 i =i is the best k th ode polynomial appoximation of f nea a in the sense that fo some constant K and all x nea a f(x P k f,a (x K x a k+1, Notice that this theoem is almost identical to the one fo single vaiable Taylo polynomials The main diffeence is intepeting eveything in tems of multi-indices Example 36 Let f : R 2 R be a function of two vaiables Wite out the 2 nd ode Taylo polynomial at a = (a, b 2 Pf,(a,b 2 (x, y = 1 I! DI f(a(x a I i=0 i =i = I =0 1 I! DI f(a(x a I + I =1 1 I! DI f(a(x a I + I =2 1 I! DI f(a(x a I

10 10 JOHN B ETNYRE Expanding this out we get Pf,(a,b 2 = 1 0!0! D(0,0 f(a, b((x, y (a, b (0,0 ( 1 + 1!0! D(1,0 f(a, b((x, y (a, b (1, !1! D(0,1 f(a, b((x, y (a, b (0,1 ( 1 + 2!0! D(2,0 f(a, b((x, y (a, b (2, !1! D(1,1 f(a, b((x, y (a, b (1, !2! D(0,2 f(a, b((x, y (a, b (0,2 = f(a(x a 0 (y b 0 ( f + (a, b(x a1 (y b 0 + f y (a, b(x a0 (y b 1 ( 1 2 f + 2 (a, b(x 2 a2 (y b f y (a, b(x 11 (y f 2 y (a, b(x 2 a0 (y b 2 = f(a, b + f f (a, b(x a + (a, b(y b y f 2 (a, b(x 2 a2 + 2 f y (a, b(x a(y b f 2 y (a, b(y 2 b2 OK that took some wok Let s look at a specific function Example 37 Compute the 2 nd ode Taylo polynomial of f(x, y = sin(x + y 2 at (0, 0 We know fom that last example that we need to compute all deivatives up to ode 2 and evaluate them at (0, 0 We have f = cos(x + y2, f y = 2y cos(x + y2, 2 f = sin(x + 2 y2, 2 f y = 2y sin(x + y2, and 2 f y = 2 cos(x + 2 y2 4y 2 sin(x + y 2 When we evaluate at (0, 0 we get f(0, 0 = 0, f f (0, 0 = 1, (0, 0 = 0, y

11 CLASS NOTES 11 and 2 f 2 f 2 f (0, 0 = 0, (0, 0 = 0, (0, 0 = 2 2 y y2 Plugging this into the fomula fom the last execise we get Pf,(0,0 2 (x, y = 0 + 1(x 0 + 0(y 0 + 0(x (x 0(y (y 02 2 = x + y 2 This is a faily tedious way to compute Taylo polynomials Let s find some shotcuts Fist, ecall the standad Taylo polynomials fom single vaiable calculus Moe pecisely we have the Taylo seies: and e x = 1 + x x2 + = sin x = x 1 3! x ! x5 + = cosx = x ! x4 + = ln(1 + x = x 1 2 x2 + = n=0 n=0 x n n!, ( 1 n x 2n+1 (2n + 1!, n=0 n=1 ( 1 n x2n (2n!, ( 1 n+1xn n Now a theoem that helps us put Taylo polynomials togethe is the following Theoem 38 We have the following (1 If f is a polynomial then P k is all the tems in f of degee less than o equal f,0 to k (2 Pf±g,a k = P f,a k ± P g,a k, (3 Pfg,a k is the tems of degee less than o equal to k in P f,a k P g,a, k (4 Pf g,a k is the tems of degee less than o equal to k in P f,g(a k P g,a k Example 39 Compute the ode 4 Taylo polynomial of f(x, y = sin(x + y 2 at (0, 0 Note we can think of f(x, y as g h(x, y whee g(x = sin x and h(x, y = x + y 2 Fom item (1 in the theoem we know the Taylo seies of a polynomial is just that polynomial so P 4 h,(0,0 = x + y2 Also h(0, 0 = 0 so fom item (4 in the theoem we ae inteested in the Taylo polynomial of g at 0 = h(0, 0 Fom above we know the ode 4 Taylo polynomial of g(x at 0 is P 4 g,0(x = x x3 6

12 12 JOHN B ETNYRE Let s compute P 4 g,0 P 4 h,(0,0 P 4 g,0 P 4 h,(0,0 = P 4 h,(0,0 1 6 ( P 4 h,(0,0 3 = (x + y (x + y2 3 = (x + y (x3 + 3x 2 y 2 + 3xy 4 + y 6 We want all the tems of degee less than o equal to 4 So we have P 4 f,(0,0(x, y = x + y x3 1 2 x2 y 2 Example 310 Compute the ode 2 Taylo polynomial of f(x, y = cos(πe x cosy at (0, 0 We will think of f(x, y as the composition g h(x, y whee g(x = cosx and h(x, y = πe x cosy Now Ph,(0,0 2 (x, y is the tems of ode less than o equal to 2 in Pe 2 x,0 P cos 2 y,0 We have Pe 2,0P 2 x cos y,0 = π (1 + x + x2 2 Thus = π (1 y2 2 [1 y2 2 + x xy ( Ph,(0,0 2 (x, y = π 1 + x y2 2 + x2 2 ] (x 2 x2 y 2 Now h(0, 0 = π so we need to find the expansion of g(x at π We know cosx = ( 1 n x2n (2n!, so but Thus and cos(x π = n=0 ( 1 n(x π2n, (2n! n=0 cos(x π = cosxcosπ sin x sin π = cosx cosx = ( 1 n(x π2n, (2n! n=0 P 2 g,π = (x π2 2

13 We now need to conside Pg,π 2 Ph,(0,0 2 : Pg,π 2 Ph,(0,0 2 = (π(1 + x y x2 = 1 + π2 2 CLASS NOTES π (x 2 y 2 x + x 3 + y4 4 x2 y 2 + x4 2 4 Taking the tems of ode less than o equal to 2 we have P 2 f,(0,0(x, y = 1 + π2 2 x2

Coordinate Systems L. M. Kalnins, March 2009

Coordinate Systems L. M. Kalnins, March 2009 Coodinate Sstems L. M. Kalnins, Mach 2009 Pupose of a Coodinate Sstem The pupose of a coodinate sstem is to uniquel detemine the position of an object o data point in space. B space we ma liteall mean

More information

UNIT CIRCLE TRIGONOMETRY

UNIT CIRCLE TRIGONOMETRY UNIT CIRCLE TRIGONOMETRY The Unit Cicle is the cicle centeed at the oigin with adius unit (hence, the unit cicle. The equation of this cicle is + =. A diagam of the unit cicle is shown below: + = - - -

More information

Mechanics 1: Motion in a Central Force Field

Mechanics 1: Motion in a Central Force Field Mechanics : Motion in a Cental Foce Field We now stud the popeties of a paticle of (constant) ass oving in a paticula tpe of foce field, a cental foce field. Cental foces ae ve ipotant in phsics and engineeing.

More information

Chapter 3 Savings, Present Value and Ricardian Equivalence

Chapter 3 Savings, Present Value and Ricardian Equivalence Chapte 3 Savings, Pesent Value and Ricadian Equivalence Chapte Oveview In the pevious chapte we studied the decision of households to supply hous to the labo maket. This decision was a static decision,

More information

Symmetric polynomials and partitions Eugene Mukhin

Symmetric polynomials and partitions Eugene Mukhin Symmetic polynomials and patitions Eugene Mukhin. Symmetic polynomials.. Definition. We will conside polynomials in n vaiables x,..., x n and use the shotcut p(x) instead of p(x,..., x n ). A pemutation

More information

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses,

2 r2 θ = r2 t. (3.59) The equal area law is the statement that the term in parentheses, 3.4. KEPLER S LAWS 145 3.4 Keple s laws You ae familia with the idea that one can solve some mechanics poblems using only consevation of enegy and (linea) momentum. Thus, some of what we see as objects

More information

Week 3-4: Permutations and Combinations

Week 3-4: Permutations and Combinations Week 3-4: Pemutations and Combinations Febuay 24, 2016 1 Two Counting Pinciples Addition Pinciple Let S 1, S 2,, S m be disjoint subsets of a finite set S If S S 1 S 2 S m, then S S 1 + S 2 + + S m Multiplication

More information

Vector Calculus: Are you ready? Vectors in 2D and 3D Space: Review

Vector Calculus: Are you ready? Vectors in 2D and 3D Space: Review Vecto Calculus: Ae you eady? Vectos in D and 3D Space: Review Pupose: Make cetain that you can define, and use in context, vecto tems, concepts and fomulas listed below: Section 7.-7. find the vecto defined

More information

4a 4ab b 4 2 4 2 5 5 16 40 25. 5.6 10 6 (count number of places from first non-zero digit to

4a 4ab b 4 2 4 2 5 5 16 40 25. 5.6 10 6 (count number of places from first non-zero digit to . Simplify: 0 4 ( 8) 0 64 ( 8) 0 ( 8) = (Ode of opeations fom left to ight: Paenthesis, Exponents, Multiplication, Division, Addition Subtaction). Simplify: (a 4) + (a ) (a+) = a 4 + a 0 a = a 7. Evaluate

More information

Voltage ( = Electric Potential )

Voltage ( = Electric Potential ) V-1 of 9 Voltage ( = lectic Potential ) An electic chage altes the space aound it. Thoughout the space aound evey chage is a vecto thing called the electic field. Also filling the space aound evey chage

More information

Voltage ( = Electric Potential )

Voltage ( = Electric Potential ) V-1 Voltage ( = Electic Potential ) An electic chage altes the space aound it. Thoughout the space aound evey chage is a vecto thing called the electic field. Also filling the space aound evey chage is

More information

INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS

INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS INITIAL MARGIN CALCULATION ON DERIVATIVE MARKETS OPTION VALUATION FORMULAS Vesion:.0 Date: June 0 Disclaime This document is solely intended as infomation fo cleaing membes and othes who ae inteested in

More information

Financing Terms in the EOQ Model

Financing Terms in the EOQ Model Financing Tems in the EOQ Model Habone W. Stuat, J. Columbia Business School New Yok, NY 1007 hws7@columbia.edu August 6, 004 1 Intoduction This note discusses two tems that ae often omitted fom the standad

More information

Skills Needed for Success in Calculus 1

Skills Needed for Success in Calculus 1 Skills Needed fo Success in Calculus Thee is much appehension fom students taking Calculus. It seems that fo man people, "Calculus" is snonmous with "difficult." Howeve, an teache of Calculus will tell

More information

The LCOE is defined as the energy price ($ per unit of energy output) for which the Net Present Value of the investment is zero.

The LCOE is defined as the energy price ($ per unit of energy output) for which the Net Present Value of the investment is zero. Poject Decision Metics: Levelized Cost of Enegy (LCOE) Let s etun to ou wind powe and natual gas powe plant example fom ealie in this lesson. Suppose that both powe plants wee selling electicity into the

More information

Figure 2. So it is very likely that the Babylonians attributed 60 units to each side of the hexagon. Its resulting perimeter would then be 360!

Figure 2. So it is very likely that the Babylonians attributed 60 units to each side of the hexagon. Its resulting perimeter would then be 360! 1. What ae angles? Last time, we looked at how the Geeks intepeted measument of lengths. Howeve, as fascinated as they wee with geomety, thee was a shape that was much moe enticing than any othe : the

More information

Continuous Compounding and Annualization

Continuous Compounding and Annualization Continuous Compounding and Annualization Philip A. Viton Januay 11, 2006 Contents 1 Intoduction 1 2 Continuous Compounding 2 3 Pesent Value with Continuous Compounding 4 4 Annualization 5 5 A Special Poblem

More information

Semipartial (Part) and Partial Correlation

Semipartial (Part) and Partial Correlation Semipatial (Pat) and Patial Coelation his discussion boows heavily fom Applied Multiple egession/coelation Analysis fo the Behavioal Sciences, by Jacob and Paticia Cohen (975 edition; thee is also an updated

More information

Quantity Formula Meaning of variables. 5 C 1 32 F 5 degrees Fahrenheit, 1 bh A 5 area, b 5 base, h 5 height. P 5 2l 1 2w

Quantity Formula Meaning of variables. 5 C 1 32 F 5 degrees Fahrenheit, 1 bh A 5 area, b 5 base, h 5 height. P 5 2l 1 2w 1.4 Rewite Fomulas and Equations Befoe You solved equations. Now You will ewite and evaluate fomulas and equations. Why? So you can apply geometic fomulas, as in Ex. 36. Key Vocabulay fomula solve fo a

More information

Saturated and weakly saturated hypergraphs

Saturated and weakly saturated hypergraphs Satuated and weakly satuated hypegaphs Algebaic Methods in Combinatoics, Lectues 6-7 Satuated hypegaphs Recall the following Definition. A family A P([n]) is said to be an antichain if we neve have A B

More information

MULTIPLE SOLUTIONS OF THE PRESCRIBED MEAN CURVATURE EQUATION

MULTIPLE SOLUTIONS OF THE PRESCRIBED MEAN CURVATURE EQUATION MULTIPLE SOLUTIONS OF THE PRESCRIBED MEAN CURVATURE EQUATION K.C. CHANG AND TAN ZHANG In memoy of Pofesso S.S. Chen Abstact. We combine heat flow method with Mose theoy, supe- and subsolution method with

More information

Functions of a Random Variable: Density. Math 425 Intro to Probability Lecture 30. Definition Nice Transformations. Problem

Functions of a Random Variable: Density. Math 425 Intro to Probability Lecture 30. Definition Nice Transformations. Problem Intoduction One Function of Random Vaiables Functions of a Random Vaiable: Density Math 45 Into to Pobability Lectue 30 Let gx) = y be a one-to-one function whose deiatie is nonzeo on some egion A of the

More information

2. TRIGONOMETRIC FUNCTIONS OF GENERAL ANGLES

2. TRIGONOMETRIC FUNCTIONS OF GENERAL ANGLES . TRIGONOMETRIC FUNCTIONS OF GENERAL ANGLES In ode to etend the definitions of the si tigonometic functions to geneal angles, we shall make use of the following ideas: In a Catesian coodinate sstem, an

More information

Lesson 7 Gauss s Law and Electric Fields

Lesson 7 Gauss s Law and Electric Fields Lesson 7 Gauss s Law and Electic Fields Lawence B. Rees 7. You may make a single copy of this document fo pesonal use without witten pemission. 7. Intoduction While it is impotant to gain a solid conceptual

More information

Ilona V. Tregub, ScD., Professor

Ilona V. Tregub, ScD., Professor Investment Potfolio Fomation fo the Pension Fund of Russia Ilona V. egub, ScD., Pofesso Mathematical Modeling of Economic Pocesses Depatment he Financial Univesity unde the Govenment of the Russian Fedeation

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distibution A. It would be vey tedious if, evey time we had a slightly diffeent poblem, we had to detemine the pobability distibutions fom scatch. Luckily, thee ae enough similaities between

More information

Carter-Penrose diagrams and black holes

Carter-Penrose diagrams and black holes Cate-Penose diagams and black holes Ewa Felinska The basic intoduction to the method of building Penose diagams has been pesented, stating with obtaining a Penose diagam fom Minkowski space. An example

More information

PY1052 Problem Set 8 Autumn 2004 Solutions

PY1052 Problem Set 8 Autumn 2004 Solutions PY052 Poblem Set 8 Autumn 2004 Solutions H h () A solid ball stats fom est at the uppe end of the tack shown and olls without slipping until it olls off the ight-hand end. If H 6.0 m and h 2.0 m, what

More information

Chapter 4: Matrix Norms

Chapter 4: Matrix Norms EE448/58 Vesion.0 John Stensby Chate 4: Matix Noms The analysis of matix-based algoithms often equies use of matix noms. These algoithms need a way to quantify the "size" of a matix o the "distance" between

More information

Gravitation. AP Physics C

Gravitation. AP Physics C Gavitation AP Physics C Newton s Law of Gavitation What causes YOU to be pulled down? THE EARTH.o moe specifically the EARTH S MASS. Anything that has MASS has a gavitational pull towads it. F α Mm g What

More information

Physics 235 Chapter 5. Chapter 5 Gravitation

Physics 235 Chapter 5. Chapter 5 Gravitation Chapte 5 Gavitation In this Chapte we will eview the popeties of the gavitational foce. The gavitational foce has been discussed in geat detail in you intoductoy physics couses, and we will pimaily focus

More information

Chapter 22. Outside a uniformly charged sphere, the field looks like that of a point charge at the center of the sphere.

Chapter 22. Outside a uniformly charged sphere, the field looks like that of a point charge at the center of the sphere. Chapte.3 What is the magnitude of a point chage whose electic field 5 cm away has the magnitude of.n/c. E E 5.56 1 11 C.5 An atom of plutonium-39 has a nuclea adius of 6.64 fm and atomic numbe Z94. Assuming

More information

Valuation of Floating Rate Bonds 1

Valuation of Floating Rate Bonds 1 Valuation of Floating Rate onds 1 Joge uz Lopez us 316: Deivative Secuities his note explains how to value plain vanilla floating ate bonds. he pupose of this note is to link the concepts that you leaned

More information

Chapter 2. Electrostatics

Chapter 2. Electrostatics Chapte. Electostatics.. The Electostatic Field To calculate the foce exeted by some electic chages,,, 3,... (the souce chages) on anothe chage Q (the test chage) we can use the pinciple of supeposition.

More information

est using the formula I = Prt, where I is the interest earned, P is the principal, r is the interest rate, and t is the time in years.

est using the formula I = Prt, where I is the interest earned, P is the principal, r is the interest rate, and t is the time in years. 9.2 Inteest Objectives 1. Undestand the simple inteest fomula. 2. Use the compound inteest fomula to find futue value. 3. Solve the compound inteest fomula fo diffeent unknowns, such as the pesent value,

More information

Spirotechnics! September 7, 2011. Amanda Zeringue, Michael Spannuth and Amanda Zeringue Dierential Geometry Project

Spirotechnics! September 7, 2011. Amanda Zeringue, Michael Spannuth and Amanda Zeringue Dierential Geometry Project Spiotechnics! Septembe 7, 2011 Amanda Zeingue, Michael Spannuth and Amanda Zeingue Dieential Geomety Poject 1 The Beginning The geneal consensus of ou goup began with one thought: Spiogaphs ae awesome.

More information

Model Question Paper Mathematics Class XII

Model Question Paper Mathematics Class XII Model Question Pape Mathematics Class XII Time Allowed : 3 hous Maks: 100 Ma: Geneal Instuctions (i) The question pape consists of thee pats A, B and C. Each question of each pat is compulsoy. (ii) Pat

More information

Mechanics 1: Work, Power and Kinetic Energy

Mechanics 1: Work, Power and Kinetic Energy Mechanics 1: Wok, Powe and Kinetic Eneg We fist intoduce the ideas of wok and powe. The notion of wok can be viewed as the bidge between Newton s second law, and eneg (which we have et to define and discuss).

More information

Limits and Continuity

Limits and Continuity Math 20C Multivariable Calculus Lecture Limits and Continuity Slide Review of Limit. Side limits and squeeze theorem. Continuous functions of 2,3 variables. Review: Limits Slide 2 Definition Given a function

More information

1240 ev nm 2.5 ev. (4) r 2 or mv 2 = ke2

1240 ev nm 2.5 ev. (4) r 2 or mv 2 = ke2 Chapte 5 Example The helium atom has 2 electonic enegy levels: E 3p = 23.1 ev and E 2s = 20.6 ev whee the gound state is E = 0. If an electon makes a tansition fom 3p to 2s, what is the wavelength of the

More information

Deflection of Electrons by Electric and Magnetic Fields

Deflection of Electrons by Electric and Magnetic Fields Physics 233 Expeiment 42 Deflection of Electons by Electic and Magnetic Fields Refeences Loain, P. and D.R. Coson, Electomagnetism, Pinciples and Applications, 2nd ed., W.H. Feeman, 199. Intoduction An

More information

G.A. Pavliotis. Department of Mathematics. Imperial College London

G.A. Pavliotis. Department of Mathematics. Imperial College London EE1 MATHEMATICS NUMERICAL METHODS G.A. Pavliotis Department of Mathematics Imperial College London 1. Numerical solution of nonlinear equations (iterative processes). 2. Numerical evaluation of integrals.

More information

CHAPTER 5 GRAVITATIONAL FIELD AND POTENTIAL

CHAPTER 5 GRAVITATIONAL FIELD AND POTENTIAL CHATER 5 GRAVITATIONAL FIELD AND OTENTIAL 5. Intoduction. This chapte deals with the calculation of gavitational fields and potentials in the vicinity of vaious shapes and sizes of massive bodies. The

More information

Gauss Law. Physics 231 Lecture 2-1

Gauss Law. Physics 231 Lecture 2-1 Gauss Law Physics 31 Lectue -1 lectic Field Lines The numbe of field lines, also known as lines of foce, ae elated to stength of the electic field Moe appopiately it is the numbe of field lines cossing

More information

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM

AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM AN IMPLEMENTATION OF BINARY AND FLOATING POINT CHROMOSOME REPRESENTATION IN GENETIC ALGORITHM Main Golub Faculty of Electical Engineeing and Computing, Univesity of Zageb Depatment of Electonics, Micoelectonics,

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series In the preceding section we were able to find power series representations for a certain restricted class of functions. Here we investigate more general problems: Which functions

More information

Problem Set # 9 Solutions

Problem Set # 9 Solutions Poblem Set # 9 Solutions Chapte 12 #2 a. The invention of the new high-speed chip inceases investment demand, which shifts the cuve out. That is, at evey inteest ate, fims want to invest moe. The incease

More information

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION

STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION Page 1 STUDENT RESPONSE TO ANNUITY FORMULA DERIVATION C. Alan Blaylock, Hendeson State Univesity ABSTRACT This pape pesents an intuitive appoach to deiving annuity fomulas fo classoom use and attempts

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

In order to master the techniques explained here it is vital that you undertake plenty of practice exercises so that they become second nature.

In order to master the techniques explained here it is vital that you undertake plenty of practice exercises so that they become second nature. Radians mc-ty-adians-2009-1 Atschoolweusuallyleantomeasueanangleindegees. Howeve,theeaeothewaysof measuinganangle. Onethatweaegoingtohavealookatheeismeasuinganglesinunits called adians. In many scientific

More information

Lecture 16: Color and Intensity. and he made him a coat of many colours. Genesis 37:3

Lecture 16: Color and Intensity. and he made him a coat of many colours. Genesis 37:3 Lectue 16: Colo and Intensity and he made him a coat of many colous. Genesis 37:3 1. Intoduction To display a pictue using Compute Gaphics, we need to compute the colo and intensity of the light at each

More information

Graphs of Equations. A coordinate system is a way to graphically show the relationship between 2 quantities.

Graphs of Equations. A coordinate system is a way to graphically show the relationship between 2 quantities. Gaphs of Equations CHAT Pe-Calculus A coodinate sstem is a wa to gaphicall show the elationship between quantities. Definition: A solution of an equation in two vaiables and is an odeed pai (a, b) such

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

The force between electric charges. Comparing gravity and the interaction between charges. Coulomb s Law. Forces between two charges

The force between electric charges. Comparing gravity and the interaction between charges. Coulomb s Law. Forces between two charges The foce between electic chages Coulomb s Law Two chaged objects, of chage q and Q, sepaated by a distance, exet a foce on one anothe. The magnitude of this foce is given by: kqq Coulomb s Law: F whee

More information

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing

Questions & Answers Chapter 10 Software Reliability Prediction, Allocation and Demonstration Testing M13914 Questions & Answes Chapte 10 Softwae Reliability Pediction, Allocation and Demonstation Testing 1. Homewok: How to deive the fomula of failue ate estimate. λ = χ α,+ t When the failue times follow

More information

Effect of Unemployment Insurance Tax On Wages and Employment: A Partial Equilibrium Analysis

Effect of Unemployment Insurance Tax On Wages and Employment: A Partial Equilibrium Analysis Effect of Unemployment nuance Tax On Wage and Employment: atial Equilibium nalyi Deegha Raj dhikai, Oklahoma Employment Secuity Commiion ynn Gay, Oklahoma Employment Secuity Commiion Jackie Bun, Texa &

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

Converting knowledge Into Practice

Converting knowledge Into Practice Conveting knowledge Into Pactice Boke Nightmae srs Tend Ride By Vladimi Ribakov Ceato of Pips Caie 20 of June 2010 2 0 1 0 C o p y i g h t s V l a d i m i R i b a k o v 1 Disclaime and Risk Wanings Tading

More information

The Derivative. Philippe B. Laval Kennesaw State University

The Derivative. Philippe B. Laval Kennesaw State University The Derivative Philippe B. Laval Kennesaw State University Abstract This handout is a summary of the material students should know regarding the definition and computation of the derivative 1 Definition

More information

Nontrivial lower bounds for the least common multiple of some finite sequences of integers

Nontrivial lower bounds for the least common multiple of some finite sequences of integers J. Numbe Theoy, 15 (007), p. 393-411. Nontivial lowe bounds fo the least common multiple of some finite sequences of integes Bai FARHI bai.fahi@gmail.com Abstact We pesent hee a method which allows to

More information

12.1. FÖRSTER RESONANCE ENERGY TRANSFER

12.1. FÖRSTER RESONANCE ENERGY TRANSFER ndei Tokmakoff, MIT epatment of Chemisty, 3/5/8 1-1 1.1. FÖRSTER RESONNCE ENERGY TRNSFER Föste esonance enegy tansfe (FR) efes to the nonadiative tansfe of an electonic excitation fom a dono molecule to

More information

Risk Sensitive Portfolio Management With Cox-Ingersoll-Ross Interest Rates: the HJB Equation

Risk Sensitive Portfolio Management With Cox-Ingersoll-Ross Interest Rates: the HJB Equation Risk Sensitive Potfolio Management With Cox-Ingesoll-Ross Inteest Rates: the HJB Equation Tomasz R. Bielecki Depatment of Mathematics, The Notheasten Illinois Univesity 55 Noth St. Louis Avenue, Chicago,

More information

How To Find The Optimal Stategy For Buying Life Insuance

How To Find The Optimal Stategy For Buying Life Insuance Life Insuance Puchasing to Reach a Bequest Ehan Bayakta Depatment of Mathematics, Univesity of Michigan Ann Abo, Michigan, USA, 48109 S. David Pomislow Depatment of Mathematics, Yok Univesity Toonto, Ontaio,

More information

Episode 401: Newton s law of universal gravitation

Episode 401: Newton s law of universal gravitation Episode 401: Newton s law of univesal gavitation This episode intoduces Newton s law of univesal gavitation fo point masses, and fo spheical masses, and gets students pactising calculations of the foce

More information

Chapter 30: Magnetic Fields Due to Currents

Chapter 30: Magnetic Fields Due to Currents d Chapte 3: Magnetic Field Due to Cuent A moving electic chage ceate a magnetic field. One of the moe pactical way of geneating a lage magnetic field (.1-1 T) i to ue a lage cuent flowing though a wie.

More information

Introduction to Fluid Mechanics

Introduction to Fluid Mechanics Chapte 1 1 1.6. Solved Examples Example 1.1 Dimensions and Units A body weighs 1 Ibf when exposed to a standad eath gavity g = 3.174 ft/s. (a) What is its mass in kg? (b) What will the weight of this body

More information

Relativistic Quantum Mechanics

Relativistic Quantum Mechanics Chapte Relativistic Quantum Mechanics In this Chapte we will addess the issue that the laws of physics must be fomulated in a fom which is Loentz invaiant, i.e., the desciption should not allow one to

More information

Gravitation and Kepler s Laws Newton s Law of Universal Gravitation in vectorial. Gm 1 m 2. r 2

Gravitation and Kepler s Laws Newton s Law of Universal Gravitation in vectorial. Gm 1 m 2. r 2 F Gm Gavitation and Keple s Laws Newton s Law of Univesal Gavitation in vectoial fom: F 12 21 Gm 1 m 2 12 2 ˆ 12 whee the hat (ˆ) denotes a unit vecto as usual. Gavity obeys the supeposition pinciple,

More information

36 CHAPTER 1. LIMITS AND CONTINUITY. Figure 1.17: At which points is f not continuous?

36 CHAPTER 1. LIMITS AND CONTINUITY. Figure 1.17: At which points is f not continuous? 36 CHAPTER 1. LIMITS AND CONTINUITY 1.3 Continuity Before Calculus became clearly de ned, continuity meant that one could draw the graph of a function without having to lift the pen and pencil. While this

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

CHAPTER 10 Aggregate Demand I

CHAPTER 10 Aggregate Demand I CHAPTR 10 Aggegate Demand I Questions fo Review 1. The Keynesian coss tells us that fiscal policy has a multiplied effect on income. The eason is that accoding to the consumption function, highe income

More information

Questions for Review. By buying bonds This period you save s, next period you get s(1+r)

Questions for Review. By buying bonds This period you save s, next period you get s(1+r) MACROECONOMICS 2006 Week 5 Semina Questions Questions fo Review 1. How do consumes save in the two-peiod model? By buying bonds This peiod you save s, next peiod you get s() 2. What is the slope of a consume

More information

Classical Mechanics (CM):

Classical Mechanics (CM): Classical Mechanics (CM): We ought to have some backgound to aeciate that QM eally does just use CM and makes one slight modification that then changes the natue of the oblem we need to solve but much

More information

Left- and Right-Brain Preferences Profile

Left- and Right-Brain Preferences Profile Left- and Right-Bain Pefeences Pofile God gave man a total bain, and He expects us to pesent both sides of ou bains back to Him so that He can use them unde the diection of His Holy Spiit as He so desies

More information

Using a table of derivatives

Using a table of derivatives Using a table of derivatives In this unit we construct a Table of Derivatives of commonly occurring functions. This is done using the knowledge gained in previous units on differentiation from first principles.

More information

Basic Financial Mathematics

Basic Financial Mathematics Financial Engineeing and Computations Basic Financial Mathematics Dai, Tian-Shy Outline Time Value of Money Annuities Amotization Yields Bonds Time Value of Money PV + n = FV (1 + FV: futue value = PV

More information

Thank you for participating in Teach It First!

Thank you for participating in Teach It First! Thank you fo paticipating in Teach It Fist! This Teach It Fist Kit contains a Common Coe Suppot Coach, Foundational Mathematics teache lesson followed by the coesponding student lesson. We ae confident

More information

Chapter 17 The Kepler Problem: Planetary Mechanics and the Bohr Atom

Chapter 17 The Kepler Problem: Planetary Mechanics and the Bohr Atom Chapte 7 The Keple Poblem: Planetay Mechanics and the Boh Atom Keple s Laws: Each planet moves in an ellipse with the sun at one focus. The adius vecto fom the sun to a planet sweeps out equal aeas in

More information

An Introduction to Omega

An Introduction to Omega An Intoduction to Omega Con Keating and William F. Shadwick These distibutions have the same mean and vaiance. Ae you indiffeent to thei isk-ewad chaacteistics? The Finance Development Cente 2002 1 Fom

More information

CRRC-1 Method #1: Standard Practice for Measuring Solar Reflectance of a Flat, Opaque, and Heterogeneous Surface Using a Portable Solar Reflectometer

CRRC-1 Method #1: Standard Practice for Measuring Solar Reflectance of a Flat, Opaque, and Heterogeneous Surface Using a Portable Solar Reflectometer CRRC- Method #: Standad Pactice fo Measuing Sola Reflectance of a Flat, Opaque, and Heteogeneous Suface Using a Potable Sola Reflectomete Scope This standad pactice coves a technique fo estimating the

More information

10. Collisions. Before During After

10. Collisions. Before During After 10. Collisions Use conseation of momentum and enegy and the cente of mass to undestand collisions between two objects. Duing a collision, two o moe objects exet a foce on one anothe fo a shot time: -F(t)

More information

VISCOSITY OF BIO-DIESEL FUELS

VISCOSITY OF BIO-DIESEL FUELS VISCOSITY OF BIO-DIESEL FUELS One of the key assumptions fo ideal gases is that the motion of a given paticle is independent of any othe paticles in the system. With this assumption in place, one can use

More information

1. First-order Ordinary Differential Equations

1. First-order Ordinary Differential Equations Advanced Engineering Mathematics 1. First-order ODEs 1 1. First-order Ordinary Differential Equations 1.1 Basic concept and ideas 1.2 Geometrical meaning of direction fields 1.3 Separable differential

More information

7 Circular Motion. 7-1 Centripetal Acceleration and Force. Period, Frequency, and Speed. Vocabulary

7 Circular Motion. 7-1 Centripetal Acceleration and Force. Period, Frequency, and Speed. Vocabulary 7 Cicula Motion 7-1 Centipetal Acceleation and Foce Peiod, Fequency, and Speed Vocabulay Vocabulay Peiod: he time it takes fo one full otation o evolution of an object. Fequency: he numbe of otations o

More information

A r. (Can you see that this just gives the formula we had above?)

A r. (Can you see that this just gives the formula we had above?) 24-1 (SJP, Phys 1120) lectic flux, and Gauss' law Finding the lectic field due to a bunch of chages is KY! Once you know, you know the foce on any chage you put down - you can pedict (o contol) motion

More information

AMB111F Financial Maths Notes

AMB111F Financial Maths Notes AMB111F Financial Maths Notes Compound Inteest and Depeciation Compound Inteest: Inteest computed on the cuent amount that inceases at egula intevals. Simple inteest: Inteest computed on the oiginal fixed

More information

LATIN SQUARE DESIGN (LS) -With the Latin Square design you are able to control variation in two directions.

LATIN SQUARE DESIGN (LS) -With the Latin Square design you are able to control variation in two directions. Facts about the LS Design LATIN SQUARE DESIGN (LS) -With the Latin Squae design you ae able to contol vaiation in two diections. -Teatments ae aanged in ows and columns -Each ow contains evey teatment.

More information

Solution Derivations for Capa #8

Solution Derivations for Capa #8 Solution Deivations fo Capa #8 1) A ass spectoete applies a voltage of 2.00 kv to acceleate a singly chaged ion (+e). A 0.400 T field then bends the ion into a cicula path of adius 0.305. What is the ass

More information

Strength Analysis and Optimization Design about the key parts of the Robot

Strength Analysis and Optimization Design about the key parts of the Robot Intenational Jounal of Reseach in Engineeing and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Pint): 2320-9356 www.ijes.og Volume 3 Issue 3 ǁ Mach 2015 ǁ PP.25-29 Stength Analysis and Optimization Design

More information

Seshadri constants and surfaces of minimal degree

Seshadri constants and surfaces of minimal degree Seshadi constants and sufaces of minimal degee Wioletta Syzdek and Tomasz Szembeg Septembe 29, 2007 Abstact In [] we showed that if the multiple point Seshadi constants of an ample line bundle on a smooth

More information

Database Management Systems

Database Management Systems Contents Database Management Systems (COP 5725) D. Makus Schneide Depatment of Compute & Infomation Science & Engineeing (CISE) Database Systems Reseach & Development Cente Couse Syllabus 1 Sping 2012

More information

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers

Concept and Experiences on using a Wiki-based System for Software-related Seminar Papers Concept and Expeiences on using a Wiki-based System fo Softwae-elated Semina Papes Dominik Fanke and Stefan Kowalewski RWTH Aachen Univesity, 52074 Aachen, Gemany, {fanke, kowalewski}@embedded.wth-aachen.de,

More information

Forces & Magnetic Dipoles. r r τ = μ B r

Forces & Magnetic Dipoles. r r τ = μ B r Foces & Magnetic Dipoles x θ F θ F. = AI τ = U = Fist electic moto invented by Faaday, 1821 Wie with cuent flow (in cup of Hg) otates aound a a magnet Faaday s moto Wie with cuent otates aound a Pemanent

More information

ON THE (Q, R) POLICY IN PRODUCTION-INVENTORY SYSTEMS

ON THE (Q, R) POLICY IN PRODUCTION-INVENTORY SYSTEMS ON THE R POLICY IN PRODUCTION-INVENTORY SYSTEMS Saifallah Benjaafa and Joon-Seok Kim Depatment of Mechanical Engineeing Univesity of Minnesota Minneapolis MN 55455 Abstact We conside a poduction-inventoy

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

PHYSICS 111 HOMEWORK SOLUTION #13. May 1, 2013

PHYSICS 111 HOMEWORK SOLUTION #13. May 1, 2013 PHYSICS 111 HOMEWORK SOLUTION #13 May 1, 2013 0.1 In intoductoy physics laboatoies, a typical Cavendish balance fo measuing the gavitational constant G uses lead sphees with masses of 2.10 kg and 21.0

More information

PAN STABILITY TESTING OF DC CIRCUITS USING VARIATIONAL METHODS XVIII - SPETO - 1995. pod patronatem. Summary

PAN STABILITY TESTING OF DC CIRCUITS USING VARIATIONAL METHODS XVIII - SPETO - 1995. pod patronatem. Summary PCE SEMINIUM Z PODSTW ELEKTOTECHNIKI I TEOII OBWODÓW 8 - TH SEMIN ON FUNDMENTLS OF ELECTOTECHNICS ND CICUIT THEOY ZDENĚK BIOLEK SPŠE OŽNO P.., CZECH EPUBLIC DLIBO BIOLEK MILITY CDEMY, BNO, CZECH EPUBLIC

More information

dz + η 1 r r 2 + c 1 ln r + c 2 subject to the boundary conditions of no-slip side walls and finite force over the fluid length u z at r = 0

dz + η 1 r r 2 + c 1 ln r + c 2 subject to the boundary conditions of no-slip side walls and finite force over the fluid length u z at r = 0 Poiseuille Flow Jean Louis Maie Poiseuille, a Fench physicist and physiologist, was inteested in human blood flow and aound 1840 he expeimentally deived a law fo flow though cylindical pipes. It s extemely

More information

Moment and couple. In 3-D, because the determination of the distance can be tedious, a vector approach becomes advantageous. r r

Moment and couple. In 3-D, because the determination of the distance can be tedious, a vector approach becomes advantageous. r r Moment and couple In 3-D, because the detemination of the distance can be tedious, a vecto appoach becomes advantageous. o k j i M k j i M o ) ( ) ( ) ( + + M o M + + + + M M + O A Moment about an abita

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