题目
Problem
7. In part (i), the elements of each matrix should be expressed in exact numerical form.
(i) (a) Write down the 2×2 matrix that represents a rotation of 210° anticlockwise about the origin.
(1)
(b) Write down the 2×2 matrix that represents a stretch parallel to the y-axis with scale factor 5
(1)
The transformation T is a rotation of 210° anticlockwise about the origin followed by a stretch parallel to the y-axis with scale factor 5
(c) Determine the 2×2 matrix that represents T
(2)
(ii) M=(k−5k+31−k) where k is a constant
(a) Find detM, giving your answer in simplest form in terms of k.
(2)
A closed shape R is transformed to a closed shape R′ by the transformation represented by the matrix M.
Given that the area of R is 2 square units and that the area of R′ is 16k square units,
(b) determine the possible values of k.
(3)
题目中文翻译
- 在第(i)部分中,每个矩阵的元素应以精确数值形式表示。
(i) (a) 写出表示绕原点逆时针旋转 210° 的 2×2 矩阵。
(b) 写出表示平行于 y 轴、比例因子为 5 的拉伸的 2×2 矩阵。
变换 T 是先绕原点逆时针旋转 210°,再进行平行于 y 轴、比例因子为 5 的拉伸。
(c) 求表示 T 的 2×2 矩阵。
(ii) M=(k−5k+31−k),其中 k 是常数。
(a) 求 detM,答案用 k 表示并化为最简形式。
封闭图形 R 在矩阵 M 表示的变换下变成封闭图形 R′。
已知 R 的面积为 2 平方单位,R′ 的面积为 16k 平方单位,
(b) 求 k 的可能值。
解答
(i)(a)
解法一
思路
使用逆时针旋转角为 θ 时的标准矩阵,并代入 θ=210°。
答题过程
The matrix representing an anticlockwise rotation through 210° is
(cos210°sin210°−sin210°cos210°)=−23−2121−23.
(i)(b)
解法一
思路
平行于 y 轴、比例因子为 5 的拉伸保持 x 坐标不变,并把 y 坐标乘以 5。
答题过程
The required matrix is
(1005).
(i)(c)
解法一
思路
变换按“先旋转、后拉伸”的顺序进行,所以复合矩阵为拉伸矩阵乘以旋转矩阵。
答题过程
Since the rotation is followed by the stretch, the matrix representing T is
T=(1005)−23−2121−23=−23−2521−253.
(ii)(a)
解法一
思路
使用二阶矩阵的行列式公式,并把所得多项式化简。
答题过程
detM=k(1−k)−(−5)(k+3)=−k2+6k+15.
(ii)(b)
解法一
思路
矩阵变换的面积比例因子是行列式的绝对值。由两个图形的面积建立方程,并分别考虑行列式为正和为负的情况;最后利用面积 16k 为正,排除负值。
答题过程
The area scale factor is ∣detM∣. Hence
∣−k2+6k+15∣=216k=8k.
Since the area of R′ is positive, k>0.
If −k2+6k+15=8k, then
k2+2k−15=0,
so
(k−3)(k+5)=0.
This gives k=3 or k=−5.
If −k2+6k+15=−8k, then
k2−14k−15=0,
so
(k−15)(k+1)=0.
This gives k=15 or k=−1.
Therefore, as k>0,
k=3 or k=15.