题目
Problem
(i) The matrix A is defined by
A=(3k24k−16)
where k is a constant.
(a) Determine the value of k for which A is singular.
(2)
Given that A is non-singular,
(b) determine A−1 in terms of k, giving your answer in simplest form.
(2)
(ii) The matrix B is defined by
B=(p00q)
where p and q are integers.
State the value of p and the value of q when B represents
(a) an enlargement about the origin with scale factor −2
(b) a reflection in the y-axis.
(2)
题目中文翻译
(i) 矩阵 A 定义如下:
A=(3k24k−16)
其中 k 为常数。
(a) 确定使 A 为奇异矩阵(singular)的 k 值。
已知 A 为非奇异矩阵,
(b) 用含 k 的最简形式表示 A−1。
(ii) 矩阵 B 定义如下:
B=(p00q)
其中 p 和 q 均为整数。
当 B 代表以下变换时,分别写出 p 和 q 的值:
(a) 以原点为中心、比例因子为 −2 的位似变换(enlargement)
(b) 关于 y 轴的反射变换
解答
(i)(a)
解法一
思路
展开
矩阵为奇异矩阵当且仅当其行列式为零。先求 detA,再令其等于零并解出 k。
答题过程
展开
For A to be singular,
detA=0.
Thus
3k(6)−2(4k−1)=18k−8k+2=10k+2=000.
Therefore,
k=−51.
(i)(b)
解法一
思路
展开
使用二阶矩阵的逆矩阵公式:交换主对角线元素,改变副对角线元素的符号,再除以行列式。题目已说明矩阵非奇异,因此所得分母不为零。
答题过程
展开
The determinant is
detA=10k+2.
Therefore,
A−1=10k+21(6−21−4k3k).
(ii)(a)
解法一
思路
展开
以原点为中心、比例因子为 −2 的位似变换,会把两个坐标都乘以 −2,所以矩阵的两个对角元素相同。
答题过程
展开
An enlargement about the origin with scale factor −2 is represented by
(−200−2).
Hence
p=−2,q=−2.
(ii)(b)
解法一
思路
展开
关于 y 轴反射会把 x 坐标变号,而保持 y 坐标不变,因此相应的对角元素分别为 −1 与 1。
答题过程
展开
A reflection in the y-axis maps
(x,y)↦(−x,y),
so it is represented by
(−1001).
Therefore,
p=−1,q=1.