题目
Problem
A=(1003)
(a) Describe the single geometrical transformation represented by the matrix A.
(2)
The matrix B represents a rotation of 210° anticlockwise about centre (0,0).
(b) Write down the matrix B, giving each element in exact form.
(1)
The transformation represented by matrix A followed by the transformation represented
by matrix B is represented by the matrix C.
(c) Find C.
(2)
The hexagon H is transformed onto the hexagon H′ by the matrix C.
(d) Given that the area of hexagon H is 5 square units, determine the area of hexagon H′.
(2)
题目中文翻译
已知矩阵
A=(1003)
(a) 描述矩阵 A 所表示的单次几何变换。
矩阵 B 表示绕原点 (0,0) 逆时针旋转 210° 的变换。
(b) 直接写出矩阵 B,每个元素以精确形式表示。
矩阵 A 所表示的变换后接矩阵 B 所表示的变换,由矩阵 C 表示。
(c) 求矩阵 C。
六边形 H 经矩阵 C 变换后得到六边形 H′。
(d) 已知六边形 H 的面积为 5 平方单位,确定六边形 H′ 的面积。
解答
(a)
解法一
思路
展开
矩阵使 x 坐标保持不变、y 坐标乘以 3,因此这是沿 y 轴方向的伸缩。
答题过程
展开
The matrix represents a
stretch with scale factor 3 parallel to the y-axis.
(b)
解法一
思路
展开
把 210∘ 代入标准逆时针旋转矩阵,并使用 cos210∘=−3/2、sin210∘=−1/2。
答题过程
展开
The matrix for an anticlockwise rotation through 210∘ is
B==(cos210∘sin210∘−sin210∘cos210∘)−23−2121−23.
(c)
解法一
思路
展开
先施行 A、再施行 B 时,列向量依次变为 x↦Ax↦BAx,所以合成矩阵是 BA,次序不能颠倒。
答题过程
展开
Since the transformation represented by A is followed by that represented by B,
C===BA−23−2121−23(1003)−23−2123−233.
(d)
解法一
思路
展开
二维线性变换的面积倍率是矩阵行列式的绝对值。求出 ∣detC∣ 后乘以原六边形面积 5。
答题过程
展开
The area scale factor is
∣detC∣===(−23)(−233)−(23)(−21)49+433.
Therefore, the area of H′ is
5×3=15 square units.