Linear transformations Flashcards
What is a linear transformations?
All elements in the matrix are in the form (Ax + By). There are no constants.
How can a linear transformation be defined?
By its effect on (1 0) and (0 1).
If M = (a b c d), then (a b c d)(1 0) = (a c), and (a b c d)(0 1) = (b d)
What is an invariant point?
A point which is mapped to itself under a given transformation.
What is an invariant line?
A line which is mapped to itself under a given transformation.
Give the matrix, invariant points, and invariant lines for a reflection in the y-axis.
(-1 0 0 1)
Points: All points on x = 0
Lines: x = 0, y = k
Give the matrix, invariant points, and invariant lines for a reflection in the x-axis.
(1 0 0 -1)
Points: All points on y = 0
Lines: y = 0, x = k
Give the matrix, invariant points, and invariant lines for a reflection in the line y = x.
(0 1 1 0)
Points: All points on the line y =x
Lines: y = -x, y = -x +k
Give the matrix, invariant points, and invariant lines for a reflection in the line y = -x
(0 -1 -1 0)
Points: All points on the line y = -x
Lines: y = -x, y = x + k
Give the matrix, invariant points, and invariant lines for a rotation through angle w anticlockwise about the origin.
Matrix is given in formula booklet, invariants are not.
Matrix: (cosw -sinw sinw cosw)
Points: (0,0)
Lines: If w ≠ 180, none
If w = 180, any line passing through origin
Give the matrix, invariant points, and invariant lines for a stretch of scale factor a parallel to y = 0 and a stretch of scale factor b parallel to x = 0.
If a = b, it is an enlargement with scale factor a.
(a 0 0 b)
Points: (0,0)
Lines: (y = 0, x = 0)
Give the matrix, invariant points, and invariant lines for a stretch of scale factor a parallel to y = 0 only.
(a 0 0 1)
Points: All points on x = 0
Lines: y = k (any line parallel to y = 0)
Give the matrix, invariant points, and invariant lines for a stretch of scale factor b parallel to x = 0 only.
(1 0 0 b)
Points: All points on y = 0
Lines: x = 0 (any line parallel to x = 0)
How can the area of an image be found?
Aimage = Aobject x |DetM|
In terms of transformations, what does matrix PQ represent?
Transformation Q followed by transformation P.
How is a reflection in the plane x = 0 represented?
(-1 0 0)
(0 1 0)
(0 0 1)