Topic

Matrices And Transformations

Estimated reading: 16 minutes 680 views Contributors

Operations on Matrices

The Concept of a Matrix

Explain the concept of a matrix

Definition:

A matrix is an array or an Orderly arrangement of objects in rows and columns.

Each object in the matrix is called an element (entity).

Consider the following table showing the number of students in each stream in each form.

FormIIIIIIIV
Stream A38354028
Stream B36403439
Stream C40373635

From the above table, if we enclose the numbers in brackets without changing their arrangement, then a matrix is farmed, this can be done by removing the headings and the bracket enclosing the numbers (elements) and given a name (normally a capital letter).

Now the above information can be presented in a matrix form as

28 1444994221034

Any matrix has rows and columns but sometimes you may find a matrix with only row without Colum or only column without row.

In the matrix A above, the numbers 38, 36 an 40 form the first column and 38, 35, 40 and 28 form the first row.

Matrix A above has three (3) rows and four (4) columns.

In the matrix A, 34 is the element (entity) in the second row and third column while 28 lies in the first row and fourth column. The plural form of matrix is matrices.

Normally matrices are named by capital letters and their elements by small letters which represent real numbers.

30 1445114527850

Order of a matrix (size of matrix)

The order of a matrix or size of a matrix is given by the number of its rows and the number of its columns.

So if A has m rows and n columns, then the order of matrix is m x n.

It is important to note that the order of any matrix is given by stating the number of its rows first and then the number of its columns.

31 1445159078899

Types of matrices:

The following are the common types of matrices:-

32 1445159476013
33 1445159511306

Matrices of order up to 2 X 2

Add matrices of order up to 2 X 2

When adding or subtracting one matrix from another, the corresponding elements (entities) are /added or subtracted respectively.

This being the case, we can only perform addition and subtraction of matrices with the same orders.

Example 1

Given that

34 1445160365343
35 1445160393025

Matrices of order up to 2 X 2

Subtract matrices of order up to 2 X 2

Example 2

Given that

36 1445160579084
37 1445160688121

Example 3

Solve for x, y and z in the following matrix equation;

38 1445161042598

Exercise 1

Determine the order of each of the following matrices;

39 1445161224845

2. Given that

40 1445161317504

3. Given that

41 1445161487012

4. A house wife makes the following purchases during one week: Monday 2kg of meat and loaf of bread Wednesday, 1kg of meat and Saturday, 1kg of meat and one loaf of bread. The prices are 6000/= per kg of meat and 500/= per loaf of bread on each purchasing day

  1. Write a 3×2 matrix of the quantities of items purchased over the three days .
  2. Write a 2×1 column matrix of the unit prices of meat and bread.

5. Solve for x, y and z in the equation

42 1445161663788

Additive identity matrix.

If M is any square matrix, that is a matrix with order mxm or nxn and Z is another matrix with the same order as m such that

M+ Z= Z+M = M then Z is the additive identity matrix.

43 1445162059730

The additive inverse of a matrix.

If A and B are any matrices with the same order such that A+B = Z, then it means that either A is an additive inverse of B or B is an additive inverse of A that is B=-A or A= -B

44 1445162167427

Example 4

Find the additive inverse of A,

45 1445162295139

Example 5

Find the additive identity of B if B is a 3×3 matrix.

46 1445162416518

A Matrix of Order 2 X 2 by a Scalar

Multiply a matrix of order 2 X 2 by a scalar

A matrix can be multiplied by a constant number (scalar) or by another matrix.

Scalar multiplication of matrices:

Rule: If A is a matrix with elements say a, b, c and d, or

48 1445162610993

Example 6

Given that

49 1445162769670

Solution;

50 1445162880509
51 1445162905960

Example 7

Given,

52 1445163185607

Solution;

53 1445163298072

Two Matrices of order up to 2 X 2

Multiply two matrices of order up to 2 X 2

Multiplication of Matrix by another matrix:

54 1445164409212

AB is the product of matrices A and B while BA is the product of matrix B and A.

55 1445164474481

In AB, matrix A is called a pre-multiplier because it comes first while matrix B is called the post multiplier because it comes after matrix A.

