IGCSE FM Matrix Transformations

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

CS 450: COMPUTER GRAPHICS LINEAR ALGEBRA REVIEW SPRING 2015 DR. MICHAEL J. REALE.
Maths for Computer Graphics
CSCE 590E Spring 2007 Basic Math By Jijun Tang. Applied Trigonometry Trigonometric functions  Defined using right triangle  x y h.
Review of Matrix Algebra
Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
Module 6 Matrices & Applications Chapter 26 Matrices and Applications I.
Lecture 7: Matrix-Vector Product; Matrix of a Linear Transformation; Matrix-Matrix Product Sections 2.1, 2.2.1,
CE 311 K - Introduction to Computer Methods Daene C. McKinney
1 Chapter 2 Matrices Matrices provide an orderly way of arranging values or functions to enhance the analysis of systems in a systematic manner. Their.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Little Linear Algebra Contents: Linear vector spaces Matrices Special Matrices Matrix & vector Norms.
Matrices And Linear Systems
CO1301: Games Concepts Dr Nick Mitchell (Room CM 226) Material originally prepared by Gareth Bellaby.
4.2 An Introduction to Matrices Algebra 2. Learning Targets I can create a matrix and name it using its dimensions I can perform scalar multiplication.
1 What you will learn  We need to review several concepts from Algebra II: Solving a system of equations graphically Solving a system of equations algebraically.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
IGCSE Solving Equations Dr J Frost Last modified: 23 rd August 2015 Objectives: From the specification:
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Matrices Matrices A matrix (say MAY-trix) is a rectan- gular array of objects (usually numbers). An m  n (“m by n”) matrix has exactly m horizontal.
2009/9 1 Matrices(§3.8)  A matrix is a rectangular array of objects (usually numbers).  An m  n (“m by n”) matrix has exactly m horizontal rows, and.
P1 RJM 06/08/02EG1C2 Engineering Maths: Matrix Algebra 1 EG1C2 Engineering Maths : Matrix Algebra Dr Richard Mitchell, Department of Cybernetics AimDescribe.
Module #9: Matrices Rosen 5 th ed., §2.7 Now we are moving on to matrices, section 7.
Prepared by Deluar Jahan Moloy Lecturer Northern University Bangladesh
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Introduction to Linear Algebra Mark Goldman Emily Mackevicius.
4.1 Using Matrices Warm-up (IN) Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
Sec 4.1 Matrices.
Unit 3 Matrix Arithmetic IT Disicipline ITD 1111 Discrete Mathematics & Statistics STDTLP 1 Unit 3 Matrix Arithmetic.
Section 9-1 An Introduction to Matrices Objective: To perform scalar multiplication on a matrix. To solve matrices for variables. To solve problems using.
GCSE: Further Simultaneous Equations Dr J Frost Last modified: 31 st August 2015.
Computer Graphics Matrices
CS 450: COMPUTER GRAPHICS TRANSFORMATIONS SPRING 2015 DR. MICHAEL J. REALE.
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Computer Graphics Mathematical Fundamentals Lecture 10 Taqdees A. Siddiqi
Year 7 Algebraic Expressions Dr J Frost Last modified: 4 th May 2016 Objectives: Appreciate the purpose.
Chapter 4 Section 1 Organizing Data into Matrices.
IGCSE FM Trigonometry Dr J Frost Last modified: 18 th April 2016 Objectives: (from the specification)
Designed by Victor Help you improve MATRICES Let Maths take you Further… Know how to write a Matrix, Know what is Order of Matrices,
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Lecture 1 Linear algebra Vectors, matrices. Linear algebra Encyclopedia Britannica:“a branch of mathematics that is concerned with mathematical structures.
MTH108 Business Math I Lecture 20.
GCSE/IGCSE-FM Functions
Math Fundamentals Maths revisit.
GCSE: Quadratic Simultaneous Equations
Matrix Operations.
Matrix Operations SpringSemester 2017.
GCSE: Algebraic Fractions
CorePure1 Chapter 6 :: Matrices
7.3 Matrices.
CorePure1 Chapter 7 :: Linear Transformations
Introduction to Matrices
2.2 Introduction to Matrices
Presented By Farheen Sultana Ist Year I SEM
IGCSE FM Algebraic Manipulation
[MATRICES ].
GCSE Trigonometry Parts 3 and 4 – Trigonometric Graphs and Equations
Matrices Introduction.
Matrices.
Matrix Operations SpringSemester 2017.
IGCSE Solving Equations
[MATRICES ].
Presentation transcript:

