MA1008. Calculus and Linear Algebra for Engineers. Course Notes for Section B. Stephen Wills. Department of Mathematics. University College Cork

Size: px
Start display at page:

Download "MA1008. Calculus and Linear Algebra for Engineers. Course Notes for Section B. Stephen Wills. Department of Mathematics. University College Cork"

Transcription

1 MA1008 Clculus nd Liner Algebr for Engineers Course Notes for Section B Stephen Wills Deprtment of Mthemtics University College Cork s.wills@ucc.ie /08

2 Contents 1 Vector Geometry Vector products Dot product/sclr product Cross product/vector product Lines nd plnes Resolving vectors Exercises

3 CONTENTS These notes cover the second hlf of MA1008, corresponding to Section B of the MA1008 finl exmintion. The notes re self-contined: no textbook is needed. However, suggestions of books nd web resources re provided on the course web pge. A number of the exmples covered in these notes hve ppered on exm ppers. This is indicted by expressions such s Exmple 1.14 (S03 8()) which indictes tht Exmple 1.14 ws question 8() from the Summer pper of Similrly Exmple 1.18 (A04 6()) ws question 6() from the Autumn pper of Ech section in the notes ends with collection of Exercises. The only wy to lern mthemtics is to do exercises. Assistnce is vilble t the tutorils. Plese inform me if you find ny mistkes in the notes or exercises; tht wy I cn pss on corrections to the entire clss nd sve everyone confusion or worry. Nottionl Preliminries The following symbols will be used throughout to denote logicl reltionships The symbol mens implies. For exmple we my write x = 3 x 0, nd similrly x = 3 x 2 = 9, but we cnnot write x 2 = 9 x = 3, since if x 2 = 9 then x = 3 or x = 3. The symbol mens if nd only if or is equivlent to. For exmple x = 2 2x+5 = 9, in other words x = 2 2x+5 = 9 nd 2x+5 = 9 x = 2 re both vlid sttements. Similrly x = 2 7 3x = 1. However we cnnot write x = 2 x 2 = 4, since lthough it is true tht x = 2 x 2 = 4, x 2 = 4 x = 2, since we could hve x = 2. Almost everything we do will be concerned with functions (of one or more vrible). These will usully be denoted f, g,, nd written f : A B if we wnt to specify wht cn be put into the function (things from the set A), nd wht cn come out of f (things from the set B). Often A = B = R; R denotes the rel numbers, i.e. the points on the coordinte xes. For exmple f : R R, f(x) = x 2 2 tkes ny rel number x, squres it nd subtrcts 2 from the result. We my need to tke cre with the domin A of the function to ensure tht the function is defined. The mp f(x) = 1 x 1 is defined when x 1, but f(1) is not defined since we cnnot divide by 0. We will consider functions tht depend on more thn one quntity. R 2 = {(x, y) : x, R, y R} denotes the set of ll points in the plne; similrly R 3 denotes the set of ll points in 3D spce. We cn define functions R 2 R, for exmple g(x, y) = x 2 sin(y x) is defined for ll points (x, y), but the function h(x, y) = ln(x y) is only defined when x y > 0 x > y. 1

4 1 Vector Geometry We consider two types of vectors: Position vectors These specify the coordintes of point reltive to fixed origin nd righthnded coordinte xes. For exmple r = (1, 7, 4) sys tht the point is reched by moving 1 unit in the x-direction, 7 units in the y-direction nd 4 units in the z-direction. Displcement vectors Given two points P 1 = (x 1, y 1, z 1 ) nd P 2 = (x 2, y 2, z 2 ), the displcement vector P 1 P 2 = (x 2 x 1, y 2 y 1, z 2 z 1 ) tkes you from P 1 to P 2. Note. The coordintes of point re the components its ssocited position vector, which is the displcement vector from the origin O = (0, 0, 0). z P 2 P 1 P 2 (1, 7, 4) P 1 OP 1 OP 2 x y O Vectors cn be dded together, nd multiplied by numbers/sclrs: (1, 0, 3) + (2, 1, 5) = (1 + 2, 0 + 1, 3 + 5) = (3, 1, 2), 4( 1, 0, 5) = (4 ( 1), 4 0, 4 5) = ( 4, 0, 20). Properties of vector ddition nd sclr multipliction include + b = b + ; + (b + c) = ( + b) + c; t( + b) = t + tb; (s + t) = s + t. The ddition is described by the prllelogrm lw; scling stretches the vector, nd reverses its direction if multiplying by negtive number. 2 b b + b b b Vectors nd b re prllel if we cn write = tb for some constnt t. Vectors in 3D-spce cn be written uniquely in terms of the stndrd bsis vectors i = (1, 0, 0), j = (0, 1, 0), k = (0, 0, 1); in this cse r = (x, y, z) = (x, 0, 0) + (0, y, 0) + (0, 0, z) = xi + yj + zk. Similrly ny vector in the plne cn be written in terms of i = (1, 0) nd j = (0, 1). 1.1 Vector products There re two wys in which vectors cn be multiplied. 2

5 VECTOR GEOMETRY Dot product/sclr product The dot product of = ( 1, 2, 3 ) nd b = (b 1, b 2, b 3 ) is.b = 1 b b b 3. The result is sclr. For exmple (3, 4, 0).( 2, 2, 5) = = 2. Note tht. = , the squre of the length of the vector, by Pythgors Theorem. The length of the vector is denoted, nd so = θ b 1 Properties of the sclr product re.b = b.;.(b + tc) =.b + t(.c);.b = b cosθ, where θ is the ngle between nd b. Since 1 cosθ 1, b.b b. If 0 nd b 0, then.b = 0 cosθ = 0 θ = π 2 nd b re orthogonl/perpendiculr. For exmple (1, 2, 1).(3, 1, 1) = = 0, so these vectors re orthogonl. Similrly the stndrd bsis vectors re mutully orthogonl: i.j = j.k = k.i = 0. Also, these three vectors re unit vectors they hve length 1, since i = j = k = 1. Exercise 1.1. Find three vectors orthogonl to = (1, 2, 2). Solution. 3

