Lecture 9: Vector Geometry: A Coordinate-Free Approach. And ye shall know the truth, and the truth shall make you free. John 8:32

Size: px
Start display at page:

Download "Lecture 9: Vector Geometry: A Coordinate-Free Approach. And ye shall know the truth, and the truth shall make you free. John 8:32"

Transcription

1 Lecture 9: Vector Geometry: A Coordiate-Free Approach Ad ye shall kow the truth, ad the truth shall make you free. Joh 8:32 1. Coordiate-Free Methods We are goig to asced ow from the flat world of 2-dimesios ito the real world of 3- dimesios. Whe workig i 3-dimesios, we shall isist predomiatly o coordiate-free methods. Ee i 2-dimesios we adopted coordiate-free techiques to describe shapes because it is easier to represet geometry without troublig about coordiates. For example, it is simpler to describe a bump usig a turtle program rather tha tryig to delieate the coordiates of all the ertices of the bump. Similarly, we ioke affie trasformatios -- traslatio, rotatio, scalig, ad shear -- to moe ad reshape geometry without worryig about the etries -- the coordiates -- of the correspodig matrices. Coordiates are useful for computatios, but coceptually we prefer to work at a higher leel of abstractio. Turtle programs ad affie trasformatios were our etry to coordiate-free methods i 2-dimesios. I 3-dimesios coordiate-free methods are ee more crucial. You may be comfortable with coordiate techiques i 2-dimesios, but i 3-dimesios it is much harder to coceptualize geometry usig coordiates. I additio to allowig us to work at a higher leel of abstractio, coordiate-free methods proide a more cocise otatio. Typically we will eed to deal with oly oe equatio for a poit or a ector, rather tha with three equatios for their coordiates. Also we shall see that coordiate-free methods lead aturally to geometrically meaigful expressios. With coordiates we ca perform seseless computatios that hae o itrisic geometric sigificace -- for example, we could add the coordiates of two poits. Coordiate-free methods will help us to aoid the pitfalls of such midless computatios. Fially, ad most importatly, coordiate-free techiques capture the geometric meaig behid our computatioal methods. You may kow that the dot product of two ectors u, ca be calculated from the formula u = u u u 3 3, but why would ayoe eer wat to compute the expressio iolig the rectagular coordiates o the right had side? The geometric meaig of the dot product is captured by the coordiatefree expressio u = u cos(ϑ), where u ad are the legths of the ectors u ad, ad ϑ is the agle betwee u ad. Agle ad legth (as well as projectio), these quatities are the geometric cotet of the dot product, cotet that is completely hidde i the coordiate computatio.

2 Our approach to Computer Graphics is to simplify geometry as much as possible by iokig the Mathematics most appropriate to the problem at had. I 2-dimesios we employ Turtle Graphics (LOGO) rooted i coformal trasformatios ad Affie Graphics (CODO) based o affie trasformatios. I 3-dimesios, affie trasformatios alog with a ew trasformatio, perspectie projectio, play a ee more cetral role. These trasformatios are applied to maipulate shapes i 3-dimesios, but at bottom most shapes i 3-dimesios are represeted i terms of poits ad ectors. Therefore we begi our study of 3-dimesioal Computer Graphics by itroducig a coordiate-free approach to the algebra ad geometry of poits ad ectors. 2. Vectors ad Vector Spaces Vectors ad ector spaces should be familiar to you from stadard courses o liear algebra. Vectors ca be added, subtracted, ad multiplied by scalars, ad these ector operatios all hae coordiate-free defiitios (see Figure 1). + w w w w (a) additio (b) subtractio (c) scalar multiplicatio Figure 1: Coordiate-free geometric defiitios of (a) additio, (b) subtractio, ad (c) scalar multiplicatio for ectors. w cw These ector operatios obey the usual laws of arithmetic: additio is associatie (Figure 2(a)) ad commutatie (Figure 2(b)) ad scalar multiplicatio distributes through additio (Figure 2(c)). u + u+ ( + w) = (u + ) + w u + w w u u + u = u + u + c(u + ) (a) associatie (b) commutatie (c) distributie Figure 2: The associatie, commutatie, ad distributie properties of ector additio ad scalar multiplicatio. Vector additio is (a) associatie because o matter how we group u,, w, if we place these ectors head to tail, the ector u + + w goes from the tail of u to the head of w. Vector additio is (b) commutatie because + u, u + both represet the diagoal of the parallelogram with sides u,. Fially, by similar triagles, (c) scalar multiplicatio distributes through additio. 2 u cu c

3 Neertheless, although ectors ad ector operatios are useful ad familiar, ectors are ot the primary focus of Computer Graphics. O the graphics termial we see poits, ot ectors, so it is to poits that we ext tur our attetio. 3. Poits ad Affie Spaces Poits are ot ectors. Poits hae a fixed positio, but o directio or legth; ectors hae directio ad legth, but o fixed locatio. Vectors ca be added, subtracted, ad multiplied by scalars ad the result is always a ector. Poits ca be subtracted from oe aother, but the result is a ector, ot a poit (see Figure 3), A ector ca be added to a poit, ad the result is a poit (see Figure 3), but there is o coordiate-free way to add two poits or to multiply a poit by a scalar. Q P + Q P P Figure 3: Subtractig a poit from a poit, ad addig a ector to a poit. Notice that P + (Q P) = Q, so the usual cacellatio law of additio applies. P Expressios of the form k c k k are called liear combiatios. For ectors, liear combiatios always make sese because additio ad scalar multiplicatio are always defied for ectors. Although we caot, i geeral, add two poits or multiply poits by scalars, eertheless some liear combiatios of poits also make sese. For example, the expressio P + Q = P Q 2 represets the midpoit of the lie segmet joiig the poits P ad Q, ee though oe of the expressios P + Q, P / 2, Q / 2 are well-defied. We would like to hae some aalogue of liear combiatios for poits to accout for expressios like the midpoit (P + Q) / 2. Although, i geeral, scalar multiplicatio for poits caot be defied i a coordiate-free maer, we ca defie a coordiate free ersio of scalar multiplicatio i two special cases: 1 P = P 0 P = 0 c P = udefied c 0,1 3

4 By the way the zero o the right had side of the secod equatio is the zero ector, ot the origi of the coordiate system. Now for a crucial obseratio. Notice that formally c k P k = ( c k )P 0 + c k (P k P 0 ). k=1 That is, if the usual rules of arithmetic are to apply, the the terms c k P 0 ad c k P 0 for k 1 should cacel. The expressio c k (P k P 0 ) k=1 is well-defied, sice this expressio is just a liear combiatio of ectors. Moreoer, the expressio ( c k )P 0 is well-defied wheeer the costats sum to zero or oe. Based o these obseratios, we itroduce the followig defiitios: c k P k = P 0 + c k (P k P 0 ) if c k =1 k=1 = c k (P k P 0 ) if c k = 0 k=1 = udefied if c k 0,1 Expressios of the form k c k P k, where k c k 1, are called affie combiatios. Affie combiatios are the aalogues for poits of liear combiatios for ectors. Vectors form a ector space; poits form a affie space. Vectors are closed uder liear combiatios; poits are closed uder affie combiatios. This distictio betwee poits ad ectors, betwee ector spaces ad affie spaces, is what makes the algebra uderlyig Computer Graphics just a bit differet from the stadard algebra of ector spaces that you lear i courses o Liear Algebra. 4. Vector Products There is more to ector algebra tha just additio, subtractio, ad scalar multiplicatio. For ectors, there are also seeral distict otios of multiplicatio: dot product, cross product, ad 4

