Matrices. Introduction

Size: px
Start display at page:

Download "Matrices. Introduction"

Transcription

1 Mtrices Introduction

2 Mtrices - Introduction Mtrix lgebr hs t lest two dvntges: Reduces complicted systems of equtions to simple expressions Adptble to systemtic method of mthemticl tretment nd well suited to computers Definition: A mtrix is set or group of numbers rrnged in squre or rectngulr rry enclosed by two brckets 4 c b d

3 Properties: Mtrices - Introduction A specified number of rows nd specified number of columns Two numbers (rows x columns) describe the dimensions or size of the mtrix. Exmples: x mtrix x4 mtrix x mtrix 4 4 5

4 Mtrices - Introduction A mtrix is denoted by bold cpitl letter nd the elements within the mtrix re denoted by lower cse letters e.g. mtrix [A] with elements ij A mxn = ma n m m ij ij ij in n mn i goes from to m j goes from to n

5 Mtrices - Introduction TYPES OF MATRICES. Column mtrix or vector: The number of rows my be ny integer but the number of columns is lwys 4 m

6 Mtrices - Introduction TYPES OF MATRICES. Row mtrix or vector Any number of columns but only one row 6 5 n

7 Mtrices - Introduction TYPES OF MATRICES. Rectngulr mtrix Contins more thn one element nd number of rows is not equl to the number of columns m n

8 Mtrices - Introduction TYPES OF MATRICES 4. Squre mtrix The number of rows is equl to the number of columns ( squre mtrix A hs n order of m) m x m The principl or min digonl of squre mtrix is composed of ll elements ij for which i=j

9 Mtrices - Introduction TYPES OF MATRICES 5. Digonl mtrix A squre mtrix where ll the elements re zero except those on the min digonl 9 5 i.e. ij = for ll i = j ij = for some or ll i = j

10 Mtrices - Introduction TYPES OF MATRICES 6. Unit or Identity mtrix - I A digonl mtrix with ones on the min digonl i.e. ij = for ll i = j ij = for some or ll i = j ij ij

11 Mtrices - Introduction TYPES OF MATRICES 7. Null (zero) mtrix - All elements in the mtrix re zero ij For ll i,j

12 Mtrices - Introduction TYPES OF MATRICES 8. Tringulr mtrix A squre mtrix whose elements bove or below the min digonl re ll zero

13 Mtrices - Introduction TYPES OF MATRICES 8. Upper tringulr mtrix A squre mtrix whose elements below the min digonl re ll zero i.e. ij = for ll i > j ij ij ij ij ij ij

14 Mtrices - Introduction TYPES OF MATRICES 8b. Lower tringulr mtrix A squre mtrix whose elements bove the min digonl re ll zero ij ij ij ij ij i.e. ij = for ll i < j ij 5

15 Mtrices Introduction TYPES OF MATRICES 9. Sclr mtrix A digonl mtrix whose min digonl elements re equl to the sme sclr A sclr is defined s single number or constnt i.e. ij = for ll i = j ij = for ll i = j ij ij ij

16 Mtrices Mtrix Opertions

17 Mtrices - Opertions EQUALITY OF MATRICES Two mtrices re sid to be equl only when ll corresponding elements re equl Therefore their size or dimensions re equl s well 5 5 A = B = A = B

18 Mtrices - Opertions Some properties of equlity: IIf A = B, then B = A for ll A nd B IIf A = B, nd B = C, then A = C for ll A, B nd C 5 A = B = b b b b b b b b b If A = B then b ij ij

19 Mtrices - Opertions ADDITION AND SUBTRACTION OF MATRICES The sum or difference of two mtrices, A nd B of the sme size yields mtrix C of the sme size c ij ij b ij Mtrices of different sizes cnnot be dded or subtrcted

20 Mtrices - Opertions Commuttive Lw: A + B = B + A Associtive Lw: A + (B + C) = (A + B) + C = A + B + C A x B x C x

21 Mtrices - Opertions A + = + A = A A + (-A) = (where A is the mtrix composed of ij s elements)

22 Mtrices - Opertions SCALAR MULTIPLICATION OF MATRICES Mtrices cn be multiplied by sclr (constnt or single element) Let k be sclr quntity; then ka = Ak Ex. If k=4 nd A 4

23 Mtrices - Opertions Properties: k (A + B) = ka + kb (k + g)a = ka + ga k(ab) = (ka)b = A(k)B k(ga) = (kg)a

24 Mtrices - Opertions MULTIPLICATION OF MATRICES The product of two mtrices is nother mtrix Two mtrices A nd B must be conformble for multipliction to be possible i.e. the number of columns of A must equl the number of rows of B Exmple. A x B = C (x) (x) (x)

25 Mtrices - Opertions B x A = Not possible! (x) (4x) A x B = Not possible! (6x) (6x) Exmple A x B = C (x) (x) (x)

26 Mtrices - Opertions b b b b b b c c c c ( ( ( ( b b b b ) ) ) ) ( ( ( ( b b b b ) ) ) ) ( ( ( ( b b b b Successive multipliction of row i of A with column j of B row by column multipliction ) ) ) ) c c c c