IGCSE FM Matrix Transformations Dr J Frost (jfrost@tiffin.kingston.sch.uk) www.drfrostmaths.com The specification: Last modified: 3rd January 2016

Introduction A matrix (plural: matrices) is simply an ‘array’ of numbers, e.g. On a simple level, a matrix is simply a way to organise values into rows and columns, and represent these multiple values as a single structure. For the purposes of IGCSE Further Maths, you should understand matrices as a way to transform points. Matrices are particularly useful in 3D graphics, as matrices can be used to carry out rotations/enlargements (useful for changing the camera angle) or project into a 2D ‘viewing’ plane.

(Just for Fun) Using matrices to represent data This is a scene from the film Good Will Hunting. Maths professor Lambeau poses a “difficult”* problem for his graduate students from algebraic graph theory, the first part asking for a matrix representation of this graph. Matt Damon anonymously solves the problem while on a cleaning shift. ? In an ‘adjacency matrix’, the number in the ith row and jth column is the number of edges directly connecting node (i.e. dot) i to dot j ? * It really isn’t.

Using matrices to represent data In my 4th year undergraduate dissertation, I used matrices to help ‘learn’ mark schemes from GCSE biology scripts. Matrix algebra helped me to initially determine how words (and more complex semantic information) tended to occur together with other words.

ζ Matrix Fundamentals Matrix Algebra Understand the dimensions of a matrix, and operations on matrices, such as addition, scalar multiplication and matrix multiplication.

Matrix Fundamentals #1 Dimensions of Matrices 2  3 ? 3  1 ? 1  3 The dimension of a matrix is its size, in terms of its number of rows and columns. Matrix Dimensions 2  3 ? 3  1 ? 1  3

Matrix Fundamentals #2 Notation/Names for Matrices Column Vector A matrix can have square or curvy brackets*. Column Vector (The vector you know and love) Row Vector Matrix So a matrix with one column is simply a vector in the usual sense. * The textbook only uses curvy.

Matrix Fundamentals #3 Variables for Matrices 𝑨= 1 6 −3 𝑪= 𝑷 𝟐 𝑻𝑷 If we wish a variable to represent a matrix, we use bold, capital letters. 𝑨= 1 6 −3 𝑪= 𝑷 𝟐 𝑻𝑷

Matrix Fundamentals #4 Adding/Subtracting Matrices ? ? Simply add/subtract the corresponding elements of each matrix. They must be of the same dimension. ? ?

Matrix Fundamentals #5 Scalar Multiplication ? ? ? A scalar is a number which can ‘scale’ the elements inside a matrix/vector. ? 1 ? 2 ? 3

Matrix Fundamentals #6 Matrix Multiplication 1 0 3 -2 2 8 4 3 7 -1 0 2 This is where things get slightly more complicated... Now repeat for the next row of the left matrix... 1 0 3 -2 2 8 4 3 7 -1 0 2 5 1 1 7 0 3 8 -3 -11 16 42 61 50 -6 We start with this row and column, and sum the products of each pair. (1 x 5) + (0 x 1) + (3 x 0) + (-2 x 8) = -11

Further Example June 2012 Paper 1 Q2 = 10 17 ?

Test Your Understanding Now you have a go... If 𝐴= 1 0 1 1 , 𝐵= 0 1 3 2 , 𝐴𝐵= 𝟎 𝟏 𝟑 𝟑 ? a ? 1 1 2 0 3 −1 = 𝟐 𝟔 b 1 2 3 1 2 3 = 14 1 2 3 1 2 3 = 1 2 3 2 4 6 3 6 9 ? 1 2 3 4 2 = 7 10 15 22 ? N c ? N ? N Bro Exam Note: In IGCSEFM, you will only have to multiply either a 2×2 by 2×1 or 2×2 by 2×1.