5 determiat. These products are related geometrically to legth, area, ad olume, so these products show up i may geometric applicatios. Here we reiew the coordiate-free defiitios of these three products, emphasizig their major algebraic ad geometric properties. 4.1 Dot Product. The dot product of two ectors u, is the scalar defied by u = u cos(ϑ), where ϑ is the agle betwee the ectors u ad. Dot product is commutatie ad distributes through additio (see Exercise 6a). We are iterested i dot product because dot product ca be used to compute seeral importat geometric quatities. The followig properties follow easily from the defiitio of the dot product. i. Legth ii. u 2 = u u Cosie (Agle Betwee Two Vectors) cos(ϑ ) = u u iii. Orthogoality u = 0 u i. Projectios (see Figure 4) u = u u = (u ) if =1 u = u u = u u u = u (u ) if =1 The first three properties follow easily from the defiitio of the dot product. To derie the formulas for projectio, otice that the secod formula follows from the first formula because u + u = u (see Figure 4). To proe the first formula, obsere from Figure 4 that u = u cos(ϑ) = u cos(ϑ) Therefore, sice u is parallel to, u = u = u = u. = u 5

6 ϑ u u u Figure 4: Parallel ad perpedicular projectio. Thik dot product! 4.2 Cross Product. The cross product of two ectors u, is the uique ector with the followig three properties (see Figure 5): u = u si(ϑ ) u u, sg(u,,u ) > 0 The third coditio meas that the ectors u,, u hae positie orietatio -- that is, these three ectors obey the right had rule: if you curl the figers of your right had from u to, the your thumb will poit i the directio of u. Cross product distributes through additio (see Exercise 6b), but cross product is ot associatie ad cross product ati-commutatie. That is. u ( + w) = u + u w (distributie) u = u (ati-commutatie) (u ) w u ( w) (o-associatie) The ati-commutatiity follows because by the right had rule: sg(u,,u ) = sg(,u, u). The o-associatiity follows because (u ) w u,w whereas u ( w) u, w. A useful formula to remember is that two cross products ca be reduced to two dot products: ( w) u = (u )w (u w). We shall derie this idetity i Appedix 1 to this lecture. We are iterested i the cross product because, just like the dot product, cross product ca be used to compute seeral importat geometric quatities. The followig properties follow easily from the defiitio of the cross product. i. Area area(u,) = u ii. Sie (Agle Betwee Two Vectors) si(ϑ ) = u u iii. Parallelism u u = 0 6

7 u ϑ u Figure 5: The cross product of two ectors is the ector perpedicular to the two ectors with positie orietatio, ad has legth equal to the area of the associated parallelogram. 4.3 Determiat. The determiat is the scalar defied by the triple product det(u,,w) = (u ) w. The determiat iherits the properties of the dot ad cross product: determiat is multi-liear (liear i each ariable) ad skew symmetric (iterchagig the order of the two ectors chages the sig of the determiat). The mai geometric property of the determiat is the relatio betwee determiat ad olume (see Figure 6). i. Volume ol(u,, w) = det(u,,w). w u Figure 6: The determiat of three ectors is the siged olume of the associated parallelepiped because det(u,,w) = u w cos(ϑ ) = area(u,) height(u,, w) = ol(u,,w). 5. Summary Liear Algebra proides the mathematical foudatio for Computer Graphics. Howeer, the Liear Algebra uderlyig Computer Graphics differs somewhat from stadard Liear Algebra because the fudametal costituets of Computer Graphics -- what oe actually sees o a graphics termial -- are poits, ot ectors. Poits, ulike ectors, caot be combied usig arbitrary liear combiatios; poits are restricted to affie combiatios. Thus the poits form a affie space, rather tha a ector space. This distictio betwee affie spaces (spaces of poits) ad ector spaces (spaces of ectors) is the mai differece betwee the mathematical foudatio of 3- dimesioal Computer Graphics ad the stadard Liear Algebra of 3-dimesioal ector spaces. 7

8 Neertheless, ectors play a fudametal role i Computer Graphics because most of the iformatio i a affie space is stored i the ectors. Fix a sigle poit Q i affie space. The ay other poit P ca be writte as the sum of the fixed poit Q ad the ector = P Q from Q to P -- that is, P = Q + = Q + (P Q). Thus, for example, if we kow how a affie trasformatio T affects the ectors ad we wat to kow how this trasformatio behaes o the poits P, all we eed to do is to compute the trasformatio o the sigle poit Q; the rest of the trasformatio is kow from its affect o the ectors because T(P) = T(Q)+ T(P Q). To emphasize cocepts oer computatio, we adopt a coordiate-free approach to ector geometry. Additio, subtractio, scalar multiplicatio, dot product, cross product, ad determiat all hae coordiate-free, geometric iterpretatios. These geometric properties are the mai coceptual tools we will apply i our aalysis of geometry for Computer Graphics. Coordiate computatios are discussed i the ext lecture. These coordiate computatios ca be implemeted oce ad forgotte, but the geometric cocepts behid these computatios will be reused agai ad agai. Appedix 1: The No-Associatiity of the Cross Product The purpose of this appedix is to derie the hady idetities ( w) u = (u )w (u w) u ( w) = (u w) (u ) w. We begi with a importat special case from which the geeral results will follow. Lemma: (u w) u = (u u)w (u w)u Proof: To proe that two ectors are equal, we eed to check that they hae the same directio, orietatio, ad legth. a. Directio. ((u u)w (u w)u) u = (u u)(w u) (u w)(u u) = 0 ((u u)w (u w)u) (u w) = (u u)( w (u w) ) (u w)( u (u w) ) = 0. Therefore (u u)w (u w)u is perpedicular both to u ad to u w, so (u u)w (u w)u is either parallel or ati-parallel to (u w) u. b. Orietatio. ( ) = det( u, (u u)w (u w)u,u w) det u w, u, (u u)w (u w)u ( ) (u w) = u {(u u)w (u w)u} = {(u u)(u w) } (u w) ( ) = (u u) (u w) (u w) = u 2 u w 2 > 0. 8

