题目
Problem
4. (i) A=(−3−38k) where k is a constant
The transformation represented by A transforms triangle T to triangle T′
The area of triangle T′ is three times the area of triangle T
Determine the possible values of k
(4)
(ii) B=(a2−43) and BC=(215412) where a is a constant
Determine, in terms of a, the matrix C
(4)
题目中文翻译
- (i) A=(−3−38k),其中 k 是常数
矩阵 A 表示的变换将三角形 T 变成三角形 T′。
三角形 T′ 的面积是三角形 T 面积的三倍。
求 k 的可能值。
(ii) B=(a2−43),BC=(215412),其中 a 是常数。
用 a 表示矩阵 C。
解答
(i)
解法一
思路
展开
二维线性变换把面积放大为原来的 ∣detA∣ 倍。题目只给面积倍数,没有限定是否发生翻转,因此行列式可为 3 或 −3,两种情况都要保留。
答题过程
展开
The area scale factor is ∣detA∣. Now
detA==(−3)k−8(−3)24−3k.
Since the area of T′ is three times the area of T,
∣24−3k∣=3.
Thus 24−3k=3 or 24−3k=−3, giving
k=7 or k=9.
(ii)
解法一
思路
展开
由 BC 已知,在等式左侧乘 B−1,得到 C=B−1(BC)。先求二阶矩阵的逆矩阵,再按正确次序与右侧的 2×3 矩阵相乘。
答题过程
展开
detB=3a−(−4)(2)=3a+8,
so
B−1=3a+81(3−24a).
Therefore,
C===B−1(BC)3a+81(3−24a)×(215412)3a+81(10a−4314a−10112a−2).
解法二
思路
展开
官方评分资料也允许直接设出 C 的六个元素。矩阵乘法后,每一列各产生两个一次方程;逐列消元即可求出对应的两个元素,不必显式写出 B−1。
答题过程
展开
Let
C=(psqtru).
Matrix multiplication gives
ap−4s=aq−4t=ar−4u=2,5,1,2p+3s=2q+3t=2r+3u=1,4,2.
Multiplying each first equation by 3 and each second equation by 4, then adding, gives
(3a+8)p=(3a+8)q=(3a+8)r=10,31,11.
Hence
p=q=r=3a+810,3a+831,3a+811.
Substitution into the second equation of each pair gives
s=t=u=3a+8a−4,3a+84a−10,3a+82a−2.
Therefore,
C=3a+81(10a−4314a−10112a−2).