Rules of finding the product of matrices;

  1. The pre –multiplier matrix is divided row wise, that is it is divided according to its rows.
  2. The post multiplier is divided according to its columns.
  3. Multiplication is done by taking an element from the row and multiplied by an element from the column.
  4. In rule (iii) above, the left most element of the row is multiplied by the top most element of the column and the right most element from the row is multiplied by the bottom most element of the column and their sums are taken:
56 1445164640825

Therefore it can be concluded that matrix by matrix multiplication is only possible if the number of columns in the pre-multiplier is equal to the number of rows in the post multiplier.

Example 8

Given That;

57 1445164818899
58 1445164842578

From the above example it can be noted that AB≠BA, therefore matrix by matrix multiplication does not obey commutative property except when the multiplication involves and identity matrix i.e. AI=IA=A

Example 9

Let,

60 1445165048904

Example 10

Find C×D if

61 1445165147340

Product of a matrix and an identity matrix:

If A is any square matrix and I is an identity matrix with the same order as A, then AI=IA=A

Example 11

Given;

62 1445165362633

Exercise 2

1. Given that A= (3 4) and

63 1445166292434

2. If,

64 1445166395030

3.Using the matrices

68 1445166926952

4.Find the values of x and y if

67 1445166727204

Inverse of a Matrix

The Determinant of a 2 X 2 Matrix

Calculate the determinant of a 2 X 2 matrix

Determinant of a matrix

69 1445172874695

Now the determinant of matrix A is then defined as the difference of the product of elements in the leading diagonal and the product of the elements in the main diagonal.

70 1445173016873

Example 12

Find

71 1445173128107

Example 13

Considering

72 1445173261825

Example 14

Find the value of x

73 1445173411212

Singular and non singular matrices:

Definition:

A //singular matrix is a matrix whose determinant is zero, while non – singular matrix is the one with a non zero determinant.

74 1445173681271

Example 15

Find the value of y

75 1445173828626

The Inverse of a 2 X 2 Matrix

Find the inverse of a 2 X 2 matrix

Inverse of matrices

Definition: If A is a square matrix and B is another matrix with the same order as A, then B is the inverse of A if AB=BA=I where I is the identity matrix.

Thus AB=BA=I means either A is the inverse of B or B is the inverse of A.

76 1445174062016

Where B=A-1, that is B is the inverse of matrix A

77 1445174367874

Since we need the unknown matrix B, we can solve for p and q by using equations (i) and (iii) and we solve for r and s using equations (ii) and (iv)

78 1445174521611

To get p proceed as follows

79 1445174619275

Also to get r and s, the same procedure must be followed:

80 1445174742777

And

81 1445175408124
82 1445175451990
83 1445175487330

Note that, if |A|= 0, Then

84 1445175722695

Example 16

Given that,

85 1445176071950

Solution:

86 1445176344734
87 1445176376201

Example 17

Which of the following matrices have inverses?

88 1445176494407

Exercise 3

1. Find the determinant of each of the following matrices.

89 1445176926072

2. Which of the following matrices are singular matrices?

90 1445177073852

3. Findinverse of each of the following matrices.

91 1445177328137

2 X 2 Matrix to Solve Simultaneous Equations

Apply 2 X 2 matrix to solve simultaneous equations

Solving simultaneous equations by matrix method:

92 1445177538162

Now by equating the corresponding elements, the following simultaneous equations are obtained.

93 1445177834388

Then B= A-1×C

94 1445178013016

Example 18

By matrix method solve the following simultaneous equations:

95 1445178255575
96 1445178306548

Multiplying A-1 an each side of the equation, gives,

97 1445178471389

Example 19

Solve

98 1445179233579

Multiplying A-1 on each side of the equation gives,

99 1445179403633

Example 20

By using matrix method solve the following simultaneous equations:

100 1445181277420

Multiplying A-1 on each side of the equation gives,

101 1445181418839

Cramer’s Rule

102 1445181692958

So

103 1445181864286

Example 21

Find

104 1445203074069

Example 22

By using Cramer’s rule

105 1445182330668

Example 23

Byusing Cramer’s rule,

106 1445182564796

Exercise 4

1. Use the matrix method to solve the following systems of simultaneous equations.

107 1445182981478

Use Cramer’s rule to solve the following simultaneous equation

108 1445183126213