9 Therefore the ectors u w, u, (u u)w (u w)u form a right haded system, so (u u)w (u w)u is parallel to (u w) u. c. Legth. Let θ be the agle betwee u ad w. The (u u)w (u w)u 2 = (u u)w (u w)u ( ) ((u u)w (u w)u) = (u u) 2 (w w) (u w) 2 (u u) ( ) ( ) = (u u) (u u)(w w) (u w) 2 = u 2 u 2 w 2 u 2 w 2 cos 2 θ = u 4 w 2 si 2 θ = u 2 u w 2. Sice (u u)w (u w)u ad (u w) u hae the same directio, orietatio, ad legth, it follows that (u w) u = (u u)w (u w)u. Theorem: ( w) u = (u )w (u w) Proof: If is parallel to w, the both sides are zero. Hece we ca assume that,w, w form a basis. Let us first check that this result is true whe u is a elemet of this basis. If u = or u = w, the the result follows from the Lemma. If u = w, the ( w) u = ( w) ( w) = 0 ad (u )w (u w) = (( w) )w (( w) w) = 0. Hece the result is alid whe u is a elemet of the basis,w, w. Now for a arbitrary ector u, there are costats λ, µ,ν such that u = λ + µw +ν w. Therefore the result follows i the geeral case by liearity, sice dot product ad cross product both distribute through additio. Corollary: u ( w) = (u w) (u ) w Proof: u ( w) = ( w) u = (u w) (u ) w. 9

10 Appedix 2: The Algebra of Poits ad Vectors For easy referece we collect below the mai algebraic idetities for additio, subtractio, scalar multiplicatio, dot product, cross product, ad determiat. Most of these formulas either follow easily from the defiitios or are deried i the text; the remaider are proed i the exercises at the ed of this lecture. Additio, Subtractio, ad Scalar Multiplicatio for Vectors u + ( + w) = (u + ) + w (associatie) u + = + u (commutatie) c(u + ) = c u + c (distributie) u + u + (triagular iequality) Additio, Subtractio, ad Affie Combiatios for Poits P + ( + w) = (P + ) + w (associatie) P + (Q P) = Q (R Q) + (Q P) = R P (cacellatio) c k P k = P 0 + c k (P k P 0 ) if c k =1 (affie combiatios) k=1 = c k (P k P 0 ) if c k = 0 k=1 = udefied if c k 0,1 Dimesioal Aalysis for Poits ad Vectors Poit + Poit = Udefied Poit Poit = Vector Poit ± Vector = Poit Vector±Vector = Vector Scalar Vector = Vector Scalar Vector = Vector Scalar Poit = Poit Scalar =1 =Vector Scalar = 0 = Udefied Otherwise 10

11 Dot Product u = u cos(θ) u = u u ( + w) = u + u w ( + w) u = u + w u (defiitio) (commutatie) (distributie) 2 = (legth) cos(θ) = u u (agle) u = u u = (u ) if = 1 u = u u = u u u = u (u ) if =1 u = 0 u Cross Product u = u si(θ) u u, sg(u,,u ) > 0 area(u,) = u (u ) u = 0 (u ) = 0 u u = 0 u = 0 ±u u ( + w) = u + u w ( + w) u = u + w u u = u u ( w) = (u w) (u ) w ( w) u = (u )w (u w) (parallel projectio) (perpedicular projectio) (orthogoality) (defiitio) (area) (orthogoality) (parallelism) (distributie) (ati-commutatie) (o-associatie) u 2 = u 2 2 (u ) 2 (legth) (u 1 u 2 ) ( 1 2 ) = (u 1 1 )(u 2 2 ) (u 1 2 )(u 2 1 ) (Lagrage Idetity) 11

12 Determiat det(u,,w) = (u ) w ol(u,, w) = det(u,,w) det(u,,w) > 0 sg(u,, w) > 0 det(u,,w) 0 u,,w are liearly idepedet det(u, u,w) = det(u,,u) = det(u,,) = 0 det(u,,w) = det(,w,u) = det(w,u,) det(,u,w) = det(u,,w) det(u 1 + c u 2,,w) = det(u 1,,w) + c det(u 2,,w) det(u, 1 + c 2,, w) = det(u, 1,w) + c det(u, 2,w) det(u,,w 1 + c w 2 ) = det(u,,w 1 ) + c det(u,, w 2 ) (defiitio) (olume) (orietatio) (liear idepedece) (skew symmetry) (multi-liearity) Exercises: 1. Proe that for ay poit R a. c k P k = R + c k (P k R) wheeer c k =1. b. c k P k = c k (P k R) wheeer c k = 0. Iterpret these results geometrically. (Hit: You may ot use the equality c k (P k R) = c k P k c k R because the right had side has o itrisic meaig.) 2. Proe that: u 2 = u 2 2 (u ) The purpose of this exercise is to proe the Lagrage idetity: (u 1 u 2 ) ( 1 2 ) = (u 1 1 )(u 2 2 ) (u 1 2 )(u 2 1 ). a. If u 2 is parallel to u 1, show that both sides of the Lagrage idetity are zero. b. If u 2 is ot parallel to u 1, the u 1,u 2,u 1 u 2 forms a basis for ectors i 3-space. Therefore there are costats such that 1 = c 1 u 1 + c 2 u 2 + c 3 u 1 u 2 2 = d 1 u 1 + d 2 u 2 + d 3 u 1 u 2. Now usig the distributie law ad other stadard rules for the cross product together with the result of Exercise 2, proe the Lagrage idetity. 12

13 4. Proe that: a. w = w b. w = w 5. Fix a ector w. Let u, deote the parallel projectios ad let u, deote the perpedicular projectios of u ad o w. Proe that: a. (u + ) = u + b. (u + ) = u + 6. Usig Exercises 4 ad 5, proe that dot product ad cross product both distribute through additio. That is, proe that: a. (u + ) w = u w + w b. (u + ) w = u w + w 7, By drawig the appropriate figures, show that: a. (P + ) + w = P + ( + w) (associatiity) b. (R Q) + (Q P) = R P (cacellatio) c. u + ( 1) = u (egatio) 8. Show that: a. det(u,,w) 0 u,,w are liearly idepedet b. det(u, u,w) = det(u,,u) = det(u,,) = 0 9. Show that: a. sg(u,,w) = sg(,w,u) = sg(w,u,) b. sg(,u,w) = sg(u,,w) 10. Usig Exercise 9, show that the determiat fuctio is skew symmetric. That is, show that: a. det(u,,w) = det(,w,u) = det(w,u,) b. det(,u,w) = det(u,,w) 11. Show that the determiat fuctio is multi-liear. That is, show that: a. det(u 1 + c u 2,,w) = det(u 1,,w) + c det(u 2,,w) b. det(u, 1 + c 2,w) = det(u, 1,w) + c det(u, 2,w) c. det(u,,w 1 + c w 2 ) = det(u,,w 1 ) + c det(u,, w 2 ) 13

