Matrix Transformations (AQA GCSE Further Maths): Flashcards

Exam code: 8365

1/18

0Still learning

Know0

Cards in this collection (18)

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

    Write the point as a column vector and multiply, so \mathbf{M}\begin{pmatrix} x \\ y \end{pmatrix} gives \begin{pmatrix} x' \\ y' \end{pmatrix}.

    The starting point is the object and the result is the image.

  • Find the image of \left(2 , 3\right) under \mathbf{M} = \begin{pmatrix} 4 & 5 \\ 1 & -2 \end{pmatrix}.

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

    So the image is the point \left(23 , -4\right).

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

    Call P the point \left(x , y\right) and multiply, which gives 4x + 5y = 11 and x - 2y = 6.

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

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

    Find where A\left(1 , 0\right) and C\left(0 , 1\right) move to, then use those two images as the columns of the matrix.

    The origin never moves, so those two points alone are enough to fix the whole matrix.

  • Complete the matrix for a rotation of 90^{\circ} anticlockwise about the origin:

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

    The completed matrix is:

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

    A\left(1 , 0\right) moves to \left(0 , 1\right) and C\left(0 , 1\right) moves to \left(-1 , 0\right), giving those two columns.

  • What matrix represents a rotation of 180^{\circ} about the origin?

    The matrix is \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}, which is -\mathbf{I}.

    Both A and C end up on the negative axes, so both columns are negated.

  • What matrix represents a rotation of 270^{\circ} anticlockwise about the origin?

    The matrix is \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}, since 270^{\circ} anticlockwise is the same as 90^{\circ} clockwise.

    A moves to \left(0 , -1\right) and C moves to \left(1 , 0\right).

  • Complete the reflection matrices:

    Reflection in the x-axis: \begin{pmatrix} 1 & 0 \\ 0 & \_\_\_\_\_\_ \end{pmatrix}

    Reflection in the y-axis: \begin{pmatrix} \_\_\_\_\_\_ & 0 \\ 0 & 1 \end{pmatrix}

    The completed matrices are:

    Reflection in the x-axis: \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}

    Reflection in the y-axis: \begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix}

    Reflecting in an axis leaves the point on that axis where it is and negates the other one.

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

    Reflection in y = x is \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}, which swaps the coordinates over.

    Reflection in y = -x is \begin{pmatrix} 0 & -1 \\ -1 & 0 \end{pmatrix}, which swaps them and changes both signs.

  • True or False?

    \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} is the identity matrix.

    False.

    The 1s are on the wrong diagonal, so this reflects in y = x rather than leaving points alone.

    The identity has its 1s running from top-left to bottom-right.

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

    The matrix is \begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}, which is k\mathbf{I}.

    A moves to \left(k , 0\right) and C to \left(0 , k\right), and negative scale factors work the same way.

  • Describe the transformation given by \begin{pmatrix} \frac{1}{4} & 0 \\ 0 & \frac{1}{4} \end{pmatrix}.

    The matrix is \frac{1}{4}\mathbf{I}, so it represents an enlargement of scale factor \frac{1}{4} about the origin.

    Recognising a multiple of the identity is what tells you a transformation is an enlargement.

  • Complete the combined-transformation rule:

    If a point is transformed first by \mathbf{P} and then by \mathbf{Q}, the single matrix is \mathbf{M} = \_\_\_\_\_\_.

    The completed rule is:

    If a point is transformed first by \mathbf{P} and then by \mathbf{Q}, the single matrix is \mathbf{M} = \mathbf{QP}.

    The first transformation is written last, so the order is the reverse of what you might expect.

  • True or False?

    For combined transformations it does not matter which order you multiply the matrices.

    False.

    Matrix multiplication is not commutative, so \mathbf{QP} and \mathbf{PQ} generally describe different transformations.

    Getting the order wrong sends the point somewhere else entirely, rather than just looking different.

  • \mathbf{B} reflects in the y-axis and \mathbf{C} reflects in the x-axis. What single matrix is \mathbf{B} followed by \mathbf{C}?

    The single matrix is \mathbf{CB}, and multiplying gives \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}\begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}.

    Note the order: \mathbf{C} comes first in the product even though it acts second.

  • What single transformation is a reflection in the y-axis followed by one in the x-axis?

    The result is a rotation of 180^{\circ} about the origin, which is also an enlargement of scale factor -1.

    Both descriptions correspond to the same matrix, -\mathbf{I}.

  • Why does a combined transformation come from multiplying rather than adding?

    Because each transformation is applied by multiplying the point, so doing two of them means multiplying twice.

    Writing \mathbf{Q}\left(\mathbf{P}\mathbf{v}\right) as \left(\mathbf{QP}\right)\mathbf{v} is exactly what associativity allows.

  • How can you check a claimed equivalence between transformations?

    Write each transformation as a matrix and multiply them in the correct order.

    If the product equals the matrix for the single transformation claimed, the two really are the same.

Sign up to unlock flashcards

or