6 Lines nd plnes Cross product/vector product The cross product of = ( 1, 2, 3 ) nd b = (b 1, b 2, b 3 ) is b = ( 2 b 3 3 b 2, 3 b 1 1 b 3, 1 b 2 2 b 1 ) = 2 3 b 2 b 3 i 1 3 b 1 b 3 j b 1 b 2 k = i j k b 1 b 2 b 3 The expression on the second line involves determinnts which will be discussed in detil in Section 3. This time the result is vector. For exmple (3, 4, 0) ( 2, 2, 5) = (20 0, 0 15, 6+8) = (20, 15, 14). Properties of the cross product include b = b ; (b+c) = b+ c;.( b) = b.( b) = 0; b = b sin θ, where θ is the ngle between nd b. For = (3, 4, 0) nd b = ( 2, 2, 5) we hve ( ) ( 2, 2, 5). (3, 4, 0) ( 2, 2, 5) = ( 2, 2, 5).(20, 15, 14) = = 0, nd in generl b is lwys orthogonl to both nd b. The stndrd bsis vectors stisfy i j = k; j k = i; k i = j. Remrks. (i) The dot product mkes sense in dimensions other thn 3: (1, 2).(3, 5) = = 13; (1, 0, 1, 7).(2, 1, 1, 1) = = 6, but cross products only mke sense in 3D. (ii) The vector product is sometimes written b. 1.2 Lines nd plnes Two wys to specify line in the plne or in spce re (i) give two points on the line, or (ii) give one point on the line nd vector tht specifies the direction of the line. P 1 P 2 P P 0 OP 0 + t (t < 0) O Using the second method, if P 0 is the given point nd is vector in the direction, then the points P on the line re precisely those with position vectors OP = OP0 + t for some 4

7 VECTOR GEOMETRY number t. This is the prmetric eqution of the line; t is the prmeter. If P 0 = (x 0, y 0, z 0 ) nd = (, b, c), the point P = (x, y, z) lies on the line if nd only if (x, y, z) = (x 0, y 0, z 0 ) + t(, b, c) x = x 0 + t, y = y 0 + bt, nd z = z 0 + ct x x 0 = y y 0 b = z z 0 c for some t. This ltter eqution is the nonprmetric eqution of the line, nd bove we re ssuming tht 0, b 0 nd c 0. If, for exmple, = 0, then x = x 0 for ll t. Note tht t lest one of, b or c must be nonzero, since 0 in order to specify direction. In 2D pir of lines either intersect in one point or re prllel nd never meet. In 3D there is third possibility: the lines L 1 nd L 2 re skew if they do not intersect, but re not prllel. This mens tht they must live in prllel plnes. = t Prllel nd intersecting lines Skew lines If lines L 1 nd L 2 hve equtions r = OP 1 +s 1 nd r = OP 2 +t 2 then they intersect if nd only if OP 1 + s 1 = r = OP 2 + t 2 for some vlue of s nd t. In 3D our vectors hve three components, nd ll of these must gree so we hve three equtions in the two unknowns s nd t. Exercise 1.2. Find the prmetric nd nonprmetric equtions of the line through P 1 = (2, 3, 6) nd P 2 = (5, 3, 1). Find the point of intersection of this line with the line through (14, 1, 0) tht is prllel to the vector (0, 2, 11). Show tht the first line does not intersect the line Solution. x 1 4 = y = z 4 3 5

8 Lines nd plnes Consider the (x, y)-plne in 3D spce, i.e. the plne in which every point hs coordintes (x, y, 0). The position vector of ny point in this plne cn be written (uniquely) s xi + yj. Since the origin O is prt of this plne we cn write this s 0 + xi + yj. More generlly, one wy to specify ny plne is to give one point P 0 on the plne, nd two nonzero vectors nd b tht lie in the plne, nd re not prllel. The position vector of ny point P in the plne is then r = OP = OP0 + s + tb, for some s, t R. Alterntively, note tht there is vector n tht is perpendiculr to nd b, nd hence norml to the plne. Now point P is in the plne precisely if the displcement vector P 0 P lies in the plne, equivlently if P 0 P is orthogonl to n. So if c is the position vector of P 0, then the eqution for the position vector r = OP of point in the plne is P 0 P.n = 0 (r c).n = 0 r.n = c.n. 6

9 VECTOR GEOMETRY Note tht given the vectors nd b erlier, we cn tke n = b, since the cross product of nd b is orthogonl to nd to b, hence perpendiculr to the plne (note: since nd b re not prllel, we hve θ 0, π sinθ 0 n 0). n P b P 0 O r c r = c + s + tb (s < 0, t > 0) Exercise 1.3. Find the eqution of the plne tht contins the point c = (4, 5, 3) nd is perpendiculr to n = (2, 3, 1). Solution. Exercise 1.4. Find the eqution of the plne P tht contins the points P 1 = (1, 1, 1), P 2 = (2, 3, 4) nd P 3 = (0, 1, 2). Find lso the eqution of the line perpendiculr to P nd pssing through P 0 = (1, 2, 3). Find the coordintes of the point where the line intersects the plne. Solution. 7

10 Lines nd plnes Exmple 1.5. Find the eqution of the plne tht contins the lines x = 1 t, y = 2 + 3t, z = 2t nd x 1 = z 4 2, y = 5. Solution. ( 1, 3, 2) is vector prllel to the first line, nd (1, 0, 2) is vector prllel to the second line. So these vectors lie in the plne in question, nd thus norml vector to the plne is i j k ( 1, 3, 2) (1, 0, 2) = = (6, 4, 3) But (1, 2, 0) is point on the plne (tking t = 0 in the eqution of the first line), so the eqution of the plne is [ (x, y, z) (1, 2, 0) ] (6, 4, 3) = 0 6x + 4y 3z = 14. 8

11 VECTOR GEOMETRY Exmple 1.6. Find the eqution of the line L 1 through the points P 1 = (0, 3, 1) nd P 2 = (2, 1, 2), nd the eqution of the line L 2 through the point Q = ( 1, 1, 0) tht is norml to the plne P with eqution x + 2y 2z = 7. Find the point of intersection of the line L 1 with the plne P. Solution. P 1 P 2 = (2, 1, 2) (0, 3, 1) = (2, 2, 1) is prllel to L 1, nd the point P 1 = (0, 3, 1) lies on L 1, hence the eqution of the line is (x, y, z) = (0, 3, 1) + s(2, 2, 1) x = 2s, y = 3 2s, z = 1 + s. The vector (1, 2, 2) is norml to the given plne, nd hence prllel to the line L 2. Also Q = ( 1, 1, 0) is point on L 2, so the eqution of the line is (x, y, z) = ( 1, 1, 0) + t(1, 2, 2) x = 1 + t, y = 1 + 2t, z = 2t. When L 1 meets P, the point (x, y, z) = (2s, 3 2s, 1 + s) must lso stisfy the eqution of the plne, nd so x + 2y 2z = 2s + 2 (3 2s) 2 (1 + s) = 7 4s + 4 = 7 s = 3 4. Thus the point of intersection is ( 2 3 4, , 1 3 ) ( = 3 4 2, 9 2, 1 ) Resolving vectors It cn often be useful to write given vector s sum of two orthogonl vectors, one of which is in given direction. Let nd b be nonzero vectors; we wnt to write s multiple of b nd something perpendiculr to b. Tht is = tb + ( tb), nd lso b.( tb) = 0.b tb.b = 0 t =.b b.b. Note tht b/ b is unit vector (length= 1), nd tb = b t b b where b t = b.b b 2 = cosθ using.b = b cosθ, where θ is the ngle between nd b. Tht is, the pproprite multiple of the unit vector b/ b is given by stndrd trigonometry: tb θ tb b This ide llows us to clculte the distnce from point P 0 with position vector (x 0, y 0, z 0 ) to plne with eqution x + by + cz = d. Let r = (x 1, y 1, z 1 ) be ny point on the plne, so = (x 1 x 0, y 1 y 0, z 1 z 0 ) tkes us from P 0 to this point. But n = (, b, c) is the norml, 9