14 12. Usig Exercises 8 ad 11, show that: a. det(u + c,,w) = det(u,, w) b. det(u, + c w,w) = det(u,, w) c. det(u + c w,,w) = det(u,, w) 13. Show that: a. (u 1 u 2 ) ( 1 2 ) = det(u 1, u 2, 2 ) 1 det(u 1, u 2, 1 ) 2 b. (u 1 u 2 ) ( 1 2 ) = det(u 1, 1, 2 )u 2 det(u 2, 1, 2 )u Show that: u ( w) + (w u) + w (u ) = 0. 14

Inverse Matrix. A meaning that matrix B is an inverse of matrix A.

Inverse Matrix. A meaning that matrix B is an inverse of matrix A. Iverse Matrix Two square matrices A ad B of dimesios are called iverses to oe aother if the followig holds, AB BA I (11) The otio is dual but we ofte write 1 B A meaig that matrix B is a iverse of matrix

More information

R is a scalar defined as follows:

R is a scalar defined as follows: Math 8. Notes o Dot Product, Cross Product, Plaes, Area, ad Volumes This lecture focuses primarily o the dot product ad its may applicatios, especially i the measuremet of agles ad scalar projectio ad

More information

2 Geometric interpretation of complex numbers

2 Geometric interpretation of complex numbers 2 Geometric iterpretatio of complex umbers 2.1 Defiitio I will start fially with a precise defiitio, assumig that such mathematical object as vector space R 2 is well familiar to the studets. Recall that

More information

CHAPTER I: Vector Spaces

CHAPTER I: Vector Spaces CHAPTER I: Vector Spaces Sectio 1: Itroductio ad Examples This first chapter is largely a review of topics you probably saw i your liear algebra course. So why cover it? (1) Not everyoe remembers everythig

More information

Elementary Linear Algebra

Elementary Linear Algebra Elemetary Liear Algebra Ato & Rorres th Editio Lectre Set Chapter : Eclidea Vector Spaces Chapter Cotet Vectors i -Space -Space ad -Space Norm Distace i R ad Dot Prodct Orthogoality Geometry of Liear Systems

More information

( ) ( ) ( ) notation: [ ]

( ) ( ) ( ) notation: [ ] Liear Algebra Vectors ad Matrices Fudametal Operatios with Vectors Vector: a directed lie segmets that has both magitude ad directio =,,,..., =,,,..., = where 1, 2,, are the otatio: [ ] 1 2 3 1 2 3 compoets

More information

Machine Learning for Data Science (CS 4786)

Machine Learning for Data Science (CS 4786) Machie Learig for Data Sciece CS 4786) Lecture & 3: Pricipal Compoet Aalysis The text i black outlies high level ideas. The text i blue provides simple mathematical details to derive or get to the algorithm

More information

CHAPTER 5. Theory and Solution Using Matrix Techniques

CHAPTER 5. Theory and Solution Using Matrix Techniques A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 3 A COLLECTION OF HANDOUTS ON SYSTEMS OF ORDINARY DIFFERENTIAL

More information

6 Integers Modulo n. integer k can be written as k = qn + r, with q,r, 0 r b. So any integer.

6 Integers Modulo n. integer k can be written as k = qn + r, with q,r, 0 r b. So any integer. 6 Itegers Modulo I Example 2.3(e), we have defied the cogruece of two itegers a,b with respect to a modulus. Let us recall that a b (mod ) meas a b. We have proved that cogruece is a equivalece relatio

More information

(3) If you replace row i of A by its sum with a multiple of another row, then the determinant is unchanged! Expand across the i th row:

(3) If you replace row i of A by its sum with a multiple of another row, then the determinant is unchanged! Expand across the i th row: Math 5-4 Tue Feb 4 Cotiue with sectio 36 Determiats The effective way to compute determiats for larger-sized matrices without lots of zeroes is to ot use the defiitio, but rather to use the followig facts,

More information

a for a 1 1 matrix. a b a b 2 2 matrix: We define det ad bc 3 3 matrix: We define a a a a a a a a a a a a a a a a a a

a for a 1 1 matrix. a b a b 2 2 matrix: We define det ad bc 3 3 matrix: We define a a a a a a a a a a a a a a a a a a Math E-2b Lecture #8 Notes This week is all about determiats. We ll discuss how to defie them, how to calculate them, lear the allimportat property kow as multiliearity, ad show that a square matrix A

More information

Chapter Vectors

Chapter Vectors Chapter 4. Vectors fter readig this chapter you should be able to:. defie a vector. add ad subtract vectors. fid liear combiatios of vectors ad their relatioship to a set of equatios 4. explai what it

More information

REVISION SHEET FP1 (MEI) ALGEBRA. Identities In mathematics, an identity is a statement which is true for all values of the variables it contains.

REVISION SHEET FP1 (MEI) ALGEBRA. Identities In mathematics, an identity is a statement which is true for all values of the variables it contains. The mai ideas are: Idetities REVISION SHEET FP (MEI) ALGEBRA Before the exam you should kow: If a expressio is a idetity the it is true for all values of the variable it cotais The relatioships betwee

More information

Chimica Inorganica 3

Chimica Inorganica 3 himica Iorgaica Irreducible Represetatios ad haracter Tables Rather tha usig geometrical operatios, it is ofte much more coveiet to employ a ew set of group elemets which are matrices ad to make the rule

More information

Appendix F: Complex Numbers

Appendix F: Complex Numbers Appedix F Complex Numbers F1 Appedix F: Complex Numbers Use the imagiary uit i to write complex umbers, ad to add, subtract, ad multiply complex umbers. Fid complex solutios of quadratic equatios. Write

More information

REVISION SHEET FP1 (MEI) ALGEBRA. Identities In mathematics, an identity is a statement which is true for all values of the variables it contains.

REVISION SHEET FP1 (MEI) ALGEBRA. Identities In mathematics, an identity is a statement which is true for all values of the variables it contains. the Further Mathematics etwork wwwfmetworkorguk V 07 The mai ideas are: Idetities REVISION SHEET FP (MEI) ALGEBRA Before the exam you should kow: If a expressio is a idetity the it is true for all values

More information

Determinants of order 2 and 3 were defined in Chapter 2 by the formulae (5.1)

Determinants of order 2 and 3 were defined in Chapter 2 by the formulae (5.1) 5. Determiats 5.. Itroductio 5.2. Motivatio for the Choice of Axioms for a Determiat Fuctios 5.3. A Set of Axioms for a Determiat Fuctio 5.4. The Determiat of a Diagoal Matrix 5.5. The Determiat of a Upper

More information

Matrices and vectors

Matrices and vectors Oe Matrices ad vectors This book takes for grated that readers have some previous kowledge of the calculus of real fuctios of oe real variable It would be helpful to also have some kowledge of liear algebra

More information

(VII.A) Review of Orthogonality

(VII.A) Review of Orthogonality VII.A Review of Orthogoality At the begiig of our study of liear trasformatios i we briefly discussed projectios, rotatios ad projectios. I III.A, projectios were treated i the abstract ad without regard

More information

Linear Regression Demystified