Identity Matrix ? ? Let 𝑰= 1 0 0 1 and 𝐴= 𝑎 𝑏 𝑐 𝑑 . Determine: 𝐴𝐼= 𝒂 𝒃 𝒄 𝒅 𝐼𝐴= 𝒂 𝒃 𝒄 𝒅 ? ? 𝑰= 1 0 0 1 is known as the ‘identity matrix’. Multiplying by it has no effect, i.e. 𝐴𝐼=𝐼𝐴=𝐴 for any matrix 𝐴. It may seem pointless to have such a matrix, but it’ll have more importance when we consider matrices as ‘transformations’ later. Although admittedly you won’t quite fully appreciate why we have it unless you do Further Maths A Level…

Exercise 1 1 ? ? ? ? ? ? 2 ? ? ? ? ? ? 3 ? ? ? ? ? ?

Exercise 1 ? ? ? 4 ? ? ? 5 ? ? ? ? ? ? 6 ? ? ? ? ? ?

Exercise 1 7 ? ? ? ? ? ?

Harder Multiplication Questions Matrix multiplications may give us simultaneous equations, which we solve in the usual way. June 2013 Paper 2 Q12 ? 𝑥 2 −12 𝑥−4𝑦 = 4𝑥 8 𝑥 2 −12=4𝑥 𝑥 2 −4𝑥−12=0 𝑥=−2 𝑜𝑟 𝑥=6 𝑦=−2.5 𝑜𝑟 𝑦=−0.5

Test Your Understanding AQA Worksheet 2 ? 𝟐+𝟐𝒂=𝟏𝟐 → 𝒂=𝟓 𝟔+𝒂𝒃=𝟐𝟔 → 𝒃=𝟒 𝟑+𝟐=𝒄 → 𝒄=𝟓

Exercise 1b ? ? ? ? ? 4 Set 4 Paper 1 Q17 1 −𝟔+𝟕𝒂=𝟐𝟐 𝒂=𝟒 2 June 2013 Paper 2 Q11 ? ? −𝒂 𝟐𝒃−𝒄 𝟎 𝟏 𝟑 𝒃 𝟐𝒂+𝒂𝒃=−𝟏 𝒂−𝟑𝒃=𝟐 𝒂=𝟐+𝟑𝒃 ∴𝟐(𝟐+𝟑𝒃)+ 𝟐+𝟑𝒃 𝒃=−𝟏 𝟑 𝒃 𝟐 +𝟖𝒃+𝟓=𝟎 𝟑𝒃+𝟓 𝒃+𝟏 =𝟎 𝒃=−𝟏 𝒐𝒓 𝒃=− 𝟓 𝟑 𝒂=−𝟏 𝒐𝒓 𝒂=−𝟑 ? 𝒂=−𝟏, 𝒃=𝟑, 𝒄=𝟔 3 Set 2 Paper 2 Q16 ? 𝑷𝑸= 𝟐 𝟓 𝒂 𝒂+𝒃 𝑸𝑷= 𝟐+𝒂 𝟑+𝒃 𝒂 𝒃 ∴𝒂=𝟎, 𝒃=𝟐

Matrices representing transformations Matrices can represent transformations to points in 2D or 3D space. Let us represent a point as the vector 𝑥 𝑦 We can multiply it by a matrix: 2 0 0 2 𝑥 𝑦 = 𝟐𝒙 𝟐𝒚 (Note: You’re used to representing points as coordinates like 𝑥,𝑦 rather than vectors, but it allows us to apply matrix transformations to them more easily in this form) ? 𝑦 Important Note: When we multiply by a matrix, it goes on the front, not after. This is a bit like how with composite functions, e.g. 𝑔𝑓(𝑥), we applied 𝑓 to 𝑥 followed 𝑔. We go right to left. 2𝑥 2𝑦 𝑥 𝑦 What ‘transformation’ therefore does the matrix 2 0 0 2 represent? An enlargement by scale factor 2 about the origin. 𝑥 ?