12 Resolving vectors nd.n = n cos θ, nd thus the required length is cos θ.n = = (x 1 x 0 ) + b(y 1 y 0 ) + c(z 1 z 0 ) n 2 + b 2 + c 2 = (x 1 + by 1 + cz 1 ) (x 0 + by 0 + cz 0 ) 2 + b 2 + c 2 = d (x 0 + by 0 + cz 0 ) 2 + b 2 + c 2 = r OP θ P 0 n = (, b, c) r Here we essentilly re resolving into something prllel to n (whose length is wht we relly wnt) nd vector in the plne itself. Exercise 1.7. Find the distnce from the point P 0 = (7, 0, 3) to the plne tht contins the points P 1 = (1, 2, 1), P 2 = ( 3, 4, 5) nd P 3 = (1, 0, 0). Solution. 10

13 VECTOR GEOMETRY Exercise 1.8. Find the distnce from P 0 = ( 1, 2, 1) to the line through P 1 = (1, 2, 3) in the direction of = (1, 1, 1). Find the point P 2 on this line tht is closest to P 0. Solution. 11

14 Exercises 1.4 Exercises 1. Consider the following vectors: = ( 1, 3), b = (2, 5), c = (4, 0, 1), d = (2, 1, 3), e = ( 4, 4, 4), f = (1, 5, 1). Clculte the following if possible: (i) b (ii) c (iii) ( + 3b) b (iv) (c + ) d (v) ( b)e (vi) d e (vii) d f (viii) e (c 4d) (ix) (c d) d (x) c (d d) 2. Compute the ngle between the following pirs of vectors using either the dot product, nd (if possible) the vector product: (i) = 2i 2k, b = 2j + 4k (ii) = (3, 1), b = ( 2, 2) (iii) = i + 4k, b = 2i + k (iv) = 3i + k, b = 4j + k 3. Find both the prmetric nd nonprmetric equtions of the given lines: (i) line through (1, 2, 3), prllel to (2, 1, 4) (ii) line through (2, 1, 3) nd (4, 0, 4) (iii) line through (1, 4, 1), prllel to the line x = 2 3t, y = 4, z = 6 + t (iv) line through (2, 0, 1), perpendiculr to the vectors (1, 0, 2) nd (0, 2, 1) 4. Determine if the following lines re prllel, skew, or intersect: (i) x = 4 + t, y = 2, z = 3 + 2t nd x = 2 + 2s, y = 2s, z = 1 + 4s (ii) x 3 = y 3 3 = z 4 1 nd x 2 1 = y 1 2 = z 6 2 (iii) x = 1 + 2t, y = 3, z = 1 4t nd x = 2 s, y = 2, z = 3 + 2s 5. Determine the eqution of the following plnes: (i) The plne contining the point (1, 3, 2) with norml vector (2, 1, 5) (ii) The plne contining the point ( 2, 1, 0) with norml vector ( 3, 0, 2) (iii) The plne contining the points (2, 0, 3), (1, 1, 0) nd (3, 2, 1) (iv) The plne contining the points ( 2, 2, 0), ( 2, 3, 2) nd (1, 2, 2) (v) The plne contining the point (2, 1, 1) nd prllel to the plne 3x y + 2z = 1 (vi) The plne contining the line (x, y, z) = (4 + t, 2, 3 + 2t) nd the line (x, y, z) = (2 + 2s, 2s, 1 + 4s) 6. Find the line of intersection of the following plnes: (i) 2x y z = 4 nd 3x 2y + z = 0 (ii) 3x + 4y = 1 nd x + y z = 3 7. Find the distnce from the point P 0 to the plne in ech of the following: (i) P 0 = (2, 0, 9), nd the plne 3x 2y + z = 4 (ii) P 0 = (1, 1, 1), nd the plne contining P 1 = (2, 1, 0) nd the line r = (t, 2t, 6 t) 8. In ech cse find the distnce from the point P 0 to the line, nd find the closest point on tht line to P 0 : (i) P 0 = ( 1, 4, 6), r = (3t, 1 t, 3 t) (ii) P 0 = (5, 12, 14), x 3 2 = y + 1 4, z = 5 12

50 AMC LECTURES Lecture 2 Analytic Geometry Distance and Lines. can be calculated by the following formula:

50 AMC LECTURES Lecture 2 Analytic Geometry Distance and Lines. can be calculated by the following formula: 5 AMC LECTURES Lecture Anlytic Geometry Distnce nd Lines BASIC KNOWLEDGE. Distnce formul The distnce (d) between two points P ( x, y) nd P ( x, y) cn be clculted by the following formul: d ( x y () x )

More information

Ray surface intersections

Ray surface intersections Ry surfce intersections Some primitives Finite primitives: polygons spheres, cylinders, cones prts of generl qudrics Infinite primitives: plnes infinite cylinders nd cones generl qudrics A finite primitive

More information

a(e, x) = x. Diagrammatically, this is encoded as the following commutative diagrams / X

a(e, x) = x. Diagrammatically, this is encoded as the following commutative diagrams / X 4. Mon, Sept. 30 Lst time, we defined the quotient topology coming from continuous surjection q : X! Y. Recll tht q is quotient mp (nd Y hs the quotient topology) if V Y is open precisely when q (V ) X

More information

Solutions to Math 41 Final Exam December 12, 2011

Solutions to Math 41 Final Exam December 12, 2011 Solutions to Mth Finl Em December,. ( points) Find ech of the following its, with justifiction. If there is n infinite it, then eplin whether it is or. ( ) / ln() () (5 points) First we compute the it:

More information

If f(x, y) is a surface that lies above r(t), we can think about the area between the surface and the curve.

If f(x, y) is a surface that lies above r(t), we can think about the area between the surface and the curve. Line Integrls The ide of line integrl is very similr to tht of single integrls. If the function f(x) is bove the x-xis on the intervl [, b], then the integrl of f(x) over [, b] is the re under f over the

More information

Section 10.4 Hyperbolas

Section 10.4 Hyperbolas 66 Section 10.4 Hyperbols Objective : Definition of hyperbol & hyperbols centered t (0, 0). The third type of conic we will study is the hyperbol. It is defined in the sme mnner tht we defined the prbol

More information

MATH 2530: WORKSHEET 7. x 2 y dz dy dx =

MATH 2530: WORKSHEET 7. x 2 y dz dy dx = MATH 253: WORKSHT 7 () Wrm-up: () Review: polr coordintes, integrls involving polr coordintes, triple Riemnn sums, triple integrls, the pplictions of triple integrls (especilly to volume), nd cylindricl

