A linear transformation is defined by T: (x, y) \(\to\) (-x + y, -4y). Find the image, Q`, of Q(-3, 2) under T
Answer Details
To find the image, Q`, of point Q(-3, 2) under the linear transformation T, we need to apply the transformation matrix to the coordinates of Q.
T: (x, y) → (-x + y, -4y)
So, we have:
T(Q) = (-(-3) + 2, -4(2)) = (5, -8)
Therefore, the image, Q`, of Q(-3, 2) under T is (5, -8).
Explanation: A linear transformation is a function that maps vectors to other vectors while preserving some properties such as linearity and proportionality. In this case, the linear transformation T takes a vector (x, y) and maps it to a new vector (-x + y, -4y). To find the image of a point under T, we simply plug in the coordinates of the point into the transformation matrix and apply the transformation. In this case, we plugged in the coordinates of Q(-3, 2) and found that the image is (5, -8).