3. Whythe system of simultaneous equations

109 1445183432240

Matrices and Transformations

Definition: A transformation in a plane is a mapping which moves an object from one position to another within the plane. Figures on the plane can also be shifted from one position by a transformation.

A new position after a transformation on is called the image.

Examples of transformations are (i) Reflection (ii) Rotation (iii) Enlargement (iv) Translation.

Any Point P(X, Y) into P¹(X¹,Y¹) by Pre-Multiplying (ᵡᵧ) with a Transformation Matrix T

Transform any point P(X, Y) into P¹(X¹,Y¹) by pre-multiplying (ᵡᵧ) with a transformation matrix T

– Suppose a point P(x,y) in the x-y plane moves to a point P¢ (x¢,y¢) by a transformation T,

31 1445322164303

A transformation in which the size of the image is equal that of the object is called an ISOMETRIC MAPPING.

The Matrix to Reflect a Point P(X, Y ) in the X-Axis

Apply the matrix to reflect a point P(X, Y ) in the x-axis

Reflection;

When you look at yourself in a mirror you seem to see your body behind the mirror. Your body is in front of the mirror as your image is behind it.

32 1445322332886

An object is reflected in the mirror to form an image which is;

  1. The same size as the object
  2. The same distance from the mirror as the object

So reflection is an example of ISOMETRIC MAPPING.

The mirror is the line of symmetry between the object and the image.

Example 24

Find the image of the point A (2,3) after reflection in the x – axes.

Solution;

Plot point A and its image A¢ such that AA¢ crosses the x – axis at B and also perpendicular to it.

For reflection AB should be the same as BA¢ i.e. AB = BA¢

33 1445324522933

From the figure, the coordinates of A ¢ are A¢ (2,-3). So the image of A (2,3) under reflection in the x-axis is A¢ (2,-3)

Normally the letter M is used to denote reflection and thus Mx means reflection in the x – axis.

So Mx(2,3) =- (2,-3).

34 1445325619120

Where Mx means reflection in the x – axis and My means reflection in the y-axis.

The Matrix to Reflect a Point P(X, Y) in the Y-Axis

Apply the matrix to reflect a point P(X, Y) in the Y-Axis

Example 25

Find the image of B(3,4) under reflection in the y- axis.

Solution:

From My (x.y)= (-x,y)

My (3 ,4 ) =( -3,4)

Therefore the image of B(3,4) is B'(-3,4) .

Reflection in the line y = x.

The line y=x makes an angle 45with x and y axes. It is the line of symmetry for the angle YOX formed by two axis. By using isosceles triangle properties, reflection of the point (1,0) in the line y=x will be ( 0,1) while the reflection of (0,2) in the line y=x will be ( 2, 0) it can be noticed that the coordinates are exchanging positions. Hence the reflection of the point (x,y) in the line y=x is ( y,x).

35 1445331656884
36 1445331696970

Where My =xmeans reflection in the line y=x.

Example 26

Find the image of the point A(1,2) after reflection in the line y = x . Draw a sketch.

37 1445333383693

Reflection in the line y = -x

The reflection of the point B(x,y) in the line y = -x is B'(-y,-x).

38 1445335099584

Example 27

Find the image of B (3,4) after reflection in the line y=-x followed by another reflection in the line y=0.Draw a sketch.

Solution;

Reflection of B in the line y=-x is B'(-4,-3). The line y=0 is the x – axis. So reflection (-4,-3) in the x-axis is (-4,3)

Therefore the image of B (3,4) is B¢(-4,3).

The image of a point P(x,y) when reflected in the line making an angleαwith positive x-axis and passing through the origin.

If the line passes through the origin and makes an angle a with x – axis in the positive direction, then its equation is y= xtanα where tanαis the slope of the line.

Consider the following diagram.

39 1445337125707
40 1445337543081

But OPQ is a right angled triangle.

So x = OP Cosβ and y = OPSinβ .

Again OP¢R is a right angled triangle and the angle P¢QR = a -β + a- β+ β, this is due to the fact that reflection is an isometric mapping.

Now the angle P¢OR = 2 a-β, then

41 1445337913446

It follows therefore that if M is a reflection in the line inclined at a, then

42 1445338490840
43 1445338521691

Example 28