More information

1. SEQUENCES INVOLVING EXPONENTIAL GROWTH (GEOMETRIC SEQUENCES)

1. SEQUENCES INVOLVING EXPONENTIAL GROWTH (GEOMETRIC SEQUENCES) Numbers nd Opertions, Algebr, nd Functions 45. SEQUENCES INVOLVING EXPONENTIAL GROWTH (GEOMETRIC SEQUENCES) In sequence of terms involving eponentil growth, which the testing service lso clls geometric

More information

such that the S i cover S, or equivalently S

such that the S i cover S, or equivalently S MATH 55 Triple Integrls Fll 16 1. Definition Given solid in spce, prtition of consists of finite set of solis = { 1,, n } such tht the i cover, or equivlently n i. Furthermore, for ech i, intersects i

More information

4-1 NAME DATE PERIOD. Study Guide. Parallel Lines and Planes P Q, O Q. Sample answers: A J, A F, and D E

4-1 NAME DATE PERIOD. Study Guide. Parallel Lines and Planes P Q, O Q. Sample answers: A J, A F, and D E 4-1 NAME DATE PERIOD Pges 142 147 Prllel Lines nd Plnes When plnes do not intersect, they re sid to e prllel. Also, when lines in the sme plne do not intersect, they re prllel. But when lines re not in

More information

Hyperbolas. Definition of Hyperbola

Hyperbolas. Definition of Hyperbola CHAT Pre-Clculus Hyperols The third type of conic is clled hyperol. For n ellipse, the sum of the distnces from the foci nd point on the ellipse is fixed numer. For hyperol, the difference of the distnces

More information

Stained Glass Design. Teaching Goals:

Stained Glass Design. Teaching Goals: Stined Glss Design Time required 45-90 minutes Teching Gols: 1. Students pply grphic methods to design vrious shpes on the plne.. Students pply geometric trnsformtions of grphs of functions in order to

More information

Pointwise convergence need not behave well with respect to standard properties such as continuity.

Pointwise convergence need not behave well with respect to standard properties such as continuity. Chpter 3 Uniform Convergence Lecture 9 Sequences of functions re of gret importnce in mny res of pure nd pplied mthemtics, nd their properties cn often be studied in the context of metric spces, s in Exmples

More information

Math 464 Fall 2012 Notes on Marginal and Conditional Densities October 18, 2012

