题目
Problem
7. A=−2321−21−23
(a) Determine the matrix A2
(1)
(b) Describe fully the single geometrical transformation represented by the matrix A2
(2)
(c) Hence determine the smallest positive integer value of n for which An=I
(1)
The matrix B represents a stretch scale factor 4 parallel to the x-axis.
(d) Write down the matrix B
(1)
The transformation represented by matrix A followed by the transformation represented by matrix B is represented by the matrix C
(e) Determine the matrix C
(2)
The parallelogram P is transformed onto the parallelogram P′ by the matrix C
(f) Given that the area of parallelogram P′ is 20 square units, determine the area of parallelogram P
(2)
题目中文翻译
- A=−2321−21−23
(a) 求矩阵 A2。
(b) 完全描述矩阵 A2 所表示的单个几何变换。
(c) 由此求最小的正整数 n,使得 An=I。
矩阵 B 表示平行于 x 轴、比例因子为 4 的拉伸。
(d) 写出矩阵 B。
先进行矩阵 A 表示的变换,再进行矩阵 B 表示的变换,所得复合变换由矩阵 C 表示。
(e) 求矩阵 C。
平行四边形 P 在矩阵 C 表示的变换下变成平行四边形 P′。
(f) 已知平行四边形 P′ 的面积为 20 平方单位,求平行四边形 P 的面积。
解答
(a)
解法一
思路
展开
将矩阵 A 与自身相乘,并逐项计算四个元素。
答题过程
展开
A2==(−2321−21−23)(−2321−21−23)(21−232321).
(b)
解法一
思路
展开
把 A2 与绕原点逆时针旋转 θ 的标准矩阵比较。由正弦项的符号确定旋转方向和角度。
答题过程
展开
The standard matrix for an anticlockwise rotation through θ about the origin is
(cosθsinθ−sinθcosθ).
For A2,
cosθ=21,sinθ=−23.
Hence A2 represents
a rotation through 60∘ clockwise about the origin.
(c)
解法一
思路
展开
承接 (b),六次 A2 会完成整数圈,因此 A12=I。再由 A 本身是旋转 150∘,排除更小的指数,从而证明 12 确实最小。
答题过程
展开
From part (b), A2 is a rotation through 60∘ clockwise. Six such rotations give a full turn, so
(A2)6=A12=I.
Also, A itself represents a rotation through 150∘ anticlockwise. For An=I, 150n must be a multiple of 360. Thus
360150n=125n
must be an integer. Since 5 and 12 are coprime, the smallest positive value is
n=12.
(d)
解法一
思路
展开
平行于 x 轴、比例因子为 4 的拉伸把横坐标乘以 4,纵坐标保持不变。
答题过程
展开
B=(4001).
(e)
解法一
思路
展开
先进行 A、再进行 B,所以列向量依次左乘 A 和 B,复合矩阵为 BA,次序不能颠倒。
答题过程
展开
Since the transformation represented by A is followed by that represented by B,
C===BA(4001)(−2321−21−23)(−2321−2−23).
(f)
解法一
思路
展开
矩阵变换的面积比例因子是行列式的绝对值。先求 ∣detC∣,再用变换后面积除以该比例因子,得到原平行四边形面积。
答题过程
展开
The determinant of C is
detC===(−23)(−23)−(−2)(21)3+14.
Hence the area scale factor is ∣detC∣=4.
Therefore, if the area of P is S,
4S=20.
Hence
S=5 square units.