Transformations using Matrices (Edexcel IGCSE Maths B): Flashcards

Exam code: 4MB1

1/31

0Still learning

Know0

  • What are the object and the image in a matrix transformation?

Cards in this collection (31)

  • What are the object and the image in a matrix transformation?

    The object is the original point \left(x , y\right) and the image is where that point ends up, written \left(x ' , y '\right).

    The dash notation is what keeps the two apart in working and on a diagram.

  • How do you find the image of the point \left(x , y\right) under a matrix?

    Write the point as a column vector and multiply the transformation matrix by it.

    The result is a column vector holding the coordinates of the image point.

  • What is the image of \left(2 , 3\right) under \begin{pmatrix} 4 & 5 \\ 1 & - 2 \end{pmatrix}?

    Multiplying gives \begin{pmatrix} 4 \times 2 + 5 \times 3 \\ 1 \times 2 + \left(- 2\right) \times 3 \end{pmatrix} = \begin{pmatrix} 23 \\ - 4 \end{pmatrix}.

    Written back as coordinates, the image is \left(23 , - 4\right).

  • True or False?

    The transformation matrix is written to the left of the point's column vector.

    True.

    The matrix goes first and the column vector second, as \mathbf{M} \begin{pmatrix} x \\ y \end{pmatrix}.

    The other order is not even possible, since a 2 \times 1 matrix cannot multiply a 2 \times 2 one.

  • The image of P under \begin{pmatrix} 4 & 5 \\ 1 & - 2 \end{pmatrix} is \left(11 , 6\right). How can you find P?

    Call P the point \left(x , y\right), multiply out, then equate the two entries to get 4 x + 5 y = 11 and x - 2 y = 6.

    Solving those simultaneous equations gives P = \left(4 , - 1\right).

  • How can the inverse matrix be used to undo a transformation?

    Multiply the image's column vector by \mathbf{M}^{- 1}, since \mathbf{M}^{- 1} \mathbf{M} is the identity matrix.

    So if \mathbf{M} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} x ' \\ y ' \end{pmatrix} then \begin{pmatrix} x \\ y \end{pmatrix} = \mathbf{M}^{- 1} \begin{pmatrix} x ' \\ y ' \end{pmatrix}.

  • How do you build the matrix for a transformation from the unit square?

    Find where the two points \left(1 , 0\right) and \left(0 , 1\right) move to.

    Their images become the first and second columns of the matrix, in that order.

  • Under a reflection in the x-axis, \left(1 , 0\right) stays where it is and \left(0 , 1\right) moves to \left(0 , - 1\right). Fill in the two missing entries.

    \begin{pmatrix} \_\_\_\_\_\_ & 0 \\ 0 & \_\_\_\_\_\_ \end{pmatrix}

    The completed matrix is:

    \begin{pmatrix} 1 & 0 \\ 0 & - 1 \end{pmatrix}

    The first column is the image of \left(1 , 0\right) and the second column is the image of \left(0 , 1\right).

  • True or False?

    A reflection in the y-axis leaves the point \left(1 , 0\right) where it is.

    False.

    That point moves to \left(- 1 , 0\right), because reflecting in the y-axis changes the sign of the x-coordinate.

    It is \left(0 , 1\right) that stays put, which is why the matrix is \begin{pmatrix} - 1 & 0 \\ 0 & 1 \end{pmatrix}.

  • What matrices represent reflections in y = x and in y = - x?

    Reflection in y = x is \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} and reflection in y = - x is \begin{pmatrix} 0 & - 1 \\ - 1 & 0 \end{pmatrix}.

    Both have zeros on the leading diagonal, so it is the signs of the other two entries that tell them apart.

  • How does the matrix for a reflection in y = x differ from the identity matrix?

    Its 1s sit on the other diagonal, running from bottom left to top right.

    The identity matrix leaves every point exactly where it is, while this one swaps each point's two coordinates over.

  • What matrix represents a rotation of 90° anticlockwise about the origin?

    It is \begin{pmatrix} 0 & - 1 \\ 1 & 0 \end{pmatrix}.

    The point \left(1 , 0\right) turns to \left(0 , 1\right) and \left(0 , 1\right) turns to \left(- 1 , 0\right), and those two images become the columns.

  • Fill in the two missing entries of the matrix for a rotation of 180° about the origin.

    \begin{pmatrix} \_\_\_\_\_\_ & 0 \\ 0 & \_\_\_\_\_\_ \end{pmatrix}

    The completed matrix is:

    \begin{pmatrix} - 1 & 0 \\ 0 & - 1 \end{pmatrix}

    A half turn sends every point to the opposite side of the origin, so both coordinates change sign.

  • What matrix represents a rotation of 270° anticlockwise about the origin?

    It is \begin{pmatrix} 0 & 1 \\ - 1 & 0 \end{pmatrix}, since a turn of 270° anticlockwise is the same as 90° clockwise.

    The point \left(1 , 0\right) moves to \left(0 , - 1\right) and \left(0 , 1\right) moves to \left(1 , 0\right).

  • Why do rotation questions always state a direction as well as an angle?

    Because a turn of the same size clockwise and anticlockwise gives different matrices.

    The one exception is 180°, which lands in the same place whichever way you turn.

  • True or False?

    A rotation of 180° about the origin has the same matrix as an enlargement of scale factor - 1.

    True.

    Both send every point \left(x , y\right) to \left(- x , - y\right), so both are the matrix - \mathbf{I}.

    The two transformations are described in quite different words but have exactly the same effect.

  • What matrix represents an enlargement of scale factor k centred on the origin?

    It is \begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}, which is the same as k \mathbf{I}.

    The point \left(1 , 0\right) moves to \left(k , 0\right) and \left(0 , 1\right) to \left(0 , k\right), each sliding along its own axis.

  • The matrix \begin{pmatrix} \frac{1}{4} & 0 \\ 0 & \frac{1}{4} \end{pmatrix} represents a transformation. Fill in the two missing words.

    It is an \_\_\_\_\_\_ of scale factor \_\_\_\_\_\_ with centre at the origin.

    The completed description is:

    It is an enlargement of scale factor one quarter with centre at the origin.

    The matrix is \frac{1}{4} \mathbf{I}, and any multiple of the identity matrix is an enlargement about the origin.

  • True or False?

    An enlargement matrix can have negative entries.

    True.

    Negative scale factors are allowed, so \begin{pmatrix} - \frac{1}{2} & 0 \\ 0 & - \frac{1}{2} \end{pmatrix} is an enlargement of scale factor - \frac{1}{2}.

    A negative scale factor turns the shape through 180° about the origin as well as changing its size.

  • Why are the other two entries of an enlargement matrix always zero?

    Because an enlargement about the origin moves \left(1 , 0\right) straight along the x-axis and \left(0 , 1\right) straight along the y-axis.

    Neither image picks up any component in the other direction, so those two positions stay empty.

  • Why is a matrix enlargement always centred on the origin?

    Multiplying any matrix by the column vector for the origin gives the origin straight back again.

    The origin therefore can never move, so it has to be the centre of any enlargement a matrix is able to represent.

  • What does the determinant of a transformation matrix tell you?

    Its size is the area scale factor, so the image's area is the object's area multiplied by it.

    Ignore any minus sign when scaling an area, because an area can never come out negative.

  • A triangle of area 12 is transformed by a matrix whose determinant is 4. Fill in the missing value.

    \text{image area} = 12 \times \_\_\_\_\_\_ = 48

    The completed calculation is:

    \text{image area} = 12 \times 4 = 48

    This is far quicker than working out the coordinates of the image triangle and finding its area from those.

  • True or False?

    Every reflection matrix has determinant - 1.

    True.

    A reflection does not change the area of a shape, so the size of its determinant is 1.

    The minus sign records that the shape has been flipped over, which is exactly what a reflection does to it.

  • How can a whole triangle be transformed in a single multiplication?

    Write its three vertices as the three columns of a 2 \times 3 matrix, then multiply the transformation matrix by that.

    The three columns of the answer are the vertices of the image triangle.

  • A transformation has determinant 1. What does that tell you about areas?

    Areas are left unchanged by the transformation, because the area scale factor is 1.

    Rotations are the usual example, since turning a shape does not alter its size at all.

  • A point is transformed first by \mathbf{P} and then by \mathbf{Q}. Fill in the missing matrix.

    \mathbf{M} = \_\_\_\_\_\_ \mathbf{P}

    The completed result is:

    \mathbf{M} = \mathbf{QP}

    The order in the multiplication runs backwards from the order in which the transformations actually happen.

  • True or False?

    \mathbf{PQ} represents transformation \mathbf{P} followed by transformation \mathbf{Q}.

    False.

    \mathbf{PQ} represents \mathbf{Q} first, followed by \mathbf{P}.

    The matrix nearest the point's column vector is the one that acts on it first, which is why the written order runs backwards.

  • How do you prove a combined transformation result using matrix multiplication?

    Write each transformation as its own matrix, then multiply them together in the correct order.

    If that product equals the matrix of the single transformation being claimed, the result is proved.

  • Reflection in the y-axis has matrix \begin{pmatrix} - 1 & 0 \\ 0 & 1 \end{pmatrix} and reflection in the x-axis has matrix \begin{pmatrix} 1 & 0 \\ 0 & - 1 \end{pmatrix}. What single matrix is the first followed by the second?

    Multiply them as \begin{pmatrix} 1 & 0 \\ 0 & - 1 \end{pmatrix} \begin{pmatrix} - 1 & 0 \\ 0 & 1 \end{pmatrix}, putting the second transformation on the left.

    The product is \begin{pmatrix} - 1 & 0 \\ 0 & - 1 \end{pmatrix}, which is a rotation of 180° about the origin.

  • Once you have the combined matrix, how do you find a point's final image?

    Multiply that combined matrix by the point's column vector, just once.

    There is no need to apply the two transformations separately, and avoiding that is the whole advantage of combining them.

Sign up to unlock flashcards

or