Math 464 Fall 2012 Notes on Marginal and Conditional Densities October 18, 2012 Mth 464 Fll 2012 Notes on Mrginl nd Conditionl Densities klin@mth.rizon.edu October 18, 2012 Mrginl densities. Suppose you hve 3 continuous rndom vribles X, Y, nd Z, with joint density f(x,y,z. The mrginl

More information

MTH 146 Conics Supplement

MTH 146 Conics Supplement 105- Review of Conics MTH 146 Conics Supplement In this section we review conics If ou ne more detils thn re present in the notes, r through section 105 of the ook Definition: A prol is the set of points

More information

4452 Mathematical Modeling Lecture 4: Lagrange Multipliers

4452 Mathematical Modeling Lecture 4: Lagrange Multipliers Mth Modeling Lecture 4: Lgrnge Multipliers Pge 4452 Mthemticl Modeling Lecture 4: Lgrnge Multipliers Lgrnge multipliers re high powered mthemticl technique to find the mximum nd minimum of multidimensionl

More information

9.1 apply the distance and midpoint formulas

9.1 apply the distance and midpoint formulas 9.1 pply the distnce nd midpoint formuls DISTANCE FORMULA MIDPOINT FORMULA To find the midpoint between two points x, y nd x y 1 1,, we Exmple 1: Find the distnce between the two points. Then, find the

More information

Class-XI Mathematics Conic Sections Chapter-11 Chapter Notes Key Concepts

Class-XI Mathematics Conic Sections Chapter-11 Chapter Notes Key Concepts Clss-XI Mthemtics Conic Sections Chpter-11 Chpter Notes Key Concepts 1. Let be fixed verticl line nd m be nother line intersecting it t fixed point V nd inclined to it t nd ngle On rotting the line m round

More information

MATH 25 CLASS 5 NOTES, SEP

MATH 25 CLASS 5 NOTES, SEP MATH 25 CLASS 5 NOTES, SEP 30 2011 Contents 1. A brief diversion: reltively prime numbers 1 2. Lest common multiples 3 3. Finding ll solutions to x + by = c 4 Quick links to definitions/theorems Euclid

More information

Integration. September 28, 2017

Integration. September 28, 2017 Integrtion September 8, 7 Introduction We hve lerned in previous chpter on how to do the differentition. It is conventionl in mthemtics tht we re supposed to lern bout the integrtion s well. As you my

More information

10.5 Graphing Quadratic Functions

10.5 Graphing Quadratic Functions 0.5 Grphing Qudrtic Functions Now tht we cn solve qudrtic equtions, we wnt to lern how to grph the function ssocited with the qudrtic eqution. We cll this the qudrtic function. Grphs of Qudrtic Functions

More information

Subtracting Fractions

Subtracting Fractions Lerning Enhncement Tem Model Answers: Adding nd Subtrcting Frctions Adding nd Subtrcting Frctions study guide. When the frctions both hve the sme denomintor (bottom) you cn do them using just simple dding

More information

INTRODUCTION TO SIMPLICIAL COMPLEXES

INTRODUCTION TO SIMPLICIAL COMPLEXES INTRODUCTION TO SIMPLICIAL COMPLEXES CASEY KELLEHER AND ALESSANDRA PANTANO 0.1. Introduction. In this ctivity set we re going to introduce notion from Algebric Topology clled simplicil homology. The min

More information

Rigid Body Transformations

Rigid Body Transformations igid od Kinemtics igid od Trnsformtions Vij Kumr igid od Kinemtics emrk out Nottion Vectors,,, u, v, p, q, Potentil for Confusion! Mtrices,, C, g, h, igid od Kinemtics The vector nd its skew smmetric mtri

More information

Unit #9 : Definite Integral Properties, Fundamental Theorem of Calculus

Unit #9 : Definite Integral Properties, Fundamental Theorem of Calculus Unit #9 : Definite Integrl Properties, Fundmentl Theorem of Clculus Gols: Identify properties of definite integrls Define odd nd even functions, nd reltionship to integrl vlues Introduce the Fundmentl

More information

9 4. CISC - Curriculum & Instruction Steering Committee. California County Superintendents Educational Services Association

9 4. CISC - Curriculum & Instruction Steering Committee. California County Superintendents Educational Services Association 9. CISC - Curriculum & Instruction Steering Committee The Winning EQUATION A HIGH QUALITY MATHEMATICS PROFESSIONAL DEVELOPMENT PROGRAM FOR TEACHERS IN GRADES THROUGH ALGEBRA II STRAND: NUMBER SENSE: Rtionl

More information

Math 4 Review for Quarter 2 Cumulative Test

Math 4 Review for Quarter 2 Cumulative Test Mth 4 Review for Qurter 2 Cumultive Test Nme: I. Right Tringle Trigonometry (3.1-3.3) Key Fcts Pythgoren Theorem - In right tringle, 2 + b 2 = c 2 where c is the hypotenuse s shown below. c b Trigonometric

More information

Physics 208: Electricity and Magnetism Exam 1, Secs Feb IMPORTANT. Read these directions carefully:

Physics 208: Electricity and Magnetism Exam 1, Secs Feb IMPORTANT. Read these directions carefully: Physics 208: Electricity nd Mgnetism Exm 1, Secs. 506 510 11 Feb. 2004 Instructor: Dr. George R. Welch, 415 Engineering-Physics, 845-7737 Print your nme netly: Lst nme: First nme: Sign your nme: Plese

More information

Topics in Analytic Geometry

Topics in Analytic Geometry Nme Chpter 10 Topics in Anltic Geometr Section 10.1 Lines Objective: In this lesson ou lerned how to find the inclintion of line, the ngle between two lines, nd the distnce between point nd line. Importnt

More information

Math 142, Exam 1 Information.

Math 142, Exam 1 Information. Mth 14, Exm 1 Informtion. 9/14/10, LC 41, 9:30-10:45. Exm 1 will be bsed on: Sections 7.1-7.5. The corresponding ssigned homework problems (see http://www.mth.sc.edu/ boyln/sccourses/14f10/14.html) At

More information

x )Scales are the reciprocal of each other. e

x )Scales are the reciprocal of each other. e 9. Reciprocls A Complete Slide Rule Mnul - eville W Young Chpter 9 Further Applictions of the LL scles The LL (e x ) scles nd the corresponding LL 0 (e -x or Exmple : 0.244 4.. Set the hir line over 4.

More information

Integration. October 25, 2016

Integration. October 25, 2016 Integrtion October 5, 6 Introduction We hve lerned in previous chpter on how to do the differentition. It is conventionl in mthemtics tht we re supposed to lern bout the integrtion s well. As you my hve

More information

Math 17 - Review. Review for Chapter 12

Math 17 - Review. Review for Chapter 12 Mth 17 - eview Ying Wu eview for hpter 12 1. Given prmetric plnr curve x = f(t), y = g(t), where t b, how to eliminte the prmeter? (Use substitutions, or use trigonometry identities, etc). How to prmeterize

More information

Unit 5 Vocabulary. A function is a special relationship where each input has a single output.

Unit 5 Vocabulary. A function is a special relationship where each input has a single output. MODULE 3 Terms Definition Picture/Exmple/Nottion 1 Function Nottion Function nottion is n efficient nd effective wy to write functions of ll types. This nottion llows you to identify the input vlue with

More information

Matlab s Numerical Integration Commands

Matlab s Numerical Integration Commands Mtlb s Numericl Integrtion Commnds The relevnt commnds we consider re qud nd dblqud, triplequd. See the Mtlb help files for other integrtion commnds. By the wy, qud refers to dptive qudrture. To integrte:

More information

SIMPLIFYING ALGEBRA PASSPORT.

SIMPLIFYING ALGEBRA PASSPORT. SIMPLIFYING ALGEBRA PASSPORT www.mthletics.com.u This booklet is ll bout turning complex problems into something simple. You will be ble to do something like this! ( 9- # + 4 ' ) ' ( 9- + 7-) ' ' Give

More information

ANALYTICAL GEOMETRY. The curves obtained by slicing the cone with a plane not passing through the vertex are called conics.

ANALYTICAL GEOMETRY. The curves obtained by slicing the cone with a plane not passing through the vertex are called conics. ANALYTICAL GEOMETRY Definition of Conic: The curves obtined by slicing the cone with plne not pssing through the vertex re clled conics. A Conic is the locus directrix of point which moves in plne, so

More information

Introduction Transformation formulae Polar graphs Standard curves Polar equations Test GRAPHS INU0114/514 (MATHS 1)

Introduction Transformation formulae Polar graphs Standard curves Polar equations Test GRAPHS INU0114/514 (MATHS 1) POLAR EQUATIONS AND GRAPHS GEOMETRY INU4/54 (MATHS ) Dr Adrin Jnnett MIMA CMth FRAS Polr equtions nd grphs / 6 Adrin Jnnett Objectives The purpose of this presenttion is to cover the following topics:

More information

It is recommended to change the limits of integration while doing a substitution.

It is recommended to change the limits of integration while doing a substitution. MAT 21 eptember 7, 216 Review Indrjit Jn. Generl Tips It is recommended to chnge the limits of integrtion while doing substitution. First write the min formul (eg. centroid, moment of inerti, mss, work

More information

Improper Integrals. October 4, 2017

Improper Integrals. October 4, 2017 Improper Integrls October 4, 7 Introduction We hve seen how to clculte definite integrl when the it is rel number. However, there re times when we re interested to compute the integrl sy for emple 3. Here

More information

6.3 Volumes. Just as area is always positive, so is volume and our attitudes towards finding it.

6.3 Volumes. Just as area is always positive, so is volume and our attitudes towards finding it. 6.3 Volumes Just s re is lwys positive, so is volume nd our ttitudes towrds finding it. Let s review how to find the volume of regulr geometric prism, tht is, 3-dimensionl oject with two regulr fces seprted

More information

F. R. K. Chung y. University ofpennsylvania. Philadelphia, Pennsylvania R. L. Graham. AT&T Labs - Research. March 2,1997.

F. R. K. Chung y. University ofpennsylvania. Philadelphia, Pennsylvania R. L. Graham. AT&T Labs - Research. March 2,1997. Forced convex n-gons in the plne F. R. K. Chung y University ofpennsylvni Phildelphi, Pennsylvni 19104 R. L. Grhm AT&T Ls - Reserch Murry Hill, New Jersey 07974 Mrch 2,1997 Astrct In seminl pper from 1935,

More information

Graphing Conic Sections

Graphing Conic Sections Grphing Conic Sections Definition of Circle Set of ll points in plne tht re n equl distnce, clled the rdius, from fixed point in tht plne, clled the center. Grphing Circle (x h) 2 + (y k) 2 = r 2 where

More information

6.2 Volumes of Revolution: The Disk Method

6.2 Volumes of Revolution: The Disk Method mth ppliction: volumes by disks: volume prt ii 6 6 Volumes of Revolution: The Disk Method One of the simplest pplictions of integrtion (Theorem 6) nd the ccumultion process is to determine so-clled volumes

More information

Math 35 Review Sheet, Spring 2014

Math 35 Review Sheet, Spring 2014 Mth 35 Review heet, pring 2014 For the finl exm, do ny 12 of the 15 questions in 3 hours. They re worth 8 points ech, mking 96, with 4 more points for netness! Put ll your work nd nswers in the provided

More information

Objective: Students will understand what it means to describe, graph and write the equation of a parabola. Parabolas

Objective: Students will understand what it means to describe, graph and write the equation of a parabola. Parabolas Pge 1 of 8 Ojective: Students will understnd wht it mens to descrie, grph nd write the eqution of prol. Prols Prol: collection of ll points P in plne tht re the sme distnce from fixed point, the focus

More information

Geometric transformations

Geometric transformations Geometric trnsformtions Computer Grphics Some slides re bsed on Shy Shlom slides from TAU mn n n m m T A,,,,,, 2 1 2 22 12 1 21 11 Rows become columns nd columns become rows nm n n m m A,,,,,, 1 1 2 22

More information

called the vertex. The line through the focus perpendicular to the directrix is called the axis of the parabola.

called the vertex. The line through the focus perpendicular to the directrix is called the axis of the parabola. Review of conic sections Conic sections re grphs of the form REVIEW OF CONIC SECTIONS prols ellipses hperols P(, ) F(, p) O p =_p REVIEW OF CONIC SECTIONS In this section we give geometric definitions

More information

Summer Review Packet For Algebra 2 CP/Honors

Summer Review Packet For Algebra 2 CP/Honors Summer Review Pcket For Alger CP/Honors Nme Current Course Mth Techer Introduction Alger uilds on topics studied from oth Alger nd Geometr. Certin topics re sufficientl involved tht the cll for some review

More information

12-B FRACTIONS AND DECIMALS

12-B FRACTIONS AND DECIMALS -B Frctions nd Decimls. () If ll four integers were negtive, their product would be positive, nd so could not equl one of them. If ll four integers were positive, their product would be much greter thn

More information

UNIVERSITY OF EDINBURGH COLLEGE OF SCIENCE AND ENGINEERING SCHOOL OF INFORMATICS INFORMATICS 1 COMPUTATION & LOGIC INSTRUCTIONS TO CANDIDATES

UNIVERSITY OF EDINBURGH COLLEGE OF SCIENCE AND ENGINEERING SCHOOL OF INFORMATICS INFORMATICS 1 COMPUTATION & LOGIC INSTRUCTIONS TO CANDIDATES UNIVERSITY OF EDINBURGH COLLEGE OF SCIENCE AND ENGINEERING SCHOOL OF INFORMATICS INFORMATICS COMPUTATION & LOGIC Sturdy st April 7 : to : INSTRUCTIONS TO CANDIDATES This is tke-home exercise. It will not

More information

Pythagoras theorem and trigonometry (2)

Pythagoras theorem and trigonometry (2) HPTR 10 Pythgors theorem nd trigonometry (2) 31 HPTR Liner equtions In hpter 19, Pythgors theorem nd trigonometry were used to find the lengths of sides nd the sizes of ngles in right-ngled tringles. These

More information

Surfaces. Differential Geometry Lia Vas

Surfaces. Differential Geometry Lia Vas Differentil Geometry Li Vs Surfces When studying curves, we studied how the curve twisted nd turned in spce. We now turn to surfces, two-dimensionl objects in three-dimensionl spce nd exmine how the concept

More information

The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus MATH 6 The Fundmentl Theorem of Clculus The Fundmentl Theorem of Clculus (FTC) gives method of finding the signed re etween the grph of f nd the x-xis on the intervl [, ]. The theorem is: FTC: If f is

More information

9 Graph Cutting Procedures

9 Graph Cutting Procedures 9 Grph Cutting Procedures Lst clss we begn looking t how to embed rbitrry metrics into distributions of trees, nd proved the following theorem due to Brtl (1996): Theorem 9.1 (Brtl (1996)) Given metric

More information

File Manager Quick Reference Guide. June Prepared for the Mayo Clinic Enterprise Kahua Deployment

File Manager Quick Reference Guide. June Prepared for the Mayo Clinic Enterprise Kahua Deployment File Mnger Quick Reference Guide June 2018 Prepred for the Myo Clinic Enterprise Khu Deployment NVIGTION IN FILE MNGER To nvigte in File Mnger, users will mke use of the left pne to nvigte nd further pnes

More information

2 Computing all Intersections of a Set of Segments Line Segment Intersection

2 Computing all Intersections of a Set of Segments Line Segment Intersection 15-451/651: Design & Anlysis of Algorithms Novemer 14, 2016 Lecture #21 Sweep-Line nd Segment Intersection lst chnged: Novemer 8, 2017 1 Preliminries The sweep-line prdigm is very powerful lgorithmic design

More information

ZZ - Advanced Math Review 2017

ZZ - Advanced Math Review 2017 ZZ - Advnced Mth Review Mtrix Multipliction Given! nd! find the sum of the elements of the product BA First, rewrite the mtrices in the correct order to multiply The product is BA hs order x since B is

More information

8.2 Areas in the Plane

8.2 Areas in the Plane 39 Chpter 8 Applictions of Definite Integrls 8. Ares in the Plne Wht ou will lern out... Are Between Curves Are Enclosed Intersecting Curves Boundries with Chnging Functions Integrting with Respect to

More information

Grade 7/8 Math Circles Geometric Arithmetic October 31, 2012

Grade 7/8 Math Circles Geometric Arithmetic October 31, 2012 Fculty of Mthemtics Wterloo, Ontrio N2L 3G1 Grde 7/8 Mth Circles Geometric Arithmetic Octoer 31, 2012 Centre for Eduction in Mthemtics nd Computing Ancient Greece hs given irth to some of the most importnt

More information

1 Quad-Edge Construction Operators

1 Quad-Edge Construction Operators CS48: Computer Grphics Hndout # Geometric Modeling Originl Hndout #5 Stnford University Tuesdy, 8 December 99 Originl Lecture #5: 9 November 99 Topics: Mnipultions with Qud-Edge Dt Structures Scribe: Mike

More information

What do all those bits mean now? Number Systems and Arithmetic. Introduction to Binary Numbers. Questions About Numbers

What do all those bits mean now? Number Systems and Arithmetic. Introduction to Binary Numbers. Questions About Numbers Wht do ll those bits men now? bits (...) Number Systems nd Arithmetic or Computers go to elementry school instruction R-formt I-formt... integer dt number text chrs... floting point signed unsigned single

More information

Fig.1. Let a source of monochromatic light be incident on a slit of finite width a, as shown in Fig. 1.

Fig.1. Let a source of monochromatic light be incident on a slit of finite width a, as shown in Fig. 1. Answer on Question #5692, Physics, Optics Stte slient fetures of single slit Frunhofer diffrction pttern. The slit is verticl nd illuminted by point source. Also, obtin n expression for intensity distribution

More information

MA 124 (Calculus II) Lecture 2: January 24, 2019 Section A3. Professor Jennifer Balakrishnan,

MA 124 (Calculus II) Lecture 2: January 24, 2019 Section A3. Professor Jennifer Balakrishnan, Wht is on tody Professor Jennifer Blkrishnn, jbl@bu.edu 1 Velocity nd net chnge 1 2 Regions between curves 3 1 Velocity nd net chnge Briggs-Cochrn-Gillett 6.1 pp. 398-46 Suppose you re driving long stright

More information

Dynamic Programming. Andreas Klappenecker. [partially based on slides by Prof. Welch] Monday, September 24, 2012

Dynamic Programming. Andreas Klappenecker. [partially based on slides by Prof. Welch] Monday, September 24, 2012 Dynmic Progrmming Andres Klppenecker [prtilly bsed on slides by Prof. Welch] 1 Dynmic Progrmming Optiml substructure An optiml solution to the problem contins within it optiml solutions to subproblems.

More information

AVolumePreservingMapfromCubetoOctahedron

AVolumePreservingMapfromCubetoOctahedron Globl Journl of Science Frontier Reserch: F Mthemtics nd Decision Sciences Volume 18 Issue 1 Version 1.0 er 018 Type: Double Blind Peer Reviewed Interntionl Reserch Journl Publisher: Globl Journls Online

More information

Introduction to Integration

Introduction to Integration Introduction to Integrtion Definite integrls of piecewise constnt functions A constnt function is function of the form Integrtion is two things t the sme time: A form of summtion. The opposite of differentition.

More information

Answer Key Lesson 6: Workshop: Angles and Lines

Answer Key Lesson 6: Workshop: Angles and Lines nswer Key esson 6: tudent Guide ngles nd ines Questions 1 3 (G p. 406) 1. 120 ; 360 2. hey re the sme. 3. 360 Here re four different ptterns tht re used to mke quilts. Work with your group. se your Power

More information

Misrepresentation of Preferences

Misrepresentation of Preferences Misrepresenttion of Preferences Gicomo Bonnno Deprtment of Economics, University of Cliforni, Dvis, USA gfbonnno@ucdvis.edu Socil choice functions Arrow s theorem sys tht it is not possible to extrct from

More information

CS311H: Discrete Mathematics. Graph Theory IV. A Non-planar Graph. Regions of a Planar Graph. Euler s Formula. Instructor: Işıl Dillig

CS311H: Discrete Mathematics. Graph Theory IV. A Non-planar Graph. Regions of a Planar Graph. Euler s Formula. Instructor: Işıl Dillig CS311H: Discrete Mthemtics Grph Theory IV Instructor: Işıl Dillig Instructor: Işıl Dillig, CS311H: Discrete Mthemtics Grph Theory IV 1/25 A Non-plnr Grph Regions of Plnr Grph The plnr representtion of

More information

1.1 Lines AP Calculus

1.1 Lines AP Calculus . Lines AP Clculus. LINES Notecrds from Section.: Rules for Rounding Round or Truncte ll finl nswers to 3 deciml plces. Do NOT round before ou rech our finl nswer. Much of Clculus focuses on the concept

More information

Are You Ready for Algebra 3/Trigonometry? Summer Packet **Required for all Algebra 3/Trig CP and Honors students**

Are You Ready for Algebra 3/Trigonometry? Summer Packet **Required for all Algebra 3/Trig CP and Honors students** Are You Red for Algebr /Trigonometr? Summer Pcket **Required for ll Algebr /Trig CP nd Honors students** Pge of The Algebr /Trigonometr course prepres students for Clculus nd college science courses. In

More information

If you are at the university, either physically or via the VPN, you can download the chapters of this book as PDFs.

If you are at the university, either physically or via the VPN, you can download the chapters of this book as PDFs. Lecture 5 Wlks, Trils, Pths nd Connectedness Reding: Some of the mteril in this lecture comes from Section 1.2 of Dieter Jungnickel (2008), Grphs, Networks nd Algorithms, 3rd edition, which is ville online

More information

Chapter Spline Method of Interpolation More Examples Electrical Engineering

Chapter Spline Method of Interpolation More Examples Electrical Engineering Chpter. Spline Method of Interpoltion More Exmples Electricl Engineering Exmple Thermistors re used to mesure the temperture of bodies. Thermistors re bsed on mterils chnge in resistnce with temperture.

More information

RATIONAL EQUATION: APPLICATIONS & PROBLEM SOLVING

RATIONAL EQUATION: APPLICATIONS & PROBLEM SOLVING RATIONAL EQUATION: APPLICATIONS & PROBLEM SOLVING When finding the LCD of problem involving the ddition or subtrction of frctions, it my be necessry to fctor some denomintors to discover some restricted

More information

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1 Mth 33 Volume Stewrt 5.2 Geometry of integrls. In this section, we will lern how to compute volumes using integrls defined by slice nlysis. First, we recll from Clculus I how to compute res. Given the

More information

Some necessary and sufficient conditions for two variable orthogonal designs in order 44

Some necessary and sufficient conditions for two variable orthogonal designs in order 44 University of Wollongong Reserch Online Fculty of Informtics - Ppers (Archive) Fculty of Engineering n Informtion Sciences 1998 Some necessry n sufficient conitions for two vrile orthogonl esigns in orer

More information

Homework. Context Free Languages III. Languages. Plan for today. Context Free Languages. CFLs and Regular Languages. Homework #5 (due 10/22)

Homework. Context Free Languages III. Languages. Plan for today. Context Free Languages. CFLs and Regular Languages. Homework #5 (due 10/22) Homework Context Free Lnguges III Prse Trees nd Homework #5 (due 10/22) From textbook 6.4,b 6.5b 6.9b,c 6.13 6.22 Pln for tody Context Free Lnguges Next clss of lnguges in our quest! Lnguges Recll. Wht

More information

Section 3.1: Sequences and Series

Section 3.1: Sequences and Series Section.: Sequences d Series Sequences Let s strt out with the definition of sequence: sequence: ordered list of numbers, often with definite pttern Recll tht in set, order doesn t mtter so this is one

More information

Functor (1A) Young Won Lim 10/5/17

Functor (1A) Young Won Lim 10/5/17 Copyright (c) 2016-2017 Young W. Lim. Permission is grnted to copy, distribute nd/or modify this document under the terms of the GNU Free Documenttion License, Version 1.2 or ny lter version published

More information

)

) Chpter Five /SOLUTIONS Since the speed ws between nd mph during this five minute period, the fuel efficienc during this period is between 5 mpg nd 8 mpg. So the fuel used during this period is between

More information

CS201 Discussion 10 DRAWTREE + TRIES

CS201 Discussion 10 DRAWTREE + TRIES CS201 Discussion 10 DRAWTREE + TRIES DrwTree First instinct: recursion As very generic structure, we could tckle this problem s follows: drw(): Find the root drw(root) drw(root): Write the line for the

More information

SOME EXAMPLES OF SUBDIVISION OF SMALL CATEGORIES

SOME EXAMPLES OF SUBDIVISION OF SMALL CATEGORIES SOME EXAMPLES OF SUBDIVISION OF SMALL CATEGORIES MARCELLO DELGADO Abstrct. The purpose of this pper is to build up the bsic conceptul frmework nd underlying motivtions tht will llow us to understnd ctegoricl

More information

CS380: Computer Graphics Modeling Transformations. Sung-Eui Yoon ( 윤성의 ) Course URL:

CS380: Computer Graphics Modeling Transformations. Sung-Eui Yoon ( 윤성의 ) Course URL: CS38: Computer Grphics Modeling Trnsformtions Sung-Eui Yoon ( 윤성의 ) Course URL: http://sgl.kist.c.kr/~sungeui/cg/ Clss Ojectives (Ch. 3.5) Know the clssic dt processing steps, rendering pipeline, for rendering

More information

Area & Volume. Chapter 6.1 & 6.2 September 25, y = 1! x 2. Back to Area:

Area & Volume. Chapter 6.1 & 6.2 September 25, y = 1! x 2. Back to Area: Bck to Are: Are & Volume Chpter 6. & 6. Septemer 5, 6 We cn clculte the re etween the x-xis nd continuous function f on the intervl [,] using the definite integrl:! f x = lim$ f x * i )%x n i= Where fx

