Exam code: 8365
1/180Still learning
Know0
How do you find the image of the point under a matrix
?
Write the point as a column vector and multiply, so gives
.
The starting point is the object and the result is the image.

Join for free to unlock a full flashcard set, track what you know,
and turn revision into real progress.
Find the image of under
.
Multiplying gives .
So the image is the point .
The image of under
is
. How do you find
?
Call the point
and multiply, which gives
and
.
Solving those simultaneously gives .
Was this flashcard helpful?
How do you find the image of the point under a matrix
?
Write the point as a column vector and multiply, so gives
.
The starting point is the object and the result is the image.
Find the image of under
.
Multiplying gives .
So the image is the point .
The image of under
is
. How do you find
?
Call the point
and multiply, which gives
and
.
Solving those simultaneously gives .
How do you build a transformation matrix from the unit square?
Find where and
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 anticlockwise about the origin:
The completed matrix is:
moves to
and
moves to
, giving those two columns.
What matrix represents a rotation of about the origin?
The matrix is , which is
.
Both and
end up on the negative axes, so both columns are negated.
What matrix represents a rotation of anticlockwise about the origin?
The matrix is , since
anticlockwise is the same as
clockwise.
moves to
and
moves to
.
Complete the reflection matrices:
Reflection in the -axis:
Reflection in the -axis:
The completed matrices are:
Reflection in the -axis:
Reflection in the -axis:
Reflecting in an axis leaves the point on that axis where it is and negates the other one.
What matrices represent reflection in and in
?
Reflection in is
, which swaps the coordinates over.
Reflection in is
, which swaps them and changes both signs.
True or False?
is the identity matrix.
False.
The 1s are on the wrong diagonal, so this reflects in 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 about the origin?
The matrix is , which is
.
moves to
and
to
, and negative scale factors work the same way.
Describe the transformation given by .
The matrix is , so it represents an enlargement of scale factor
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 and then by
, the single matrix is
.
The completed rule is:
If a point is transformed first by and then by
, the single matrix is
.
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 and
generally describe different transformations.
Getting the order wrong sends the point somewhere else entirely, rather than just looking different.
reflects in the
-axis and
reflects in the
-axis. What single matrix is
followed by
?
The single matrix is , and multiplying gives
.
Note the order: comes first in the product even though it acts second.
What single transformation is a reflection in the -axis followed by one in the
-axis?
The result is a rotation of about the origin, which is also an enlargement of scale factor
.
Both descriptions correspond to the same matrix, .
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 as
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.
By signing up you agree to our Terms and Privacy Policy