Question
Problem
The matrix P represents the transformation P.
P=(0−110)
(a) Describe P fully as a single geometrical transformation.
(2)
The matrix Q represents the transformation Q.
Q=(5005)
(b) Describe Q fully as a single geometrical transformation.
(2)
The transformation R is a reflection in the line y=−x.
(c) Write down the matrix representing R.
(1)
The transformation R maps the point (4,3) to the point A.
(d) Determine the coordinates of A.
(1)
The transformation P followed by the transformation Q maps the point B to the point A.
(e) Determine the coordinates of B.
(2)
中文翻译
矩阵 P 表示变换 P。
P=(0−110)
(a) 完整描述 P 作为单一几何变换。
(2)
矩阵 Q 表示变换 Q。
Q=(5005)
(b) 完整描述 Q 作为单一几何变换。
(2)
变换 R 是关于直线 y=−x 的反射。
(c) 写出表示 R 的矩阵。
(1)
变换 R 将点 (4,3) 映射到点 A。
(d) 求点 A 的坐标。
(1)
变换 P 后接变换 Q 将点 B 映射到点 A。
(e) 求点 B 的坐标。
(2)
解答
(a)
解法一
思路
展开
观察矩阵对一般点 (x,y) 的作用:它把 (x,y) 变为 (y,−x)。这正是绕原点顺时针旋转 90∘,完整描述必须包含变换类型、角度、方向和中心。
答题过程
展开
The matrix maps
(xy)⟼(y−x).
Therefore, P is a
rotation of 90∘ clockwise about the origin.
(b)
解法一
思路
展开
矩阵 Q=5I 把每个位置向量乘以 5,方向不变、长度变为原来的 5 倍。因此它是以原点为中心、比例因子为 5 的放大。
答题过程
展开
The matrix maps
(xy)⟼(5x5y).
Therefore, Q is an
enlargement of scale factor 5 with centre the origin.
(c)
解法一
思路
展开
关于直线 y=−x 反射时,横、纵坐标互换并同时变号,即 (x,y)↦(−y,−x),由此直接读出矩阵的两列。
答题过程
展开
Reflection in the line y=−x maps
(x,y)⟼(−y,−x).
Hence
R=(0−1−10).
(d)
解法一
思路
展开
把点 (4,3) 的列向量左乘 (c) 的反射矩阵,即可得到像点 A。
答题过程
展开
Using the matrix from part (c),
(0−1−10)(43)=(−3−4).
Therefore,
A=(−3,−4).
(e)
解法一
思路
展开
设 B=(x,y),按题目顺序先应用 P、再应用 Q,并令最终坐标等于 (d) 的 A=(−3,−4)。矩阵变换一般不可交换,所以要保持题目给出的先后次序。
答题过程
展开
Let B=(x,y). Under P,
(x,y)⟼(y,−x),
and then under Q,
(y,−x)⟼(5y,−5x).
Since the final point is A=(−3,−4),
5y=−3,−5x=−4.
Thus
x=54,y=−53,
and hence
B=(54,−53).
解法二
思路
展开
也可以先组成复合变换矩阵 QP,再用其逆矩阵把像点 A 还原成原像点 B。这条路线与官方评分资料列出的逆矩阵方法一致。
答题过程
展开
Since P is followed by Q, the composite matrix is
QP==(5005)(0−110)(0−550).
Therefore,
(xy)===(QP)−1(−3−4)251(05−50)(−3−4)(4/5−3/5).
Hence
B=(54,−53).