More information

Simplifying Algebra. Simplifying Algebra. Curriculum Ready.

Simplifying Algebra. Simplifying Algebra. Curriculum Ready. Simplifying Alger Curriculum Redy www.mthletics.com This ooklet is ll out turning complex prolems into something simple. You will e le to do something like this! ( 9- # + 4 ' ) ' ( 9- + 7-) ' ' Give this

More information

Study Guide for Exam 3

Study Guide for Exam 3 Mth 05 Elementry Algebr Fll 00 Study Guide for Em Em is scheduled for Thursdy, November 8 th nd ill cover chpters 5 nd. You my use "5" note crd (both sides) nd scientific clcultor. You re epected to no

More information

Thirty-fourth Annual Columbus State Invitational Mathematics Tournament. Instructions

Thirty-fourth Annual Columbus State Invitational Mathematics Tournament. Instructions Thirty-fourth Annul Columbus Stte Invittionl Mthemtics Tournment Sponsored by Columbus Stte University Deprtment of Mthemtics Februry, 008 ************************* The Mthemtics Deprtment t Columbus Stte

More information

Lecture 5: Spatial Analysis Algorithms

Lecture 5: Spatial Analysis Algorithms Lecture 5: Sptil Algorithms GEOG 49: Advnced GIS Sptil Anlsis Algorithms Bsis of much of GIS nlsis tod Mnipultion of mp coordintes Bsed on Eucliden coordinte geometr http://stronom.swin.edu.u/~pbourke/geometr/

More information

Compilers Spring 2013 PRACTICE Midterm Exam

Compilers Spring 2013 PRACTICE Midterm Exam Compilers Spring 2013 PRACTICE Midterm Exm This is full length prctice midterm exm. If you wnt to tke it t exm pce, give yourself 7 minutes to tke the entire test. Just like the rel exm, ech question hs

More information

Functor (1A) Young Won Lim 8/2/17

Functor (1A) Young Won Lim 8/2/17 Copyright (c) 2016-2017 Young W. Lim. Permission is grnted to copy, distribute nd/or modify this document under the terms of the GNU Free Documenttion License, Version 1.2 or ny lter version published

More information

Iterated Integrals. f (x; y) dy dx. p(x) To evaluate a type I integral, we rst evaluate the inner integral Z q(x) f (x; y) dy.

Iterated Integrals. f (x; y) dy dx. p(x) To evaluate a type I integral, we rst evaluate the inner integral Z q(x) f (x; y) dy. Iterted Integrls Type I Integrls In this section, we begin the study of integrls over regions in the plne. To do so, however, requires tht we exmine the importnt ide of iterted integrls, in which inde

More information

Physics 152. Diffraction. Difrraction Gratings. Announcements. Friday, February 2, 2007

Physics 152. Diffraction. Difrraction Gratings. Announcements. Friday, February 2, 2007 ics Fri Feb.02. Announcements Diffrction Difrrction Grtings Fridy, Februry 2, 2007 Help sessions: W 9-10 pm in NSC 118 Msteringics WU #5 due Mondy WU #6 due Wednesdy http://www.voltnet.com/ldder/ A bem

More information

P(r)dr = probability of generating a random number in the interval dr near r. For this probability idea to make sense we must have

P(r)dr = probability of generating a random number in the interval dr near r. For this probability idea to make sense we must have Rndom Numers nd Monte Crlo Methods Rndom Numer Methods The integrtion methods discussed so fr ll re sed upon mking polynomil pproximtions to the integrnd. Another clss of numericl methods relies upon using

More information

The Math Learning Center PO Box 12929, Salem, Oregon Math Learning Center

The Math Learning Center PO Box 12929, Salem, Oregon Math Learning Center Resource Overview Quntile Mesure: Skill or Concept: 80Q Multiply two frctions or frction nd whole numer. (QT N ) Excerpted from: The Mth Lerning Center PO Box 99, Slem, Oregon 9709 099 www.mthlerningcenter.org

More information

APPLICATIONS OF INTEGRATION

APPLICATIONS OF INTEGRATION Chpter 3 DACS 1 Lok 004/05 CHAPTER 5 APPLICATIONS OF INTEGRATION 5.1 Geometricl Interprettion-Definite Integrl (pge 36) 5. Are of Region (pge 369) 5..1 Are of Region Under Grph (pge 369) Figure 5.7 shows

More information

5 Regular 4-Sided Composition

5 Regular 4-Sided Composition Xilinx-Lv User Guide 5 Regulr 4-Sided Composition This tutoril shows how regulr circuits with 4-sided elements cn be described in Lv. The type of regulr circuits tht re discussed in this tutoril re those

More information

Yoplait with Areas and Volumes

Yoplait with Areas and Volumes Yoplit with Ares nd Volumes Yoplit yogurt comes in two differently shped continers. One is truncted cone nd the other is n ellipticl cylinder (see photos below). In this exercise, you will determine the

More information

Basic Geometry and Topology

Basic Geometry and Topology Bsic Geometry nd Topology Stephn Stolz Septemer 7, 2015 Contents 1 Pointset Topology 1 1.1 Metric spces................................... 1 1.2 Topologicl spces................................ 5 1.3 Constructions

More information

What do all those bits mean now? Number Systems and Arithmetic. Introduction to Binary Numbers. Questions About Numbers

What do all those bits mean now? Number Systems and Arithmetic. Introduction to Binary Numbers. Questions About Numbers Wht do ll those bits men now? bits (...) Number Systems nd Arithmetic or Computers go to elementry school instruction R-formt I-formt... integer dt number text chrs... floting point signed unsigned single

More information