A further example 0 1 −1 0 𝑥 𝑦 = 𝒚 −𝒙 ? ? ? Transformation: What transformation does the matrix 0 1 −1 0 represent? 0 1 −1 0 𝑥 𝑦 = 𝒚 −𝒙 ? Step 1: Find the effect on a point 𝑥 𝑦 . Step 2: Draw the old and new point (using a specific example point if you wish) to see the effect. 𝑦 ? 3 1 Transformation: Rotation 𝟗𝟎° clockwise about the origin. 𝑥 ? 1 −3

Investigate In pairs or otherwise, determine the transformations that each of these matrices represents. 0 −1 1 0 Rotation 𝟗𝟎° anticlockwise about the origin. ? −1 0 0 1 Reflection in the line 𝒙=𝟎 ? 1 0 0 −1 0 1 −1 0 Rotation 𝟗𝟎° clockwise about the origin. ? ? Reflection in the line 𝒚=𝟎 −1 0 0 −1 Rotation 𝟏𝟖𝟎° about the origin. 1 0 0 1 ? ? No effect! 0 1 1 0 ? Reflection in the line 𝒚=𝒙

Going backwards ? ? 0 −1 1 0 𝑥 𝑦 = −𝑦 𝑥 Work out the transformation that transforms a point 270° clockwise about the origin. 𝑦 −1 3 ? Use a specific point or 𝑥 𝑦 and find the effect of the transformation. ? Work out what matrix would have this effect 0 −1 1 0 𝑥 𝑦 = −𝑦 𝑥 3 1 𝑥

Transforming the unit square For more complex transformations it’s not sufficient to look at the effect on just one point: we can’t fully see what the matrix is doing. If we look at the effect on a unit square (with coordinates 0,0 , 1,0 , 1,1 , 0,1 ), we can better see the effect of a matrix transformation on a region in the 𝑥-𝑦 plane. Set 3 Paper 2 Q17 Just apply the transformation to each point of the unit square. 3 0 0 3 0 0 = 𝟎 𝟎 3 0 0 3 1 0 = 𝟑 𝟎 3 0 0 3 0 1 = 𝟎 𝟑 3 0 0 3 1 1 = 𝟑 𝟑 ? ? ? ?

Test Your Understanding Set 1 Paper 1 Q14 ? 0 −1 −1 0 0 0 = 𝟎 𝟎 0 −1 −1 0 1 0 = 𝟎 −𝟏 0 −1 −1 0 0 1 = −𝟏 𝟎 0 −1 −1 0 1 1 = −𝟏 −𝟏 𝐴′ 𝐵′ 𝐶′

Exercise 3 [Jan 2013 Paper 2 Q15] Describe fully the single transformation represented by the matrix 0 −1 1 0 Rotation 𝟗𝟎° anticlockwise about the origin. [Set 2 Paper 1 Q4] The transformation matrix 𝑎 2 −1 1 maps the point 3,4 onto the point 2,𝑏 . Work out the values of 𝑎 and 𝑏. 𝒂=−𝟐, 𝒃=𝟏 [Set 3 Paper 1 Q6] The matrix 𝑎 𝑏 −𝑎 2𝑏 maps the point 5,4 onto the point 1,17 . Work out the values of 𝑎 and 𝑏. 𝒂=−𝟏, 𝒃=𝟏.𝟓 [Worksheet 2 Q5] Work out the image of the point D (1, 2) after transformation by the matrix 2 3 −1 1 Solution: 𝟒 𝟑 [Worksheet 2 Q6] The point A(m, n) is transformed to the point A (2, 0) by the matrix 2 3 1 1 Work out the values of m and n. 𝒎=𝟐, 𝒏=−𝟐 [Worksheet 2 Q8] Describe fully the transformation given by the matrix 0 −1 −1 0 Reflection in the line 𝒚=−𝒙 [Worksheet 2 Q9] The unit square OABC is transformed by the matrix ℎ 0 0 ℎ to the square OABC. The area of OABC is 27. Work out the exact value of h. 𝒉=𝟑 𝟑 1 5 ? ? 2 6 ? ? 3 7 ? 4 ? ?

𝐴 𝐵 𝑃 𝐴𝑃 𝐵𝐴𝑃 𝐵𝐴 Combined Transformations ? ? ? If a point 𝑃 is transformed by the matrix 𝐴 followed by the matrix 𝐵, what calculation would get the new point? Therefore what matrix represents the combined transformation of 𝐴 followed by 𝐵? ! The matrix 𝐵𝐴 represents the combined transformation of 𝐴 followed by 𝐵.