Find the image of the point A (1, 2) after a reflection in the line y = x.

44 1445338683636

Example 29

Find the image of B (3,4) after reflection in the line y = -x followed by another reflection in the line y = 0.

46 1445338842971

But the line y = 0 has 0 slope because it is the x – axis,

47 1445339016414

Example 30

Find the equation of the line y = 2x + 5 after being reflected in the line y = x,

Solution:

The line y = x has a slope 1

So tan a = 1 which means a = 450

To find the image of the line y = 2x + 5, we choose at least two points on it and find their images, then we use the image points to find the equation of the image line.

Now y = 2x + 5

48 1445340987749

The points (0,5) and (1,7) lie on the line

49 1445341184026

So the image line is the line passing through (5,0) and (7,1) and it is obtained as follows;

50 1445341393622

Exercise 5

Self Practice.

  1. Find the image of the point D (4,2) under reflection in the x – axis
  2. Point Q (-4,3) is reflected in the y – axis. Find its image coordinates.
  3. Reflect the point (5,4) in the line y = x
  4. Find the image of the point (1,2) after a reflection in the line y = x followed by another reflection in the line y = -x.
  5. Find the equation of the line y = 3x -1 after being reflected in the line x + y = 0.

A Matrix Operator to Rotate any Point P( X, Y ) Through 90° 180°, 270° and 360° about the Origin

Use a matrix operator to rotate any point P( X, Y ) through 90° 180°, 270° and 360° about the Origin

Rotation:

Definition; A rotation is a transformation which moves a point through a given angle about a fixed point.

11 1445254873781

Rotation is an isometric mapping and it is usually denoted by R.

Therefore Rθ means rotation of an object through an angleθ.

In the xy plane, whenθismeasured in the clockwise direction it is negative and when it is measured in the anticlockwise direction it is positive.

12 1445255543174

Example 31

Find the image of the point P(1,0) after a rotation through 900 about the origin in the anti clockwise direction.

13 1445255745956

P is on the x – axis, so after rotation through 900 about the origin it will be on the y – axis. Since P is 1unit from O, P¢ is also 1 unit from O, the coordinates of P¢ (0,1) are P¢ (0,1). Therefore R 900(1,0) = (0,1).

Example 32

Find the image of the point B (4,2) after a rotation through 900 about the origin in the anticlockwise direction.

Solution;

Consider the following figure,

14 1445256380166

Exercise 6

Find the matrix of rotation through

  1. 900 about the origin
  2. 450 about the origin
  3. 270about the origin

Find the image of the point (1,2) under rotation through 1800 ant –clockwise about the origin.

Find the image of the point (-2,1) under rotation through 2700 clockwise about the origin

Find the image of (1,2) after rotation of -900.

Find the image of the line passing through points a (-2,3) and B(2,8) after rotation through 900 clockwise about the origin

General formula for rotation

Consider the following sketch,

20 1445257940077
21 1445258002572
22 1445258040585

Example 33

Find the image of the point (1,2) under a rotation through 1800 anticlockwise

23 1445258395482

Therefore the image of (1, 2) after rotation through 1800 anticlockwise is (-1,-2).

Example 34

Find the image of the point (5,2) under rotation of 900 followed by another rotation of 1800anticlockwise.

Solution:

25 1445262150689

Therefore the image of (5,2) under rotation of 90followed by another rotation of 1800anticlockwise is (2,-5) .

Translation

Definition: A translation is a mapping of a point P (x, y) into P’ (x’, y’) by the Vector (a, b) such that (x’, y’) = (x, y) + (a, b), translation is denoted by the letter T. So T maps a point (x, y) into x’, y’)

Where (x’, y’) = (x, y) + (a, b)

26 1445262654793

Consider the triangle OPQ whose vertices are (0,0), (3,1) and (3,0) respectively which is mapped into triangle O¢P¢Q¢ by moving it 2 units in the positive x direction and 3 units in the positive y direction

27 1445262827594
28 1445262857266

Example 35

If T is a translation by the vector (4,3), find the image of (1, 2) under this translation.

29 1445263056857

Example 36

A translation T maps the point (-3, 2) into (4, 3). Find where (a) T maps the origin (b) T maps the point (7, 4).

30 1445263246699

Example 37