27 Mtrices - Opertions ) (7 ) ( 8) (4 5) (7 6) ( 4) (4 ) ( ) ( 8) ( 5) ( 6) ( 4) ( Remember lso: IA = A

28 Mtrices - Opertions Assuming tht mtrices A, B nd C re conformble for the opertions indicted, the following re true:. AI = IA = A. A(BC) = (AB)C = ABC - (ssocitive lw). A(B+C) = AB + AC - (first distributive lw) 4. (A+B)C = AC + BC - (second distributive lw) Cution!. AB not generlly equl to BA, BA my not be conformble. If AB =, neither A nor B necessrily =. If AB = AC, B not necessrily = C

29 Mtrices - Opertions AB not generlly equl to BA, BA my not be conformble ST TS S T

30 Mtrices - Opertions If AB =, neither A nor B necessrily =

31 Mtrices - Opertions TRANSPOSE OF A MATRIX If : A A x T T A A Then trnspose of A, denoted A T is: T ij ji For ll i nd j

32 Mtrices - Opertions To trnspose: Interchnge rows nd columns The dimensions of A T re the reverse of the dimensions of A A A T T A A x x

33 Mtrices - Opertions Properties of trnsposed mtrices:. (A+B) T = A T + B T. (AB) T = B T A T. (ka) T = ka T 4. (A T ) T = A

34 Mtrices - Opertions. (A+B) T = A T + B T

35 Mtrices - Opertions (AB) T = B T A T 8 8 8

36 Mtrices - Opertions SYMMETRIC MATRICES A Squre mtrix is symmetric if it is equl to its trnspose: A = A T A b A T b b d b d

37 Mtrices - Opertions When the originl mtrix is squre, trnsposition does not ffect the elements of the min digonl d b c A d c b A T The identity mtrix, I, digonl mtrix D, nd sclr mtrix, K, re equl to their trnspose since the digonl is unffected.

38 Mtrices - Opertions INVERSE OF A MATRIX Consider sclr k. The inverse is the reciprocl or division of by the sclr. Exmple: k=7 the inverse of k or k - = /k = /7 Division of mtrices is not defined since there my be AB = AC while B = C Insted mtrix inversion is used. The inverse of squre mtrix, A, if it exists, is the unique mtrix A - where: AA - = A - A = I

39 Mtrices - Opertions Exmple: A A A Becuse:

40 Mtrices - Opertions Properties of the inverse: ) ( ) ( ) ( ) ( ) ( A k ka A A A A A B AB T T A squre mtrix tht hs n inverse is clled nonsingulr mtrix A mtrix tht does not hve n inverse is clled singulr mtrix Squre mtrices hve inverses except when the determinnt is zero When the determinnt of mtrix is zero the mtrix is singulr

41 Mtrices - Opertions DETERMINANT OF A MATRIX To compute the inverse of mtrix, the determinnt is required Ech squre mtrix A hs unit sclr vlue clled the determinnt of A, denoted by det A or A If then A 6 A 6 5 5

42 Mtrices - Opertions If A = [A] is single element (x), then the determinnt is defined s the vlue of the element Then A =det A = If A is (n x n), its determinnt my be defined in terms of order (n-) or less.

43 Mtrices - Opertions MINORS If A is n n x n mtrix nd one row nd one column re deleted, the resulting mtrix is n (n-) x (n-) submtrix of A. The determinnt of such submtrix is clled minor of A nd is designted by m ij, where i nd j correspond to the deleted row nd column, respectively. m ij is the minor of the element ij in A.

44 Mtrices - Opertions eg. A Ech element in A hs minor Delete first row nd column from A. The determinnt of the remining x submtrix is the minor of m

45 Mtrices - Opertions Therefore the minor of is: m And the minor for is: m

46 Mtrices - Opertions COFACTORS The cofctor C ij of n element ij is defined s: i j C ij ( ) mij When the sum of row number i nd column j is even, c ij = m ij nd when i+j is odd, c ij =-m ij c c c ( i ( i ( i,,, j j j ) ) ) ( ) ( ) ( ) m m m m m m

47 Mtrices - Opertions DETERMINANTS CONTINUED The determinnt of n n x n mtrix A cn now be defined s A det A c c c n n The determinnt of A is therefore the sum of the products of the elements of the first row of A nd their corresponding cofctors. (It is possible to define A in terms of ny other row or column but for simplicity, the first row only is used)

48 Mtrices - Opertions Therefore the x mtrix : A Hs cofctors : c m And: c m And the determinnt of A is: A c c

49 Mtrices - Opertions Exmple : A A ( )() ()() 5

50 Mtrices - Opertions For x mtrix: A The cofctors of the first row re: c c c ( )

51 Mtrices - Opertions The determinnt of mtrix A is: A c c Which by substituting for the cofctors in this cse is: A ( ) ( ) ( )

52 Mtrices - Opertions Exmple : A 4 ) ()( ) ()( ) )( ( A ) ( ) ( ) ( A

53 ADJOINT MATRICES Mtrices - Opertions A cofctor mtrix C of mtrix A is the squre mtrix of the sme order s A in which ech element ij is replced by its cofctor c ij. Exmple: If A 4 The cofctor C of A is C 4

54 Mtrices - Opertions The djoint mtrix of A, denoted by dj A, is the trnspose of its cofctor mtrix T dja C It cn be shown tht: A(dj A) = (dja) A = A I Exmple: A A dja 4 ()(4) ()( ) T C 4

55 Mtrices - Opertions I dja A 4 4 ) ( I A dja 4 4 ) (

56 Mtrices - Opertions USING THE ADJOINT MATRIX IN MATRIX INVERSION Since AA - = A - A = I nd A(dj A) = (dja) A = A I then A dja A

57 Mtrices - Opertions Exmple A 4 A = To check AA - = A - A = I I A A I AA

58 Mtrices - Opertions Exmple A The determinnt of A is A = ()(--)-(-)(--)+()(4-) = - The elements of the cofctor mtrix re c c c ( ), ( ), ( ), c c c ( ), ( 4), ( ), c c c (), (7), (5),

59 Mtrices - Opertions C The cofctor mtrix is therefore so T C dja nd A dja A

60 Mtrices - Opertions The result cn be checked using AA - = A - A = I The determinnt of mtrix must not be zero for the inverse to exist s there will not be solution Nonsingulr mtrices hve non-zero determinnts Singulr mtrices hve zero determinnts

61 Mtrix Inversion Simple x cse

62 Simple x cse Let d c b A nd z y x w A Since it is known tht A A - = I then z y x w d c b

63 Simple x cse Multiplying gives w by x bz cw dy cx dz It cn simply be shown tht A d bc

64 Simple x cse thus w y b cw y d w cw b d d w d bc d A

65 Simple x cse x z b cx z d x cx b d b x d bc b A

66 Simple x cse by w dy w c by dy c c y d cb c A

67 Simple x cse bz x dz x c bz dz c z d bc A

68 Simple x cse So tht for x mtrix the inverse cn be constructed in simple fshion s c b d A A A c A b A d Exchnge elements of min digonl Chnge sign in elements off min digonl Divide resulting mtrix by the determinnt z y x w A

69 Simple x cse Exmple A A Check inverse A - A=I I 4 4

70 Mtrices nd Liner Equtions Liner Equtions

71 Liner Equtions Liner equtions re common nd importnt for survey problems Mtrices cn be used to express these liner equtions nd id in the computtion of unknown vlues Exmple n equtions in n unknowns, the ij re numericl coefficients, the b i re constnts nd the x j re unknowns n n nn n n n n n n b x x x b x x x b x x x

72 Liner Equtions The equtions my be expressed in the form AX = B where,, n nn n n n n x x x X A nd b n b b B n x n n x n x Number of unknowns = number of equtions = n

73 Liner Equtions If the determinnt is nonzero, the eqution cn be solved to produce n numericl vlues for x tht stisfy ll the simultneous equtions To solve, premultiply both sides of the eqution by A - which exists becuse A = Now since We get A - AX = A - B A - A = I X = A - B So if the inverse of the coefficient mtrix is found, the unknowns, X would be determined

74 Liner Equtions Exmple x x x x x x x x The equtions cn be expressed s x x x

75 Liner Equtions When A - is computed the eqution becomes X A B Therefore x x x,, 7

76 Liner Equtions The vlues for the unknowns should be checked by substitution bck into the initil equtions x x x x x x x x 7) ( ) ( () ) ( () 7) ( ) ( () 7,, x x x

77

78 Complex Numbers Lesson 5.

79 The Imginry Number i It's ny number you cn imgine By definition i i Consider i powers if i i i i i 4 i i i 5 4 i i i i i...

80 Using i Now we cn hndle quntities tht occsionlly show up in mthemticl solutions i Wht bout 49 8

81 Complex Numbers Combine rel numbers with imginry numbers + bi Rel prt Exmples 4i Imginry prt 6 i 4.5 i 6

82 Try It Out Write these complex numbers in stndrd form + bi

83 Opertions on Complex Numbers Complex numbers cn be combined with ddition subtrction multipliction division Consider 9 i 7 5i i 8 i 4i 4 i

84 Opertions on Complex Numbers Division technique Multiply numertor nd denomintor by the conjugte of the denomintor i 5 i i 5 i 5 i 5 i 5i 6i 5 4i 6 5i 6 5 i 9 9 9

85 Complex Numbers on the Clcultor Possible result Reset mode Complex formt to Rectngulr Now clcultor does desired result

86 Complex Numbers on the Clcultor Opertions with complex on clcultor Mke sure to use the correct chrcter for i. Use nd -i

87 Wrning Consider 6 49 It is tempting to combine them The multiplictive property of rdicls only works for positive vlues under the rdicl sign Insted use imginry numbers i 7i 47i 8

88 Try It Out Use the correct principles to simplify the following:

89 Assignment Lesson 5. Pge 4 Exercises 69 EOO

90 sttistics STATISTICS

91 Defintions: Sttistics ; Mesure of centrl tendency Defintion of sttistics: sttistics my be defined s the science of collection, orgniztion, nlysis nd interprettion of numericl dt. Mesures of Centrl Tendency: An verge is clled mesure of centrl tendency, becuse it tends to lie centrlly with the vlues of the vrible rrnged ccording to mgnitude.

92 Arithmetic Men(A.M.): The rithmetic men of n individul series is defined s the quotient of the sum of ll the vlues of the vrible by the totl number of items. x n n i x i

93 Exmple Exmple : The blood pressure of seven middle ged men were s follows: 5, 4,, 7, 46, 4 nd. The men is x

94 In cse of discrete frequency distribution A.M. is clculted s: A.M. (X) = (f i x i ) / f i OR (f x) / f Where f i is the frequency of x i ( I n)

95 Exmple Sol. Clculte the A.M. for the following dt: Income (in rs.): No. of emp: s.no. Income in rs. (x i ) No. of employees (f i ) (f i x i ) Men = (f i x i ) / f i = 79/ = f = (f i x i ) = 79

96 For Grouped or continuous frequency distribution, Arithmtic men is clculted s: Arithmtic Men = A + f i u i * h f i This method is clled STEP DEVIATION METHOD

97 EXAMPLE Clculte the Arithmetic men of the mrks scored by the students of clss in clss test from the following dt : Mrks Number of students Mid Point (x i ) ui= (xi A)/h fiui A = Totl By step Devition method, Arithmtic men = A+( fi ui / fi) * h = 5 + (/)* = 8

98 Medin : The medin of sttisticl series is defined s the size of the middle most item (or the A.M. of two middle most items), provided the items re in the order of mgnitude. For n individul series, to find medin we proceed s follow: () Arrnge the observtions in scending or descending order of mgnitude. (b) If n is odd; then medin = (n+/) th observtion. If n is even; them medin = A.M. of (n/) th & (n/) + th observtion.

99 Exmple : Find the medin of the vlues: Sol: We rrnge the vlues in scending order n = 8 (even); Medin = A.M. of (8/) th & (8/) + th observtions = (+5)/ =

100 In cse of discrete frequency distribution Medin is clculted s: Step I: Find the cumultive frequency (C.F.). Step : Find N/ where N= f i Step : See the C.F. just greter thn N/. Step 4: The vlue of x corresponding to C.F. just greter thn N/ is medin.

101 Exmple : Clculte the Medin of the following frequency distribution : x f c.f N = Here N is ; N/ is 6; C.F. just greter thn N/ is 65; So corresponding vlue of x 5 is medin.

102 For Grouped or continuous frequency distribution, Medin is clculted s: Step I: Find the cumultive frequency (C.F.). Step : Find N/ where N= f i Step : The clss corresponding to C.F. just greter thn N/ is medin clss nd the vlue of the medin is clculted by formul: Medin = l + ((N/-F)/f) *h Where l= lower limit of medin clss F = C.F. of clss preceding the medin clss f is the frequency of medin clss h is the width of medin clss.

103 Exmple Clculte the medin from the following distribution: Clss Freuency Cumtive frequency (F) 5- (Medin clss) 5 (f) 6 (C.F. just greter thn N/) N= 49 Here N = 49 N/ = 4.5 C.F. just greter thn N/ is 6 Corresponding clss 5- is medin clss Medin = l +((N/-F)/f) *h Medin = 5 + (4.5-)/5 * 5 = 9.5

104 MODE The mode of distribution of the vrible is tht vlue of the vrible for which the frequency is mximum. In cse of n individul series, mode is clculted s by counting the number of times the vrious vlues repet themselves nd the vlue which occurs mximum no. of times is the modl vlue.

105 Exmple Find the Mode of the following dt: 4 4 Sol: Since the vlue occurs the mximum no. of times. Hence the modl vlue is.

106 In cse of discrete frequency distribution mode is clculted s: For discrete frequency distribution, generlly mode is clculted by finding the vlue for which frequency is mximum.

107 Exmple Find the mode of the following distribution: Size in inches No of shirts sold shirts of size 6 hve the mximum sle. So mode of distribution is 6.

108 For grouped or continuous frequency distribution mode is clcultes s: To find the mode of continuous frequency distribution, we follow the following steps: STEP : Determine the clss of mximum frequency, this clss is modl clss. STEP : Determine the vlue of mode by pplying the formul: Mode = l + (f-f / f-f -f ) * h Where l is the lower limit of modl clss f is the frequency of modl clss h is the width of modl clss f is the frequency of clss preceding the modl clss f is the frequency of clss following the modl clss

109 Exmple Clculte the mode from the following dt: Rent (in Rs.) No. of houses ( f ) - (Modl clss) (f) -4 5 (f ) 4-6 Highest frequency is Hence Modl clss is - Mode = l + (f-f / f-f -f ) * h Here l= ; h= ; f= ; f = 4; f = 5 Mode = + (-4)/(*-4-5) * =.9

110 Mesures of dispersion Men Devition: It is defined s the A.M. of the bsolute devitions of ll the vlues tken from ny centrl vlue. Stndrd Devition: The stndrd devition of sttisticl dt is defined s the positive squre root of the A.M. of the squred devitions of items from the A.M. of the series under considertion.

111 For individul series Men devition is clculted s: Men Devition ( x ) = x i - x n Men Devition ( Medin ) = x i - Medin n Cofficient of Men Devition (x) = M.D.(X) x Cofficient of Men Devition (Medin) = M.D.(Medin)/Medin

112 Exmple Clculte the men devition bout men nd its coefficient for the following dt: S.No. Xi xi - x x i - x Men = 7/ =.7 M.D. = 86.4/ = 8.64 Coeff. = 8.64/.7 = 6 x i - x = 86.4

113 For frequency distribution & Grouped Dt M.D.is clculted s: Men Devition ( x ) = f i x i - x n Men Devition ( Medin )= f i x i - Medin N

114 Exmple Clculte the men devition bout men nd its coefficient for the following frequency distribution: X f fx X-x x - x f x - x N = 6 f x = 4 f x - x =88 Men = 4/6=9 M.D. = 88/6=.8 Coefficient of M.D. =.8/9=.8

115 Note: Sme method will be used for finding the men devition bout medin. Insted of men, we re to find medin first then find men devition by following the sme procedure nd sme formuls.

116 For Individul series & frequency distribution Stndrd Devition is clculted s:

117 Exmple Find the S.D. nd C.V. for the following dt: 4,6,,,8 S.No. x x- x (x x) x64 Men = x / n Men = 5/5 = C.V. = (4.899/) * = %

118 Exmple Clculte the S.D. nd C.V. for the following dt: X f fx X - x (x x) f (x x ) f = fx = 8 f (x x ) = 99 Men = 8/ = 8 C.V. = S.D. / Men * = 5.9%

119 For Grouped dt S.D. is clculted s: S.D. = f i ( u i ) /N ( f i u i /N) /N * h Where u i = x i - A nd N is the sum of frequency. h

120 Exmple Find the S.D. & C.V. for the following dt: clss f x U = x-a/h fu u fu f= fu = -66 fu = 9 Men = A + fu/ f *h =.85 S.D. = f i ( u i ) /N ( f i u i /N) /N * h =. C.V. = C.V. = S.D. / Men * = 58.%

121 OTHER FORMULAS (S.D.) Cofficient of S.D. = S.D./Men Cofficient of vrition = (S.D./Men) * Vrince = Squre of S.D.

122 Rnk Correltion Coefficient: Rnk Cooreltion Coefficient is given by the formul: r = 6 d n (n -) Where n is no. of items d is the difference of rnks.

123 Exmple Find the coefficient of rnk correltion for the following dt: x y R R d=r-r d r = (6* 6)/(-) =.64 d = 6

124 Exmple Seven Competitors in music competition re rnked by the judges x & y in the following order. Wht is the degree of greement between the judges. Also find the coefficient of correltion. S.No. Competitors R R d = R-R d A B - 4 C D 4-5 E F G d = r = -(7/7*48) =.7857 (Agreement between the judges is high)

125 Binomil Theorem

126 Session Objective. Binomil theorem for positive integrl index. Binomil coefficients Pscl s tringle. Specil cses (i) Generl term (ii) Middle term (iii) Gretest coefficient (iv) Coefficient of x p (v) Term dependent of x (vi) Gretest term

127 Binomil Theorem for positive integrl index Any expression contining two terms only is clled binomil expression eg. +b, + b etc For positive integer n n n n n n n n n n n n b c b c b c b... c b c b n n n n n r r cr b Binomil theorem r n! n! n c cn r for r n r! n r! n r!r! n where r n re clled binomil coefficients. n n... n r C r,...r!.9.8 7!!.. numertor contins r fctors C7 C 7 C

128 Pscl s Tringle b b b b b b b b b b b 4 b 6 b 4b b b 5 b b b 5b b 5 C 4 C C 5 C C 4 C C C C C C 5 C 4 C C 5 C C 4 C C 5 C 4 4 C 4 5 C 5 n n n cr c r cr

129 Observtions from binomil theorem. (+b) n hs n+ terms s r n. Sum of indeces of nd b of ech term in bove expnsion is n. Coefficients of terms equidistnt from beginning nd end is sme s n c r = n c n-r n n n n n n n n n n n b c b c b c b... c b c b n n

130 Specil cses of binomil theorem n n n n n n n n n n n x y c x c x y c x y... c y n r r n n r r r c x y n n n n n n n n r n r r x c c x c x... c x c x in scending powers of x n n n n n n x c x c x... c n n n n r cr x r n x in descending powers of x

131 Illustrtive Exmple Expnd (x + y) 4 +(x - y) 4 nd hence 4 4 find the vlue of Solution : x y C x y C x y C x y C x y C x y x 4x y6x y 4xy y Similrly x y x 4x y 6x y 4xy y 4 4 x y x y x 4 6x y y Hence 6 =4

132 Generl term of ( + b) n n nr r r Tr c b,r,,,...,n n n r, First Term T c b r, Second Term T n n c b n nr r r r T c b,r,,,...,n r 4 n n T T T T4 T5 Tn Tn n+ terms kth term from end is (n-k+)th term from beginning

133 Illustrtive Exmple Find the 6th term in the expnsion of 9 4x 5 nd its 4th term from the x 5 end. Solution : 9r r T 9 4x 5 r C r 5 x x 5 9! 4 5 T6 T5 C5 5 x 4!5! x x 54 x

134 Illustrtive Exmple Find the 6th term in the 9 expnsion of 4x 5 nd its 4th term from the x 5 end. Solution : 9r r T 9 4x 5 r C r 5 x 4th term from end = 9-4+ = 7th term from beginning i.e. T x 5 9! 4 5 T7 T6 C6 5 x!6! 5 6 x 5 x x

135 Middle term CseI: n is even, i.e. number of terms odd only one middle term n th term n n n n n n T T c b CseII: n is odd, i.e. number of terms even, two middle terms n n th th term term n n n n n n T T c b n n n n n n T T c b Middle term n x =? x

136 Gretest Coefficient r CseI: n even n c, r n Coefficient of middle n Cn term T n is mx i.e. for r n CseII: n odd n n Coefficient of middle term T or T is mx i.e. for r or n n n n n n C or C

137 Illustrtive Exmple Find the middle term(s) in the expnsion of nd 7 x x 6 hence find gretest coefficient in the expnsion Solution : Number of terms is 7 + = 8 hence middle terms, (7+)/ = 4th nd (7+)/ = 5th x 7! x T4 T C x 6 4!! x 5 x.. 8

138 Illustrtive Exmple Find the middle term(s) in the expnsion 7 of x nd hence find gretest x 6 coefficient in the expnsion Solution : x 7! x T5 T4 C4 x 6!4! x 5 5 x Hence Gretest coefficient is 7 7 7! C4 or C or 5!4!..

139 Coefficient of x p in the expnsion of (f(x) + g(x)) n Algorithm Step: Write generl term T r+ Step: Simplify i.e. seprte powers of x from coefficient nd constnts nd equte finl power of x to p Step: Find the vlue of r

140 Term independent of x in (f(x) + g(x)) n Algorithm Step: Write generl term T r+ Step: Simplify i.e. seprte powers of x from coefficient nd constnts nd equte finl power of x to Step: Find the vlue of r

141 Illustrtive Exmple Find the coefficient of x 5 in the expnsion of nd term independent of x x Solution : x r Tr Cr x x r r r C r r r x For coefficient of x 5, - 5r = 5 r = T 5 C x Coefficient of x 5 = -85

142 Solution Cont. r Tr Cr x x r r r C r r r x For term independent of x i.e. coefficient of x, - 5r = r = 4 T 4 4 C4 4 Term independent of x

143

144 Introduction In this chpter you will lern to dd frctions with different denomintors ( recp) You will lern to work bckwrds nd split n lgebric frction into components clled Prtil Frctions

145

146 A You cn dd nd subtrct severl frctions s long s they shre common denomintor Prtil Frctions Clculte: You will hve seen this plenty of times lredy! If you wnt to combine frctions you must mke the denomintors equivlent Multiply brckets Group terms

147

148 B Prtil Frctions You cn split frction with two liner fctors into Prtil Frctions For exmple: when split up into Prtil Frctions when split up into Prtil Frctions You need to be ble to clculte the vlues of A nd B

149 B Prtil Frctions You cn split frction with two liner fctors into Prtil Frctions Split Split the Frction into its liner prts, with numertors A nd B Cross-multiply to mke the denomintors the sme into Prtil Frctions Group together s one frction This hs the sme denomintor s the initil frction, so the numertors must be the sme If x = -: If x = : You now hve the vlues of A nd B nd cn write the nswer s Prtil Frctions

150

151 C Prtil Frctions You cn lso split frctions with more thn liner fctors in the denomintor For exmple: when split up into Prtil Frctions

152 C Prtil Frctions You cn lso split frctions with more thn liner fctors in the denomintor Split Split the Frction into its liner prts Cross Multiply to mke the denomintors equl into Prtil frctions Put the frctions together The numertors must be equl If x = If x = If x = -.5 You cn now fill in the numertors

153 C Prtil Frctions You cn lso split frctions with more thn liner fctors in the denomintor Split into Prtil frctions You will need to fctorise the denomintor first Therefore (x + ) is fctor Try substituting fctors to mke the expression Divide the expression by (x + ) You cn now fctorise the qudrtic prt

154 C Prtil Frctions You cn lso split frctions with more thn liner fctors in the denomintor Split the frction into its liner prts Split Cross multiply into Prtil frctions Group the frctions The numertors must be equl If x = If x = If x = - Replce A, B nd C

155

156 D Prtil Frctions You need to be ble to split frction tht hs repeted liner roots into Prtil Frction For exmple: when split up into Prtil Frctions The repeted root is included once fully nd once broken down

157 Prtil Frctions You need to be ble to split frction tht hs repeted liner roots into Prtil Frction Split Split the frction into its prts Mke the denomintors equivlent into Prtil frctions Group up The numertors will be the sme If x = - At this point there is no wy to cncel B nd C to leve A by substituting vlue in Choose ny vlue for x (tht hsn t been used yet), nd use the vlues you know for B nd C to leve A If x = -.5 If x = Sub in the vlues of A, B nd C D

158

159 E Prtil Frctions You cn split n improper frction into Prtil Frctions. You will need to divide the numertor by the denomintor first to find the whole prt A regulr frction being split into components A top hevy (improper) frction will hve whole number prt before the frctions

160 E Prtil Frctions You cn split n improper frction into Prtil Frctions. You will need to divide the numertor by the denomintor first to find the whole prt Divide the numertor by the denomintor to find the whole prt Split Now rewrite the originl frction with the whole prt tken out into Prtil frctions Remember, Algebriclly n improper frction is one where the degree (power) of the numertor is equl to or exceeds tht of the denomintor Split the frction into prts (ignore the whole prt for now) Mke denomintors equivlent nd group up The numertors will be the sme If x = If x =

161 Summry We hve lernt how to split Algebric Frctions into Prtil frctions We hve lso seen how to do this when there re more thn components, when one is repeted nd when the frction is improper

Geometric Sequences. Geometric Sequence a sequence whose consecutive terms have a common ratio.

Geometric Sequences. Geometric Sequence a sequence whose consecutive terms have a common ratio. Geometric Sequences Geometric Sequence sequence whose consecutive terms hve common rtio. Geometric Sequence A sequence is geometric if the rtios of consecutive terms re the sme. 2 3 4... 2 3 The number

More information

ECON 331 Lecture Notes: Ch 4 and Ch 5

ECON 331 Lecture Notes: Ch 4 and Ch 5 Mtrix Algebr ECON 33 Lecture Notes: Ch 4 nd Ch 5. Gives us shorthnd wy of writing lrge system of equtions.. Allows us to test for the existnce of solutions to simultneous systems. 3. Allows us to solve

More information

Matrices. Elementary Matrix Theory. Definition of a Matrix. Matrix Elements:

Matrices. Elementary Matrix Theory. Definition of a Matrix. Matrix Elements: Mtrices Elementry Mtrix Theory It is often desirble to use mtrix nottion to simplify complex mthemticl expressions. The simplifying mtrix nottion usully mkes the equtions much esier to hndle nd mnipulte.

More information

Chapter 3 MATRIX. In this chapter: 3.1 MATRIX NOTATION AND TERMINOLOGY

Chapter 3 MATRIX. In this chapter: 3.1 MATRIX NOTATION AND TERMINOLOGY Chpter 3 MTRIX In this chpter: Definition nd terms Specil Mtrices Mtrix Opertion: Trnspose, Equlity, Sum, Difference, Sclr Multipliction, Mtrix Multipliction, Determinnt, Inverse ppliction of Mtrix in

More information

THE DISCRIMINANT & ITS APPLICATIONS

THE DISCRIMINANT & ITS APPLICATIONS THE DISCRIMINANT & ITS APPLICATIONS The discriminnt ( Δ ) is the epression tht is locted under the squre root sign in the qudrtic formul i.e. Δ b c. For emple: Given +, Δ () ( )() The discriminnt is used

More information

Introduction To Matrices MCV 4UI Assignment #1

Introduction To Matrices MCV 4UI Assignment #1 Introduction To Mtrices MCV UI Assignment # INTRODUCTION: A mtrix plurl: mtrices) is rectngulr rry of numbers rrnged in rows nd columns Exmples: ) b) c) [ ] d) Ech number ppering in the rry is sid to be

More information

Chapter 1: Fundamentals

Chapter 1: Fundamentals Chpter 1: Fundmentls 1.1 Rel Numbers Types of Rel Numbers: Nturl Numbers: {1, 2, 3,...}; These re the counting numbers. Integers: {... 3, 2, 1, 0, 1, 2, 3,...}; These re ll the nturl numbers, their negtives,

More information

INTRODUCTION TO LINEAR ALGEBRA

INTRODUCTION TO LINEAR ALGEBRA ME Applied Mthemtics for Mechnicl Engineers INTRODUCTION TO INEAR AGEBRA Mtrices nd Vectors Prof. Dr. Bülent E. Pltin Spring Sections & / ME Applied Mthemtics for Mechnicl Engineers INTRODUCTION TO INEAR

More information

Matrices and Determinants

Matrices and Determinants Nme Chpter 8 Mtrices nd Determinnts Section 8.1 Mtrices nd Systems of Equtions Objective: In this lesson you lerned how to use mtrices, Gussin elimintion, nd Guss-Jordn elimintion to solve systems of liner

More information

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac REVIEW OF ALGEBRA Here we review the bsic rules nd procedures of lgebr tht you need to know in order to be successful in clculus. ARITHMETIC OPERATIONS The rel numbers hve the following properties: b b

More information

CHAPTER 2d. MATRICES

CHAPTER 2d. MATRICES CHPTER d. MTRICES University of Bhrin Deprtment of Civil nd rch. Engineering CEG -Numericl Methods in Civil Engineering Deprtment of Civil Engineering University of Bhrin Every squre mtrix hs ssocited

More information

Here we study square linear systems and properties of their coefficient matrices as they relate to the solution set of the linear system.

Here we study square linear systems and properties of their coefficient matrices as they relate to the solution set of the linear system. Section 24 Nonsingulr Liner Systems Here we study squre liner systems nd properties of their coefficient mtrices s they relte to the solution set of the liner system Let A be n n Then we know from previous

More information

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique?

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique? XII. LINEAR ALGEBRA: SOLVING SYSTEMS OF EQUATIONS Tody we re going to tlk bout solving systems of liner equtions. These re problems tht give couple of equtions with couple of unknowns, like: 6 2 3 7 4

More information

Algebra Of Matrices & Determinants

Algebra Of Matrices & Determinants lgebr Of Mtrices & Determinnts Importnt erms Definitions & Formule 0 Mtrix - bsic introduction: mtrix hving m rows nd n columns is clled mtrix of order m n (red s m b n mtrix) nd mtrix of order lso in

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

SUMMER KNOWHOW STUDY AND LEARNING CENTRE SUMMER KNOWHOW STUDY AND LEARNING CENTRE Indices & Logrithms 2 Contents Indices.2 Frctionl Indices.4 Logrithms 6 Exponentil equtions. Simplifying Surds 13 Opertions on Surds..16 Scientific Nottion..18

More information

The Algebra (al-jabr) of Matrices

The Algebra (al-jabr) of Matrices Section : Mtri lgebr nd Clculus Wshkewicz College of Engineering he lgebr (l-jbr) of Mtrices lgebr s brnch of mthemtics is much broder thn elementry lgebr ll of us studied in our high school dys. In sense

More information

MATRICES AND VECTORS SPACE

MATRICES AND VECTORS SPACE MATRICES AND VECTORS SPACE MATRICES AND MATRIX OPERATIONS SYSTEM OF LINEAR EQUATIONS DETERMINANTS VECTORS IN -SPACE AND -SPACE GENERAL VECTOR SPACES INNER PRODUCT SPACES EIGENVALUES, EIGENVECTORS LINEAR

More information

a a a a a a a a a a a a a a a a a a a a a a a a In this section, we introduce a general formula for computing determinants.

a a a a a a a a a a a a a a a a a a a a a a a a In this section, we introduce a general formula for computing determinants. Section 9 The Lplce Expnsion In the lst section, we defined the determinnt of (3 3) mtrix A 12 to be 22 12 21 22 2231 22 12 21. In this section, we introduce generl formul for computing determinnts. Rewriting

More information

DETERMINANTS. All Mathematical truths are relative and conditional. C.P. STEINMETZ

DETERMINANTS. All Mathematical truths are relative and conditional. C.P. STEINMETZ All Mthemticl truths re reltive nd conditionl. C.P. STEINMETZ 4. Introduction DETERMINANTS In the previous chpter, we hve studied bout mtrices nd lgebr of mtrices. We hve lso lernt tht system of lgebric

More information

Engineering Analysis ENG 3420 Fall Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00

Engineering Analysis ENG 3420 Fall Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00 Engineering Anlysis ENG 3420 Fll 2009 Dn C. Mrinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00 Lecture 13 Lst time: Problem solving in preprtion for the quiz Liner Algebr Concepts Vector Spces,

More information

Elements of Matrix Algebra

Elements of Matrix Algebra Elements of Mtrix Algebr Klus Neusser Kurt Schmidheiny September 30, 2015 Contents 1 Definitions 2 2 Mtrix opertions 3 3 Rnk of Mtrix 5 4 Specil Functions of Qudrtic Mtrices 6 4.1 Trce of Mtrix.........................

More information

MATHEMATICS AND STATISTICS 1.2

MATHEMATICS AND STATISTICS 1.2 MATHEMATICS AND STATISTICS. Apply lgebric procedures in solving problems Eternlly ssessed 4 credits Electronic technology, such s clcultors or computers, re not permitted in the ssessment of this stndr

More information

AQA Further Pure 1. Complex Numbers. Section 1: Introduction to Complex Numbers. The number system

AQA Further Pure 1. Complex Numbers. Section 1: Introduction to Complex Numbers. The number system Complex Numbers Section 1: Introduction to Complex Numbers Notes nd Exmples These notes contin subsections on The number system Adding nd subtrcting complex numbers Multiplying complex numbers Complex

More information

fractions Let s Learn to

fractions Let s Learn to 5 simple lgebric frctions corne lens pupil retin Norml vision light focused on the retin concve lens Shortsightedness (myopi) light focused in front of the retin Corrected myopi light focused on the retin

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics SCHOOL OF ENGINEERING & BUIL ENVIRONMEN Mthemtics An Introduction to Mtrices Definition of Mtri Size of Mtri Rows nd Columns of Mtri Mtri Addition Sclr Multipliction of Mtri Mtri Multipliction 7 rnspose

More information

Chapter 2. Determinants

Chapter 2. Determinants Chpter Determinnts The Determinnt Function Recll tht the X mtrix A c b d is invertible if d-bc0. The expression d-bc occurs so frequently tht it hs nme; it is clled the determinnt of the mtrix A nd is

More information

Multivariate problems and matrix algebra

Multivariate problems and matrix algebra University of Ferrr Stefno Bonnini Multivrite problems nd mtrix lgebr Multivrite problems Multivrite sttisticl nlysis dels with dt contining observtions on two or more chrcteristics (vribles) ech mesured

More information

DETERMINANTS. All Mathematical truths are relative and conditional. C.P. STEINMETZ

DETERMINANTS. All Mathematical truths are relative and conditional. C.P. STEINMETZ DETERMINANTS Chpter 4 All Mthemticl truths re reltive nd conditionl. C.P. STEINMETZ 4. Introduction In the previous chpter, we hve studied bout mtrices nd lgebr of mtrices. We hve lso lernt tht sstem of

More information

Matrix Algebra. Matrix Addition, Scalar Multiplication and Transposition. Linear Algebra I 24

Matrix Algebra. Matrix Addition, Scalar Multiplication and Transposition. Linear Algebra I 24 Mtrix lger Mtrix ddition, Sclr Multipliction nd rnsposition Mtrix lger Section.. Mtrix ddition, Sclr Multipliction nd rnsposition rectngulr rry of numers is clled mtrix ( the plurl is mtrices ) nd the

More information

Introduction to Determinants. Remarks. Remarks. The determinant applies in the case of square matrices

Introduction to Determinants. Remarks. Remarks. The determinant applies in the case of square matrices Introduction to Determinnts Remrks The determinnt pplies in the cse of squre mtrices squre mtrix is nonsingulr if nd only if its determinnt not zero, hence the term determinnt Nonsingulr mtrices re sometimes

More information

20 MATHEMATICS POLYNOMIALS

20 MATHEMATICS POLYNOMIALS 0 MATHEMATICS POLYNOMIALS.1 Introduction In Clss IX, you hve studied polynomils in one vrible nd their degrees. Recll tht if p(x) is polynomil in x, the highest power of x in p(x) is clled the degree of

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: How to identify the leding coefficients nd degrees of polynomils How to dd nd subtrct polynomils How to multiply polynomils

More information

HW3, Math 307. CSUF. Spring 2007.

HW3, Math 307. CSUF. Spring 2007. HW, Mth 7. CSUF. Spring 7. Nsser M. Abbsi Spring 7 Compiled on November 5, 8 t 8:8m public Contents Section.6, problem Section.6, problem Section.6, problem 5 Section.6, problem 7 6 5 Section.6, problem

More information

Determinants Chapter 3

Determinants Chapter 3 Determinnts hpter Specil se : x Mtrix Definition : the determinnt is sclr quntity defined for ny squre n x n mtrix nd denoted y or det(). x se ecll : this expression ppers in the formul for x mtrix inverse!

More information

Math 113 Fall Final Exam Review. 2. Applications of Integration Chapter 6 including sections and section 6.8

Math 113 Fall Final Exam Review. 2. Applications of Integration Chapter 6 including sections and section 6.8 Mth 3 Fll 0 The scope of the finl exm will include: Finl Exm Review. Integrls Chpter 5 including sections 5. 5.7, 5.0. Applictions of Integrtion Chpter 6 including sections 6. 6.5 nd section 6.8 3. Infinite

More information

Preparation for A Level Wadebridge School

Preparation for A Level Wadebridge School Preprtion for A Level Mths @ Wdebridge School Bridging the gp between GCSE nd A Level Nme: CONTENTS Chpter Removing brckets pge Chpter Liner equtions Chpter Simultneous equtions 6 Chpter Fctorising 7 Chpter

More information

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as Improper Integrls Two different types of integrls cn qulify s improper. The first type of improper integrl (which we will refer to s Type I) involves evluting n integrl over n infinite region. In the grph

More information

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique?

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique? XII. LINEAR ALGEBRA: SOLVING SYSTEMS OF EQUATIONS Tody we re going to tlk out solving systems of liner equtions. These re prolems tht give couple of equtions with couple of unknowns, like: 6= x + x 7=

More information

Lesson 1: Quadratic Equations

Lesson 1: Quadratic Equations Lesson 1: Qudrtic Equtions Qudrtic Eqution: The qudrtic eqution in form is. In this section, we will review 4 methods of qudrtic equtions, nd when it is most to use ech method. 1. 3.. 4. Method 1: Fctoring

More information

Pre-Session Review. Part 1: Basic Algebra; Linear Functions and Graphs

Pre-Session Review. Part 1: Basic Algebra; Linear Functions and Graphs Pre-Session Review Prt 1: Bsic Algebr; Liner Functions nd Grphs A. Generl Review nd Introduction to Algebr Hierrchy of Arithmetic Opertions Opertions in ny expression re performed in the following order:

More information

5.2 Exponent Properties Involving Quotients

5.2 Exponent Properties Involving Quotients 5. Eponent Properties Involving Quotients Lerning Objectives Use the quotient of powers property. Use the power of quotient property. Simplify epressions involving quotient properties of eponents. Use

More information

Matrix & Vector Basic Linear Algebra & Calculus

Matrix & Vector Basic Linear Algebra & Calculus Mtrix & Vector Bsic Liner lgebr & lculus Wht is mtrix? rectngulr rry of numbers (we will concentrte on rel numbers). nxm mtrix hs n rows n m columns M x4 M M M M M M M M M M M M 4 4 4 First row Secon row

More information

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014 SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 014 Mrk Scheme: Ech prt of Question 1 is worth four mrks which re wrded solely for the correct nswer.

More information

Chapter 5 Determinants

Chapter 5 Determinants hpter 5 Determinnts 5. Introduction Every squre mtri hs ssocited with it sclr clled its determinnt. Given mtri, we use det() or to designte its determinnt. We cn lso designte the determinnt of mtri by

More information

Lesson 25: Adding and Subtracting Rational Expressions

Lesson 25: Adding and Subtracting Rational Expressions Lesson 2: Adding nd Subtrcting Rtionl Expressions Student Outcomes Students perform ddition nd subtrction of rtionl expressions. Lesson Notes This lesson reviews ddition nd subtrction of frctions using

More information

Jim Lambers MAT 169 Fall Semester Lecture 4 Notes

Jim Lambers MAT 169 Fall Semester Lecture 4 Notes Jim Lmbers MAT 169 Fll Semester 2009-10 Lecture 4 Notes These notes correspond to Section 8.2 in the text. Series Wht is Series? An infinte series, usully referred to simply s series, is n sum of ll of

More information

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!!

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!! Nme: Algebr II Honors Pre-Chpter Homework Before we cn begin Ch on Rdicls, we need to be fmilir with perfect squres, cubes, etc Try nd do s mny s you cn without clcultor!!! n The nth root of n n Be ble

More information

Identify graphs of linear inequalities on a number line.

Identify graphs of linear inequalities on a number line. COMPETENCY 1.0 KNOWLEDGE OF ALGEBRA SKILL 1.1 Identify grphs of liner inequlities on number line. - When grphing first-degree eqution, solve for the vrible. The grph of this solution will be single point

More information

Quadratic Forms. Quadratic Forms

Quadratic Forms. Quadratic Forms Qudrtic Forms Recll the Simon & Blume excerpt from n erlier lecture which sid tht the min tsk of clculus is to pproximte nonliner functions with liner functions. It s ctully more ccurte to sy tht we pproximte

More information

Summary Information and Formulae MTH109 College Algebra

Summary Information and Formulae MTH109 College Algebra Generl Formuls Summry Informtion nd Formule MTH109 College Algebr Temperture: F = 9 5 C + 32 nd C = 5 ( 9 F 32 ) F = degrees Fhrenheit C = degrees Celsius Simple Interest: I = Pr t I = Interest erned (chrged)

More information

Numerical Linear Algebra Assignment 008

Numerical Linear Algebra Assignment 008 Numericl Liner Algebr Assignment 008 Nguyen Qun B Hong Students t Fculty of Mth nd Computer Science, Ho Chi Minh University of Science, Vietnm emil. nguyenqunbhong@gmil.com blog. http://hongnguyenqunb.wordpress.com

More information

How do you know you have SLE?

How do you know you have SLE? Simultneous Liner Equtions Simultneous Liner Equtions nd Liner Algebr Simultneous liner equtions (SLE s) occur frequently in Sttics, Dynmics, Circuits nd other engineering clsses Need to be ble to, nd

More information

I do slope intercept form With my shades on Martin-Gay, Developmental Mathematics

I do slope intercept form With my shades on Martin-Gay, Developmental Mathematics AAT-A Dte: 1//1 SWBAT simplify rdicls. Do Now: ACT Prep HW Requests: Pg 49 #17-45 odds Continue Vocb sheet In Clss: Complete Skills Prctice WS HW: Complete Worksheets For Wednesdy stmped pges Bring stmped

More information

A-Level Mathematics Transition Task (compulsory for all maths students and all further maths student)

A-Level Mathematics Transition Task (compulsory for all maths students and all further maths student) A-Level Mthemtics Trnsition Tsk (compulsory for ll mths students nd ll further mths student) Due: st Lesson of the yer. Length: - hours work (depending on prior knowledge) This trnsition tsk provides revision

More information

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams Chpter 4 Contrvrince, Covrince, nd Spcetime Digrms 4. The Components of Vector in Skewed Coordintes We hve seen in Chpter 3; figure 3.9, tht in order to show inertil motion tht is consistent with the Lorentz

More information

REVIEW Chapter 1 The Real Number System

REVIEW Chapter 1 The Real Number System Mth 7 REVIEW Chpter The Rel Number System In clss work: Solve ll exercises. (Sections. &. Definition A set is collection of objects (elements. The Set of Nturl Numbers N N = {,,,, 5, } The Set of Whole

More information

Chapter 14. Matrix Representations of Linear Transformations

Chapter 14. Matrix Representations of Linear Transformations Chpter 4 Mtrix Representtions of Liner Trnsformtions When considering the Het Stte Evolution, we found tht we could describe this process using multipliction by mtrix. This ws nice becuse computers cn

More information

Bridging the gap: GCSE AS Level

Bridging the gap: GCSE AS Level Bridging the gp: GCSE AS Level CONTENTS Chpter Removing rckets pge Chpter Liner equtions Chpter Simultneous equtions 8 Chpter Fctors 0 Chpter Chnge the suject of the formul Chpter 6 Solving qudrtic equtions

More information

A matrix is a set of numbers or symbols arranged in a square or rectangular array of m rows and n columns as

A matrix is a set of numbers or symbols arranged in a square or rectangular array of m rows and n columns as RMI University ENDIX MRIX GEBR INRDUCIN Mtrix lgebr is powerful mthemticl tool, which is extremely useful in modern computtionl techniques pplicble to sptil informtion science. It is neither new nor difficult,

More information

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral Improper Integrls Every time tht we hve evluted definite integrl such s f(x) dx, we hve mde two implicit ssumptions bout the integrl:. The intervl [, b] is finite, nd. f(x) is continuous on [, b]. If one

More information

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Mth 520 Finl Exm Topic Outline Sections 1 3 (Xio/Dums/Liw) Spring 2008 The finl exm will be held on Tuesdy, My 13, 2-5pm in 117 McMilln Wht will be covered The finl exm will cover the mteril from ll of

More information

Anti-derivatives/Indefinite Integrals of Basic Functions

Anti-derivatives/Indefinite Integrals of Basic Functions Anti-derivtives/Indefinite Integrls of Bsic Functions Power Rule: In prticulr, this mens tht x n+ x n n + + C, dx = ln x + C, if n if n = x 0 dx = dx = dx = x + C nd x (lthough you won t use the second

More information

Section 3.2: Negative Exponents

Section 3.2: Negative Exponents Section 3.2: Negtive Exponents Objective: Simplify expressions with negtive exponents using the properties of exponents. There re few specil exponent properties tht del with exponents tht re not positive.

More information

In this skill we review equations that involve percents. review the meaning of proportion.

In this skill we review equations that involve percents. review the meaning of proportion. 6 MODULE 5. PERCENTS 5b Solving Equtions Mening of Proportion In this skill we review equtions tht involve percents. review the mening of proportion. Our first tsk is to Proportions. A proportion is sttement

More information

Math 113 Exam 2 Practice

Math 113 Exam 2 Practice Mth 3 Exm Prctice Februry 8, 03 Exm will cover 7.4, 7.5, 7.7, 7.8, 8.-3 nd 8.5. Plese note tht integrtion skills lerned in erlier sections will still be needed for the mteril in 7.5, 7.8 nd chpter 8. This

More information

Operations with Matrices

Operations with Matrices Section. Equlit of Mtrices Opertions with Mtrices There re three ws to represent mtri.. A mtri cn be denoted b n uppercse letter, such s A, B, or C.. A mtri cn be denoted b representtive element enclosed

More information

Lesson 2.4 Exercises, pages

Lesson 2.4 Exercises, pages Lesson. Exercises, pges A. Expnd nd simplify. ) + b) ( ) () 0 - ( ) () 0 c) -7 + d) (7) ( ) 7 - + 8 () ( 8). Expnd nd simplify. ) b) - 7 - + 7 7( ) ( ) ( ) 7( 7) 8 (7) P DO NOT COPY.. Multiplying nd Dividing