Linear Regression Demystified Liear Regressio Demystified Liear regressio is a importat subject i statistics. I elemetary statistics courses, formulae related to liear regressio are ofte stated without derivatio. This ote iteds to

More information

a for a 1 1 matrix. a b a b 2 2 matrix: We define det ad bc 3 3 matrix: We define a a a a a a a a a a a a a a a a a a

a for a 1 1 matrix. a b a b 2 2 matrix: We define det ad bc 3 3 matrix: We define a a a a a a a a a a a a a a a a a a Math S-b Lecture # Notes This wee is all about determiats We ll discuss how to defie them, how to calculate them, lear the allimportat property ow as multiliearity, ad show that a square matrix A is ivertible

More information

Infinite Sequences and Series

Infinite Sequences and Series Chapter 6 Ifiite Sequeces ad Series 6.1 Ifiite Sequeces 6.1.1 Elemetary Cocepts Simply speakig, a sequece is a ordered list of umbers writte: {a 1, a 2, a 3,...a, a +1,...} where the elemets a i represet

More information

APPENDIX F Complex Numbers

APPENDIX F Complex Numbers APPENDIX F Complex Numbers Operatios with Complex Numbers Complex Solutios of Quadratic Equatios Polar Form of a Complex Number Powers ad Roots of Complex Numbers Operatios with Complex Numbers Some equatios

More information

Apply change-of-basis formula to rewrite x as a linear combination of eigenvectors v j.

Apply change-of-basis formula to rewrite x as a linear combination of eigenvectors v j. Eigevalue-Eigevector Istructor: Nam Su Wag eigemcd Ay vector i real Euclidea space of dimesio ca be uiquely epressed as a liear combiatio of liearly idepedet vectors (ie, basis) g j, j,,, α g α g α g α

More information

, then cv V. Differential Equations Elements of Lineaer Algebra Name: Consider the differential equation. and y2 cos( kx)

, then cv V. Differential Equations Elements of Lineaer Algebra Name: Consider the differential equation. and y2 cos( kx) Cosider the differetial equatio y '' k y 0 has particular solutios y1 si( kx) ad y cos( kx) I geeral, ay liear combiatio of y1 ad y, cy 1 1 cy where c1, c is also a solutio to the equatio above The reaso

More information

Some examples of vector spaces

Some examples of vector spaces Roberto s Notes o Liear Algebra Chapter 11: Vector spaces Sectio 2 Some examples of vector spaces What you eed to kow already: The te axioms eeded to idetify a vector space. What you ca lear here: Some

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

Theorem: Let A n n. In this case that A does reduce to I, we search for A 1 as the solution matrix X to the matrix equation A X = I i.e.

Theorem: Let A n n. In this case that A does reduce to I, we search for A 1 as the solution matrix X to the matrix equation A X = I i.e. Theorem: Let A be a square matrix The A has a iverse matrix if ad oly if its reduced row echelo form is the idetity I this case the algorithm illustrated o the previous page will always yield the iverse

More information

5.1 Review of Singular Value Decomposition (SVD)

5.1 Review of Singular Value Decomposition (SVD) MGMT 69000: Topics i High-dimesioal Data Aalysis Falll 06 Lecture 5: Spectral Clusterig: Overview (cotd) ad Aalysis Lecturer: Jiamig Xu Scribe: Adarsh Barik, Taotao He, September 3, 06 Outlie Review of

More information

We will conclude the chapter with the study a few methods and techniques which are useful

We will conclude the chapter with the study a few methods and techniques which are useful Chapter : Coordiate geometry: I this chapter we will lear about the mai priciples of graphig i a dimesioal (D) Cartesia system of coordiates. We will focus o drawig lies ad the characteristics of the graphs

More information

(3) If you replace row i of A by its sum with a multiple of another row, then the determinant is unchanged! Expand across the i th row:

(3) If you replace row i of A by its sum with a multiple of another row, then the determinant is unchanged! Expand across the i th row: Math 50-004 Tue Feb 4 Cotiue with sectio 36 Determiats The effective way to compute determiats for larger-sized matrices without lots of zeroes is to ot use the defiitio, but rather to use the followig

More information

Orthogonal transformations

Orthogonal transformations Orthogoal trasformatios October 12, 2014 1 Defiig property The squared legth of a vector is give by takig the dot product of a vector with itself, v 2 v v g ij v i v j A orthogoal trasformatio is a liear

More information

September 2012 C1 Note. C1 Notes (Edexcel) Copyright - For AS, A2 notes and IGCSE / GCSE worksheets 1

September 2012 C1 Note. C1 Notes (Edexcel) Copyright   - For AS, A2 notes and IGCSE / GCSE worksheets 1 September 0 s (Edecel) Copyright www.pgmaths.co.uk - For AS, A otes ad IGCSE / GCSE worksheets September 0 Copyright www.pgmaths.co.uk - For AS, A otes ad IGCSE / GCSE worksheets September 0 Copyright

More information

Summary: Congruences. j=1. 1 Here we use the Mathematica syntax for the function. In Maple worksheets, the function

Summary: Congruences. j=1. 1 Here we use the Mathematica syntax for the function. In Maple worksheets, the function Summary: Cogrueces j whe divided by, ad determiig the additive order of a iteger mod. As described i the Prelab sectio, cogrueces ca be thought of i terms of coutig with rows, ad for some questios this

More information

Matrix Algebra from a Statistician s Perspective BIOS 524/ Scalar multiple: ka

Matrix Algebra from a Statistician s Perspective BIOS 524/ Scalar multiple: ka Matrix Algebra from a Statisticia s Perspective BIOS 524/546. Matrices... Basic Termiology a a A = ( aij ) deotes a m matrix of values. Whe =, this is a am a m colum vector. Whe m= this is a row vector..2.

More information

Machine Learning for Data Science (CS 4786)

Machine Learning for Data Science (CS 4786) Machie Learig for Data Sciece CS 4786) Lecture 9: Pricipal Compoet Aalysis The text i black outlies mai ideas to retai from the lecture. The text i blue give a deeper uderstadig of how we derive or get

More information

Math 155 (Lecture 3)