Find the translation vector which maps the point (6,-6) into (7,16).

Solution

Given that (x, y) = (6,-6) and (x¢, y¢) = (7,16), (a, b) =?

From T (x, y) = (x, y) + (a, b) = (x’, y’),

then (7,16) = (6,-6)+(a,b) which means a=7-6 = 1 and b=16+6 = 22. Therefore translation vector (a,b) = (1,22).

The Enlargement Matrix E in Enlarging Figures

Use the enlargement matrix E in enlarging figures

Definition: Enlargement is the transformation which magnifies an object such that its image is proportionally increases on decreased in size by some factor k. The general matrix of enlargement

1 1445238823041

Example 38

Find the image of the square with vertices O(0,0), A (1,0), B (1,1) and C (0,1) under the

2 1445239108139
3 1445239143134

Example 39

Find the image of (6, 9) under enlargement by the matrix

4 1445239309438

Example 40

Draw the image of a unit circle with center O (0,0) under

5 1445239442178

Now the images of these points are (0,3), (3,0), (0,-3), (-3,0) and other points respectively, where the centre remains (0,0) and the radius becomes 3 units.

6 1445239581192

I n the figure above, the circle with radius 1 unit and its image with radius 3 units C1 and C2respectively are shown.

Linear Transformation:

Definition:

For any transformation T, any two vectors U and V and any real number t, T is said to be a linear transformation if and only if

T(t U) = tT(U) and T (U+V) = T(U) + T(V)

Example 41

Show that the rotation by 900about O(0,0) is a linear trans formation

Solution

Let U=(U1,U2) and V =(V1 , V2) be any two vectors in the plane and t be any real number

To show that R900 is the linear transformation we must show that

R900 (tU)= t R900 (U) and

R900 (U + V) = R900 (U) + R900 (V)

7 1445240884034

Therefore, since R900 (U) + R900 (V) = R900 (U+V) and R900 (tU)= t R900 (U), then R900 is a linear trans formation.

Example 42

Suppose that T is a linear transformation such that

T(U) = (1,-2), T(V) = (-3,-1) for any vectors U and V, find

(a) T(U+ V) (b) T(8U) (c) T(3U -2V)

Solution

(a)Since T is a linear Transformation then

T( U+ V) = T(U) + T(V)

8 1445241925098

Exercise 7

1. If

9 1445247026213

2. Is the matrix of reflection in a line inclined at angle a, U=(6,1) , V=(-1,4) and a13500, find (a) m(U+V) (b) m(2V)

If U =(2,-7) and V=(2,-3), find the matrix of linear transformation T such that T(2U)=(-4,14) and T(3V) = (6,9)

4. What is the image of (1,2) under the transformation

10 1445254268305

Leave a Comment


Share this Doc

Matrices And Transformations

Or copy link

CONTENTS

Thrive! English Standard Four PDF-Free Download

Do you want to see your primary school student express themselves with absolute

Excel Now! Hisabati Darasa La Tatu PDF [Download Bure]

Je, unatafuta njia rahisi ya kumsaidia mwanafunzi wako kufanya vizuri na kupenda

Thrive! Civic and Moral Standard Three PDF [Free Download]

Looking for the official TIE Civic and Moral Standard Three textbook? Access thi

Thrive! English Standard Three PDF-Free Download

Looking for the official TIE English Standard Three textbook? Grab this free dig

Learn with Joy: Social Studies Standard Three PDF Free

Need the official TIE Social Studies Standard Three textbook? Get the free digit

Ignite Curiosity! Download the Official Standard 3 Science Technology Book Free

Looking for the official TIE Science and Technology Standard Three textbook? Gra

Master Mathematics Standard Three Textbook PDF [Free Download]

Need the Mathematics Standard Three textbook? This free PDF follows the Tanzania

English Standard Five

Are you looking for the English Standard Five textbook for primary schools in Ta

Standard Seven

Excel! Social Studies Standard Four PDF [Free Download]

Need the Social Studies Standard Four textbook? This free PDF follows the Tanzan

Thrive! Civic and Moral Education Standard Four PDF Free

Download Civic and Moral Education Standard Four book PDF. Covers TIE syllabus t

Standard Six

Chat Icon Close Icon

Subscribe

×
Cancel