More information

Quotient Rule: am a n = am n (a 0) Negative Exponents: a n = 1 (a 0) an Power Rules: (a m ) n = a m n (ab) m = a m b m

Quotient Rule: am a n = am n (a 0) Negative Exponents: a n = 1 (a 0) an Power Rules: (a m ) n = a m n (ab) m = a m b m Formuls nd Concepts MAT 099: Intermedite Algebr repring for Tests: The formuls nd concepts here m not be inclusive. You should first tke our prctice test with no notes or help to see wht mteril ou re comfortble

More information

Year 11 Matrices. A row of seats goes across an auditorium So Rows are horizontal. The columns of the Parthenon stand upright and Columns are vertical

Year 11 Matrices. A row of seats goes across an auditorium So Rows are horizontal. The columns of the Parthenon stand upright and Columns are vertical Yer 11 Mtrices Terminology: A single MATRIX (singulr) or Mny MATRICES (plurl) Chpter 3A Intro to Mtrices A mtrix is escribe s n orgnise rry of t. We escribe the ORDER of Mtrix (it's size) by noting how

More information

Math 113 Exam 2 Practice

Math 113 Exam 2 Practice Mth Em Prctice Februry, 8 Em will cover sections 6.5, 7.-7.5 nd 7.8. This sheet hs three sections. The first section will remind you bout techniques nd formuls tht you should know. The second gives number

More information

Math 3B Final Review

Math 3B Final Review Mth 3B Finl Review Written by Victori Kl vtkl@mth.ucsb.edu SH 6432u Office Hours: R 9:45-10:45m SH 1607 Mth Lb Hours: TR 1-2pm Lst updted: 12/06/14 This is continution of the midterm review. Prctice problems

More information

1B40 Practical Skills

1B40 Practical Skills B40 Prcticl Skills Comining uncertinties from severl quntities error propgtion We usully encounter situtions where the result of n experiment is given in terms of two (or more) quntities. We then need

More information

Precalculus Spring 2017

Precalculus Spring 2017 Preclculus Spring 2017 Exm 3 Summry (Section 4.1 through 5.2, nd 9.4) Section P.5 Find domins of lgebric expressions Simplify rtionl expressions Add, subtrct, multiply, & divide rtionl expressions Simplify

More information

Matrix Solution to Linear Equations and Markov Chains

Matrix Solution to Linear Equations and Markov Chains Trding Systems nd Methods, Fifth Edition By Perry J. Kufmn Copyright 2005, 2013 by Perry J. Kufmn APPENDIX 2 Mtrix Solution to Liner Equtions nd Mrkov Chins DIRECT SOLUTION AND CONVERGENCE METHOD Before

More information

Lecture Solution of a System of Linear Equation

Lecture Solution of a System of Linear Equation ChE Lecture Notes, Dept. of Chemicl Engineering, Univ. of TN, Knoville - D. Keffer, 5/9/98 (updted /) Lecture 8- - Solution of System of Liner Eqution 8. Why is it importnt to e le to solve system of liner

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT SCHOOL OF ENGINEERING & BUIL ENVIRONMEN MARICES FOR ENGINEERING Dr Clum Mcdonld Contents Introduction Definitions Wht is mtri? Rows nd columns of mtri Order of mtri Element of mtri Equlity of mtrices Opertions

More information

Equations and Inequalities

Equations and Inequalities Equtions nd Inequlities Equtions nd Inequlities Curriculum Redy ACMNA: 4, 5, 6, 7, 40 www.mthletics.com Equtions EQUATIONS & Inequlities & INEQUALITIES Sometimes just writing vribles or pronumerls in

More information

Improper Integrals, and Differential Equations

Improper Integrals, and Differential Equations Improper Integrls, nd Differentil Equtions October 22, 204 5.3 Improper Integrls Previously, we discussed how integrls correspond to res. More specificlly, we sid tht for function f(x), the region creted

More information

Module 6: LINEAR TRANSFORMATIONS

Module 6: LINEAR TRANSFORMATIONS Module 6: LINEAR TRANSFORMATIONS. Trnsformtions nd mtrices Trnsformtions re generliztions of functions. A vector x in some set S n is mpped into m nother vector y T( x). A trnsformtion is liner if, for

More information

Polynomials and Division Theory

Polynomials and Division Theory Higher Checklist (Unit ) Higher Checklist (Unit ) Polynomils nd Division Theory Skill Achieved? Know tht polynomil (expression) is of the form: n x + n x n + n x n + + n x + x + 0 where the i R re the

More information

Student Activity 3: Single Factor ANOVA

Student Activity 3: Single Factor ANOVA MATH 40 Student Activity 3: Single Fctor ANOVA Some Bsic Concepts In designed experiment, two or more tretments, or combintions of tretments, is pplied to experimentl units The number of tretments, whether

More information

A Matrix Algebra Primer

A Matrix Algebra Primer A Mtrix Algebr Primer Mtrices, Vectors nd Sclr Multipliction he mtrix, D, represents dt orgnized into rows nd columns where the rows represent one vrible, e.g. time, nd the columns represent second vrible,

More information

MathCity.org Merging man and maths

MathCity.org Merging man and maths MthCity.org Merging mn nd mths Exercise.8 (s) Pge 46 Textbook of Algebr nd Trigonometry for Clss XI Avilble online @ http://, Version: 3.0 Question # Opertion performed on the two-member set G = {0, is

More information

Recitation 3: More Applications of the Derivative

Recitation 3: More Applications of the Derivative Mth 1c TA: Pdric Brtlett Recittion 3: More Applictions of the Derivtive Week 3 Cltech 2012 1 Rndom Question Question 1 A grph consists of the following: A set V of vertices. A set E of edges where ech

More information

Math 130 Midterm Review

Math 130 Midterm Review Mth 130 Midterm Review April 6, 2013 1 Topic Outline: The following outline contins ll of the mjor topics tht you will need to know for the exm. Any topic tht we ve discussed in clss so fr my pper on the

More information

MATH STUDENT BOOK. 10th Grade Unit 5

MATH STUDENT BOOK. 10th Grade Unit 5 MATH STUDENT BOOK 10th Grde Unit 5 Unit 5 Similr Polygons MATH 1005 Similr Polygons INTRODUCTION 3 1. PRINCIPLES OF ALGEBRA 5 RATIOS AND PROPORTIONS 5 PROPERTIES OF PROPORTIONS 11 SELF TEST 1 16 2. SIMILARITY

More information

Mathcad Lecture #1 In-class Worksheet Mathcad Basics

Mathcad Lecture #1 In-class Worksheet Mathcad Basics Mthcd Lecture #1 In-clss Worksheet Mthcd Bsics At the end of this lecture, you will be ble to: Evlute mthemticl epression numericlly Assign vrible nd use them in subsequent clcultions Distinguish between

More information

MATRIX DEFINITION A matrix is any doubly subscripted array of elements arranged in rows and columns.

MATRIX DEFINITION A matrix is any doubly subscripted array of elements arranged in rows and columns. 4.5 THEORETICL SOIL MECHNICS Vector nd Mtrix lger Review MTRIX DEFINITION mtrix is ny douly suscripted rry of elements rrnged in rows nd columns. m - Column Revised /0 n -Row m,,,,,, n n mn ij nd Order

More information

Chapter 1: Logarithmic functions and indices

Chapter 1: Logarithmic functions and indices Chpter : Logrithmic functions nd indices. You cn simplify epressions y using rules of indices m n m n m n m n ( m ) n mn m m m m n m m n Emple Simplify these epressions: 5 r r c 4 4 d 6 5 e ( ) f ( ) 4

More information

If deg(num) deg(denom), then we should use long-division of polynomials to rewrite: p(x) = s(x) + r(x) q(x), q(x)

If deg(num) deg(denom), then we should use long-division of polynomials to rewrite: p(x) = s(x) + r(x) q(x), q(x) Mth 50 The method of prtil frction decomposition (PFD is used to integrte some rtionl functions of the form p(x, where p/q is in lowest terms nd deg(num < deg(denom. q(x If deg(num deg(denom, then we should

More information

Higher Checklist (Unit 3) Higher Checklist (Unit 3) Vectors

Higher Checklist (Unit 3) Higher Checklist (Unit 3) Vectors Vectors Skill Achieved? Know tht sclr is quntity tht hs only size (no direction) Identify rel-life exmples of sclrs such s, temperture, mss, distnce, time, speed, energy nd electric chrge Know tht vector

More information

MATH 144: Business Calculus Final Review

MATH 144: Business Calculus Final Review MATH 144: Business Clculus Finl Review 1 Skills 1. Clculte severl limits. 2. Find verticl nd horizontl symptotes for given rtionl function. 3. Clculte derivtive by definition. 4. Clculte severl derivtives

More information

TABLE OF CONTENTS 3 CHAPTER 1

TABLE OF CONTENTS 3 CHAPTER 1 TABLE OF CONTENTS 3 CHAPTER 1 Set Lnguge & Nottion 3 CHAPTER 2 Functions 3 CHAPTER 3 Qudrtic Functions 4 CHAPTER 4 Indices & Surds 4 CHAPTER 5 Fctors of Polynomils 4 CHAPTER 6 Simultneous Equtions 4 CHAPTER

More information

Linear Algebra 1A - solutions of ex.4

Linear Algebra 1A - solutions of ex.4 Liner Algebr A - solutions of ex.4 For ech of the following, nd the inverse mtrix (mtritz hofkhit if it exists - ( 6 6 A, B (, C 3, D, 4 4 ( E i, F (inverse over C for F. i Also, pick n invertible mtrix

More information

Lecture 1. Functional series. Pointwise and uniform convergence.

Lecture 1. Functional series. Pointwise and uniform convergence. 1 Introduction. Lecture 1. Functionl series. Pointwise nd uniform convergence. In this course we study mongst other things Fourier series. The Fourier series for periodic function f(x) with period 2π is

More information

Theoretical foundations of Gaussian quadrature

Theoretical foundations of Gaussian quadrature Theoreticl foundtions of Gussin qudrture 1 Inner product vector spce Definition 1. A vector spce (or liner spce) is set V = {u, v, w,...} in which the following two opertions re defined: (A) Addition of

More information

Natural examples of rings are the ring of integers, a ring of polynomials in one variable, the ring

Natural examples of rings are the ring of integers, a ring of polynomials in one variable, the ring More generlly, we define ring to be non-empty set R hving two binry opertions (we ll think of these s ddition nd multipliction) which is n Abelin group under + (we ll denote the dditive identity by 0),

More information

September 13 Homework Solutions

September 13 Homework Solutions College of Engineering nd Computer Science Mechnicl Engineering Deprtment Mechnicl Engineering 5A Seminr in Engineering Anlysis Fll Ticket: 5966 Instructor: Lrry Cretto Septemer Homework Solutions. Are

More information

Lecture 0. MATH REVIEW for ECE : LINEAR CIRCUIT ANALYSIS II

Lecture 0. MATH REVIEW for ECE : LINEAR CIRCUIT ANALYSIS II Lecture 0 MATH REVIEW for ECE 000 : LINEAR CIRCUIT ANALYSIS II Aung Kyi Sn Grdute Lecturer School of Electricl nd Computer Engineering Purdue University Summer 014 Lecture 0 : Mth Review Lecture 0 is intended

More information

ENGI 3424 Engineering Mathematics Five Tutorial Examples of Partial Fractions

ENGI 3424 Engineering Mathematics Five Tutorial Examples of Partial Fractions ENGI 44 Engineering Mthemtics Five Tutoril Exmples o Prtil Frctions 1. Express x in prtil rctions: x 4 x 4 x 4 b x x x x Both denomintors re liner non-repeted ctors. The cover-up rule my be used: 4 4 4

More information