Example A point 𝑃 is transformed using the matrix −1 0 0 1 , i.e. a reflection in the line 𝑥=0, followed by 0 1 1 0 , i.e. a reflection in the line 𝑦=𝑥. Give a single matrix which represents the combined transformation. Describe geometrically the single transformation this matrix represents. ? a 𝟎 𝟏 𝟏 𝟎 −𝟏 𝟎 𝟎 𝟏 = 𝟎 𝟏 −𝟏 𝟎 Rotation 𝟗𝟎° clockwise about the origin. ? b

Test Your Understanding Worksheet 2 Q7 Bro Note: The default direction of rotation is anticlockwise if not specified. 𝑨= 0 1 1 0 𝑩= 0 1 −1 0 𝑩𝑨= 0 1 −1 0 0 1 1 0 = 1 0 0 −1 (The question does not ask, but this represents a reflection in the line 𝑦=0) ? ? ?

Exercise 3 Point 3,−2 is transformed by the matrix 1 −1 0 1 followed by a further transformation by the matrix 0 2 1 0 . (i) Work out the matrix for the combined transformation. Solution: 𝟎 𝟐 𝟏 −𝟏 (ii) Work out the co-ordinates of the image point of 𝑃. Solution: (−𝟒,𝟓) Point −1,4 is transformed by the matrix 3 −1 −2 2 followed by a further transformation by the matrix 1 0 3 −2 . (i) Work out the matrix for the combined transformation. Solution: 𝟑 −𝟏 𝟏𝟑 −𝟕 (ii) Work out the co-ordinates of the image point of 𝑊. Solution: (−𝟕,−𝟒𝟏) The unit square is reflected in the 𝑥-axis followed by a rotation through 180° centre the origin. Work out the matrix for the combined transformation. Solution: −𝟏 𝟎 𝟎 𝟏 The unit square is enlarged, centre the origin, scale factor 2 followed by a reflection in the line 𝑦=𝑥. Work out the matrix for the combined transformation. Solution: 𝟎 𝟐 𝟐 𝟎 1 3 ? ? 4 ? 2 ? ? ?

Exercise 3 [Jan 2013 Paper 2 Q17] −1 0 0 1 represents a reflection in the 𝑦-axis. 0 1 1 0 represents a reflection in the line 𝑦=𝑥. Work out the matrix that represents a reflection in the 𝑦-axis followed by a reflection in the line 𝑦=𝑥. 𝟎 𝟏 𝟏 𝟎 −𝟏 𝟎 𝟎 𝟏 = 𝟎 𝟏 −𝟏 𝟎 [June 2012 Paper Q22] The transformation matrix 0 −1 −1 0 maps a point 𝑃 to 𝑄. The transformation matrix 1 0 0 −1 maps point 𝑄 to point 𝑅. Point 𝑅 is −4,3 . Work out the coordinates of point 𝑃. 𝟏 𝟎 𝟎 −𝟏 𝟎 −𝟏 −𝟏 𝟎 = 𝟎 −𝟏 𝟏 𝟎 This is a rotation 𝟗𝟎° anticlockwise. So original point 𝑷 is 𝟑 𝟒 5 7 [Set 1 Paper Q14b] The unit square OABC is transformed by reflection in the line 𝑦=𝑥 followed by enlargement about the origin with scale factor 2. What is the matrix of the combined transformation? 𝟐 𝟎 𝟎 𝟐 𝟎 𝟏 𝟏 𝟎 = 𝟎 𝟐 𝟐 𝟎 𝐴= 3 0 0 3 and 𝐵= −1 0 0 1 . The point 𝑃 2,7 is transformed by matrix 𝐵𝐴 to 𝑃′. Show that 𝑃′ lies on the line 7𝑥+2𝑦=0. −𝟏 𝟎 𝟎 𝟏 𝟑 𝟎 𝟎 𝟑 𝟐 𝟕 = −𝟔 𝟐𝟏 𝟕 −𝟔 +𝟐 𝟐𝟏 =𝟎 ? ? 6 ? ?