Math 155 (Lecture 3) Math 55 (Lecture 3) September 8, I this lecture, we ll cosider the aswer to oe of the most basic coutig problems i combiatorics Questio How may ways are there to choose a -elemet subset of the set {,,,

More information

Math 451: Euclidean and Non-Euclidean Geometry MWF 3pm, Gasson 204 Homework 3 Solutions

Math 451: Euclidean and Non-Euclidean Geometry MWF 3pm, Gasson 204 Homework 3 Solutions Math 451: Euclidea ad No-Euclidea Geometry MWF 3pm, Gasso 204 Homework 3 Solutios Exercises from 1.4 ad 1.5 of the otes: 4.3, 4.10, 4.12, 4.14, 4.15, 5.3, 5.4, 5.5 Exercise 4.3. Explai why Hp, q) = {x

More information

Discrete-Time Systems, LTI Systems, and Discrete-Time Convolution

Discrete-Time Systems, LTI Systems, and Discrete-Time Convolution EEL5: Discrete-Time Sigals ad Systems. Itroductio I this set of otes, we begi our mathematical treatmet of discrete-time s. As show i Figure, a discrete-time operates or trasforms some iput sequece x [

More information

P.3 Polynomials and Special products

P.3 Polynomials and Special products Precalc Fall 2016 Sectios P.3, 1.2, 1.3, P.4, 1.4, P.2 (radicals/ratioal expoets), 1.5, 1.6, 1.7, 1.8, 1.1, 2.1, 2.2 I Polyomial defiitio (p. 28) a x + a x +... + a x + a x 1 1 0 1 1 0 a x + a x +... +

More information

Why learn matrix algebra? Vectors & Matrices with statistical applications. Brief history of linear algebra

Why learn matrix algebra? Vectors & Matrices with statistical applications. Brief history of linear algebra R Vectors & Matrices with statistical applicatios x RXX RXY y RYX RYY Why lear matrix algebra? Simple way to express liear combiatios of variables ad geeral solutios of equatios. Liear statistical models

More information

U8L1: Sec Equations of Lines in R 2

U8L1: Sec Equations of Lines in R 2 MCVU U8L: Sec. 8.9. Equatios of Lies i R Review of Equatios of a Straight Lie (-D) Cosider the lie passig through A (-,) with slope, as show i the diagram below. I poit slope form, the equatio of the lie

More information

U8L1: Sec Equations of Lines in R 2

U8L1: Sec Equations of Lines in R 2 MCVU Thursda Ma, Review of Equatios of a Straight Lie (-D) U8L Sec. 8.9. Equatios of Lies i R Cosider the lie passig through A (-,) with slope, as show i the diagram below. I poit slope form, the equatio

More information

n outcome is (+1,+1, 1,..., 1). Let the r.v. X denote our position (relative to our starting point 0) after n moves. Thus X = X 1 + X 2 + +X n,

n outcome is (+1,+1, 1,..., 1). Let the r.v. X denote our position (relative to our starting point 0) after n moves. Thus X = X 1 + X 2 + +X n, CS 70 Discrete Mathematics for CS Sprig 2008 David Wager Note 9 Variace Questio: At each time step, I flip a fair coi. If it comes up Heads, I walk oe step to the right; if it comes up Tails, I walk oe

More information

Singular value decomposition. Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine

Singular value decomposition. Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine Lecture 11 Sigular value decompositio Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaie V1.2 07/12/2018 1 Sigular value decompositio (SVD) at a glace Motivatio: the image of the uit sphere S

More information

4.3 Growth Rates of Solutions to Recurrences

4.3 Growth Rates of Solutions to Recurrences 4.3. GROWTH RATES OF SOLUTIONS TO RECURRENCES 81 4.3 Growth Rates of Solutios to Recurreces 4.3.1 Divide ad Coquer Algorithms Oe of the most basic ad powerful algorithmic techiques is divide ad coquer.

More information

Coordinate Systems. Things to think about:

Coordinate Systems. Things to think about: Coordiate Sstems There are 3 coordiate sstems that a compter graphics programmer is most cocered with: the Object Coordiate Sstem (OCS), the World Coordiate Sstem (WCS), ad the Camera Coordiate Sstem (CCS).

More information

Linear Transformations

Linear Transformations Liear rasformatios 6. Itroductio to Liear rasformatios 6. he Kerel ad Rage of a Liear rasformatio 6. Matrices for Liear rasformatios 6.4 rasitio Matrices ad Similarity 6.5 Applicatios of Liear rasformatios

More information

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled 1 Lecture : Area Area ad distace traveled Approximatig area by rectagles Summatio The area uder a parabola 1.1 Area ad distace Suppose we have the followig iformatio about the velocity of a particle, how

More information

Chapter Unary Matrix Operations

Chapter Unary Matrix Operations Chapter 04.04 Uary atrix Operatios After readig this chapter, you should be able to:. kow what uary operatios meas, 2. fid the traspose of a square matrix ad it s relatioship to symmetric matrices,. fid

More information

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t =

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t = Mathematics Summer Wilso Fial Exam August 8, ANSWERS Problem 1 (a) Fid the solutio to y +x y = e x x that satisfies y() = 5 : This is already i the form we used for a first order liear differetial equatio,

More information

AH Checklist (Unit 3) AH Checklist (Unit 3) Matrices

AH Checklist (Unit 3) AH Checklist (Unit 3) Matrices AH Checklist (Uit 3) AH Checklist (Uit 3) Matrices Skill Achieved? Kow that a matrix is a rectagular array of umbers (aka etries or elemets) i paretheses, each etry beig i a particular row ad colum Kow

More information

Example 1.1 Use an augmented matrix to mimic the elimination method for solving the following linear system of equations.

Example 1.1 Use an augmented matrix to mimic the elimination method for solving the following linear system of equations. MTH 261 Mr Simods class Example 11 Use a augmeted matrix to mimic the elimiatio method for solvig the followig liear system of equatios 2x1 3x2 8 6x1 x2 36 Example 12 Use the method of Gaussia elimiatio

More information

Lecture 7: Fourier Series and Complex Power Series

Lecture 7: Fourier Series and Complex Power Series Math 1d Istructor: Padraic Bartlett Lecture 7: Fourier Series ad Complex Power Series Week 7 Caltech 013 1 Fourier Series 1.1 Defiitios ad Motivatio Defiitio 1.1. A Fourier series is a series of fuctios

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors 5 Eigevalues ad Eigevectors 5.3 DIAGONALIZATION DIAGONALIZATION Example 1: Let. Fid a formula for A k, give that P 1 1 = 1 2 ad, where Solutio: The stadard formula for the iverse of a 2 2 matrix yields

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Statistics

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Statistics ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 018/019 DR. ANTHONY BROWN 8. Statistics 8.1. Measures of Cetre: Mea, Media ad Mode. If we have a series of umbers the

More information

1. By using truth tables prove that, for all statements P and Q, the statement

1. By using truth tables prove that, for all statements P and Q, the statement Author: Satiago Salazar Problems I: Mathematical Statemets ad Proofs. By usig truth tables prove that, for all statemets P ad Q, the statemet P Q ad its cotrapositive ot Q (ot P) are equivalet. I example.2.3

More information

MA131 - Analysis 1. Workbook 3 Sequences II

MA131 - Analysis 1. Workbook 3 Sequences II MA3 - Aalysis Workbook 3 Sequeces II Autum 2004 Cotets 2.8 Coverget Sequeces........................ 2.9 Algebra of Limits......................... 2 2.0 Further Useful Results........................

More information

Commutativity in Permutation Groups

Commutativity in Permutation Groups Commutativity i Permutatio Groups Richard Wito, PhD Abstract I the group Sym(S) of permutatios o a oempty set S, fixed poits ad trasiet poits are defied Prelimiary results o fixed ad trasiet poits are

More information

Lesson 10: Limits and Continuity

Lesson 10: Limits and Continuity www.scimsacademy.com Lesso 10: Limits ad Cotiuity SCIMS Academy 1 Limit of a fuctio The cocept of limit of a fuctio is cetral to all other cocepts i calculus (like cotiuity, derivative, defiite itegrals

More information

Notes The Incremental Motion Model:

Notes The Incremental Motion Model: The Icremetal Motio Model: The Jacobia Matrix I the forward kiematics model, we saw that it was possible to relate joit agles θ, to the cofiguratio of the robot ed effector T I this sectio, we will see

More information

The Growth of Functions. Theoretical Supplement

The Growth of Functions. Theoretical Supplement The Growth of Fuctios Theoretical Supplemet The Triagle Iequality The triagle iequality is a algebraic tool that is ofte useful i maipulatig absolute values of fuctios. The triagle iequality says that

More information

Course 4: Preparation for Calculus Unit 1: Families of Functions

Course 4: Preparation for Calculus Unit 1: Families of Functions Course 4: Preparatio for Calculus Uit 1: Families of Fuctios Review ad exted properties of basic fuctio families ad their uses i mathematical modelig Develop strategies for fidig rules of fuctios whose

More information

C. Complex Numbers. x 6x + 2 = 0. This equation was known to have three real roots, given by simple combinations of the expressions

C. Complex Numbers. x 6x + 2 = 0. This equation was known to have three real roots, given by simple combinations of the expressions C. Complex Numbers. Complex arithmetic. Most people thik that complex umbers arose from attempts to solve quadratic equatios, but actually it was i coectio with cubic equatios they first appeared. Everyoe

More information

Representations of State Vectors and Operators

Representations of State Vectors and Operators Chapter 10 Represetatios of State Vectors ad Operators I the precedig Chapters, the mathematical ideas uderpiig the quatum theory have bee developed i a fairly geeral (though, admittedly, ot a mathematically

More information

In the preceding Chapters, the mathematical ideas underpinning the quantum theory have been

In the preceding Chapters, the mathematical ideas underpinning the quantum theory have been Chapter Matrix Represetatios of State Vectors ad Operators I the precedig Chapters, the mathematical ideas uderpiig the quatum theory have bee developed i a fairly geeral (though, admittedly, ot a mathematically

More information

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 5: SINGULARITIES.

ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 5: SINGULARITIES. ALGEBRAIC GEOMETRY COURSE NOTES, LECTURE 5: SINGULARITIES. ANDREW SALCH 1. The Jacobia criterio for osigularity. You have probably oticed by ow that some poits o varieties are smooth i a sese somethig

More information

CALCULATING FIBONACCI VECTORS

CALCULATING FIBONACCI VECTORS THE GENERALIZED BINET FORMULA FOR CALCULATING FIBONACCI VECTORS Stuart D Aderso Departmet of Physics, Ithaca College 953 Daby Road, Ithaca NY 14850, USA email: saderso@ithacaedu ad Dai Novak Departmet

More information

1 of 7 7/16/2009 6:06 AM Virtual Laboratories > 6. Radom Samples > 1 2 3 4 5 6 7 6. Order Statistics Defiitios Suppose agai that we have a basic radom experimet, ad that X is a real-valued radom variable

More information

CALCULATION OF FIBONACCI VECTORS

CALCULATION OF FIBONACCI VECTORS CALCULATION OF FIBONACCI VECTORS Stuart D. Aderso Departmet of Physics, Ithaca College 953 Daby Road, Ithaca NY 14850, USA email: saderso@ithaca.edu ad Dai Novak Departmet of Mathematics, Ithaca College

More information

Ma 530 Infinite Series I

Ma 530 Infinite Series I Ma 50 Ifiite Series I Please ote that i additio to the material below this lecture icorporated material from the Visual Calculus web site. The material o sequeces is at Visual Sequeces. (To use this li

More information

subcaptionfont+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0 subcaption ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, 2/16/2016

subcaptionfont+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0 subcaption ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, 2/16/2016 subcaptiofot+=small,labelformat=pares,labelsep=space,skip=6pt,list=0,hypcap=0 subcaptio ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, /6/06. Self-cojugate Partitios Recall that, give a partitio λ, we may

More information

LINEAR ALGEBRA. Paul Dawkins

LINEAR ALGEBRA. Paul Dawkins LINEAR ALGEBRA Paul Dawkis Table of Cotets Preface... ii Outlie... iii Systems of Equatios ad Matrices... Itroductio... Systems of Equatios... Solvig Systems of Equatios... 5 Matrices... 7 Matrix Arithmetic

More information

Definitions and Theorems. where x are the decision variables. c, b, and a are constant coefficients.

Definitions and Theorems. where x are the decision variables. c, b, and a are constant coefficients. Defiitios ad Theorems Remember the scalar form of the liear programmig problem, Miimize, Subject to, f(x) = c i x i a 1i x i = b 1 a mi x i = b m x i 0 i = 1,2,, where x are the decisio variables. c, b,

More information

Notes for Lecture 5. 1 Grover Search. 1.1 The Setting. 1.2 Motivation. Lecture 5 (September 26, 2018)

Notes for Lecture 5. 1 Grover Search. 1.1 The Setting. 1.2 Motivation. Lecture 5 (September 26, 2018) COS 597A: Quatum Cryptography Lecture 5 (September 6, 08) Lecturer: Mark Zhadry Priceto Uiversity Scribe: Fermi Ma Notes for Lecture 5 Today we ll move o from the slightly cotrived applicatios of quatum

More information

11. FINITE FIELDS. Example 1: The following tables define addition and multiplication for a field of order 4.

11. FINITE FIELDS. Example 1: The following tables define addition and multiplication for a field of order 4. 11. FINITE FIELDS 11.1. A Field With 4 Elemets Probably the oly fiite fields which you ll kow about at this stage are the fields of itegers modulo a prime p, deoted by Z p. But there are others. Now although

More information

4 The Sperner property.

4 The Sperner property. 4 The Sperer property. I this sectio we cosider a surprisig applicatio of certai adjacecy matrices to some problems i extremal set theory. A importat role will also be played by fiite groups. I geeral,

More information

Mathematics 3 Outcome 1. Vectors (9/10 pers) Lesson, Outline, Approach etc. This is page number 13. produced for TeeJay Publishers by Tom Strang

Mathematics 3 Outcome 1. Vectors (9/10 pers) Lesson, Outline, Approach etc. This is page number 13. produced for TeeJay Publishers by Tom Strang Vectors (9/0 pers) Mathematics 3 Outcome / Revise positio vector, PQ = q p, commuicative, associative, zero vector, multiplicatio by a scalar k, compoets, magitude, uit vector, (i, j, ad k) as well as

More information

Convergence of random variables. (telegram style notes) P.J.C. Spreij

Convergence of random variables. (telegram style notes) P.J.C. Spreij Covergece of radom variables (telegram style otes).j.c. Spreij this versio: September 6, 2005 Itroductio As we kow, radom variables are by defiitio measurable fuctios o some uderlyig measurable space

More information

An Introduction to Randomized Algorithms

An Introduction to Randomized Algorithms A Itroductio to Radomized Algorithms The focus of this lecture is to study a radomized algorithm for quick sort, aalyze it usig probabilistic recurrece relatios, ad also provide more geeral tools for aalysis

More information

Section 1.1. Calculus: Areas And Tangents. Difference Equations to Differential Equations

Section 1.1. Calculus: Areas And Tangents. Difference Equations to Differential Equations Differece Equatios to Differetial Equatios Sectio. Calculus: Areas Ad Tagets The study of calculus begis with questios about chage. What happes to the velocity of a swigig pedulum as its positio chages?

More information

MATH10212 Linear Algebra B Proof Problems

MATH10212 Linear Algebra B Proof Problems MATH22 Liear Algebra Proof Problems 5 Jue 26 Each problem requests a proof of a simple statemet Problems placed lower i the list may use the results of previous oes Matrices ermiats If a b R the matrix

More information

FAILURE CRITERIA: MOHR S CIRCLE AND PRINCIPAL STRESSES

FAILURE CRITERIA: MOHR S CIRCLE AND PRINCIPAL STRESSES LECTURE Third Editio FAILURE CRITERIA: MOHR S CIRCLE AND PRINCIPAL STRESSES A. J. Clark School of Egieerig Departmet of Civil ad Evirometal Egieerig Chapter 7.4 b Dr. Ibrahim A. Assakkaf SPRING 3 ENES

More information

LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK)

LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK) LECTURE 8: ORTHOGONALITY (CHAPTER 5 IN THE BOOK) Everythig marked by is ot required by the course syllabus I this lecture, all vector spaces is over the real umber R. All vectors i R is viewed as a colum

More information

Math 61CM - Solutions to homework 3

Math 61CM - Solutions to homework 3 Math 6CM - Solutios to homework 3 Cédric De Groote October 2 th, 208 Problem : Let F be a field, m 0 a fixed oegative iteger ad let V = {a 0 + a x + + a m x m a 0,, a m F} be the vector space cosistig

More information

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece,, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet as

More information

8. Applications To Linear Differential Equations

8. Applications To Linear Differential Equations 8. Applicatios To Liear Differetial Equatios 8.. Itroductio 8.. Review Of Results Cocerig Liear Differetial Equatios Of First Ad Secod Orders 8.3. Eercises 8.4. Liear Differetial Equatios Of Order N 8.5.

More information

Math E-21b Spring 2018 Homework #2

Math E-21b Spring 2018 Homework #2 Math E- Sprig 08 Homework # Prolems due Thursday, Feruary 8: Sectio : y = + 7 8 Fid the iverse of the liear trasformatio [That is, solve for, i terms of y, y ] y = + 0 Cosider the circular face i the accompayig

More information

Beurling Integers: Part 2

Beurling Integers: Part 2 Beurlig Itegers: Part 2 Isomorphisms Devi Platt July 11, 2015 1 Prime Factorizatio Sequeces I the last article we itroduced the Beurlig geeralized itegers, which ca be represeted as a sequece of real umbers

More information

Complex Numbers Solutions

Complex Numbers Solutions Complex Numbers Solutios Joseph Zoller February 7, 06 Solutios. (009 AIME I Problem ) There is a complex umber with imagiary part 64 ad a positive iteger such that Fid. [Solutio: 697] 4i + + 4i. 4i 4i

More information

Complex Numbers Primer

Complex Numbers Primer Complex Numbers Primer Complex Numbers Primer Before I get started o this let me first make it clear that this documet is ot iteded to teach you everythig there is to kow about complex umbers. That is

More information

Complex Numbers Primer

Complex Numbers Primer Before I get started o this let me first make it clear that this documet is ot iteded to teach you everythig there is to kow about complex umbers. That is a subject that ca (ad does) take a whole course

More information

CALCULUS BASIC SUMMER REVIEW

CALCULUS BASIC SUMMER REVIEW CALCULUS BASIC SUMMER REVIEW NAME rise y y y Slope of a o vertical lie: m ru Poit Slope Equatio: y y m( ) The slope is m ad a poit o your lie is, ). ( y Slope-Itercept Equatio: y m b slope= m y-itercept=

More information

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece 1, 1, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet

More information

SOME TRIBONACCI IDENTITIES

SOME TRIBONACCI IDENTITIES Mathematics Today Vol.7(Dec-011) 1-9 ISSN 0976-38 Abstract: SOME TRIBONACCI IDENTITIES Shah Devbhadra V. Sir P.T.Sarvajaik College of Sciece, Athwalies, Surat 395001. e-mail : drdvshah@yahoo.com The sequece

More information

SNAP Centre Workshop. Basic Algebraic Manipulation

SNAP Centre Workshop. Basic Algebraic Manipulation SNAP Cetre Workshop Basic Algebraic Maipulatio 8 Simplifyig Algebraic Expressios Whe a expressio is writte i the most compact maer possible, it is cosidered to be simplified. Not Simplified: x(x + 4x)

More information

MA131 - Analysis 1. Workbook 2 Sequences I

MA131 - Analysis 1. Workbook 2 Sequences I MA3 - Aalysis Workbook 2 Sequeces I Autum 203 Cotets 2 Sequeces I 2. Itroductio.............................. 2.2 Icreasig ad Decreasig Sequeces................ 2 2.3 Bouded Sequeces..........................

More information

Chapter 9 - CD companion 1. A Generic Implementation; The Common-Merge Amplifier. 1 τ is. ω ch. τ io

Chapter 9 - CD companion 1. A Generic Implementation; The Common-Merge Amplifier. 1 τ is. ω ch. τ io Chapter 9 - CD compaio CHAPTER NINE CD-9.2 CD-9.2. Stages With Voltage ad Curret Gai A Geeric Implemetatio; The Commo-Merge Amplifier The advaced method preseted i the text for approximatig cutoff frequecies

More information

In number theory we will generally be working with integers, though occasionally fractions and irrationals will come into play.

In number theory we will generally be working with integers, though occasionally fractions and irrationals will come into play. Number Theory Math 5840 otes. Sectio 1: Axioms. I umber theory we will geerally be workig with itegers, though occasioally fractios ad irratioals will come ito play. Notatio: Z deotes the set of all itegers

More information

t distribution [34] : used to test a mean against an hypothesized value (H 0 : µ = µ 0 ) or the difference

t distribution [34] : used to test a mean against an hypothesized value (H 0 : µ = µ 0 ) or the difference EXST30 Backgroud material Page From the textbook The Statistical Sleuth Mea [0]: I your text the word mea deotes a populatio mea (µ) while the work average deotes a sample average ( ). Variace [0]: The

More information